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

Commit e33ed68c authored by Ritesh Kumar's avatar Ritesh Kumar Committed by Gerrit - the friendly Code Review server
Browse files

disp: msm: dsi: Disable firmware call for display



Disable firmware call in dsi display device probe to
handle the case when touch probe happens before display
panel is bind.

Change-Id: I95a7e2983e77c0bf82c670ec7502b4198e8e3afa
Signed-off-by: default avatarRitesh Kumar <riteshk@codeaurora.org>
parent e4c761dd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -5911,9 +5911,7 @@ int dsi_display_dev_probe(struct platform_device *pdev)
	platform_set_drvdata(pdev, display);

	/* initialize display in firmware callback */
	if (!boot_disp->boot_disp_en &&
			IS_ENABLED(CONFIG_DSI_PARSER) &&
			!display->trusted_vm_env) {
	if (0) {
		if (!strcmp(display->display_type, "primary"))
			firm_req = !request_firmware_nowait(
				THIS_MODULE, 1, "dsi_prop",