aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kryger <[email protected]>2013-12-05 11:20:44 -0800
committerChristian Daudt <[email protected]>2013-12-22 23:45:32 -0800
commit788db61add0945f3111b059881788263db43a5cc (patch)
tree217947f66d19d19de196972fd8aa52e76c125b07
parent0a65172f4814d710fc810c1734f4cd03d9cd655b (diff)
ARM: dts: Specify clocks for timer on bcm11351
Specify the external clock label in the timer node. Signed-off-by: Tim Kryger <[email protected]> Reviewed-by: Markus Mayer <[email protected]> Reviewed-by: Matt Porter <[email protected]> Signed-off-by: Christian Daudt <[email protected]>
-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 {