mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
a6611a92d5
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 48161
30 lines
790 B
Diff
30 lines
790 B
Diff
From 5296d8ff65298091758aa8d50d00539cd3781042 Mon Sep 17 00:00:00 2001
|
|
From: Jelle van der Waa <jelle@vdwaa.nl>
|
|
Date: Sun, 9 Aug 2015 18:51:22 +0200
|
|
Subject: [PATCH] ARM: dts: sun7i: Enable audio codec on pcDuino
|
|
|
|
Enable the on-chip audio codec
|
|
|
|
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
|
|
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
---
|
|
arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
|
|
index 861a4a6..067f365 100644
|
|
--- a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
|
|
+++ b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
|
|
@@ -111,6 +111,11 @@
|
|
allwinner,pins = "PH2";
|
|
};
|
|
|
|
+
|
|
+&codec {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&cpu0 {
|
|
cpu-supply = <®_dcdc2>;
|
|
};
|