ARM: dts: sun8i: sinlinx: Enable audio nodes

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>
This commit is contained in:
Mylène Josserand 2017-02-02 10:24:22 +01:00 committed by Maxime Ripard
parent 8e66f3f438
commit da2ee97311

View file

@ -80,10 +80,18 @@
}; };
}; };
&codec {
status = "okay";
};
&de { &de {
status = "okay"; status = "okay";
}; };
&dai {
status = "okay";
};
&ehci0 { &ehci0 {
status = "okay"; status = "okay";
}; };
@ -227,6 +235,10 @@
regulator-name = "vcc-rtc"; regulator-name = "vcc-rtc";
}; };
&sound {
status = "okay";
};
&tcon0 { &tcon0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&lcd_rgb666_pins>; pinctrl-0 = <&lcd_rgb666_pins>;