]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: sun5i: chip: Enable the audio codec
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 28 Jul 2015 08:37:01 +0000 (10:37 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 22 Oct 2015 08:55:53 +0000 (10:55 +0200)
The CHIP v0.2 has a composite output on a mini-jack connector, the audio
part being provided by the on-SoC codec. Enable it.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun5i-r8-chip.dts

index abf3ccb1a82cf93bb29c73df07ad940de7df19bc..530ab28e9ca239b2da64d046a1c0c1da7d94b9d0 100644 (file)
        };
 };
 
+&codec {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };