dts: nxp: Fix typos: interrupts-names -> interrupt-names

Found with a 'git grep s-names' while figuring out some scripts/dts
code.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-02-18 19:24:19 +01:00 committed by Anas Nashif
commit 4c21bab620
2 changed files with 4 additions and 4 deletions

View file

@ -412,7 +412,7 @@
compatible = "nxp,kinetis-ethernet"; compatible = "nxp,kinetis-ethernet";
reg = <0x400c0004 0x620>; reg = <0x400c0004 0x620>;
interrupts = <83 0>, <84 0>, <85 0>; interrupts = <83 0>, <84 0>, <85 0>;
interrupts-names = "TX", "RX", "ERR_MISC"; interrupt-names = "TX", "RX", "ERR_MISC";
status = "disabled"; status = "disabled";
local-mac-address = [00 00 00 00 00 00]; local-mac-address = [00 00 00 00 00 00];
label = "ETH_0"; label = "ETH_0";
@ -420,7 +420,7 @@
compatible = "nxp,kinetis-ptp"; compatible = "nxp,kinetis-ptp";
status = "disabled"; status = "disabled";
interrupts = <82 0>; interrupts = <82 0>;
interrupts-names = "IEEE1588_TMR"; interrupt-names = "IEEE1588_TMR";
}; };
}; };

View file

@ -308,7 +308,7 @@
compatible = "nxp,kinetis-ethernet"; compatible = "nxp,kinetis-ethernet";
reg = <0x402D8000 0x628>; reg = <0x402D8000 0x628>;
interrupts = <114 0>; interrupts = <114 0>;
interrupts-names = "COMMON"; interrupt-names = "COMMON";
status = "disabled"; status = "disabled";
local-mac-address = [00 00 00 00 00 00]; local-mac-address = [00 00 00 00 00 00];
label = "ETH_0"; label = "ETH_0";
@ -316,7 +316,7 @@
compatible = "nxp,kinetis-ptp"; compatible = "nxp,kinetis-ptp";
status = "disabled"; status = "disabled";
interrupts = <115 0>; interrupts = <115 0>;
interrupts-names = "IEEE1588_TMR"; interrupt-names = "IEEE1588_TMR";
}; };
}; };