Skip to content

Commit 473ee88

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/sound/mediatek,mt8173-afe-pcm.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ properties:
4848
power-domains:
4949
maxItems: 1
5050

51+
memory-region:
52+
description: memory region for audio DMA buffers
53+
maxItems: 1
54+
5155
required:
5256
- compatible
5357
- reg
@@ -90,4 +94,5 @@ examples:
9094
"i2s2_m",
9195
"i2s3_m",
9296
"i2s3_b";
97+
memory-region = <&afe_dma_mem>;
9398
};

0 commit comments

Comments
 (0)