lantiq: dts: fix vmmc unit and register address
authorMathias Kresin <dev@kresin.me>
Sun, 27 Jan 2019 15:03:00 +0000 (16:03 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Jul 2019 09:17:28 +0000 (11:17 +0200)
The register address is the same for danube und vr9. The register size
is 0x400 byte for danube and 0x300 byte for vr9.

The change doesn't have an impact as the vmmc driver doesn't use the
devicetree and has hardcoded register offsets.

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

index a91ee9590f24db9661035df4750e28d47ab58fb7..e1d8a393354fdd3899d3cbafd228d7a2ef431f37 100644 (file)
@@ -85,7 +85,7 @@
                vmmc: vmmc@107000 {
                        status = "disabled";
                        compatible = "lantiq,vmmc-xway";
-                       reg = <0x103000 0x400>;
+                       reg = <0x107000 0x400>;
                        interrupt-parent = <&icu0>;
                        interrupts = <150 151 152 153 154 155>;
                };
index cbb86e6a365b2c016ca81f232b2eaa82606aac31..e8b87dbcc7de2fb928a4e602f1a650030d2f7c35 100644 (file)
                        reg = <0x106a00 0x200>;
                };
 
-               vmmc: vmmc@103000 {
+               vmmc: vmmc@107000 {
                        status = "disabled";
                        compatible = "lantiq,vmmc-xway";
-                       reg = <0x103000 0x400>;
+                       reg = <0x107000 0x300>;
                        interrupt-parent = <&icu0>;
                        interrupts = <150 151 152 153 154 155>;
                };