OSDN Git Service

ASoC: SOF: mediatek: Add mt8195 hardware support
authorYC Hung <yc.hung@mediatek.com>
Thu, 18 Nov 2021 10:07:42 +0000 (12:07 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 18 Nov 2021 13:57:35 +0000 (13:57 +0000)
commit32d7e03d26fd93187c87ed0fbf59ec7023a61404
tree6cc320645b9cb0a231304dffeab56d74eb69470f
parentb6a5f4f05592e79cad076767c8eac2aaf04fc61e
ASoC: SOF: mediatek: Add mt8195 hardware support

This patch initialize to support SOF on Mediatek mt8195 platform.
MT8195 has four Cortex A78 cores paired with four Cortex A55 cores.
It also has Cadence HiFi-4 DSP single core. There are shared DRAM and
mailbox interrupt between AP and DSP to use for IPC communication.

Signed-off-by: YC Hung <yc.hung@mediatek.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20211118100749.54628-2-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/Kconfig
sound/soc/sof/Makefile
sound/soc/sof/mediatek/Kconfig [new file with mode: 0644]
sound/soc/sof/mediatek/Makefile [new file with mode: 0644]
sound/soc/sof/mediatek/adsp_helper.h [new file with mode: 0644]
sound/soc/sof/mediatek/mediatek-ops.h [new file with mode: 0644]
sound/soc/sof/mediatek/mt8195/Makefile [new file with mode: 0644]
sound/soc/sof/mediatek/mt8195/mt8195.c [new file with mode: 0644]
sound/soc/sof/mediatek/mt8195/mt8195.h [new file with mode: 0644]