summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2015-11-05 17:29:59 +0100
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:49:03 +0900
commit7a183ddf4028a15000de0f99ead52024208d57bb (patch)
tree1e37d8e5d64521f7e9eb3ec750f3a27a14c206c5 /drivers/phy
parent1a194b60fa419922d942fa476693ccbe73f03439 (diff)
phy: Fix reset_reg offset for S5PV210 in phy-exynos-mipi-video.c
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/phy-exynos-mipi-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-exynos-mipi-video.c b/drivers/phy/phy-exynos-mipi-video.c
index e62e81c28e30..123d92e60a5f 100644
--- a/drivers/phy/phy-exynos-mipi-video.c
+++ b/drivers/phy/phy-exynos-mipi-video.c
@@ -161,7 +161,7 @@ static const struct mipi_phy_device_desc s5pv210_mipi_phy = {
.enable_reg = EXYNOS4_MIPI_PHY_CONTROL(0),
.enable_map = EXYNOS_MIPI_REGMAP_PMU,
.reset_val = EXYNOS4_MIPI_PHY_SRESETN,
- .reset_reg = EXYNOS4_MIPI_PHY_ENABLE,
+ .reset_reg = EXYNOS4_MIPI_PHY_CONTROL(0),
.reset_map = EXYNOS_MIPI_REGMAP_PMU,
}, {
/* EXYNOS_MIPI_PHY_ID_DSIM0 */