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

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