Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634985

[PATCH 2/2] ARM: dts: sun8i: Add ADC routing

From Mylène Josserand <mylene.josserand@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] ARM: dts: sun8i: Add ADC routing
Date 2017-05-03 16:00 +0200
Message-ID <tD2YW-6a8-15@gated-at.bofh.it> (permalink)
References <tD2YW-6a8-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add the ADC route between the analog and the digital parts
of sun8i A33. Configure the MIC1 to use MBIAS and MIC2 to use HBIAS.

Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
---
 arch/arm/boot/dts/sun8i-a33.dtsi | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi
index 306af6cadf26..0d3f7b5a23ef 100644
--- a/arch/arm/boot/dts/sun8i-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a33.dtsi
@@ -114,7 +114,15 @@
 		simple-audio-card,aux-devs = <&codec_analog>;
 		simple-audio-card,routing =
 			"Left DAC", "AIF1 Slot 0 Left",
-			"Right DAC", "AIF1 Slot 0 Right";
+			"Right DAC", "AIF1 Slot 0 Right",
+			"AIF1 Slot 0 Left ADC", "Left ADC",
+			"AIF1 Slot 0 Right ADC", "Right ADC",
+			"Left ADC", "ADC",
+			"Right ADC", "ADC",
+			"Mic",  "MBIAS",
+			"Headset Mic", "HBIAS",
+			"MIC1", "Mic",
+			"MIC2", "Headset Mic";
 		status = "disabled";
 
 		simple-audio-card,cpu {
-- 
2.11.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] ASoC: sunxi: Add ADC support for A33 Mylène Josserand          <mylene.josserand@free-electrons.com> - 2017-05-03 16:00 +0200
  [PATCH 2/2] ARM: dts: sun8i: Add ADC routing Mylène Josserand          <mylene.josserand@free-electrons.com> - 2017-05-03 16:00 +0200
  [PATCH 1/2] ASoC: sun8i-codec: Add ADC support for a33 Mylène Josserand          <mylene.josserand@free-electrons.com> - 2017-05-03 16:00 +0200
    Re: [PATCH 1/2] ASoC: sun8i-codec: Add ADC support for a33 Chen-Yu Tsai <wens@csie.org> - 2017-05-03 19:20 +0200
      Re: [PATCH 1/2] ASoC: sun8i-codec: Add ADC support for a33 Mylene Josserand <mylene.josserand@free-electrons.com> - 2017-05-10 09:00 +0200
  Re: [PATCH 0/2] ASoC: sunxi: Add ADC support for A33 Mylene Josserand <mylene.josserand@free-electrons.com> - 2017-05-03 16:10 +0200

csiph-web