arm64: dts: uniphier: fix size of sdctrl node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 27 Aug 2017 12:03:07 +0000 (21:03 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Aug 2017 14:57:28 +0000 (23:57 +0900)
All registers are located within 0x400 size from the base address.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi

index f4948d0aa3483082e590c9038509aef0c27072d0..a29c279b6e8e4c484b14c77047d1b8436103f6b3 100644 (file)
                sdctrl@59810000 {
                        compatible = "socionext,uniphier-ld20-sdctrl",
                                     "simple-mfd", "syscon";
-                       reg = <0x59810000 0x800>;
+                       reg = <0x59810000 0x400>;
 
                        sd_clk: clock {
                                compatible = "socionext,uniphier-ld20-sd-clock";