Message ID | 20210415093519.1920877-4-hsinyi@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/8] dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-jacuzzi-kappa | expand |
Hi Hsin-Yi, Thank you for your patch. Missatge de Hsin-Yi Wang <hsinyi@chromium.org> del dia dj., 15 d’abr. 2021 a les 11:36: > > Kenzo is known as Acer Chromebook 311. > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index 0870490aa350..39e4a99ebb37 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -137,9 +137,11 @@ properties: > items: > - const: google,damu > - const: mediatek,mt8183 > - - description: Google Juniper (Acer Chromebook Spin 311) > + - description: Google Juniper (Acer Chromebook Spin 311) / Kenzo (Acer Crhomebook 311) > items: > - - const: google,juniper-sku16 > + - enum: > + - google,juniper-sku16 > + - google,juniper-sku17 > - const: google,juniper > - const: mediatek,mt8183 > - description: Google Kakadu (ASUS Chromebook Detachable CM3) > -- > 2.31.1.295.g9ea45b61b8-goog > > > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek
On 15/04/2021 11:35, Hsin-Yi Wang wrote: > Kenzo is known as Acer Chromebook 311. > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index 0870490aa350..39e4a99ebb37 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -137,9 +137,11 @@ properties: > items: > - const: google,damu > - const: mediatek,mt8183 > - - description: Google Juniper (Acer Chromebook Spin 311) > + - description: Google Juniper (Acer Chromebook Spin 311) / Kenzo (Acer Crhomebook 311) Crhomebook -> Chromebook :) > items: > - - const: google,juniper-sku16 > + - enum: > + - google,juniper-sku16 > + - google,juniper-sku17 > - const: google,juniper > - const: mediatek,mt8183 > - description: Google Kakadu (ASUS Chromebook Detachable CM3) >
On Fri, Apr 16, 2021 at 10:42 PM Matthias Brugger <matthias.bgg@gmail.com> wrote: > > > > On 15/04/2021 11:35, Hsin-Yi Wang wrote: > > Kenzo is known as Acer Chromebook 311. > > > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> > > --- > > Documentation/devicetree/bindings/arm/mediatek.yaml | 6 ++++-- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > > index 0870490aa350..39e4a99ebb37 100644 > > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > > @@ -137,9 +137,11 @@ properties: > > items: > > - const: google,damu > > - const: mediatek,mt8183 > > - - description: Google Juniper (Acer Chromebook Spin 311) > > + - description: Google Juniper (Acer Chromebook Spin 311) / Kenzo (Acer Crhomebook 311) > > Crhomebook -> Chromebook :) Thanks. Fixed in v2. > > > items: > > - - const: google,juniper-sku16 > > + - enum: > > + - google,juniper-sku16 > > + - google,juniper-sku17 > > - const: google,juniper > > - const: mediatek,mt8183 > > - description: Google Kakadu (ASUS Chromebook Detachable CM3) > >
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 0870490aa350..39e4a99ebb37 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -137,9 +137,11 @@ properties: items: - const: google,damu - const: mediatek,mt8183 - - description: Google Juniper (Acer Chromebook Spin 311) + - description: Google Juniper (Acer Chromebook Spin 311) / Kenzo (Acer Crhomebook 311) items: - - const: google,juniper-sku16 + - enum: + - google,juniper-sku16 + - google,juniper-sku17 - const: google,juniper - const: mediatek,mt8183 - description: Google Kakadu (ASUS Chromebook Detachable CM3)
Kenzo is known as Acer Chromebook 311. Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> --- Documentation/devicetree/bindings/arm/mediatek.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)