All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: Add missing frequency property to exynos5250
@ 2013-11-29 11:34 Sachin Kamat
  2013-11-29 17:29 ` Tomasz Figa
  0 siblings, 1 reply; 3+ messages in thread
From: Sachin Kamat @ 2013-11-29 11:34 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat

Added missing clock frequency property to CPU node to avoid
boot time warnings.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/boot/dts/exynos5250.dtsi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 9db5047812f3..d871e6241d8a 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -60,11 +60,13 @@
 			device_type = "cpu";
 			compatible = "arm,cortex-a15";
 			reg = <0>;
+			clock-frequency = <1700000000>;
 		};
 		cpu@1 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a15";
 			reg = <1>;
+			clock-frequency = <1700000000>;
 		};
 	};
 
-- 
1.7.9.5

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

* Re: [PATCH 1/1] ARM: dts: Add missing frequency property to exynos5250
  2013-11-29 11:34 [PATCH 1/1] ARM: dts: Add missing frequency property to exynos5250 Sachin Kamat
@ 2013-11-29 17:29 ` Tomasz Figa
  2013-12-09 21:32   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2013-11-29 17:29 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: linux-samsung-soc, kgene.kim

On Friday 29 of November 2013 17:04:52 Sachin Kamat wrote:
> Added missing clock frequency property to CPU node to avoid
> boot time warnings.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  arch/arm/boot/dts/exynos5250.dtsi |    2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

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

* Re: [PATCH 1/1] ARM: dts: Add missing frequency property to exynos5250
  2013-11-29 17:29 ` Tomasz Figa
@ 2013-12-09 21:32   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-12-09 21:32 UTC (permalink / raw)
  To: Tomasz Figa; +Cc: Sachin Kamat, linux-samsung-soc, kgene.kim

On 11/30/13 02:29, Tomasz Figa wrote:
> On Friday 29 of November 2013 17:04:52 Sachin Kamat wrote:
>> Added missing clock frequency property to CPU node to avoid
>> boot time warnings.
>>
>> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
>> ---
>>   arch/arm/boot/dts/exynos5250.dtsi |    2 ++
>>   1 file changed, 2 insertions(+)
>
> Reviewed-by: Tomasz Figa<t.figa@samsung.com>
>
Thanks, applied.
Kukjin

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

end of thread, other threads:[~2013-12-09 21:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29 11:34 [PATCH 1/1] ARM: dts: Add missing frequency property to exynos5250 Sachin Kamat
2013-11-29 17:29 ` Tomasz Figa
2013-12-09 21:32   ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.