diff options
author | Jiaxin Yu <jiaxin.yu@mediatek.com> | 2022-07-18 18:21:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-20 18:42:28 +0200 |
commit | 8f57d8b149b1e46b4ffa707634fe76532ec89e83 (patch) | |
tree | 992cc788ce0fcae36b83e0e4a4ce924e8f316400 /Documentation/devicetree/bindings | |
parent | ASoC: mediatek: mt8186: add machine driver with mt6366, rt1019 and rt5682s (diff) | |
download | linux-8f57d8b149b1e46b4ffa707634fe76532ec89e83.tar.xz linux-8f57d8b149b1e46b4ffa707634fe76532ec89e83.zip |
ASoC: mediatek: mt6358: add new compatible for using mt6366
Add new compatible string "mediatek,mt6366-sound" for using mt6366.
Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220718162204.26238-2-jiaxin.yu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt6358.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt6358.txt b/Documentation/devicetree/bindings/sound/mt6358.txt index 59a73ffdf1d3..fbe9e55c68f5 100644 --- a/Documentation/devicetree/bindings/sound/mt6358.txt +++ b/Documentation/devicetree/bindings/sound/mt6358.txt @@ -7,7 +7,9 @@ Must be a child node of PMIC wrapper. Required properties: -- compatible : "mediatek,mt6358-sound". +- compatible - "string" - One of: + "mediatek,mt6358-sound" + "mediatek,mt6366-sound" - Avdd-supply : power source of AVDD Optional properties: |