* [PATCH] ARM: sun7i: Enable audio codec on A20-OLinuXino-Micro
@ 2017-02-10 9:33 Jonathan Liu
2017-02-10 18:03 ` Maxime Ripard
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2017-02-10 9:33 UTC (permalink / raw)
To: linux-arm-kernel
The A20-OLinuXino-Micro has 3.5 mm sockets for headphone output and
microphone input.
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
index 223fbd9f7c62..3c1680c340b1 100644
--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
+++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
@@ -85,6 +85,10 @@
status = "okay";
};
+&codec {
+ status = "okay";
+};
+
&ehci0 {
status = "okay";
};
--
2.11.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-10 18:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 9:33 [PATCH] ARM: sun7i: Enable audio codec on A20-OLinuXino-Micro Jonathan Liu
2017-02-10 18:03 ` Maxime Ripard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox