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>
This commit is contained in:
Chen-Yu Tsai
2025-06-12 15:48:54 +08:00
committed by Mark Brown
parent 2fd902152c
commit 473ee88426

View File

@@ -48,6 +48,10 @@ properties:
power-domains:
maxItems: 1
memory-region:
description: memory region for audio DMA buffers
maxItems: 1
required:
- compatible
- reg
@@ -90,4 +94,5 @@ examples:
"i2s2_m",
"i2s3_m",
"i2s3_b";
memory-region = <&afe_dma_mem>;
};