aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-08-14 16:22:19 -0400
committerStephen Warren <swarren@nvidia.com>2013-08-15 11:35:19 -0400
commit8af3bbec752902c0480c84613d7f10e22f485977 (patch)
treeafcd1d5246b7e98d5b98b9af698065998cdb1e31
parentac472284e3fd1ee55a1e0f497f4cdf8e960344ca (diff)
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>
-rw-r--r--arch/arm/boot/dts/tegra114-dalmore.dts4
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 @@
1193 "Speakers", "SPORP", 1193 "Speakers", "SPORP",
1194 "Speakers", "SPORN", 1194 "Speakers", "SPORN",
1195 "Speakers", "SPOLP", 1195 "Speakers", "SPOLP",
1196 "Speakers", "SPOLN"; 1196 "Speakers", "SPOLN",
1197 "Mic Jack", "MICBIAS1",
1198 "IN2P", "Mic Jack";
1197 1199
1198 nvidia,i2s-controller = <&tegra_i2s1>; 1200 nvidia,i2s-controller = <&tegra_i2s1>;
1199 nvidia,audio-codec = <&rt5640>; 1201 nvidia,audio-codec = <&rt5640>;