[PATCH v2 1/2] dt-bindings: arm: mediatek: Add MT8188 Lenovo Chromebook Duet (11", 9)

Fei Shao posted 2 patches 2 weeks, 5 days ago
There is a newer version of this series
[PATCH v2 1/2] dt-bindings: arm: mediatek: Add MT8188 Lenovo Chromebook Duet (11", 9)
Posted by Fei Shao 2 weeks, 5 days ago
Add entries for the MT8188-based Chromebook "Ciri", also known as
Lenovo Chromebook Duet (11", 9).

This device features a detachable design with touchscreen, detachable
keyboard and USI 2.0 Stylus support, and has 8 SKUs to accommodate the
combinations of second-source components.

Signed-off-by: Fei Shao <fshao@chromium.org>
---

(no changes since v1)

 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..4b68f0baf010 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -307,6 +307,19 @@ properties:
           - enum:
               - mediatek,mt8186-evb
           - const: mediatek,mt8186
+      - description: Google Ciri (Lenovo Chromebook Duet (11", 9))
+        items:
+          - enum:
+              - google,ciri-sku0
+              - google,ciri-sku1
+              - google,ciri-sku2
+              - google,ciri-sku3
+              - google,ciri-sku4
+              - google,ciri-sku5
+              - google,ciri-sku6
+              - google,ciri-sku7
+          - const: google,ciri
+          - const: mediatek,mt8188
       - items:
           - enum:
               - mediatek,mt8188-evb
-- 
2.47.0.277.g8800431eea-goog
Re: [PATCH v2 1/2] dt-bindings: arm: mediatek: Add MT8188 Lenovo Chromebook Duet (11", 9)
Posted by AngeloGioacchino Del Regno 2 weeks, 4 days ago
Il 05/11/24 10:30, Fei Shao ha scritto:
> Add entries for the MT8188-based Chromebook "Ciri", also known as
> Lenovo Chromebook Duet (11", 9).
> 
> This device features a detachable design with touchscreen, detachable
> keyboard and USI 2.0 Stylus support, and has 8 SKUs to accommodate the
> combinations of second-source components.
> 
> Signed-off-by: Fei Shao <fshao@chromium.org>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


> ---
> 
> (no changes since v1)
> 
>   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..4b68f0baf010 100644
> --- a/Documentation/devicetree/bindings/arm/mediatek.yaml
> +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
> @@ -307,6 +307,19 @@ properties:
>             - enum:
>                 - mediatek,mt8186-evb
>             - const: mediatek,mt8186
> +      - description: Google Ciri (Lenovo Chromebook Duet (11", 9))
> +        items:
> +          - enum:
> +              - google,ciri-sku0
> +              - google,ciri-sku1
> +              - google,ciri-sku2
> +              - google,ciri-sku3
> +              - google,ciri-sku4
> +              - google,ciri-sku5
> +              - google,ciri-sku6
> +              - google,ciri-sku7
> +          - const: google,ciri
> +          - const: mediatek,mt8188
>         - items:
>             - enum:
>                 - mediatek,mt8188-evb
Re: [PATCH v2 1/2] dt-bindings: arm: mediatek: Add MT8188 Lenovo Chromebook Duet (11", 9)
Posted by Krzysztof Kozlowski 2 weeks, 5 days ago
On 05/11/2024 10:30, Fei Shao wrote:
> Add entries for the MT8188-based Chromebook "Ciri", also known as
> Lenovo Chromebook Duet (11", 9).
> 
> This device features a detachable design with touchscreen, detachable
> keyboard and USI 2.0 Stylus support, and has 8 SKUs to accommodate the
> combinations of second-source components.
> 
> Signed-off-by: Fei Shao <fshao@chromium.org>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof