]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun8i: sinlinx: Enable audio nodes
authorMylène Josserand <mylene.josserand@free-electrons.com>
Thu, 2 Feb 2017 09:24:22 +0000 (10:24 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 6 Feb 2017 07:48:18 +0000 (08:48 +0100)
Enable the audio codec and the audio dai for the sun8i A33 sinlinx board.

Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts

index c206ed693aa2c09201809d288cb189131fefc270..03b89bdd55ba1e9d60487862df36536cfd8256c0 100644 (file)
@@ -80,10 +80,18 @@ panel_input: endpoint@0 {
        };
 };
 
+&codec {
+       status = "okay";
+};
+
 &de {
        status = "okay";
 };
 
+&dai {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };
@@ -227,6 +235,10 @@ &reg_rtc_ldo {
        regulator-name = "vcc-rtc";
 };
 
+&sound {
+       status = "okay";
+};
+
 &tcon0 {
        pinctrl-names = "default";
        pinctrl-0 = <&lcd_rgb666_pins>;