diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-01-09 17:18:16 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-12 14:23:14 +0100 |
commit | 04582fd03fb263598e3b126c76cc42195aa0fd05 (patch) | |
tree | aaa112229d4ae4bbf26a224ebfd81572a2e55249 | |
parent | 0068b2e1b7f925a818fdc0a5d10ef0ad40f746e7 (diff) | |
download | blackbird-op-linux-04582fd03fb263598e3b126c76cc42195aa0fd05.tar.gz blackbird-op-linux-04582fd03fb263598e3b126c76cc42195aa0fd05.zip |
ARM: at91: sama5d3: dt: correct the sound route
The MICBIAS is a supply, should route to MIC while not IN1L.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/sama5d3xmb.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index 49c10d33df30..77e03655aca3 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>; |