Message ID | 20231024000724.57714-2-hsinyi@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add a few mt8183 follower boards. | expand |
On Mon, Oct 23, 2023 at 05:02:24PM -0700, Hsin-Yi Wang wrote: > Add katsu and katsu sku38 which uses different audio codec. > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index a5999b3afc35..fe8c488a3207 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -235,6 +235,12 @@ properties: > items: > - const: google,kappa > - const: mediatek,mt8183 > + - description: Google Katsu (ASUS Chromebook Detachable CZ1) > + items: > + - enum: > + - google,katsu > + - google,katsu-sku38 This seems a little odd - does the non sku38 not have an sku of its own? > + - const: mediatek,mt8183 > - description: Google Kodama (Lenovo 10e Chromebook Tablet) > items: > - enum: > -- > 2.42.0.758.gaed0368e0e-goog >
On Tue, Oct 24, 2023 at 8:15 AM Conor Dooley <conor@kernel.org> wrote: > > On Mon, Oct 23, 2023 at 05:02:24PM -0700, Hsin-Yi Wang wrote: > > Add katsu and katsu sku38 which uses different audio codec. > > > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> > > --- > > Documentation/devicetree/bindings/arm/mediatek.yaml | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > > index a5999b3afc35..fe8c488a3207 100644 > > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > > @@ -235,6 +235,12 @@ properties: > > items: > > - const: google,kappa > > - const: mediatek,mt8183 > > + - description: Google Katsu (ASUS Chromebook Detachable CZ1) > > + items: > > + - enum: > > + - google,katsu > > + - google,katsu-sku38 > > This seems a little odd - does the non sku38 not have an sku of its own? > It's actually sku32. I'll update that in the next version. Thanks. > > + - const: mediatek,mt8183 > > - 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..fe8c488a3207 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -235,6 +235,12 @@ properties: items: - const: google,kappa - const: mediatek,mt8183 + - description: Google Katsu (ASUS Chromebook Detachable CZ1) + items: + - enum: + - google,katsu + - google,katsu-sku38 + - const: mediatek,mt8183 - description: Google Kodama (Lenovo 10e Chromebook Tablet) items: - enum:
Add katsu and katsu sku38 which uses different audio codec. Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> --- Documentation/devicetree/bindings/arm/mediatek.yaml | 6 ++++++ 1 file changed, 6 insertions(+)