Il 15/01/25 11:29, Louis-Alexis Eyraud ha scritto:
This commit adds the support of the Mediatek MT8370 SoC. 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. Note: In this commit, the mt8370.dtsi does not contain the needed overrides to support the Mali GPU (to be done in a future commit). Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@xxxxxxxxxxxxx>
Please don't say "this commit does this". Example: Add support for the MediaTek MT8370 SoC, a less powerful variant of.... and then [....] Note: The devicetree for MT8370 does not currently contain the needed overrides to support the Mali GPU integrated into this SoC. This is scheduled to be done with a later change. Please fix the commit description, after which: Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>