arm64: dts: ti: k3-*: Convert DMSS to simple-bus
authorVignesh Raghavendra <vigneshr@ti.com>
Thu, 5 Oct 2023 15:13:01 +0000 (20:43 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 12 Oct 2023 07:36:05 +0000 (13:06 +0530)
"simple-mfd" as standalone compatible is frowned upon, so model DMSS
(Data Movement Subsystem) node as simple-bus as there is really no need
for these nodes to be MFD.

Link: https://lore.kernel.org/r/20231005151302.1290363-2-vigneshr@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am62-main.dtsi
arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
arch/arm64/boot/dts/ti/k3-am64-main.dtsi

index ac760d9b831d1e11fe4c5e27a5428c213ee6cbc7..e5c64c86d1d5aeed66c385a28813b77ea3421019 100644 (file)
@@ -82,7 +82,7 @@
 
        dmss: bus@48000000 {
                bootph-all;
-               compatible = "simple-mfd";
+               compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <2>;
                dma-ranges;
index c24ff905437ff5f1ee82bb682f7b311cb9cedd8a..fcbfb1b5242b48a6d5d81989f2b94190b3ed034a 100644 (file)
@@ -42,7 +42,7 @@
 
        dmss: bus@48000000 {
                bootph-all;
-               compatible = "simple-mfd";
+               compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <2>;
                dma-ranges;
index 2e50030d09ad4d522b2826e019b8acba225ebe5e..0be642bc1b86d7c866a11203f129fe5caca2d592 100644 (file)
@@ -99,7 +99,7 @@
 
        dmss: bus@48000000 {
                bootph-all;
-               compatible = "simple-mfd";
+               compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <2>;
                dma-ranges;