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

soc: samsung: exynos-pmu: Add Exynos850 support

Exynos850 SoC can reuse PMU driver functionality. Add corresponding
compatible string.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20211028144313.9444-2-semen.protsenko@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

authored by

Sam Protsenko and committed by
Krzysztof Kozlowski
f5dc0140 a67cce83

+2
+2
drivers/soc/samsung/exynos-pmu.c
··· 94 94 .compatible = "samsung,exynos5433-pmu", 95 95 }, { 96 96 .compatible = "samsung,exynos7-pmu", 97 + }, { 98 + .compatible = "samsung,exynos850-pmu", 97 99 }, 98 100 { /*sentinel*/ }, 99 101 };