diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-03-26 18:45:52 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-04-04 19:17:42 -0400 |
commit | f9cd2b3bf48b108c7935fa06e833e85b5f1d0119 (patch) | |
tree | bb1008cee5171646f7f017321fd50213527e872c /arch/arm/boot/dts/tegra20-whistler.dts | |
parent | fcf0b3a6c21c8bcd4c2943f8f9d49e66b7236c9b (diff) |
ARM: tegra: add clocks property to sound nodes
Audio-related clocks need to be represented in the device tree. Update
bindings to describe which clocks are needed, and DT files to include
those clocks.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-whistler.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts index 258cf945f515..99746c618d68 100644 --- a/arch/arm/boot/dts/tegra20-whistler.dts +++ b/arch/arm/boot/dts/tegra20-whistler.dts | |||
@@ -573,5 +573,8 @@ | |||
573 | 573 | ||
574 | nvidia,i2s-controller = <&tegra_i2s1>; | 574 | nvidia,i2s-controller = <&tegra_i2s1>; |
575 | nvidia,audio-codec = <&codec>; | 575 | nvidia,audio-codec = <&codec>; |
576 | |||
577 | clocks = <&tegra_car 112>, <&tegra_car 113>, <&tegra_car 93>; | ||
578 | clock-names = "pll_a", "pll_a_out0", "mclk"; | ||
576 | }; | 579 | }; |
577 | }; | 580 | }; |