Browse Source

ARM: dts: da850-lcdk: Enable the analog mic input

The LCDK board have additional analog mic jack.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Peter Ujfalusi 7 years ago
parent
commit
114126acdb
1 changed files with 8 additions and 2 deletions
  1. 8 2
      arch/arm/boot/dts/da850-lcdk.dts

+ 8 - 2
arch/arm/boot/dts/da850-lcdk.dts

@@ -74,12 +74,16 @@
 		simple-audio-card,name = "DA850-OMAPL138 LCDK";
 		simple-audio-card,name = "DA850-OMAPL138 LCDK";
 		simple-audio-card,widgets =
 		simple-audio-card,widgets =
 			"Line", "Line In",
 			"Line", "Line In",
-			"Line", "Line Out";
+			"Line", "Line Out",
+			"Microphone", "Mic Jack";
 		simple-audio-card,routing =
 		simple-audio-card,routing =
 			"LINE1L", "Line In",
 			"LINE1L", "Line In",
 			"LINE1R", "Line In",
 			"LINE1R", "Line In",
 			"Line Out", "LLOUT",
 			"Line Out", "LLOUT",
-			"Line Out", "RLOUT";
+			"Line Out", "RLOUT",
+			"MIC3L", "Mic Jack",
+			"MIC3R", "Mic Jack",
+			"Mic Jack", "Mic Bias";
 		simple-audio-card,format = "dsp_b";
 		simple-audio-card,format = "dsp_b";
 		simple-audio-card,bitclock-master = <&link0_codec>;
 		simple-audio-card,bitclock-master = <&link0_codec>;
 		simple-audio-card,frame-master = <&link0_codec>;
 		simple-audio-card,frame-master = <&link0_codec>;
@@ -250,6 +254,8 @@
 		#sound-dai-cells = <0>;
 		#sound-dai-cells = <0>;
 		compatible = "ti,tlv320aic3106";
 		compatible = "ti,tlv320aic3106";
 		reg = <0x18>;
 		reg = <0x18>;
+		adc-settle-ms = <40>;
+		ai3x-micbias-vg = <1>;		/* 2.0V */
 		status = "okay";
 		status = "okay";
 
 
 		/* Regulators */
 		/* Regulators */