Skip to content

Commit cd12d3a

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

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

26+
memory-region:
27+
description: memory region for audio DMA buffers
28+
maxItems: 1
29+
2630
mediatek,apmixedsys:
2731
$ref: /schemas/types.yaml#/definitions/phandle
2832
description: The phandle of the mediatek apmixedsys controller
@@ -95,6 +99,7 @@ examples:
9599
"aud_dac_predis_clk",
96100
"aud_infra_clk",
97101
"aud_infra_26m_clk";
102+
memory-region = <&afe_dma_mem>;
98103
};
99104
100105
...

0 commit comments

Comments
 (0)