[PATCH] soc: exynos-pmu: add support for Exynos7 PMU

Minkyu Kang promsoft at gmail.com
Wed Nov 26 09:48:50 CET 2025


Hi,


2025년 10월 18일 (토) 01:12, Kaustabh Chakraborty <kauschluss at disroot.org>님이 작성:

> 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 at disroot.org>
> ---
>  drivers/soc/samsung/exynos-pmu.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/soc/samsung/exynos-pmu.c
> b/drivers/soc/samsung/exynos-pmu.c
> index
> 233ad4a908f5469e1ef210ddba6d7ec573fd4e15..0f533bcdae52adeafba4790e50bcf97ed34fc606
> 100644
> --- a/drivers/soc/samsung/exynos-pmu.c
> +++ b/drivers/soc/samsung/exynos-pmu.c
> @@ -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
>
> ---
> base-commit: 582a04763aa80738c1c8ac60c47d1a5159a42833
> change-id: 20251014-soc-pmu-exynos7-f0887231babc
>
> Best regards,
> --
> Kaustabh Chakraborty <kauschluss at disroot.org>
>

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

>
>


More information about the U-Boot mailing list