]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun8i: parrot: Enable audio nodes
authorMylène Josserand <mylene.josserand@free-electrons.com>
Thu, 2 Feb 2017 09:24:21 +0000 (10:24 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 6 Feb 2017 07:45:33 +0000 (08:45 +0100)
Enable the audio codec and the audio dai for the sun8i R16 Parrot 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-r16-parrot.dts

index e4da572427b19f4e97ea89e9e9fa497896159873..472c03b7aeabec8f8966c342f72f67bb4123bbfd 100644 (file)
 
 };
 
+&codec {
+       status = "okay";
+};
+
+&dai {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };
        status = "okay";
 };
 
+&sound {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins_b>;