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

Commit 4dd3d655 authored by Shefali Jain's avatar Shefali Jain Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: gcc: Add new frequencies for emac_clk_src



Clients requires to request for 5MHz and 50MHz frequency,
so add support for the same.

Change-Id: I8822ac9f0bfc2261f896973230e6039abb775898
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent d8b7cb92
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -835,6 +835,8 @@ static struct clk_rcg2 byte0_clk_src = {
};
};


static const struct freq_tbl ftbl_emac_clk_src[] = {
static const struct freq_tbl ftbl_emac_clk_src[] = {
	F(5000000,   P_GPLL1_OUT_MAIN, 100, 0, 0),
	F(50000000,  P_GPLL1_OUT_MAIN, 10, 0, 0),
	F(125000000, P_GPLL1_OUT_MAIN, 4, 0, 0),
	F(125000000, P_GPLL1_OUT_MAIN, 4, 0, 0),
	F(250000000, P_GPLL1_OUT_MAIN, 2, 0, 0),
	F(250000000, P_GPLL1_OUT_MAIN, 2, 0, 0),
	{ }
	{ }