diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-12-13 17:36:29 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-01-11 03:42:59 +0300 |
commit | 5e6a18ac6caa782fc05cf092e67418110fff27b5 (patch) | |
tree | a35edc5f9d0aa25f673d592c2489f124fcb37371 /arch/arm64/boot/dts/amlogic | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
download | linux-5e6a18ac6caa782fc05cf092e67418110fff27b5.tar.xz |
arm64: dts: meson-axg: add spdifin
Add the SPDIF input 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')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index fffd55787981..781632bd60ed 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -1260,6 +1260,18 @@ status = "disabled"; }; + spdifin: audio-controller@400 { + compatible = "amlogic,axg-spdifin"; + reg = <0x0 0x400 0x0 0x30>; + #sound-dai-cells = <0>; + sound-name-prefix = "SPDIFIN"; + interrupts = <GIC_SPI 87 IRQ_TYPE_EDGE_RISING>; + clocks = <&clkc_audio AUD_CLKID_SPDIFIN>, + <&clkc_audio AUD_CLKID_SPDIFIN_CLK>; + clock-names = "pclk", "refclk"; + status = "disabled"; + }; + spdifout: audio-controller@480 { compatible = "amlogic,axg-spdifout"; reg = <0x0 0x480 0x0 0x50>; |