lantiq: dts: mark localbus as simple-mfd
authorMathias Kresin <dev@kresin.me>
Tue, 5 Jan 2021 12:53:35 +0000 (13:53 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 12 Apr 2021 21:50:46 +0000 (23:50 +0200)
"simple-mfd" signifies that the operating system should consider all
subnodes of the MFD device as separate devices akin to how "simple-bus"
indicates when to see subnodes as children for a simple memory-mapped
bus.

arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts:54.10-70.4: Warning (simple_bus_reg): /fpi@10000000/localbus@0/flash@1: simple-bus unit address format error, expected "100000000"

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/falcon.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi

index 6734f3b4dff13421318e799cac41738386af5d21..bd65a7dcb58f116d190624a6843364a3e62e43bf 100644 (file)
                        #size-cells = <1>;
                        ranges = <0 0 0x0 0x3ffffff /* addrsel0 */
                                1 0 0x4000000 0x4000010>; /* addsel1 */
-                       compatible = "lantiq,localbus", "simple-bus";
+                       compatible = "lantiq,localbus", "simple-mfd";
                };
 
                spi: spi@e100800 {
index 291c1b9b95ba6c84df6f73ac12c47e7a7b4a0c42..f1d0e626f0c01c3eb11a6ba31458e03f7071032e 100644 (file)
                        #size-cells = <1>;
                        ranges = <0 0 0x0 0x3ffffff /* addrsel0 */
                                1 0 0x4000000 0x4000010>; /* addsel1 */
-                       compatible = "lantiq,localbus", "simple-bus";
+                       compatible = "lantiq,localbus", "simple-mfd";
                };
 
                gptu@e100a00 {
index 3d1db0b137a23f88bea27def6850f6e059aefb82..5a3d4ef4b095998e1ba358c6dd857d5056e83332 100644 (file)
                        #size-cells = <1>;
                        ranges = <0 0 0x0 0x3ffffff /* addrsel0 */
                                1 0 0x4000000 0x4000010>; /* addsel1 */
-                       compatible = "lantiq,localbus", "simple-bus";
+                       compatible = "lantiq,localbus", "simple-mfd";
                };
 
                gptu@e100a00 {
index 40de3f55135f53dbe177153072a82d560547c3e6..c57c063f8ee1eb6e94dcd64effb9f1660ed1f23b 100644 (file)
@@ -39,7 +39,7 @@
        ebu_cs1: localbus@14000000 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "lantiq,localbus", "simple-bus";
+               compatible = "lantiq,localbus", "simple-mfd";
                reg = <0x14000000 0x4000000>;
                ranges = <0x0 0x14000000 0x4000000>;
        };
index 7492947af6d6d525dfe46a6bef09c168bcb4b2f0..fa55f6013b765cb6ea4e2197f0b8b3334de10d19 100644 (file)
                        #size-cells = <1>;
                        ranges = <0 0 0x0 0x3ffffff /* addrsel0 */
                                1 0 0x4000000 0x4000010>; /* addsel1 */
-                       compatible = "lantiq,localbus", "simple-bus";
+                       compatible = "lantiq,localbus", "simple-mfd";
                };
 
                gptu@e100a00 {