ASoC: mediatek: mt8195: add model property

This patch adds the description of model property used to specify card
name from dts.

Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211129141057.12422-3-trevor.wu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Trevor Wu
2021-11-29 22:10:55 +08:00
committed by Mark Brown
parent c9d57a25de
commit 629e442761
2 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ properties:
compatible: compatible:
const: mediatek,mt8195_mt6359_rt1011_rt5682 const: mediatek,mt8195_mt6359_rt1011_rt5682
model:
$ref: /schemas/types.yaml#/definitions/string
description: User specified audio sound card name
mediatek,platform: mediatek,platform:
$ref: "/schemas/types.yaml#/definitions/phandle" $ref: "/schemas/types.yaml#/definitions/phandle"
description: The phandle of MT8195 ASoC platform. description: The phandle of MT8195 ASoC platform.

View File

@@ -16,6 +16,10 @@ properties:
compatible: compatible:
const: mediatek,mt8195_mt6359_rt1019_rt5682 const: mediatek,mt8195_mt6359_rt1019_rt5682
model:
$ref: /schemas/types.yaml#/definitions/string
description: User specified audio sound card name
mediatek,platform: mediatek,platform:
$ref: "/schemas/types.yaml#/definitions/phandle" $ref: "/schemas/types.yaml#/definitions/phandle"
description: The phandle of MT8195 ASoC platform. description: The phandle of MT8195 ASoC platform.