diff options
author | Neil Armstrong <[email protected]> | 2021-05-14 16:32:53 +0200 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2021-05-28 10:00:43 +0200 |
commit | ddbdaa4d596396e3aa0d60a0ab023d19822a3682 (patch) | |
tree | 7f30bcc0aee4c3d3783e7ed410285492bbbef98a | |
parent | 43ffb52862c631ebdf7ec8a12fe826f5d531c88e (diff) |
arm64: dts: meson-sm1: add toacodec node
Add toacodec node for Amlogic SM1 SoCs.
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi index c309517abae3..3d8b1f4f2001 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi @@ -401,6 +401,16 @@ status = "disabled"; }; + toacodec: audio-controller@740 { + compatible = "amlogic,sm1-toacodec", + "amlogic,g12a-toacodec"; + reg = <0x0 0x740 0x0 0x4>; + #sound-dai-cells = <1>; + sound-name-prefix = "TOACODEC"; + resets = <&clkc_audio AUD_RESET_TOACODEC>; + status = "disabled"; + }; + tohdmitx: audio-controller@744 { compatible = "amlogic,sm1-tohdmitx", "amlogic,g12a-tohdmitx"; |