Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1609368
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 8/8] ARM64: dts: meson-gxl: add spdif output pins |
| Date | 2017-03-26 19:30 +0200 |
| Message-ID | <tpk9k-37T-21@gated-at.bofh.it> (permalink) |
| References | <tpjZD-34q-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add EE and AO domains pins for the spdif output to the gxl device tree.
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 3dde55856234..8a08ad552e7a 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -174,6 +174,20 @@
function = "i2s_out_ao";
};
};
+
+ spdif_out_ao_6_pins: spdif_out_ao_6 {
+ mux {
+ groups = "spdif_out_ao_6";
+ function = "spdif_out_ao";
+ };
+ };
+
+ spdif_out_ao_9_pins: spdif_out_ao_9 {
+ mux {
+ groups = "spdif_out_ao_9";
+ function = "spdif_out_ao";
+ };
+ };
};
};
@@ -447,6 +461,13 @@
function = "i2s_out";
};
};
+
+ spdif_out_h_pins: spdif_out_ao_h {
+ mux {
+ groups = "spdif_out_h";
+ function = "spdif_out";
+ };
+ };
};
eth-phy-mux {
--
2.9.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/8] pinctrl: meson: add audio output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 19:20 +0200 [PATCH v2 2/8] pinctrl: meson: gxbb: add spdif output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 19:20 +0200 [PATCH v2 6/8] ARM64: dts: meson-gxbb: add spdif output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 19:20 +0200 [PATCH v2 3/8] pinctrl: meson: gxl: add i2s output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 19:30 +0200 [PATCH v2 5/8] ARM64: dts: meson-gxbb: add i2s output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 19:30 +0200 [PATCH v2 8/8] ARM64: dts: meson-gxl: add spdif output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 19:30 +0200 [PATCH v2 4/8] pinctrl: meson: gxl: add spdif output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 19:30 +0200 [PATCH v2 1/8] pinctrl: meson: gxbb: add i2s output pins Jerome Brunet <jbrunet@baylibre.com> - 2017-03-26 21:10 +0200
csiph-web