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 <[email protected]> Signed-off-by: Kaustabh Chakraborty <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 828c3e9 commit f31ac39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)