Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1501489 > unrolled thread

[PATCH 2/2] ARM: dts: uniphier: increase register region size of sysctrl node

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-10-16 17:50 +0200
Last post2016-10-16 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/2] ARM: dts: uniphier: increase register region size of sysctrl node Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-16 17:50 +0200

#1501489 — [PATCH 2/2] ARM: dts: uniphier: increase register region size of sysctrl node

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-10-16 17:50 +0200
Subject[PATCH 2/2] ARM: dts: uniphier: increase register region size of sysctrl node
Message-ID<ssVRf-7Ej-3@gated-at.bofh.it>
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/uniphier-common32.dtsi b/arch/arm/boot/dts/uniphier-common32.dtsi
index 8c8a851..d067f38 100644
--- a/arch/arm/boot/dts/uniphier-common32.dtsi
+++ b/arch/arm/boot/dts/uniphier-common32.dtsi
@@ -183,7 +183,7 @@
 		sysctrl@61840000 {
 			compatible = "socionext,uniphier-sysctrl",
 				     "simple-mfd", "syscon";
-			reg = <0x61840000 0x4000>;
+			reg = <0x61840000 0x10000>;
 
 			sys_clk: clock {
 				#clock-cells = <1>;
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web