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 коммит произвёл Maxime Ripard
Родитель 20d5c4e939
Коммит 282d45ba47
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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