Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275761
| From | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] ARM: dts: sun7i: Enable audio codec on OrangePi Mini |
| Date | 2015-11-23 20:10 +0100 |
| Message-ID | <qy4EW-62g-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web