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

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

Merge "clk: qcom: mdss: Fix MDSS HDMI pll support"

parents 32a2fc8d c7867fe2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -509,6 +509,7 @@ static int hdmi_vco_set_rate(struct clk *c, unsigned long rate)
		MDSS_PLL_REG_W(phy_base, HDMI_PHY_ANA_CFG0, 0xDB);
		MDSS_PLL_REG_W(phy_base, HDMI_PHY_ANA_CFG1, 0x43);
		MDSS_PLL_REG_W(phy_base, HDMI_PHY_ANA_CFG2, 0x02);
		MDSS_PLL_REG_W(phy_base, HDMI_PHY_ANA_CFG3, 0x00);
		MDSS_PLL_REG_W(pll_base, HDMI_UNI_PLL_VREG_CFG, 0x04);
		MDSS_PLL_REG_W(phy_base, HDMI_PHY_DCC_CFG0, 0xD0);
		MDSS_PLL_REG_W(phy_base, HDMI_PHY_DCC_CFG1, 0x1A);
+2 −2
Original line number Diff line number Diff line
@@ -226,8 +226,8 @@ static int mdss_pll_probe(struct platform_device *pdev)
			goto phy_io_error;
		}
	} else {
		pll_res->phy_base = ioremap(pll_base_reg->start,
						resource_size(pll_base_reg));
		pll_res->phy_base = ioremap(phy_base_reg->start,
						resource_size(phy_base_reg));
		if (!pll_res->phy_base) {
			pr_err("Unable to remap pll phy base resources\n");
			rc = -ENOMEM;