diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-04-03 19:31:27 +0800 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-04-03 14:29:56 -0600 |
commit | 7021d1220584ab1e6efd3d59da47b65674d9896a (patch) | |
tree | f347a80205ab3bd8fba9d162dd1e65c56254a04f /arch/arm/boot/dts/tegra30-cardhu.dtsi | |
parent | 7495b2eb0770b85e58af98b99faaf853e9563784 (diff) | |
download | blackbird-obmc-linux-7021d1220584ab1e6efd3d59da47b65674d9896a.tar.gz blackbird-obmc-linux-7021d1220584ab1e6efd3d59da47b65674d9896a.zip |
ARM: tegra: add clock source of PMC to device trees
Adding the bindings of the clock source of PMC in DT.
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-cardhu.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30-cardhu.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi index 3e2d21018a5b..65bf2b63174e 100644 --- a/arch/arm/boot/dts/tegra30-cardhu.dtsi +++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi @@ -322,6 +322,19 @@ bus-width = <8>; }; + clocks { + compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <0>; + + clk32k_in: clock { + compatible = "fixed-clock"; + reg=<0>; + #clock-cells = <0>; + clock-frequency = <32768>; + }; + }; + regulators { compatible = "simple-bus"; #address-cells = <1>; |