forked from OERV-BSP/u-boot
soc: exynos-pmu: add support for Exynos7 PMU
Add the compatible string of Exynos7's PMU as defined in upstream dt-schema. This also supports derivative PMUs as defined in schema. There's no additional setup required here, so pmu_init is skipped. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
committed by
Minkyu Kang
parent
0bdc54e8df
commit
1ca7bcdb9d
@@ -85,6 +85,9 @@ static int exynos_pmu_probe(struct udevice *dev)
|
||||
}
|
||||
|
||||
static const struct udevice_id exynos_pmu_ids[] = {
|
||||
{
|
||||
.compatible = "samsung,exynos7-pmu",
|
||||
},
|
||||
{
|
||||
.compatible = "samsung,exynos850-pmu",
|
||||
.data = (ulong)&exynos850_pmu_data
|
||||
|
||||
Reference in New Issue
Block a user