linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS
@ 2014-03-06  3:15 Magnus Damm
  2014-03-06  3:16 ` [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C Magnus Damm
  2014-03-06 23:57 ` [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2014-03-06  3:15 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

The correct maximum CPU frequency for r8a7791 is 1500 MHz
so update the r8a7791 SoC DTS to reflect this.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/r8a7791.dtsi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 0001/arch/arm/boot/dts/r8a7791.dtsi
+++ work/arch/arm/boot/dts/r8a7791.dtsi	2014-03-06 10:52:09.000000000 +0900
@@ -37,14 +37,14 @@
 			device_type = "cpu";
 			compatible = "arm,cortex-a15";
 			reg = <0>;
-			clock-frequency = <1300000000>;
+			clock-frequency = <1500000000>;
 		};
 
 		cpu1: cpu@1 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a15";
 			reg = <1>;
-			clock-frequency = <1300000000>;
+			clock-frequency = <1500000000>;
 		};
 	};
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C
  2014-03-06  3:15 [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Magnus Damm
@ 2014-03-06  3:16 ` Magnus Damm
  2014-03-06 23:57 ` [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Magnus Damm @ 2014-03-06  3:16 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

The correct maximum CPU frequency for r8a7791 is 1500 MHz
so update the r8a7791 SoC C code to reflect this.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/setup-r8a7791.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/setup-r8a7791.c
+++ work/arch/arm/mach-shmobile/setup-r8a7791.c	2014-03-06 11:33:58.000000000 +0900
@@ -213,7 +213,7 @@ void __init r8a7791_add_standard_devices
 void __init r8a7791_init_early(void)
 {
 #ifndef CONFIG_ARM_ARCH_TIMER
-	shmobile_setup_delay(1300, 2, 4); /* Cortex-A15 @ 1300MHz */
+	shmobile_setup_delay(1500, 2, 4); /* Cortex-A15 @ 1500MHz */
 #endif
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS
  2014-03-06  3:15 [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Magnus Damm
  2014-03-06  3:16 ` [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C Magnus Damm
@ 2014-03-06 23:57 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-03-06 23:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 06, 2014 at 12:15:36PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> The correct maximum CPU frequency for r8a7791 is 1500 MHz
> so update the r8a7791 SoC DTS to reflect this.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-06 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06  3:15 [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Magnus Damm
2014-03-06  3:16 ` [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C Magnus Damm
2014-03-06 23:57 ` [PATCH] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).