mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user