Message ID | 20231025215517.1388735-3-hsinyi@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add a few mt8183 follower boards. | expand |
Yo, For your subject, drop the "dts: ", that as this is a patch for a dt-binding, not a devicetree source file. On Wed, Oct 25, 2023 at 02:48:44PM -0700, Hsin-Yi Wang wrote: > Add katsu sku32 and sku38 which uses different audio codec. > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index a5999b3afc35..4fe58cfe6f1b 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -235,6 +235,13 @@ properties: > items: > - const: google,kappa > - const: mediatek,mt8183 > + - description: Google Katsu (ASUS Chromebook Detachable CZ1) > + items: > + - enum: > + - google,katsu-sku32 > + - google,katsu-sku38 > + - const: google,katsu > + - const: mediatek,mt8183 Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > - description: Google Kodama (Lenovo 10e Chromebook Tablet) > items: > - enum: > -- > 2.42.0.758.gaed0368e0e-goog >
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index a5999b3afc35..4fe58cfe6f1b 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -235,6 +235,13 @@ properties: items: - const: google,kappa - const: mediatek,mt8183 + - description: Google Katsu (ASUS Chromebook Detachable CZ1) + items: + - enum: + - google,katsu-sku32 + - google,katsu-sku38 + - const: google,katsu + - const: mediatek,mt8183 - description: Google Kodama (Lenovo 10e Chromebook Tablet) items: - enum:
Add katsu sku32 and sku38 which uses different audio codec. Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> --- Documentation/devicetree/bindings/arm/mediatek.yaml | 7 +++++++ 1 file changed, 7 insertions(+)