Skip to content

Commit 6507bfa

Browse files
committed
arm64: dts: ti: k3-*: Convert NAVSS to simple-bus
"simple-mfd" as standalone compatible is frowned upon, so model main and MCU NAVSS (Navigator SubSystem) nodes as simple-bus as there is really no need for these nodes to be MFD. Link: https://lore.kernel.org/r/20231005151302.1290363-3-vigneshr@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 6ff2e5b commit 6507bfa

8 files changed

Lines changed: 8 additions & 8 deletions

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
};
601601

602602
main_navss: bus@30800000 {
603-
compatible = "simple-mfd";
603+
compatible = "simple-bus";
604604
#address-cells = <2>;
605605
#size-cells = <2>;
606606
ranges = <0x0 0x30800000 0x0 0x30800000 0x0 0xbc00000>;

arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
};
186186

187187
mcu_navss: bus@28380000 {
188-
compatible = "simple-mfd";
188+
compatible = "simple-bus";
189189
#address-cells = <2>;
190190
#size-cells = <2>;
191191
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;

arch/arm64/boot/dts/ti/k3-j7200-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
};
9292

9393
main_navss: bus@30000000 {
94-
compatible = "simple-mfd";
94+
compatible = "simple-bus";
9595
#address-cells = <2>;
9696
#size-cells = <2>;
9797
ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;

arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
};
319319

320320
mcu_navss: bus@28380000 {
321-
compatible = "simple-mfd";
321+
compatible = "simple-bus";
322322
#address-cells = <2>;
323323
#size-cells = <2>;
324324
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
};
182182

183183
main_navss: bus@30000000 {
184-
compatible = "simple-mfd";
184+
compatible = "simple-bus";
185185
#address-cells = <2>;
186186
#size-cells = <2>;
187187
ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;

arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
};
441441

442442
mcu_navss: bus@28380000 {
443-
compatible = "simple-mfd";
443+
compatible = "simple-bus";
444444
#address-cells = <2>;
445445
#size-cells = <2>;
446446
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;

arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
};
776776

777777
main_navss: bus@30000000 {
778-
compatible = "simple-mfd";
778+
compatible = "simple-bus";
779779
#address-cells = <2>;
780780
#size-cells = <2>;
781781
ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;

arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
};
444444

445445
mcu_navss: bus@28380000 {
446-
compatible = "simple-mfd";
446+
compatible = "simple-bus";
447447
#address-cells = <2>;
448448
#size-cells = <2>;
449449
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;

0 commit comments

Comments
 (0)