Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: dt-bindings: mt8173-afe-pcm: Allow specifying reserved memory region

It is desirable to reserve memory for the audio frontend.

Allow the "memory-region" property, to be used to point to a reserved
memory region.

Acked-by: "Rob Herring (Arm)" <robh@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://patch.msgid.link/20250612074901.4023253-4-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Chen-Yu Tsai and committed by
Mark Brown
473ee884 2fd90215

+5
+5
Documentation/devicetree/bindings/sound/mediatek,mt8173-afe-pcm.yaml
··· 48 48 power-domains: 49 49 maxItems: 1 50 50 51 + memory-region: 52 + description: memory region for audio DMA buffers 53 + maxItems: 1 54 + 51 55 required: 52 56 - compatible 53 57 - reg ··· 94 90 "i2s2_m", 95 91 "i2s3_m", 96 92 "i2s3_b"; 93 + memory-region = <&afe_dma_mem>; 97 94 };