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

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

authored by

Chen-Yu Tsai and committed by
Mark Brown
81c73294 473ee884

+5
+5
Documentation/devicetree/bindings/sound/mt8186-afe-pcm.yaml
··· 25 25 reset-names: 26 26 const: audiosys 27 27 28 + memory-region: 29 + description: memory region for audio DMA buffers 30 + maxItems: 1 31 + 28 32 mediatek,apmixedsys: 29 33 $ref: /schemas/types.yaml#/definitions/phandle 30 34 description: The phandle of the mediatek apmixedsys controller ··· 174 170 "top_apll12_div_tdm", 175 171 "top_mux_audio_h", 176 172 "top_clk26m_clk"; 173 + memory-region = <&afe_dma_mem>; 177 174 }; 178 175 179 176 ...