Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1275761 > unrolled thread

[PATCH 1/2] ARM: dts: sun7i: Enable audio codec on OrangePi Mini

Started byStefan Monnier <monnier@iro.umontreal.ca>
First post2015-11-23 20:10 +0100
Last post2015-11-23 21:00 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1275761 — [PATCH 1/2] ARM: dts: sun7i: Enable audio codec on OrangePi Mini

FromStefan Monnier <monnier@iro.umontreal.ca>
Date2015-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]


#1275764 — [PATCH 2/2] ARM: dts: sun7i: Enable audio codec on BananaPi

FromStefan Monnier <monnier@iro.umontreal.ca>
Date2015-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 = <&reg_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]


#1275790 — Re: [PATCH 2/2] ARM: dts: sun7i: Enable audio codec on BananaPi

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2015-11-23 21:00 +0100
SubjectRe: [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