Skip to content

Commit

Permalink
ARM: dts: OMAP3-N900: Add microphone bias voltages
Browse files Browse the repository at this point in the history
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.

Cc: [email protected] # v3.16+
Signed-off-by: Pavel Machek <[email protected]>
[Jarkko: Headset mic bias changed to 2 (2.5 V) as it was before commit
e2e8bfd ("ASoC: tlv320aic3x: Convert mic bias to a supply widget")]
Signed-off-by: Jarkko Nikula <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
pavelmachek authored and tmlind committed May 4, 2015
1 parent 102bcb6 commit 1819e30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/omap3-n900.dts
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,8 @@
DRVDD-supply = <&vmmc2>;
IOVDD-supply = <&vio>;
DVDD-supply = <&vio>;

ai3x-micbias-vg = <1>;
};

tlv320aic3x_aux: tlv320aic3x@19 {
Expand All @@ -509,6 +511,8 @@
DRVDD-supply = <&vmmc2>;
IOVDD-supply = <&vio>;
DVDD-supply = <&vio>;

ai3x-micbias-vg = <2>;
};

tsl2563: tsl2563@29 {
Expand Down

0 comments on commit 1819e30

Please sign in to comment.