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>
This commit is contained in:
Stephen Warren 2013-08-14 13:54:24 -06:00
parent 328dc0ecc9
commit ac472284e3
1 changed files with 3 additions and 1 deletions

View File

@ -473,7 +473,9 @@
nvidia,audio-routing =
"Headphones", "HPOR",
"Headphones", "HPOL";
"Headphones", "HPOL",
"Mic Jack", "MICBIAS1",
"IN2P", "Mic Jack";
nvidia,i2s-controller = <&tegra_i2s1>;
nvidia,audio-codec = <&rt5640>;