diff options
| author | Kaustabh Chakraborty <kauschluss@disroot.org> | 2025-07-10 16:42:48 +0530 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-07-22 18:44:51 +0530 |
| commit | f31ac39c037a77a87e210b0f6d86fdefe8fc7258 (patch) | |
| tree | 0f8317b805885ed74781250bcc23cce7482bed15 | |
| parent | 828c3e9dce25a9551e52fd076136f4d9936c0498 (diff) | |
phy: exynos-mipi-video: correct cam0 sysreg property name for exynos7870
Fix the cam0 sysreg property name (samsung,cam0-sysreg), which has been
erroneously declared as samsung,cam-sysreg. This follows the same name
used in Exynos5433 PHY.
Fixes: 543f5e314282 ("phy: exynos-mipi-video: introduce support for exynos7870")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Link: https://lore.kernel.org/r/20250710-exynos7870-mipi-phy-fix-v2-1-5cf50d69c9d7@disroot.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
| -rw-r--r-- | drivers/phy/samsung/phy-exynos-mipi-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/samsung/phy-exynos-mipi-video.c b/drivers/phy/samsung/phy-exynos-mipi-video.c index b184923b9b40..be925508ed97 100644 --- a/drivers/phy/samsung/phy-exynos-mipi-video.c +++ b/drivers/phy/samsung/phy-exynos-mipi-video.c @@ -218,7 +218,7 @@ static const struct mipi_phy_device_desc exynos7870_mipi_phy = { .regmap_names = { "samsung,pmu-syscon", "samsung,disp-sysreg", - "samsung,cam-sysreg" + "samsung,cam0-sysreg" }, .num_phys = 4, .phys = { |
