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>
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>;
};
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>;
};