diff mbox

[2/2] ARM: dts: sun7i: Enable audio codec on Banana Pro

Message ID 20170104142250.22171-2-joerg.krause@embedded.rocks
State New
Headers show

Commit Message

Jörg Krause Jan. 4, 2017, 2:22 p.m. UTC
This commit enables the on-chip audio codec present on the A20 SoC
on the Banana Pro board.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 arch/arm/boot/dts/sun7i-a20-bananapro.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Maxime Ripard Jan. 5, 2017, 5:19 p.m. UTC | #1
On Wed, Jan 04, 2017 at 03:22:50PM +0100, Jörg Krause wrote:
> This commit enables the on-chip audio codec present on the A20 SoC
> on the Banana Pro board.
> 
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>

Applied, thanks!
Maxime
diff mbox

Patch

diff --git a/arch/arm/boot/dts/sun7i-a20-bananapro.dts b/arch/arm/boot/dts/sun7i-a20-bananapro.dts
index 439ad50dcd4a..797de4c352a5 100644
--- a/arch/arm/boot/dts/sun7i-a20-bananapro.dts
+++ b/arch/arm/boot/dts/sun7i-a20-bananapro.dts
@@ -100,6 +100,10 @@ 
 	status = "okay";
 };
 
+&codec {
+	status = "okay";
+};
+
 &ehci0 {
 	status = "okay";
 };