Message ID | 20231012230237.2676469-4-wenst@chromium.org |
---|---|
State | Superseded |
Headers | show |
Series | [1/9] dt-bindings: arm: mediatek: Sort entries by SoC then board compatibles | expand |
On Fri, Oct 13, 2023 at 07:02:29AM +0800, Chen-Yu Tsai wrote: > Add an entry for the MT8186 based Steelix Chromebook, also known as the > Lenovo 300e Yoga Chromebook Gen 4. > > Signed-off-by: Chen-Yu Tsai <wenst@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 aa7e6734b336..fafd5e18f640 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -206,6 +206,13 @@ properties: > - enum: > - mediatek,mt8183-pumpkin > - const: mediatek,mt8183 > + - description: Google Steelix (Lenovo 300e Yoga Chromebook Gen 4) > + items: > + - enum: > + - google,steelix-sku131072 > + - google,steelix-sku131073 This one makes sense though, because both of the SKUs are in an enum. > + - const: google,steelix > + - const: mediatek,mt8186 > - description: Google Tentacruel (ASUS Chromebook CM14 Flip CM1402F) > items: > - const: google,tentacruel-sku262144 > -- > 2.42.0.655.g421f12c284-goog >
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index aa7e6734b336..fafd5e18f640 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -206,6 +206,13 @@ properties: - enum: - mediatek,mt8183-pumpkin - const: mediatek,mt8183 + - description: Google Steelix (Lenovo 300e Yoga Chromebook Gen 4) + items: + - enum: + - google,steelix-sku131072 + - google,steelix-sku131073 + - const: google,steelix + - const: mediatek,mt8186 - description: Google Tentacruel (ASUS Chromebook CM14 Flip CM1402F) items: - const: google,tentacruel-sku262144
Add an entry for the MT8186 based Steelix Chromebook, also known as the Lenovo 300e Yoga Chromebook Gen 4. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> --- Documentation/devicetree/bindings/arm/mediatek.yaml | 7 +++++++ 1 file changed, 7 insertions(+)