diff options
author | Jiaxin Yu <[email protected]> | 2022-07-19 00:21:57 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-07-20 17:42:28 +0100 |
commit | 8f57d8b149b1e46b4ffa707634fe76532ec89e83 (patch) | |
tree | 992cc788ce0fcae36b83e0e4a4ce924e8f316400 | |
parent | 0da16e370dd7a17b33b6fa2769ad9536389a0e12 (diff) |
ASoC: mediatek: mt6358: add new compatible for using mt6366
Add new compatible string "mediatek,mt6366-sound" for using mt6366.
Signed-off-by: Jiaxin Yu <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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: |