Message ID | 20241126103632.419469-2-wmacek@chromium.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for Starmie Chromebooks | expand |
Il 26/11/24 11:36, Wojciech Macek ha scritto: > Add an entry for the MT8186 based Starmie Chromebooks, also known as the > ASUS Chromebook Enterprise CM30 Detachable (CM3001). The device is > a tablet style chromebook. > > Signed-off-by: Wojciech Macek <wmacek@chromium.org> > --- > Changelog v3-v2: > - No changes Why have you dropped by R-b tag if there's no change here? Regards, Angelo > Changelog v2-v1: > - Fixed items/const bidings description in mediatek.yaml > > Documentation/devicetree/bindings/arm/mediatek.yaml | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index 1d4bb50fcd8d..6191a5320c14 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -263,6 +263,19 @@ properties: > - const: google,steelix-sku196608 > - const: google,steelix > - const: mediatek,mt8186 > + - description: Google Starmie (ASUS Chromebook Enterprise CM30 (CM3001)) > + items: > + - const: google,starmie-sku0 > + - const: google,starmie-sku2 > + - const: google,starmie-sku3 > + - const: google,starmie > + - const: mediatek,mt8186 > + - description: Google Starmie (ASUS Chromebook Enterprise CM30 (CM3001)) > + items: > + - const: google,starmie-sku1 > + - const: google,starmie-sku4 > + - const: google,starmie > + - const: mediatek,mt8186 > - description: Google Steelix (Lenovo 300e Yoga Chromebook Gen 4) > items: > - enum:
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 1d4bb50fcd8d..6191a5320c14 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -263,6 +263,19 @@ properties: - const: google,steelix-sku196608 - const: google,steelix - const: mediatek,mt8186 + - description: Google Starmie (ASUS Chromebook Enterprise CM30 (CM3001)) + items: + - const: google,starmie-sku0 + - const: google,starmie-sku2 + - const: google,starmie-sku3 + - const: google,starmie + - const: mediatek,mt8186 + - description: Google Starmie (ASUS Chromebook Enterprise CM30 (CM3001)) + items: + - const: google,starmie-sku1 + - const: google,starmie-sku4 + - const: google,starmie + - const: mediatek,mt8186 - description: Google Steelix (Lenovo 300e Yoga Chromebook Gen 4) items: - enum:
Add an entry for the MT8186 based Starmie Chromebooks, also known as the ASUS Chromebook Enterprise CM30 Detachable (CM3001). The device is a tablet style chromebook. Signed-off-by: Wojciech Macek <wmacek@chromium.org> --- Changelog v3-v2: - No changes Changelog v2-v1: - Fixed items/const bidings description in mediatek.yaml Documentation/devicetree/bindings/arm/mediatek.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+)