aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-08-31 11:02:17 -0400
committerKevin Hilman <khilman@baylibre.com>2018-09-13 00:51:28 -0400
commit63d1e75742fecf40a54963fcb8b089e78395cae4 (patch)
tree36dd8bf55c9cc836cd4ef66785816c7ee6d39999
parentc362e4e0052a98b8eec58e2e5b0cdaea58103456 (diff)
arm64: dts: meson-axg: s400: add dmic codec
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>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-axg-s400.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
index ff64c429d432..f3e16cbbc61e 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
@@ -86,6 +86,15 @@
86 sound-name-prefix = "DIT"; 86 sound-name-prefix = "DIT";
87 }; 87 };
88 88
89 dmics: audio-codec@3 {
90 #sound-dai-cells = <0>;
91 compatible = "dmic-codec";
92 num-channels = <7>;
93 wakeup-delay-ms = <50>;
94 status = "okay";
95 sound-name-prefix = "MIC";
96 };
97
89 emmc_pwrseq: emmc-pwrseq { 98 emmc_pwrseq: emmc-pwrseq {
90 compatible = "mmc-pwrseq-emmc"; 99 compatible = "mmc-pwrseq-emmc";
91 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>; 100 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;