diff options
author | Trevor Wu <trevor.wu@mediatek.com> | 2021-11-29 22:10:55 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-06 13:50:08 +0000 |
commit | 629e442761bae0c62b2fb14061d66bbd08b4155e (patch) | |
tree | 0919236feacb1ab4af1c2593029d0f155db78880 | |
parent | c9d57a25de53800e54969f4bf2b672b3a58cdaf5 (diff) | |
download | lwn-629e442761bae0c62b2fb14061d66bbd08b4155e.tar.gz lwn-629e442761bae0c62b2fb14061d66bbd08b4155e.zip |
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>
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml | 4 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml index d354c30d3377..cf6ad7933e23 100644 --- a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml +++ b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1011-rt5682.yaml @@ -16,6 +16,10 @@ properties: compatible: const: mediatek,mt8195_mt6359_rt1011_rt5682 + model: + $ref: /schemas/types.yaml#/definitions/string + description: User specified audio sound card name + mediatek,platform: $ref: "/schemas/types.yaml#/definitions/phandle" description: The phandle of MT8195 ASoC platform. diff --git a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml index 20bc0ffd0e34..e6786dece9a3 100644 --- a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml +++ b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml @@ -16,6 +16,10 @@ properties: compatible: const: mediatek,mt8195_mt6359_rt1019_rt5682 + model: + $ref: /schemas/types.yaml#/definitions/string + description: User specified audio sound card name + mediatek,platform: $ref: "/schemas/types.yaml#/definitions/phandle" description: The phandle of MT8195 ASoC platform. |