Commit b0389c2c authored by Marcus Cooper's avatar Marcus Cooper Committed by Maxime Ripard
Browse files

ARM: sunxi: dt: enable audio codec on mk802



This commit enables the on-chip audio codec present on some variants
of the MK802.

Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 9f483c71
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@
	};
};

&codec {
	status = "okay";
};

&ehci0 {
	status = "okay";
};