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

ASoC: dt-bindings: mt8192-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-6-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Chen-Yu Tsai and committed by
Mark Brown
cd12d3a5 81c73294

+5
+5
Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml
··· 23 23 reset-names: 24 24 const: audiosys 25 25 26 + memory-region: 27 + description: memory region for audio DMA buffers 28 + maxItems: 1 29 + 26 30 mediatek,apmixedsys: 27 31 $ref: /schemas/types.yaml#/definitions/phandle 28 32 description: The phandle of the mediatek apmixedsys controller ··· 99 95 "aud_dac_predis_clk", 100 96 "aud_infra_clk", 101 97 "aud_infra_26m_clk"; 98 + memory-region = <&afe_dma_mem>; 102 99 }; 103 100 104 101 ...