diff options
author | Prashant Gaikwad <pgaikwad@nvidia.com> | 2013-03-01 19:32:24 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-03-05 02:16:36 +0100 |
commit | ed3ced371146f0993f0e4f315720449d78dc7032 (patch) | |
tree | b03b89c6fb6520dd7d3d0f3dae4dc7588f52cb22 /arch/arm/boot/dts/tegra20.dtsi | |
parent | ARM: dts: remove generated .dtb files on clean (diff) | |
download | linux-ed3ced371146f0993f0e4f315720449d78dc7032.tar.xz linux-ed3ced371146f0993f0e4f315720449d78dc7032.zip |
ARM: Tegra: Add clock entry for smp_twd clock
As DT support for clocks and smp_twd is enabled, add clock entry
for smp_twd clock to DT.
This fixes the following error while booting the kernel:
smp_twd: clock not found -2
Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
[swarren: include kernel log spew that this fixes]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index 9a428931d042..48d00a099ce3 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -118,6 +118,7 @@ compatible = "arm,cortex-a9-twd-timer"; reg = <0x50040600 0x20>; interrupts = <1 13 0x304>; + clocks = <&tegra_car 132>; }; intc: interrupt-controller { |