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

Commit c25758c3 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

clk: msm: gcc: Update the number of bases for MSM8920



Number of hwio bases needs to be updated to correct value
for MSM8920, so update the same.

Change-Id: I9d1ab64b6e2da4cb1d271309697b3474f638ddba
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 4f11fdea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4314,7 +4314,7 @@ static int msm_gcc_probe(struct platform_device *pdev)
	if (ret < 0)
		return ret;

	if (compat_bin2)
	if (compat_bin2 || compat_bin4)
		nbases = APCS_C0_PLL_BASE;

	ret = get_mmio_addr(pdev, nbases);