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

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

clk: qcom: gcc: Add support of USB PHY BCR for LITO



Add support of GCC_USB3_DP_PHY_PRIM_BCR
,GCC_USB3_PHY_PRIM_BCR and GCC_QUSB2PHY_PRIM_BCR for USB PHY.

Change-Id: I9a4d3c7ed782e577312af9caf4767afc12db6470
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent a747db20
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2690,11 +2690,14 @@ static const struct qcom_reset_map gcc_lito_resets[] = {
	[GCC_PRNG_BCR] = { 0x34000 },
	[GCC_QUPV3_WRAPPER_0_BCR] = { 0x17000 },
	[GCC_QUPV3_WRAPPER_1_BCR] = { 0x18000 },
	[GCC_QUSB2PHY_PRIM_BCR] = { 0x12000 },
	[GCC_SDCC1_BCR] = { 0x26000 },
	[GCC_SDCC2_BCR] = { 0x14000 },
	[GCC_SDCC4_BCR] = { 0x16000 },
	[GCC_UFS_PHY_BCR] = { 0x77000 },
	[GCC_USB30_PRIM_BCR] = { 0xf000 },
	[GCC_USB3_DP_PHY_PRIM_BCR] = { 0x50008 },
	[GCC_USB3_PHY_PRIM_BCR] = { 0x50000 },
	[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x6a000 },
};