Skip to content

Commit

Permalink
ARM: sunxi: dt: enable audio codec on mk802
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcus Cooper authored and Maxime Ripard committed Dec 21, 2015
1 parent 9f483c7 commit b0389c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/sun4i-a10-mk802.dts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
};
};

&codec {
status = "okay";
};

&ehci0 {
status = "okay";
};
Expand Down

0 comments on commit b0389c2

Please sign in to comment.