summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2015-03-01 21:07:08 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-17 09:55:08 -0700
commitda277d2b51e9f6840235bfddab8edd6912503206 (patch)
treeaf7e492e8ef2a5b1fc63e88941ed43a987fcf4cd
parent69f3181a88e391dbde3ad0b0a1d8722e200e84ac (diff)
downloadlinux-stable-da277d2b51e9f6840235bfddab8edd6912503206.tar.gz
linux-stable-da277d2b51e9f6840235bfddab8edd6912503206.tar.bz2
linux-stable-da277d2b51e9f6840235bfddab8edd6912503206.zip
ARM: dts: OMAP3-N900: Add microphone bias voltages
commit 1819e3034ee26ffadc71880064ed8b8e7d74f52c upstream. N900 audio recording needs that codec provides bias voltage for integrated digital microphone and headset microphone depending which one is used. Digital microphone uses 2 V bias and it comes from the codec A part. Codec B part drives the headset microphone bias and that is set to 2.5 V. Signed-off-by: Pavel Machek <pavel@ucw.cz> [Jarkko: Headset mic bias changed to 2 (2.5 V) as it was before commit e2e8bfdf6157 ("ASoC: tlv320aic3x: Convert mic bias to a supply widget")] Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/arm/boot/dts/omap3-n900.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index db80f9d376fa..9c8bdf2c93a1 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -484,6 +484,8 @@
DRVDD-supply = <&vmmc2>;
IOVDD-supply = <&vio>;
DVDD-supply = <&vio>;
+
+ ai3x-micbias-vg = <1>;
};
tlv320aic3x_aux: tlv320aic3x@19 {
@@ -495,6 +497,8 @@
DRVDD-supply = <&vmmc2>;
IOVDD-supply = <&vio>;
DVDD-supply = <&vio>;
+
+ ai3x-micbias-vg = <2>;
};
tsl2563: tsl2563@29 {