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

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

Merge "drm/msm/dsi-staging: Add support for TE control"

parents bdbd6314 fb7c9a6d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -933,6 +933,13 @@ static int dsi_panel_parse_triggers(struct dsi_host_common_cfg *host,
		host->dma_cmd_trigger = DSI_TRIGGER_SW;
	}

	rc = of_property_read_u32(of_node, "qcom,mdss-dsi-te-pin-select",
			&host->te_mode);
	if (rc) {
		pr_warn("[%s] fallback to default te-pin-select\n", name);
		host->te_mode = 1;
		rc = 0;
	}

	return rc;
}