diff options
author | xuyuqing <[email protected]> | 2020-11-12 09:43:27 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-11-12 15:15:12 +0000 |
commit | 80e2b1208d87fc46b6980da99a173130082c7af4 (patch) | |
tree | 60b309d294345eacbcd79f9bb4aa62f17a426418 | |
parent | c5abd7770df4645bae55051a3cc4a8797d851537 (diff) |
ASoC: google: dt-bindings: add new compatible for sc7180-coachz
Add devicetree bindings for coachz in documentation file
Signed-off-by: xuyuqing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml b/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml index ce050a9dec94..5095b780e2c7 100644 --- a/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml +++ b/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml @@ -15,7 +15,9 @@ description: properties: compatible: - const: google,sc7180-trogdor + enum: + - google,sc7180-trogdor + - google,sc7180-coachz audio-routing: $ref: /schemas/types.yaml#/definitions/non-unique-string-array |