ARM: dts: sun7i: lamobo-r1: Enable audio codec
authorChen-Yu Tsai <wens@csie.org>
Wed, 6 Jul 2016 09:10:45 +0000 (17:10 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 11 Jul 2016 06:26:17 +0000 (08:26 +0200)
Lamobo R1 has a headphone jack for audio output, and an onboard
microphone. These are tied to the SoC's internal audio codec.

Enable the audio codec.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts

index c5126a9c35fc775b6a080be52faacf00fbc99d12..73c05dab0a693e8331093babdd30f94b5ff3bae9 100644 (file)
        status = "okay";
 };
 
+&codec {
+       status = "okay";
+};
+
 &cpu0 {
        cpu-supply = <&reg_dcdc2>;
 };
This page took 0.031128 seconds and 5 git commands to generate.