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

Commit 1f3d4d45 authored by Xiaowen Wu's avatar Xiaowen Wu Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/dsi-staging: allow secondary dsi panel creation from dtsi alone



Allow secondary dsi panel to be created from dtsi file alone.

Change-Id: Icc71b4f724fcbf880f45b6745682138b0f842d4d
CRs-Fixed: 2328533
Signed-off-by: default avatarXiaowen Wu <wxiaowen@codeaurora.org>
Signed-off-by: default avatarAbhijith Desai <desaia@codeaurora.org>
parent c4988e1b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4786,12 +4786,6 @@ int dsi_display_dev_probe(struct platform_device *pdev)
				break;
			}
			continue;
		} else if (index == DSI_SECONDARY) {
			/*
			 * secondary display is currently
			 * supported through boot params only
			 */
			break;
		}

		if (of_property_read_bool(np, disp_active)) {