ARM: dts: sun8i-h3: orange-pi-pc: Enable audio codec

The Orange Pi PC routes the LINEOUT pins to the audio out jack on the
board. The onboard microphone is routed to MIC1, with MBIAS providing
power.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Chen-Yu Tsai 2016-11-25 20:34:42 +08:00 committed by Maxime Ripard
parent 20d5c4e939
commit 282d45ba47
1 changed files with 8 additions and 0 deletions

View File

@ -90,6 +90,14 @@
};
};
&codec {
allwinner,audio-routing =
"Line Out", "LINEOUT",
"MIC1", "Mic",
"Mic", "MBIAS";
status = "okay";
};
&ehci1 {
status = "okay";
};