Fix the cam0 sysreg compatible (samsung,cam0-sysreg), which has been erroneously declared as samsung,cam-sysreg. This follows the same compatible name used in Exynos5433 PHY. Fixes: 543f5e314282 ("phy: exynos-mipi-video: introduce support for exynos7870") Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx> --- drivers/phy/samsung/phy-exynos-mipi-video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/samsung/phy-exynos-mipi-video.c b/drivers/phy/samsung/phy-exynos-mipi-video.c index b184923b9b400f0d536a913bdf32f3156c0a1854..1c9c340f708da0ca214639880d067706aaea8fc7 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 = { -- 2.49.0