phy: rockchip: csi2-dphy: fixed bug for dphy1/dphy4 to using full mode

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Ia4cf42863ff15aee379a7946662df3507670b61f
This commit is contained in:
Zefa Chen
2022-05-05 10:54:24 +08:00
committed by Tao Huang
parent a6674cac04
commit 7cb254ede6

View File

@@ -167,6 +167,8 @@ static int csi2_dphy_update_sensor_mbus(struct v4l2_subdev *sd)
dphy->lane_mode = LANE_MODE_SPLIT;
}
}
if (!ret)
dphy->dphy_hw->lane_mode = dphy->lane_mode;
} else {
ret = 0;
}