diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-24 15:52:30 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-25 14:38:19 +0300 |
commit | f08c52de81b2bb10486fdb30cc4d53207d32b916 (patch) | |
tree | 4bbd655befd0f44e575a19a0729e1788a66c848e /arch/arm64/boot/dts/amlogic/meson-axg.dtsi | |
parent | 66d58a8f57bf8aa886d3dab728c74873fa361868 (diff) | |
download | linux-f08c52de81b2bb10486fdb30cc4d53207d32b916.tar.xz |
arm64: dts: meson-axg: add spdifout
Add the SPDIF output device of the axg audio subsystem
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index aaa6aca3962a..554efe0597d1 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -196,6 +196,17 @@ #reset-cells = <1>; clocks = <&clkc_audio AUD_CLKID_DDR_ARB>; }; + + spdifout: audio-controller@480 { + compatible = "amlogic,axg-spdifout"; + reg = <0x0 0x480 0x0 0x50>; + #sound-dai-cells = <0>; + sound-name-prefix = "SPDIFOUT"; + clocks = <&clkc_audio AUD_CLKID_SPDIFOUT>, + <&clkc_audio AUD_CLKID_SPDIFOUT_CLK>; + clock-names = "pclk", "mclk"; + status = "disabled"; + }; }; cbus: bus@ffd00000 { |