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 exynos8890 SoC support

Add exynos8890 information to soc_ids tables. This SoC product id
is "0xE8890000".

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Ivaylo Ivanov and committed by
Krzysztof Kozlowski
aaf9a2f4 7319872f

+1
+1
drivers/soc/samsung/exynos-chipid.c
··· 57 57 { "EXYNOS5800", 0xE5422000 }, 58 58 { "EXYNOS7420", 0xE7420000 }, 59 59 { "EXYNOS7870", 0xE7870000 }, 60 + { "EXYNOS8890", 0xE8890000 }, 60 61 /* Compatible with: samsung,exynos850-chipid */ 61 62 { "EXYNOS2200", 0xE9925000 }, 62 63 { "EXYNOS7885", 0xE7885000 },