diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-08-14 15:54:24 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-08-15 11:35:07 -0400 |
commit | ac472284e3fd1ee55a1e0f497f4cdf8e960344ca (patch) | |
tree | 8d5ed11ff44abb51d124d31339bddb1944f74af7 /arch/arm/boot | |
parent | 328dc0ecc924a022ed9ead764a8fa56e4a908215 (diff) |
ARM: tegra: add Mic Jack to Beaver device tree
This enables the microphone input jack, and hence allows audio to be
captured as well as played back.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/tegra30-beaver.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30-beaver.dts b/arch/arm/boot/dts/tegra30-beaver.dts index 4f1f01cbe135..08cad696e89f 100644 --- a/arch/arm/boot/dts/tegra30-beaver.dts +++ b/arch/arm/boot/dts/tegra30-beaver.dts | |||
@@ -473,7 +473,9 @@ | |||
473 | 473 | ||
474 | nvidia,audio-routing = | 474 | nvidia,audio-routing = |
475 | "Headphones", "HPOR", | 475 | "Headphones", "HPOR", |
476 | "Headphones", "HPOL"; | 476 | "Headphones", "HPOL", |
477 | "Mic Jack", "MICBIAS1", | ||
478 | "IN2P", "Mic Jack"; | ||
477 | 479 | ||
478 | nvidia,i2s-controller = <&tegra_i2s1>; | 480 | nvidia,i2s-controller = <&tegra_i2s1>; |
479 | nvidia,audio-codec = <&rt5640>; | 481 | nvidia,audio-codec = <&rt5640>; |