]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Specify clocks for timer on bcm11351
authorTim Kryger <tim.kryger@linaro.org>
Thu, 5 Dec 2013 19:20:44 +0000 (11:20 -0800)
committerChristian Daudt <bcm@fixthebug.org>
Mon, 23 Dec 2013 07:45:32 +0000 (23:45 -0800)
Specify the external clock label in the timer node.

Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
arch/arm/boot/dts/bcm11351.dtsi

index d32e0f370495ca6df596f8564fca89d972d9d922..4bfd7e3d71626955a3879adfe4aa240ca09bfc66 100644 (file)
@@ -95,7 +95,7 @@ timer@35006000 {
                compatible = "brcm,kona-timer";
                reg = <0x35006000 0x1000>;
                interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
-               clock-frequency = <32768>;
+               clocks = <&hub_timer_clk>;
        };
 
        gpio: gpio@35003000 {