Skip to content

Commit 8fed012

Browse files
manuarguekartben
authored andcommitted
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>
1 parent bfe3760 commit 8fed012

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dts/arm/nxp/nxp_k8x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
soc {
4242
mpu: mpu@4000d000 {
43-
compatible = "nxp,kinetis-mpu";
43+
compatible = "nxp,sysmpu";
4444
reg = <0x4000d000 0x1000>;
4545
status = "disabled";
4646
};

dts/arm/nxp/nxp_ke1xf.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
};
115115

116116
mpu: mpu@4000d000 {
117-
compatible = "nxp,kinetis-mpu";
117+
compatible = "nxp,sysmpu";
118118
reg = <0x4000d000 0x1000>;
119119
status = "disabled";
120120
};

dts/arm/nxp/nxp_kv5x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
soc {
3737
mpu: mpu@4000d000 {
38-
compatible = "nxp,kinetis-mpu";
38+
compatible = "nxp,sysmpu";
3939
reg = <0x4000d000 0x1000>;
4040
status = "disabled";
4141
};

dts/arm/nxp/nxp_s32k1xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
interrupt-parent = <&nvic>;
3434

3535
mpu: mpu@4000d000 {
36-
compatible = "nxp,kinetis-mpu";
36+
compatible = "nxp,sysmpu";
3737
reg = <0x4000d000 0x1000>;
3838
status = "disabled";
3939
};

0 commit comments

Comments
 (0)