diff options
author | jbrunet <jbrunet@baylibre.com> | 2017-03-26 20:19:21 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-03-28 17:59:43 +0300 |
commit | 07a4652f0e92ecb3f9e6901523a8937800d3d067 (patch) | |
tree | ebac0546344d5d00229d300dfefc068b5fafd21a /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | 552b1e56d95285b75add602d3c84b18a85b5ad9c (diff) | |
download | linux-07a4652f0e92ecb3f9e6901523a8937800d3d067.tar.xz |
ARM64: dts: meson-gxbb: add spdif output pins
Add EE and AO domains pins for the spdif output to the gxbb device tree.
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 7d0e2dcb9efe..b56732f4defb 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -235,6 +235,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_13_pins: spdif_out_ao_13 { + mux { + groups = "spdif_out_ao_13"; + function = "spdif_out_ao"; + }; + }; }; }; @@ -497,6 +511,13 @@ function = "i2s_out"; }; }; + + spdif_out_y_pins: spdif_out_y { + mux { + groups = "spdif_out_y"; + function = "spdif_out"; + }; + }; }; }; |