arm64: dts: meson-sm1: add toacodec node
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 14 May 2021 14:32:53 +0000 (16:32 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 28 May 2021 08:00:43 +0000 (10:00 +0200)
Add toacodec node for Amlogic SM1 SoCs.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20210514143255.3352774-2-narmstrong@baylibre.com
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi

index c309517..3d8b1f4 100644 (file)
                        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";