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:
Manuel Argüelles 2024-11-24 14:32:27 +07:00 committed by Fabio Baltieri
commit 4ab9172c92
17 changed files with 65 additions and 65 deletions

View file

@ -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>;