diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2013-12-05 14:20:44 -0500 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-12-23 02:45:32 -0500 |
commit | 788db61add0945f3111b059881788263db43a5cc (patch) | |
tree | 217947f66d19d19de196972fd8aa52e76c125b07 | |
parent | 0a65172f4814d710fc810c1734f4cd03d9cd655b (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/bcm11351.dtsi | 2 |
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 @@ | |||
95 | compatible = "brcm,kona-timer"; | 95 | compatible = "brcm,kona-timer"; |
96 | reg = <0x35006000 0x1000>; | 96 | reg = <0x35006000 0x1000>; |
97 | interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; | 97 | interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; |
98 | clock-frequency = <32768>; | 98 | clocks = <&hub_timer_clk>; |
99 | }; | 99 | }; |
100 | 100 | ||
101 | gpio: gpio@35003000 { | 101 | gpio: gpio@35003000 { |