summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-08-27 21:03:07 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-08-28 23:57:28 +0900
commit555861fb4859e3debe96e19172f157d54abb7056 (patch)
treeb3b2c39551a094f6bc427ea6ade57371585bd722 /arch
parent3dfc6e982910c9fef4a924477b5f41a1257dd90f (diff)
downloadop-kernel-dev-555861fb4859e3debe96e19172f157d54abb7056.zip
op-kernel-dev-555861fb4859e3debe96e19172f157d54abb7056.tar.gz
arm64: dts: uniphier: fix size of sdctrl node
All registers are located within 0x400 size from the base address. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
index f4948d0..a29c279 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
@@ -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";
OpenPOWER on IntegriCloud