ARM: dts: uniphier: increase register region size of sysctrl node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 16 Oct 2016 15:42:43 +0000 (00:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Nov 2016 07:39:47 +0000 (16:39 +0900)
The System Control node has 0x10000 byte of registers.  The current
reg size must be expanded to use the cpufreq driver because the
registers controlling CPU frequency are located at offset 0x8000.

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

index 8c8a851..d067f38 100644 (file)
                sysctrl@61840000 {
                        compatible = "socionext,uniphier-sysctrl",
                                     "simple-mfd", "syscon";
-                       reg = <0x61840000 0x4000>;
+                       reg = <0x61840000 0x10000>;
 
                        sys_clk: clock {
                                #clock-cells = <1>;
index 5fa96c9..35c1819 100644 (file)
                sysctrl@f1840000 {
                        compatible = "socionext,uniphier-sysctrl",
                                     "simple-mfd", "syscon";
-                       reg = <0xf1840000 0x4000>;
+                       reg = <0xf1840000 0x10000>;
 
                        sys_clk: clock {
                                compatible = "socionext,uniphier-sld3-clock";