Skip to content

Commit f5dc014

Browse files
Sam Protsenkokrzk
authored andcommitted
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>
1 parent a67cce8 commit f5dc014

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/soc/samsung/exynos-pmu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ static const struct of_device_id exynos_pmu_of_device_ids[] = {
9494
.compatible = "samsung,exynos5433-pmu",
9595
}, {
9696
.compatible = "samsung,exynos7-pmu",
97+
}, {
98+
.compatible = "samsung,exynos850-pmu",
9799
},
98100
{ /*sentinel*/ },
99101
};

0 commit comments

Comments
 (0)