diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-16 13:11:48 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-20 18:18:36 +0300 |
commit | 399ac14ba5ec671c8b5779ce3566c5c1452a2747 (patch) | |
tree | 9cac59936b5a16cd3bae5bae2688b97492daed56 /arch/arm64/boot/dts/amlogic/meson-axg.dtsi | |
parent | aabe5d2d4fa8ab01eaf2ff6fe2161991c1e41e1a (diff) | |
download | linux-399ac14ba5ec671c8b5779ce3566c5c1452a2747.tar.xz |
ARM64: dts: meson-axg: remove spdif out from gpio a7
Spdif out in not multiplexed on gpio A7 (spdif in is)
Remove this entry to fix the problem.
Fixes: 53c03b0aff36 ("ARM64: dts: meson-axg: add spdif output pins")
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-axg.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 88a1d3c70845..ec14e1e42fb1 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -575,13 +575,6 @@ }; }; - spdif_out_a7_pins: spdif_out_a7 { - mux { - groups = "spdif_out_a7"; - function = "spdif_out"; - }; - }; - spdif_out_a11_pins: spdif_out_a11 { mux { groups = "spdif_out_a11"; |