Skip to content

Commit ed4bcfb

Browse files
Fei Shaobroonie
authored andcommitted
ASoC: dt-bindings: mediatek,mt8188-mt6359: Add mediatek,adsp property
On some MediaTek SoCs, an Audio DSP (ADSP) is integrated as a separate hardware block that leverages Sound Open Firmware (SOF) and provides additional audio functionalities. This hardware is optional, and the audio subsystem will still function normally when it's not present. To enable ADSP support, a 'mediatek,adsp' property is required in the sound card node to pass the ADSP phandle. This allows AFE to link to ADSP when the sound card is probed. MT8188 has ADSP integrated, so add the 'mediatek,adsp' property to allow using it in the audio subsystem. This fixes dtbs_check error: Unevaluated properties are not allowed ('mediatek,adsp' was unexpected) Signed-off-by: Fei Shao <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent af23d38 commit ed4bcfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ properties:
2929
$ref: /schemas/types.yaml#/definitions/phandle
3030
description: The phandle of MT8188 ASoC platform.
3131

32+
mediatek,adsp:
33+
$ref: /schemas/types.yaml#/definitions/phandle
34+
description:
35+
The phandle of the MT8188 ADSP platform, which is the optional Audio DSP
36+
hardware that provides additional audio functionalities if present.
37+
The AFE will link to ADSP when the phandle is provided.
38+
3239
patternProperties:
3340
"^dai-link-[0-9]+$":
3441
type: object

0 commit comments

Comments
 (0)