All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: sama5d3: dt: correct the sound route
@ 2015-01-09  9:18 ` Bo Shen
  0 siblings, 0 replies; 6+ messages in thread
From: Bo Shen @ 2015-01-09  9:18 UTC (permalink / raw)
  To: linux-arm-kernel

The MICBIAS is a supply, should route to MIC while not IN1L.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---

 arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index 0399be6..83d0598 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -176,7 +176,7 @@
 			"Headphone Jack", "HPOUTR",
 			"IN2L", "Line In Jack",
 			"IN2R", "Line In Jack",
-			"MICBIAS", "IN1L",
+			"Mic", "MICBIAS",
 			"IN1L", "Mic";
 
 		atmel,ssc-controller = <&ssc0>;
-- 
2.1.0.24.g4109c28

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-12 13:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09  9:18 [PATCH] ARM: at91: sama5d3: dt: correct the sound route Bo Shen
2015-01-09  9:18 ` Bo Shen
2015-01-09  9:18 ` Bo Shen
2015-01-12 13:21 ` Nicolas Ferre
2015-01-12 13:21   ` Nicolas Ferre
2015-01-12 13:21   ` Nicolas Ferre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.