diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-01-12 00:09:57 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-07 03:21:21 +0100 |
commit | 797acf705bf440c736b71cc958f46a174ec87d10 (patch) | |
tree | 7ea633ba0c49122f76838d6799b30211de36fd98 /arch/arm/boot/dts/tegra-trimslice.dts | |
parent | ARM: dt: tegra: Add labels for I2S controllers (diff) | |
download | linux-797acf705bf440c736b71cc958f46a174ec87d10.tar.xz linux-797acf705bf440c736b71cc958f46a174ec87d10.zip |
ARM: dt: tegra: Enable audio on WM8903 boards, disable others
Add complete bindings to instantiate and configure the codec and
top-level audio complex on all currently supported boards using the
Tegra+WM8903 audio driver.
On those boards, disable the I2S2 controller since it isn't used.
On boards not using the WM8903 codec, disable all the audio devices;
they can be re-enabled once the relevant codec and ASoC machine drivers
have been ported to device-tree.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-trimslice.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-trimslice.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-trimslice.dts b/arch/arm/boot/dts/tegra-trimslice.dts index 3b3ee7db99f3..252476867b54 100644 --- a/arch/arm/boot/dts/tegra-trimslice.dts +++ b/arch/arm/boot/dts/tegra-trimslice.dts @@ -26,6 +26,18 @@ status = "disable"; }; + i2s@70002800 { + status = "disable"; + }; + + i2s@70002a00 { + status = "disable"; + }; + + das@70000c00 { + status = "disable"; + }; + serial@70006000 { clock-frequency = < 216000000 >; }; |