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

Commit a52d7c7e authored by Shefali Jain's avatar Shefali Jain Committed by Taniya Das
Browse files

clk: qcom: Add support for 120MHz usb_master_clk frequency



On SDX24 there is a new frequency requirement of 120 MHz,
so add support for the same. The frequency of 100MHz is no longer
supported.

Change-Id: I2e92041000bef7e95bbc044c695578b623ea22c2
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent d69f47b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ static struct clk_rcg2 gcc_spmi_fetcher_clk_src = {
static const struct freq_tbl ftbl_gcc_usb30_master_clk_src[] = {
	F(50000000, P_GPLL0_OUT_EVEN, 6, 0, 0),
	F(75000000, P_GPLL0_OUT_EVEN, 4, 0, 0),
	F(100000000, P_GPLL0_OUT_MAIN, 6, 0, 0),
	F(120000000, P_GPLL0_OUT_MAIN, 5, 0, 0),
	F(200000000, P_GPLL0_OUT_MAIN, 3, 0, 0),
	F(240000000, P_GPLL0_OUT_MAIN, 2.5, 0, 0),
	{ }
@@ -772,7 +772,7 @@ static struct clk_rcg2 gcc_usb30_master_clk_src = {
		VDD_CX_FMAX_MAP5(
			MIN, 50000000,
			LOWER, 75000000,
			LOW, 100000000,
			LOW, 120000000,
			NOMINAL, 200000000,
			HIGH, 240000000),
	},