dts: bindings: rename nxp,kinetis-mpu compatible

Rename "nxp,kinetis-mpu" compatible to "nxp,sysmpu" 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-23 17:50:36 +07:00 committed by Benjamin Cabé
commit 8fed0126a4
4 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@
soc {
mpu: mpu@4000d000 {
compatible = "nxp,kinetis-mpu";
compatible = "nxp,sysmpu";
reg = <0x4000d000 0x1000>;
status = "disabled";
};

View file

@ -114,7 +114,7 @@
};
mpu: mpu@4000d000 {
compatible = "nxp,kinetis-mpu";
compatible = "nxp,sysmpu";
reg = <0x4000d000 0x1000>;
status = "disabled";
};

View file

@ -35,7 +35,7 @@
soc {
mpu: mpu@4000d000 {
compatible = "nxp,kinetis-mpu";
compatible = "nxp,sysmpu";
reg = <0x4000d000 0x1000>;
status = "disabled";
};

View file

@ -33,7 +33,7 @@
interrupt-parent = <&nvic>;
mpu: mpu@4000d000 {
compatible = "nxp,kinetis-mpu";
compatible = "nxp,sysmpu";
reg = <0x4000d000 0x1000>;
status = "disabled";
};