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>
This commit is contained in:
Sam Protsenko 2021-10-28 17:43:13 +03:00 committed by Krzysztof Kozlowski
parent a67cce8394
commit f5dc0140d4

View file

@ -94,6 +94,8 @@ static const struct of_device_id exynos_pmu_of_device_ids[] = {
.compatible = "samsung,exynos5433-pmu", .compatible = "samsung,exynos5433-pmu",
}, { }, {
.compatible = "samsung,exynos7-pmu", .compatible = "samsung,exynos7-pmu",
}, {
.compatible = "samsung,exynos850-pmu",
}, },
{ /*sentinel*/ }, { /*sentinel*/ },
}; };