[PATCH 4/4] dt-bindings: arm: mediatek: Add grinn,genio-510-sbc as a valid platform

Mateusz Koza posted 4 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH 4/4] dt-bindings: arm: mediatek: Add grinn,genio-510-sbc as a valid platform
Posted by Mateusz Koza 1 month, 2 weeks ago
Add device tree bindings support for the Grinn GenioSBC-510, a
single-board computer based on the MediaTek Genio 510 SoC.

The new compatible string "grinn,genio-510-sbc" identifies this board in
the device tree bindings, enabling future board-specific adjustments if
required.

More details about the hardware:
- https://grinn-global.com/products/grinn-geniosom-510
- https://grinn-global.com/products/grinn-genioboard-edge-ai-sbc

Signed-off-by: Mateusz Koza <mateusz.koza@grinn-global.com>
---
 Documentation/devicetree/bindings/arm/mediatek.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
index ad7fb85e3559..92ecc689430f 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -426,6 +426,7 @@ properties:
       - items:
           - enum:
               - mediatek,mt8370-evk
+              - grinn,genio-510-sbc
           - const: mediatek,mt8370
           - const: mediatek,mt8188
       - items:
-- 
2.43.0
Re: [PATCH 4/4] dt-bindings: arm: mediatek: Add grinn,genio-510-sbc as a valid platform
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On 15/08/2025 18:08, Mateusz Koza wrote:
> Add device tree bindings support for the Grinn GenioSBC-510, a
> single-board computer based on the MediaTek Genio 510 SoC.
> 
> The new compatible string "grinn,genio-510-sbc" identifies this board in
> the device tree bindings, enabling future board-specific adjustments if
> required.

Drop, completely redundant statement. Do not explain to us how DT works
- we all know. Same for all other commits.

> 
> More details about the hardware:
> - https://grinn-global.com/products/grinn-geniosom-510
> - https://grinn-global.com/products/grinn-genioboard-edge-ai-sbc
> 
> Signed-off-by: Mateusz Koza <mateusz.koza@grinn-global.com>
> ---
>  Documentation/devicetree/bindings/arm/mediatek.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
> index ad7fb85e3559..92ecc689430f 100644
> --- a/Documentation/devicetree/bindings/arm/mediatek.yaml
> +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
> @@ -426,6 +426,7 @@ properties:
>        - items:
>            - enum:
>                - mediatek,mt8370-evk
> +              - grinn,genio-510-sbc
Also wrong order.

Best regards,
Krzysztof