diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2013-12-05 23:20:44 +0400 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-12-23 11:45:32 +0400 |
commit | 788db61add0945f3111b059881788263db43a5cc (patch) | |
tree | 217947f66d19d19de196972fd8aa52e76c125b07 /arch/arm/boot/dts/bcm11351.dtsi | |
parent | 0a65172f4814d710fc810c1734f4cd03d9cd655b (diff) | |
download | linux-788db61add0945f3111b059881788263db43a5cc.tar.xz |
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/bcm11351.dtsi')
-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 @@ 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 { |