]> www.infradead.org Git - users/jedix/linux-maple.git/commit
phy: samsung-ufs: switch back to syscon_regmap_lookup_by_phandle()
authorPeter Griffin <peter.griffin@linaro.org>
Tue, 29 Oct 2024 19:21:07 +0000 (19:21 +0000)
committerVinod Koul <vkoul@kernel.org>
Sun, 8 Dec 2024 16:05:45 +0000 (21:35 +0530)
commit0d9fff6c57fee5cccba414a0c40d75812121bdd8
tree469c25bf80306996f04713a12c5c00dfdd9bd0f0
parent0fd0b31965b0d4a2caa9267c7aee43f1f78870e8
phy: samsung-ufs: switch back to syscon_regmap_lookup_by_phandle()

Now exynos-pmu can register its custom regmap for gs101 via
of_syscon_register_regmap() we can switch back to the standard
syscon_regmap_lookup_by_phandle() api for obtaining the regmap.

Additionally add a Kconfig dependency for MFD_SYSCON.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20241029192107.2344279-1-peter.griffin@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/samsung/Kconfig
drivers/phy/samsung/phy-samsung-ufs.c