mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 23:01:56 +00:00
38 lines
1 KiB
Diff
38 lines
1 KiB
Diff
From 01ff36940e53cd410abec88ec2eb282c397a3a77 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 30 Mar 2017 16:04:39 +0200
|
|
Subject: [PATCH 43/79] ARM64: dts: meson-gxl-p230: add spdif output interface
|
|
|
|
Add the necessary pin for the spdif audio interface output and enable it
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 14 ++++++++++++++
|
|
1 file changed, 14 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
|
|
index 3837560..770a332 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
|
|
@@ -130,3 +130,17 @@
|
|
status = "okay";
|
|
vref-supply = <&vddio_ao18>;
|
|
};
|
|
+
|
|
+&audio {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&aiu_spdif_dma {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&spdif_dai {
|
|
+ pinctrl-0 = <&spdif_out_h_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ status = "okay";
|
|
+};
|
|
--
|
|
1.9.1
|
|
|