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

Commit d0bd61a7 authored by Shefali Jain's avatar Shefali Jain
Browse files

clk: qcom: Add support for GCC_QUSB2PHY_PRIM_BCR



USB driver needs GCC_QUSB2PHY_PRIM_BCR to bring USB2_PHY
out of reset so add support for the same.

Change-Id: Ia73891b8bc0c0ad18ad698af5e0dbd90b0342f6f
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent 24af5c26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3336,6 +3336,7 @@ static const struct qcom_reset_map gcc_sdmmagpie_resets[] = {
	[GCC_USB3_DP_PHY_SEC_BCR] = { 0x50014 },
	[GCC_USB3_PHY_PRIM_BCR] = { 0x50000 },
	[GCC_USB3_PHY_SEC_BCR] = { 0x5000c },
	[GCC_QUSB2PHY_PRIM_BCR] = { 0x26000 },
};

static struct clk_dfs gcc_dfs_clocks[] = {
+1 −0
Original line number Diff line number Diff line
@@ -195,5 +195,6 @@
#define GCC_USB3_DP_PHY_SEC_BCR				6
#define GCC_USB3_PHY_PRIM_BCR				7
#define GCC_USB3_PHY_SEC_BCR				8
#define GCC_QUSB2PHY_PRIM_BCR				9

#endif