Skip to content

Commit f31ac39

Browse files
Kaustabh Chakrabortyvinodkoul
authored andcommitted
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: 543f5e3 ("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>
1 parent 828c3e9 commit f31ac39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/phy/samsung/phy-exynos-mipi-video.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static const struct mipi_phy_device_desc exynos7870_mipi_phy = {
218218
.regmap_names = {
219219
"samsung,pmu-syscon",
220220
"samsung,disp-sysreg",
221-
"samsung,cam-sysreg"
221+
"samsung,cam0-sysreg"
222222
},
223223
.num_phys = 4,
224224
.phys = {

0 commit comments

Comments
 (0)