mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-31 19:21:43 +00:00
32 lines
922 B
Diff
32 lines
922 B
Diff
From 908688215120b30a35dbee244e892c55200a3fb2 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 30 Mar 2017 17:49:00 +0200
|
|
Subject: [PATCH 12/16] ARM64: dts: meson-gxbb-p20x: add spdif codec node
|
|
|
|
Add spdif-dit node to the meson gxbb reference design
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
index da10e86a7625..a6cb34c28ac8 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
@@ -175,6 +175,12 @@
|
|
enable-gpios = <&gpio GPIOH_3 0>;
|
|
status = "okay";
|
|
};
|
|
+
|
|
+ spdif_out: spdif-out {
|
|
+ #sound-dai-cells = <0>;
|
|
+ compatible = "linux,spdif-dit";
|
|
+ status = "okay";
|
|
+ };
|
|
};
|
|
|
|
&hdmi_tx {
|
|
--
|
|
2.20.1
|
|
|