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


Groups > linux.kernel > #1495321 > unrolled thread

[PATCH 14/14] ARM: dts: sun8i: sinlinx: Enable audio nodes

Started byMylène Josserand <mylene.josserand@free-electrons.com>
First post2016-10-04 11:50 +0200
Last post2016-10-04 11:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 14/14] ARM: dts: sun8i: sinlinx: Enable audio nodes Mylène Josserand          <mylene.josserand@free-electrons.com> - 2016-10-04 11:50 +0200

#1495321 — [PATCH 14/14] ARM: dts: sun8i: sinlinx: Enable audio nodes

FromMylène Josserand <mylene.josserand@free-electrons.com>
Date2016-10-04 11:50 +0200
Subject[PATCH 14/14] ARM: dts: sun8i: sinlinx: Enable audio nodes
Message-ID<souwh-SP-3@gated-at.bofh.it>
Enable the audio codec and the audio dai for the sun8i A33 sinlinx board.

Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
---
 arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
index fef6abc..b03ca5e 100644
--- a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
+++ b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
@@ -63,6 +63,14 @@
 	};
 };
 
+&codec {
+	status = "okay";
+};
+
+&dai {
+	status = "okay";
+};
+
 &ehci0 {
 	status = "okay";
 };
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web