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

Commit 3293b126 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: make dma pipe clk-ctrl-offsets parsing optional"

parents ca49c8a4 1cada511
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -1887,12 +1887,13 @@ static int mdss_mdp_parse_dt_pipe(struct platform_device *pdev)
	if (rc)
		goto parse_fail;

	if (mdata->ndma_pipes) {
		rc = mdss_mdp_parse_dt_pipe_clk_ctrl(pdev,
			"qcom,mdss-pipe-dma-clk-ctrl-offsets", mdata->dma_pipes,
			mdata->ndma_pipes);
		if (rc)
			goto parse_fail;

	}

	mdss_mdp_parse_dt_handler(pdev, "qcom,mdss-pipe-sw-reset-off",
		&sw_reset_offset, 1);