mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 16:51:48 +00:00
51 lines
1.3 KiB
Diff
51 lines
1.3 KiB
Diff
From 9f335bad0a74dc58e5450260dbfaa59911dfaa31 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 30 Mar 2017 15:40:20 +0200
|
|
Subject: [PATCH 41/79] ARM64: dts: meson-gxbb-p20x: add i2s and spdif output
|
|
interfaces
|
|
|
|
Add the necessary pins for the i2s and spdif audio interface output and
|
|
enable these interfaces
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 25 ++++++++++++++++++++++++
|
|
1 file changed, 25 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
index c8559be..d36f82b0 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
@@ -292,3 +292,28 @@
|
|
remote-endpoint = <&hdmi_connector_in>;
|
|
};
|
|
};
|
|
+
|
|
+&audio {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&aiu_i2s_dma {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&aiu_spdif_dma {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2s_dai {
|
|
+ pinctrl-0 = <&i2s_am_clk_pins>, <&i2s_out_ao_clk_pins>,
|
|
+ <&i2s_out_lr_clk_pins>, <&i2s_out_ch01_ao_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&spdif_dai {
|
|
+ pinctrl-0 = <&spdif_out_ao_6_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ status = "okay";
|
|
+};
|
|
--
|
|
1.9.1
|
|
|