Commit 462f7017 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Rob Clark
Browse files

drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660

parent 2fd653bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -150,7 +150,6 @@ static const struct msm_dsi_config sdm660_dsi_cfg = {
	.reg_cfg = {
		.num = 2,
		.regs = {
			{"vdd", 73400, 32 },	/* 0.9 V */
			{"vdda", 12560, 4 },	/* 1.2 V */
		},
	},
+1 −1
Original line number Diff line number Diff line
@@ -1050,7 +1050,7 @@ const struct msm_dsi_phy_cfg dsi_phy_14nm_660_cfgs = {
	.reg_cfg = {
		.num = 1,
		.regs = {
			{"vcca", 17000, 32},
			{"vcca", 73400, 32},
		},
	},
	.ops = {