diff mbox

ARM: DRA: DTS: Remove clock-frequency field for cpu timers

Message ID 1381391413-4361-1-git-send-email-r.sricharan@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

R Sricharan Oct. 10, 2013, 7:50 a.m. UTC
The arm arch timers frequency are now programmed in the CNTFREQ
per-cpu register by the timer code using the secure API [1].
So remove the redundant entry from the dts.

[1] http://marc.info/?l=linux-omap&m=138139106312786&w=2

Cc: Benoit Cousson <bcousson@baylibre.com>
Signed-off-by: Sricharan R <r.sricharan@ti.com>
---
 arch/arm/boot/dts/omap5.dtsi |    1 -
 1 file changed, 1 deletion(-)

Comments

Santosh Shilimkar Oct. 10, 2013, 1:11 p.m. UTC | #1
On Thursday 10 October 2013 03:50 AM, Sricharan R wrote:
> The arm arch timers frequency are now programmed in the CNTFREQ
> per-cpu register by the timer code using the secure API [1].
> So remove the redundant entry from the dts.
> 
> [1] http://marc.info/?l=linux-omap&m=138139106312786&w=2
> 
> Cc: Benoit Cousson <bcousson@baylibre.com>
> Signed-off-by: Sricharan R <r.sricharan@ti.com>
> ---
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Benoit Cousson Oct. 11, 2013, 7:31 p.m. UTC | #2
Hi Sricharan,

On 10/10/2013 15:11, Santosh Shilimkar wrote:
> On Thursday 10 October 2013 03:50 AM, Sricharan R wrote:
>> The arm arch timers frequency are now programmed in the CNTFREQ
>> per-cpu register by the timer code using the secure API [1].
>> So remove the redundant entry from the dts.
>>
>> [1] http://marc.info/?l=linux-omap&m=138139106312786&w=2
>>
>> Cc: Benoit Cousson <bcousson@baylibre.com>
>> Signed-off-by: Sricharan R <r.sricharan@ti.com>
>> ---
> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
>

I've just applied it for 3.13.

Thanks,
Benoit
diff mbox

Patch

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 37f606b..f25adc5 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -52,7 +52,6 @@ 
 			     <GIC_PPI 14 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
 			     <GIC_PPI 11 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
 			     <GIC_PPI 10 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>;
-		clock-frequency = <6144000>;
 	};
 
 	gic: interrupt-controller@48211000 {