mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520
@ 2025-12-09  9:33 Louis-Alexis Eyraud
  2025-12-10 16:27 ` Macpaul Lin (林智斌)
  2026-01-08  9:21 ` AngeloGioacchino Del Regno
  0 siblings, 2 replies; 3+ messages in thread
From: Louis-Alexis Eyraud @ 2025-12-09  9:33 UTC (permalink / raw)
  To: Matthias Brugger, AngeloGioacchino Del Regno
  Cc: kernel, linux-kernel, linux-arm-kernel, linux-mediatek,
	Louis-Alexis Eyraud

Add an entry for the MT8371 SoC with commercial name Genio 520.

Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
---
 drivers/soc/mediatek/mtk-socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/mediatek/mtk-socinfo.c b/drivers/soc/mediatek/mtk-socinfo.c
index 978c43e9115ab29b20703621c60f1b8ef4d6f851..424a1eb82c20fa5226bd70ec0145f437560b40cf 100644
--- a/drivers/soc/mediatek/mtk-socinfo.c
+++ b/drivers/soc/mediatek/mtk-socinfo.c
@@ -59,6 +59,7 @@ static struct socinfo_data socinfo_data_table[] = {
 	MTK_SOCINFO_ENTRY("MT8195", "MT8195TV/EZA", "Kompanio 1380", 0x81950400, CELL_NOT_USED),
 	MTK_SOCINFO_ENTRY("MT8195", "MT8195TV/EHZA", "Kompanio 1380", 0x81950404, CELL_NOT_USED),
 	MTK_SOCINFO_ENTRY("MT8370", "MT8370AV/AZA", "Genio 510", 0x83700000, 0x00000081),
+	MTK_SOCINFO_ENTRY("MT8371", "MT8371AV/AZA", "Genio 520", 0x83710000, 0x00000081),
 	MTK_SOCINFO_ENTRY("MT8390", "MT8390AV/AZA", "Genio 700", 0x83900000, 0x00000080),
 	MTK_SOCINFO_ENTRY("MT8391", "MT8391AV/AZA", "Genio 720", 0x83910000, 0x00000080),
 	MTK_SOCINFO_ENTRY("MT8395", "MT8395AV/ZA", "Genio 1200", 0x83950100, CELL_NOT_USED),

---
base-commit: 8ebfd5290c6162d65f83f9a8acdbbf243b49a586
change-id: 20251209-mtk-socinfo-mt8371-ef9ef20e66e5

Best regards,
-- 
Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520
  2025-12-09  9:33 [PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520 Louis-Alexis Eyraud
@ 2025-12-10 16:27 ` Macpaul Lin (林智斌)
  2026-01-08  9:21 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: Macpaul Lin (林智斌) @ 2025-12-10 16:27 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno, matthias.bgg, Louis-Alexis Eyraud
  Cc: linux-arm-kernel, linux-mediatek,
	Pablo Sun (孫毓翔),
	kernel, linux-kernel,
	Bear Wang (萩原惟德)

On Tue, 2025-12-09 at 10:33 +0100, Louis-Alexis Eyraud wrote:
> 
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> Add an entry for the MT8371 SoC with commercial name Genio 520.
> 
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
> ---
>  drivers/soc/mediatek/mtk-socinfo.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/soc/mediatek/mtk-socinfo.c
> b/drivers/soc/mediatek/mtk-socinfo.c
> index
> 978c43e9115ab29b20703621c60f1b8ef4d6f851..424a1eb82c20fa5226bd70ec014
> 5f437560b40cf 100644
> --- a/drivers/soc/mediatek/mtk-socinfo.c
> +++ b/drivers/soc/mediatek/mtk-socinfo.c
> @@ -59,6 +59,7 @@ static struct socinfo_data socinfo_data_table[] = {
>         MTK_SOCINFO_ENTRY("MT8195", "MT8195TV/EZA", "Kompanio 1380",
> 0x81950400, CELL_NOT_USED),
>         MTK_SOCINFO_ENTRY("MT8195", "MT8195TV/EHZA", "Kompanio 1380",
> 0x81950404, CELL_NOT_USED),
>         MTK_SOCINFO_ENTRY("MT8370", "MT8370AV/AZA", "Genio 510",
> 0x83700000, 0x00000081),
> +       MTK_SOCINFO_ENTRY("MT8371", "MT8371AV/AZA", "Genio 520",
> 0x83710000, 0x00000081),
>         MTK_SOCINFO_ENTRY("MT8390", "MT8390AV/AZA", "Genio 700",
> 0x83900000, 0x00000080),
>         MTK_SOCINFO_ENTRY("MT8391", "MT8391AV/AZA", "Genio 720",
> 0x83910000, 0x00000080),
>         MTK_SOCINFO_ENTRY("MT8395", "MT8395AV/ZA", "Genio 1200",
> 0x83950100, CELL_NOT_USED),
> 
> ---
> base-commit: 8ebfd5290c6162d65f83f9a8acdbbf243b49a586
> change-id: 20251209-mtk-socinfo-mt8371-ef9ef20e66e5
> 
> Best regards,
> --
> Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
> 
> 

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>

Best regards,
Macpaul Lin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520
  2025-12-09  9:33 [PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520 Louis-Alexis Eyraud
  2025-12-10 16:27 ` Macpaul Lin (林智斌)
@ 2026-01-08  9:21 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-01-08  9:21 UTC (permalink / raw)
  To: Matthias Brugger, Louis-Alexis Eyraud
  Cc: kernel, linux-kernel, linux-arm-kernel, linux-mediatek

On Tue, 09 Dec 2025 10:33:20 +0100, Louis-Alexis Eyraud wrote:
> Add an entry for the MT8371 SoC with commercial name Genio 520.
> 
> 

Applied to v6.19-next/soc, thanks!

[1/1] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520
      commit: db6dcaeeb60f97ce9765d50035be23c0901d7348

Cheers,
Angelo



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-08  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-09  9:33 [PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520 Louis-Alexis Eyraud
2025-12-10 16:27 ` Macpaul Lin (林智斌)
2026-01-08  9:21 ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®