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

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

Merge "clock-a7: Add lookup entries for PM driver"

parents f1ff3a9b dff12b81
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -55,7 +55,13 @@ static struct clk_lookup clock_tbl_a7[] = {
	CLK_LOOKUP("cpu2_clk",	a7ssmux.c, "0.qcom,msm-cpufreq"),
	CLK_LOOKUP("cpu3_clk",	a7ssmux.c, "0.qcom,msm-cpufreq"),
	CLK_LOOKUP("cpu0_clk",	a7ssmux.c, "fe805664.qcom,pm"),
	CLK_LOOKUP("cpu1_clk",	a7ssmux.c, "fe805664.qcom,pm"),
	CLK_LOOKUP("cpu2_clk",	a7ssmux.c, "fe805664.qcom,pm"),
	CLK_LOOKUP("cpu3_clk",	a7ssmux.c, "fe805664.qcom,pm"),
	CLK_LOOKUP("cpu0_clk",   a7ssmux.c, "8600664.qcom,pm"),
	CLK_LOOKUP("cpu1_clk",   a7ssmux.c, "8600664.qcom,pm"),
	CLK_LOOKUP("cpu2_clk",   a7ssmux.c, "8600664.qcom,pm"),
	CLK_LOOKUP("cpu3_clk",   a7ssmux.c, "8600664.qcom,pm"),
};

static int of_get_fmax_vdd_class(struct platform_device *pdev, struct clk *c,