diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-08-15 00:22:19 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-08-15 19:35:19 +0400 |
commit | 8af3bbec752902c0480c84613d7f10e22f485977 (patch) | |
tree | afcd1d5246b7e98d5b98b9af698065998cdb1e31 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | ac472284e3fd1ee55a1e0f497f4cdf8e960344ca (diff) | |
download | linux-8af3bbec752902c0480c84613d7f10e22f485977.tar.xz |
ARM: tegra: add Mic Jack to Dalmore 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/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 402c20bb1932..45056a299408 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -1193,7 +1193,9 @@ "Speakers", "SPORP", "Speakers", "SPORN", "Speakers", "SPOLP", - "Speakers", "SPOLN"; + "Speakers", "SPOLN", + "Mic Jack", "MICBIAS1", + "IN2P", "Mic Jack"; nvidia,i2s-controller = <&tegra_i2s1>; nvidia,audio-codec = <&rt5640>; |