soc: exynos-pmu: add support for Exynos7 PMU
authorKaustabh Chakraborty <kauschluss@disroot.org>
Fri, 17 Oct 2025 15:29:48 +0000 (20:59 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 12 Nov 2025 04:59:08 +0000 (13:59 +0900)
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>
drivers/soc/samsung/exynos-pmu.c

index 233ad4a..0f533bc 100644 (file)
@@ -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