diff options
author | 2025-01-13 17:13:24 +0100 | |
---|---|---|
committer | 2025-02-18 10:30:12 +0100 | |
commit | 6b4506d01ad5db5a157ec34a9f3e0a07d6efe578 (patch) | |
tree | a6a719fc5ecff01c612165ecee5ea42841d26346 | |
parent | soc: mediatek: mtk-socinfo: Add entry for MT8370AV/AZA Genio 510 (diff) | |
download | wireguard-linux-6b4506d01ad5db5a157ec34a9f3e0a07d6efe578.tar.xz wireguard-linux-6b4506d01ad5db5a157ec34a9f3e0a07d6efe578.zip |
soc: mediatek: mtk-socinfo: Add entry for MT8390AV/AZA Genio 700
Add an entry for the MT8390 SoC with commercial name Genio 700.
Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250113-mtk-socinfo_genio-510-700-v1-2-cf5112b325b7@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
-rw-r--r-- | drivers/soc/mediatek/mtk-socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/mediatek/mtk-socinfo.c b/drivers/soc/mediatek/mtk-socinfo.c index 0ec4db273078..a15d8f854cef 100644 --- a/drivers/soc/mediatek/mtk-socinfo.c +++ b/drivers/soc/mediatek/mtk-socinfo.c @@ -57,6 +57,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("MT8390", "MT8390AV/AZA", "Genio 700", 0x83900000, 0x00000080), MTK_SOCINFO_ENTRY("MT8395", "MT8395AV/ZA", "Genio 1200", 0x83950100, CELL_NOT_USED), }; |