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:
parent
bfe3760123
commit
8fed0126a4
4 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
soc {
|
||||
mpu: mpu@4000d000 {
|
||||
compatible = "nxp,kinetis-mpu";
|
||||
compatible = "nxp,sysmpu";
|
||||
reg = <0x4000d000 0x1000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
};
|
||||
|
||||
mpu: mpu@4000d000 {
|
||||
compatible = "nxp,kinetis-mpu";
|
||||
compatible = "nxp,sysmpu";
|
||||
reg = <0x4000d000 0x1000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
soc {
|
||||
mpu: mpu@4000d000 {
|
||||
compatible = "nxp,kinetis-mpu";
|
||||
compatible = "nxp,sysmpu";
|
||||
reg = <0x4000d000 0x1000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
interrupt-parent = <&nvic>;
|
||||
|
||||
mpu: mpu@4000d000 {
|
||||
compatible = "nxp,kinetis-mpu";
|
||||
compatible = "nxp,sysmpu";
|
||||
reg = <0x4000d000 0x1000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue