]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
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 8c8a85176b64c71daa26c6f7bf849004a4c8403d..d067f38fa21d61a2184e88613594ad455560090f 100644 (file)
                sysctrl@61840000 {
                        compatible = "socionext,uniphier-sysctrl",
                                     "simple-mfd", "syscon";
-                       reg = <0x61840000 0x4000>;
+                       reg = <0x61840000 0x10000>;
 
                        sys_clk: clock {
                                #clock-cells = <1>;
index 5fa96c939b5c253dd76cb1c730ad9f532b358486..35c18197d94fb9ca4125bdff8ca6722247635080 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";