提交 7b8330d2 编写于 作者: M Masahiro Yamada

ARM: dts: uniphier: fix size of sdctrl nodes

All registers are located within 0x400 size from the base address.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 80a68704
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
sdctrl@59810000 { sdctrl@59810000 {
compatible = "socionext,uniphier-pro5-sdctrl", compatible = "socionext,uniphier-pro5-sdctrl",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x59810000 0x800>; reg = <0x59810000 0x400>;
sd_clk: clock { sd_clk: clock {
compatible = "socionext,uniphier-pro5-sd-clock"; compatible = "socionext,uniphier-pro5-sd-clock";
......
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
sdctrl@59810000 { sdctrl@59810000 {
compatible = "socionext,uniphier-pxs2-sdctrl", compatible = "socionext,uniphier-pxs2-sdctrl",
"simple-mfd", "syscon"; "simple-mfd", "syscon";
reg = <0x59810000 0x800>; reg = <0x59810000 0x400>;
sd_clk: clock { sd_clk: clock {
compatible = "socionext,uniphier-pxs2-sd-clock"; compatible = "socionext,uniphier-pxs2-sd-clock";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册