arm64: dts: meson: gxl: add acodec support
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 6 May 2020 22:16:50 +0000 (00:16 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 19 May 2020 23:31:54 +0000 (16:31 -0700)
Add the internal audio DAC to the gxl SoC DT

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200506221656.477379-2-jbrunet@baylibre.com
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index 44c0371..fc59c85 100644 (file)
                        };
                };
 
+               acodec: audio-controller@c8832000 {
+                       compatible = "amlogic,t9015";
+                       reg = <0x0 0xc8832000 0x0 0x14>;
+                       #sound-dai-cells = <0>;
+                       sound-name-prefix = "ACODEC";
+                       clocks = <&clkc CLKID_ACODEC>;
+                       clock-names = "pclk";
+                       resets = <&reset RESET_ACODEC>;
+                       status = "disabled";
+               };
+
                crypto: crypto@c883e000 {
                        compatible = "amlogic,gxl-crypto";
                        reg = <0x0 0xc883e000 0x0 0x36>;