[PATCH v2 1/4] dt-bindings: arm: mediatek: add mt8370-evk board

Louis-Alexis Eyraud posted 4 patches 3 weeks ago
[PATCH v2 1/4] dt-bindings: arm: mediatek: add mt8370-evk board
Posted by Louis-Alexis Eyraud 3 weeks ago
1. Add compatible for MT8370.
2. Add bindings for the MediaTek mt8370-evk board, also known
as the "Genio 510-EVK".

The MT8370, MT8390 and MT8188 belong to the same SoC family.
It is a less powerful variant of MT8390 SoC and their main
differences are:
 - Arm Cortex-A55 cores number (4 vs 6)
 - Arm Cortex-A78 core speed (2.0 GHz vs 2.2 Ghz)
 - Arm Mali-G57 GPU core number (2 vs 3)

Like MT8390, MT8370 hardware register maps are identical to MT8188.

Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
---
 Documentation/devicetree/bindings/arm/mediatek.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
index 3ce34d68c213acae44c27bdee3a9bb0b9dbcd1fd..108ae5e0185d93976556a03768595961961bcc33 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -412,6 +412,11 @@ properties:
           - enum:
               - mediatek,mt8365-evk
           - const: mediatek,mt8365
+      - items:
+          - enum:
+              - mediatek,mt8370-evk
+          - const: mediatek,mt8370
+          - const: mediatek,mt8188
       - items:
           - enum:
               - mediatek,mt8390-evk

-- 
2.48.0
Re: [PATCH v2 1/4] dt-bindings: arm: mediatek: add mt8370-evk board
Posted by AngeloGioacchino Del Regno 6 hours ago
Il 15/01/25 11:29, Louis-Alexis Eyraud ha scritto:
> 1. Add compatible for MT8370.
> 2. Add bindings for the MediaTek mt8370-evk board, also known
> as the "Genio 510-EVK".
> 
> The MT8370, MT8390 and MT8188 belong to the same SoC family.
> It is a less powerful variant of MT8390 SoC and their main
> differences are:
>   - Arm Cortex-A55 cores number (4 vs 6)
>   - Arm Cortex-A78 core speed (2.0 GHz vs 2.2 Ghz)
>   - Arm Mali-G57 GPU core number (2 vs 3)
> 
> Like MT8390, MT8370 hardware register maps are identical to MT8188.
> 
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>

Since you have to resend the series, please remember to add Conor's Ack
that was released in v1; in v2, this commit didn't change at all.

Meanwhile... please also collect my

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Re: [PATCH v2 1/4] dt-bindings: arm: mediatek: add mt8370-evk board
Posted by Krzysztof Kozlowski 2 weeks, 4 days ago
On 15/01/2025 11:29, Louis-Alexis Eyraud wrote:
> 1. Add compatible for MT8370.
> 2. Add bindings for the MediaTek mt8370-evk board, also known
> as the "Genio 510-EVK".
> 
> The MT8370, MT8390 and MT8188 belong to the same SoC family.
> It is a less powerful variant of MT8390 SoC and their main
> differences are:
>  - Arm Cortex-A55 cores number (4 vs 6)
>  - Arm Cortex-A78 core speed (2.0 GHz vs 2.2 Ghz)
>  - Arm Mali-G57 GPU core number (2 vs 3)
> 
> Like MT8390, MT8370 hardware register maps are identical to MT8188.
> 
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
> ---
>  Documentation/devicetree/bindings/arm/mediatek.yaml | 5 +++++
>  1 file changed, 5 insertions(+)

Didn't you receive acks, reviews and so on?

Best regards,
Krzysztof