diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-03-17 17:45:37 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-04-18 22:43:44 +0200 |
commit | 7a61fb077d6dc4d6d93691654f754406b6d4baf0 (patch) | |
tree | 9d288267fc0a67f51852f6a09b64d5040d38170d /arch/arm/boot | |
parent | 469bbf0a76a0fd95b8cf5b36b1f6c413b4008c99 (diff) |
ARM: at91: sama5d3: add the missing property
If without the MICBIAS routing, the record don't work.
Add the missing MICBIAS routing to let record from mic working.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/sama5d3xmb.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index e1bd576760c6..060015375e44 100644 --- a/arch/arm/boot/dts/sama5d3xmb.dtsi +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi @@ -166,6 +166,7 @@ "Headphone Jack", "HPOUTR", "IN2L", "Line In Jack", "IN2R", "Line In Jack", + "MICBIAS", "IN1L", "IN1L", "Mic"; atmel,ssc-controller = <&ssc0>; |