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: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Marcus Cooper 2015-12-19 14:02:38 +01:00 committed by Maxime Ripard
parent 9f483c717d
commit b0389c2caf

View File

@ -58,6 +58,10 @@ chosen {
};
};
&codec {
status = "okay";
};
&ehci0 {
status = "okay";
};