Message ID | 20201112014328.695232-2-xuyuqing@huaqin.corp-partner.google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 80e2b1208d87fc46b6980da99a173130082c7af4 |
Headers | show |
Series | Support SC7180 sound card variation without headset | expand |
On Thu, 12 Nov 2020 09:43:27 +0800, xuyuqing wrote: > Add devicetree bindings for coachz in documentation file > > Signed-off-by: xuyuqing <xuyuqing@huaqin.corp-partner.google.com> > --- > .../devicetree/bindings/sound/google,sc7180-trogdor.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
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
Add devicetree bindings for coachz in documentation file Signed-off-by: xuyuqing <xuyuqing@huaqin.corp-partner.google.com> --- .../devicetree/bindings/sound/google,sc7180-trogdor.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)