arm64: dts: meson-axg: s400: add dmic codec
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 31 Aug 2018 15:02:17 +0000 (17:02 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 13 Sep 2018 04:51:28 +0000 (21:51 -0700)
There are 7 digital mics on the MIC daughter board attached
to the s400 board, so add the digital microphone codec to
its DTS

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index ff64c42..f3e16cb 100644 (file)
                sound-name-prefix = "DIT";
        };
 
+       dmics: audio-codec@3 {
+               #sound-dai-cells = <0>;
+               compatible = "dmic-codec";
+               num-channels = <7>;
+               wakeup-delay-ms = <50>;
+               status = "okay";
+               sound-name-prefix = "MIC";
+       };
+
        emmc_pwrseq: emmc-pwrseq {
                compatible = "mmc-pwrseq-emmc";
                reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;