Message ID | 20240904081501.2060933-2-cengjianeng@huaqin.corp-partner.google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: mediatek: Add MT8186 Ponyta | expand |
On Wed, Sep 04, 2024 at 04:15:00PM +0800, Jianeng Ceng wrote: > Add an entry for the MT8186 based Ponyta Chromebook (custom lable). Still a typo. Would be helpful to define what 'custom label' means here. > > Signed-off-by: Jianeng Ceng <cengjianeng@huaqin.corp-partner.google.com> > --- > Changes in v3: > - PATCH 1/2: Modify lable to label. > - Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjianeng@huaqin.corp-partner.google.com/ > > Chage since V2: > - No change. > > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index 1d4bb50fcd8d..410145976272 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -257,6 +257,17 @@ properties: > - const: google,steelix-sku393218 > - const: google,steelix > - const: mediatek,mt8186 > + - description: Google Ponyta (Custom label) > + items: > + - const: google,ponyta-sku0 > + - const: google,ponyta-sku2147483647 > + - const: google,ponyta > + - const: mediatek,mt8186 > + - description: Google Ponyta (Custom label) > + items: > + - const: google,ponyta-sku1 > + - const: google,ponyta > + - const: mediatek,mt8186 > - description: Google Rusty (Lenovo 100e Chromebook Gen 4) > items: > - const: google,steelix-sku196609 > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 1d4bb50fcd8d..410145976272 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -257,6 +257,17 @@ properties: - const: google,steelix-sku393218 - const: google,steelix - const: mediatek,mt8186 + - description: Google Ponyta (Custom label) + items: + - const: google,ponyta-sku0 + - const: google,ponyta-sku2147483647 + - const: google,ponyta + - const: mediatek,mt8186 + - description: Google Ponyta (Custom label) + items: + - const: google,ponyta-sku1 + - const: google,ponyta + - const: mediatek,mt8186 - description: Google Rusty (Lenovo 100e Chromebook Gen 4) items: - const: google,steelix-sku196609
Add an entry for the MT8186 based Ponyta Chromebook (custom lable). Signed-off-by: Jianeng Ceng <cengjianeng@huaqin.corp-partner.google.com> --- Changes in v3: - PATCH 1/2: Modify lable to label. - Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjianeng@huaqin.corp-partner.google.com/ Chage since V2: - No change. --- Documentation/devicetree/bindings/arm/mediatek.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+)