Message ID | 1381391413-4361-1-git-send-email-r.sricharan@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 {
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(-)