dts: bindings: rename nxp,imx-lpspi compatible
Rename "nxp,imx-lpspi" compatible to "nxp,lpspi" to remove the device family from its name. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
97bb2343b0
commit
4ab9172c92
17 changed files with 65 additions and 65 deletions
|
@ -209,7 +209,7 @@
|
|||
};
|
||||
|
||||
lpspi0: spi@36000 {
|
||||
compatible = "nxp,imx-lpspi";
|
||||
compatible = "nxp,lpspi";
|
||||
reg = <0x36000 0x800>;
|
||||
interrupts = <42 0>;
|
||||
clocks = <&scg SCG_K4_FIRC_CLK 0xd8>;
|
||||
|
@ -219,7 +219,7 @@
|
|||
};
|
||||
|
||||
lpspi1: spi@37000 {
|
||||
compatible = "nxp,imx-lpspi";
|
||||
compatible = "nxp,lpspi";
|
||||
reg = <0x37000 0x800>;
|
||||
interrupts = <43 0>;
|
||||
clocks = <&scg SCG_K4_FIRC_CLK 0xdc>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue