summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorTim Kryger2013-12-05 20:20:44 +0100
committerChristian Daudt2013-12-23 08:45:32 +0100
commit788db61add0945f3111b059881788263db43a5cc (patch)
tree217947f66d19d19de196972fd8aa52e76c125b07 /arch/arm/boot/dts
parentDocumentation: dt: kona-timer: Add clocks property (diff)
downloadkernel-qcow2-linux-788db61add0945f3111b059881788263db43a5cc.tar.gz
kernel-qcow2-linux-788db61add0945f3111b059881788263db43a5cc.tar.xz
kernel-qcow2-linux-788db61add0945f3111b059881788263db43a5cc.zip
ARM: dts: Specify clocks for timer on bcm11351
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/bcm11351.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index d32e0f370495..4bfd7e3d7162 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -95,7 +95,7 @@
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 {