Commit 555861fb authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arm64: dts: uniphier: fix size of sdctrl node



All registers are located within 0x400 size from the base address.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 3dfc6e98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@
		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";