[PATCH v2 01/16] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion

Nícolas F. R. A. Prado posted 16 patches 2 years, 4 months ago
There is a newer version of this series
[PATCH v2 01/16] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion
Posted by Nícolas F. R. A. Prado 2 years, 4 months ago
Add binding for the Google Spherion board, which is used for Acer
Chromebook 514 (CB514-2H).

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

---

Changes in v2:
- Added this patch

 Documentation/devicetree/bindings/arm/mediatek.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
index 4a2bd9759c47..43fc3417e786 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -131,6 +131,14 @@ properties:
           - enum:
               - mediatek,mt8183-evb
           - const: mediatek,mt8183
+      - description: Google Spherion (Acer Chromebook 514)
+        items:
+          - const: google,spherion-rev3
+          - const: google,spherion-rev2
+          - const: google,spherion-rev1
+          - const: google,spherion-rev0
+          - const: google,spherion
+          - const: mediatek,mt8192
       - items:
           - enum:
               - mediatek,mt8192-evb
-- 
2.36.0

Re: [PATCH v2 01/16] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion
Posted by Rob Herring 2 years, 4 months ago
On Thu, 05 May 2022 15:45:35 -0400, Nícolas F. R. A. Prado wrote:
> Add binding for the Google Spherion board, which is used for Acer
> Chromebook 514 (CB514-2H).
> 
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> 
> ---
> 
> Changes in v2:
> - Added this patch
> 
>  Documentation/devicetree/bindings/arm/mediatek.yaml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>