Commit 39bc9b58 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: qcom: gcc-sm6375: Ensure unsigned long type



This PLL frequency needs a UL postfix to avoid compiler warnings on
32-bit architectures.

Fixes: 184fdd87 ("clk: qcom: Add global clock controller driver for SM6375")
Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent a76d550f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ static struct pll_vco lucid_vco[] = {
};

static struct pll_vco zonda_vco[] = {
	{ 595200000, 3600000000, 0 },
	{ 595200000, 3600000000UL, 0 },
};

static struct clk_alpha_pll gpll0 = {