Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc: samsung: exynos-chipid: Add exynos9610 SoC support

Exynos9610's product ID is "0xE9610000". Add this ID to the IDs
table along with the name of the SoC.

Signed-off-by: Alexandru Chimac <alex@chimac.ro>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Alexandru Chimac and committed by
Krzysztof Kozlowski
fe31e894 944d4023

+1
+1
drivers/soc/samsung/exynos-chipid.c
··· 62 62 { "EXYNOS7885", 0xE7885000 }, 63 63 { "EXYNOS850", 0xE3830000 }, 64 64 { "EXYNOS8895", 0xE8895000 }, 65 + { "EXYNOS9610", 0xE9610000 }, 65 66 { "EXYNOS9810", 0xE9810000 }, 66 67 { "EXYNOS990", 0xE9830000 }, 67 68 { "EXYNOSAUTOV9", 0xAAA80000 },