Commit 7b8330d2 authored by Masahiro Yamada's avatar Masahiro Yamada

ARM: dts: uniphier: fix size of sdctrl nodes

All registers are located within 0x400 size from the base address.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 80a68704
......@@ -292,7 +292,7 @@ smpctrl@59801000 {
sdctrl@59810000 {
compatible = "socionext,uniphier-pro5-sdctrl",
"simple-mfd", "syscon";
reg = <0x59810000 0x800>;
reg = <0x59810000 0x400>;
sd_clk: clock {
compatible = "socionext,uniphier-pro5-sd-clock";
......
......@@ -276,7 +276,7 @@ smpctrl@59801000 {
sdctrl@59810000 {
compatible = "socionext,uniphier-pxs2-sdctrl",
"simple-mfd", "syscon";
reg = <0x59810000 0x800>;
reg = <0x59810000 0x400>;
sd_clk: clock {
compatible = "socionext,uniphier-pxs2-sd-clock";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment