arm64: dts: meson: p230-q200: add internal DAC support
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 6 May 2020 22:16:51 +0000 (00:16 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 19 May 2020 23:31:54 +0000 (16:31 -0700)
Add the necessary bits to support the internal audio DAC the p230/q200
reference design derivated boards. The output of this DAC is provided
on the 3.5mm jack connector

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

index acb05a7..6b57e15 100644 (file)
                ethernet0 = &ethmac;
        };
 
+       dio2133: analog-amplifier {
+               compatible = "simple-audio-amplifier";
+               sound-name-prefix = "AU2";
+               VCC-supply = <&hdmi_5v>;
+               enable-gpios = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;
+       };
+
        spdif_dit: audio-codec-0 {
                #sound-dai-cells = <0>;
                compatible = "linux,spdif-dit";
        sound {
                compatible = "amlogic,gx-sound-card";
                model = "GX-P230-Q200";
+               audio-aux-devs = <&dio2133>;
+               audio-widgets = "Line", "Lineout";
+               audio-routing = "AU2 INL", "ACODEC LOLP",
+                               "AU2 INR", "ACODEC LORP",
+                               "AU2 INL", "ACODEC LOLN",
+                               "AU2 INR", "ACODEC LORN",
+                               "Lineout", "AU2 OUTL",
+                               "Lineout", "AU2 OUTR";
                assigned-clocks = <&clkc CLKID_MPLL0>,
                                  <&clkc CLKID_MPLL1>,
                                  <&clkc CLKID_MPLL2>;
                        codec-0 {
                                sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
                        };
+
+                       codec-1 {
+                               sound-dai = <&aiu AIU_ACODEC CTRL_I2S>;
+                       };
                };
 
                dai-link-3 {
                                sound-dai = <&hdmi_tx>;
                        };
                };
+
+               dai-link-5 {
+                       sound-dai = <&aiu AIU_ACODEC CTRL_OUT>;
+
+                       codec-0 {
+                               sound-dai = <&acodec>;
+                       };
+               };
        };
 };
 
+&acodec {
+       AVDD-supply = <&vddio_ao18>;
+       status = "okay";
+};
+
 &aiu {
        status = "okay";
        pinctrl-0 = <&spdif_out_h_pins>;