Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ca32485 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: extend debugfs support for dsi phy registers"

parents bbe9e313 fed21f3d
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -1850,12 +1850,12 @@ int dsi_panel_device_register(struct device_node *pan_node,
	}
	}


	if (pinfo->pdest == DISPLAY_1) {
	if (pinfo->pdest == DISPLAY_1) {
		mdss_debug_register_base("dsi0",
		mdss_debug_register_io("dsi0_ctrl", &ctrl_pdata->ctrl_io);
			ctrl_pdata->ctrl_base, ctrl_pdata->reg_size);
		mdss_debug_register_io("dsi0_phy", &ctrl_pdata->phy_io);
		ctrl_pdata->ndx = 0;
		ctrl_pdata->ndx = 0;
	} else {
	} else {
		mdss_debug_register_base("dsi1",
		mdss_debug_register_io("dsi1_ctrl", &ctrl_pdata->ctrl_io);
			ctrl_pdata->ctrl_base, ctrl_pdata->reg_size);
		mdss_debug_register_io("dsi1_phy", &ctrl_pdata->phy_io);
		ctrl_pdata->ndx = 1;
		ctrl_pdata->ndx = 1;
	}
	}