Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275761 > unrolled thread
| Started by | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| First post | 2015-11-23 20:10 +0100 |
| Last post | 2015-11-23 21:00 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/2] ARM: dts: sun7i: Enable audio codec on OrangePi Mini Stefan Monnier <monnier@iro.umontreal.ca> - 2015-11-23 20:10 +0100
[PATCH 2/2] ARM: dts: sun7i: Enable audio codec on BananaPi Stefan Monnier <monnier@iro.umontreal.ca> - 2015-11-23 20:20 +0100
Re: [PATCH 2/2] ARM: dts: sun7i: Enable audio codec on BananaPi Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-23 21:00 +0100
| From | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| Date | 2015-11-23 20:10 +0100 |
| Subject | [PATCH 1/2] ARM: dts: sun7i: Enable audio codec on OrangePi Mini |
| Message-ID | <qy4EW-62g-15@gated-at.bofh.it> |
Enable the on-chip audio codec
Signed-off-by: Stefan Monnier <monnier@iro.umontreal.ca>
---
arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts b/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts
index 4f65664..2be04c43 100644
--- a/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts
+++ b/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts
@@ -95,6 +95,10 @@
status = "okay";
};
+&codec {
+ status = "okay";
+};
+
&ehci0 {
status = "okay";
};
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| Date | 2015-11-23 20:20 +0100 |
| Subject | [PATCH 2/2] ARM: dts: sun7i: Enable audio codec on BananaPi |
| Message-ID | <qy4OB-65O-5@gated-at.bofh.it> |
| In reply to | #1275761 |
Enable the on-chip audio codec
Signed-off-by: Stefan Monnier <monnier@iro.umontreal.ca>
---
arch/arm/boot/dts/sun7i-a20-bananapi.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm/boot/dts/sun7i-a20-bananapi.dts
index fd7594f..67c8a76 100644
--- a/arch/arm/boot/dts/sun7i-a20-bananapi.dts
+++ b/arch/arm/boot/dts/sun7i-a20-bananapi.dts
@@ -92,6 +92,10 @@
status = "okay";
};
+&codec {
+ status = "okay";
+};
+
&cpu0 {
cpu-supply = <®_dcdc2>;
operating-points = <
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2015-11-23 21:00 +0100 |
| Subject | Re: [PATCH 2/2] ARM: dts: sun7i: Enable audio codec on BananaPi |
| Message-ID | <qy5rl-6jA-29@gated-at.bofh.it> |
| In reply to | #1275764 |
[Multipart message — attachments visible in raw view] — view raw
On Mon, Nov 23, 2015 at 01:50:17PM -0500, Stefan Monnier wrote: > Enable the on-chip audio codec > > Signed-off-by: Stefan Monnier <monnier@iro.umontreal.ca> Applied both, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web