Skip to content

Commit 81c7329

Browse files
wensbroonie
authored andcommitted
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>
1 parent 473ee88 commit 81c7329

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/sound/mt8186-afe-pcm.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ properties:
2525
reset-names:
2626
const: audiosys
2727

28+
memory-region:
29+
description: memory region for audio DMA buffers
30+
maxItems: 1
31+
2832
mediatek,apmixedsys:
2933
$ref: /schemas/types.yaml#/definitions/phandle
3034
description: The phandle of the mediatek apmixedsys controller
@@ -170,6 +174,7 @@ examples:
170174
"top_apll12_div_tdm",
171175
"top_mux_audio_h",
172176
"top_clk26m_clk";
177+
memory-region = <&afe_dma_mem>;
173178
};
174179
175180
...

0 commit comments

Comments
 (0)