mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 13:29:33 +00:00
* Attach Meson64 to mainline with a bunch of patches. Tested, but need further work. * Enable DVFS on N2 which sometimes works, sometime doesn't, cleanup * Enable beta targets for Meson64 kernel family * Bump with version
32 lines
893 B
Diff
32 lines
893 B
Diff
From 9c077ea246e713dcbc99ed37296fc47f2c24e20a Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 30 Mar 2017 17:53:57 +0200
|
|
Subject: [PATCH 14/16] ARM64: dts: meson-gxl-p230: add spdif codec node
|
|
|
|
Add spdif-dit node to the meson gxl reference design
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 6 ++++++
|
|
1 file changed, 6 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 b08c4537f260..b9a52b716ffc 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
|
|
@@ -51,6 +51,12 @@
|
|
};
|
|
};
|
|
};
|
|
+
|
|
+ spdif_out: spdif-out {
|
|
+ #sound-dai-cells = <0>;
|
|
+ compatible = "linux,spdif-dit";
|
|
+ status = "okay";
|
|
+ };
|
|
};
|
|
|
|
&cec_AO {
|
|
--
|
|
2.20.1
|
|
|