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

Commit d1e9f504 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: avoid pref-panel selection for dsi"

parents ed42648f 58e23b2b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1348,6 +1348,7 @@ static struct device_node *mdss_dsi_find_panel_of_node(
		return dsi_pan_node;
	}
end:
	if (strcmp(panel_name, NONE_PANEL))
		dsi_pan_node = mdss_dsi_pref_prim_panel(pdev);

	return dsi_pan_node;
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@
#define MDSS_DSI_HW_REV_103		0x10030000	/* 8994    */
#define MDSS_DSI_HW_REV_103_1		0x10030001	/* 8916/8936 */

#define NONE_PANEL "none"

enum {		/* mipi dsi panel */
	DSI_VIDEO_MODE,
	DSI_CMD_MODE,