diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-11-07 11:07:03 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-11-22 15:34:04 +0100 |
commit | caed8b581578da50b90d484d85b7e06e437bc999 (patch) | |
tree | 9cbfe2709ecdf77359e1912c862194877fd6480e /arch/arm/boot/dts/sun6i-a31s-sina31s.dts | |
parent | ARM: dts: sun6i: hummingbird: Enable internal audio codec (diff) | |
download | linux-caed8b581578da50b90d484d85b7e06e437bc999.tar.xz linux-caed8b581578da50b90d484d85b7e06e437bc999.zip |
ARM: dts: sun6i: sina31s: Enable internal audio codec
The SinA31s routes the SoC's LINEOUT pins to a line out jack, and MIC1
to a microphone jack, with MBIAS providing phantom power.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31s-sina31s.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31s-sina31s.dts b/arch/arm/boot/dts/sun6i-a31s-sina31s.dts index 6ead2f5c847a..c35ec112f5a0 100644 --- a/arch/arm/boot/dts/sun6i-a31s-sina31s.dts +++ b/arch/arm/boot/dts/sun6i-a31s-sina31s.dts @@ -65,6 +65,14 @@ }; }; +&codec { + allwinner,audio-routing = + "Line Out", "LINEOUT", + "MIC1", "Mic", + "Mic", "MBIAS"; + status = "okay"; +}; + &ehci0 { /* USB 2.0 4 port hub IC */ status = "okay"; |