Message ID | 20250114-dts_mt8370-genio-510-v1-1-8517ee0fdbe8@collabora.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for Mediatek Genio 510 EVK board | expand |
Il 14/01/25 08:38, Louis-Alexis Eyraud ha scritto: > Add bindings for the MediaTek mt8370-evk board, also known > as the "Genio 510-EVK". > > Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
On Tue, Jan 14, 2025 at 11:32:47AM +0100, AngeloGioacchino Del Regno wrote: > Il 14/01/25 08:38, Louis-Alexis Eyraud ha scritto: > > Add bindings for the MediaTek mt8370-evk board, also known > > as the "Genio 510-EVK". > > > > Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> > > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Can either of you explain why there's a fallback here to the mt8188?
---- On Tue, 14 Jan 2025 18:54:54 +0100 Conor Dooley wrote --- > On Tue, Jan 14, 2025 at 11:32:47AM +0100, AngeloGioacchino Del Regno wrote: > > Il 14/01/25 08:38, Louis-Alexis Eyraud ha scritto: > > > Add bindings for the MediaTek mt8370-evk board, also known > > > as the "Genio 510-EVK". > > > > > > Signed-off-by: Louis-Alexis Eyraud louisalexis.eyraud@collabora.com> > > > > Reviewed-by: AngeloGioacchino Del Regno angelogioacchino.delregno@collabora.com> > > Can either of you explain why there's a fallback here to the mt8188? > The mt8370 SoC belongs to the same family as the mt8188 and mt8390. It is a less powerful variant of mt8390, with less A55 and Mali G57 cores as main differences, and like the mt8390, its hardware register maps are identical to mt8188. That is why I added a fallback on mt8188. I'll reword the commit message in v2 series to add these details (they were only present in the mt8370.dtsi patch). Regards, Louis-Alexis Eyraud
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
Add bindings for the MediaTek mt8370-evk board, also known as the "Genio 510-EVK". Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> --- Documentation/devicetree/bindings/arm/mediatek.yaml | 5 +++++ 1 file changed, 5 insertions(+)