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

Commit 228a4c6a authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: mdss: remove DSI1 PLL configuration from DSI0 PLL" into msm-4.8

parents 65abef72 f7592973
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -310,8 +310,6 @@ static int mdss_pll_probe(struct platform_device *pdev)
	if (pll_res->phy_base)
		iounmap(pll_res->phy_base);
phy_io_error:
	if (pll_res->pll_1_base)
		iounmap(pll_res->pll_1_base);
	mdss_pll_resource_release(pdev, pll_res);
res_parse_error:
	iounmap(pll_res->pll_base);
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ struct mdss_pll_resources {
	 * register mapping
	 */
	void __iomem	*pll_base;
	void __iomem	*pll_1_base;
	void __iomem	*phy_base;
	void __iomem	*gdsc_base;
	void __iomem	*dyn_pll_base;