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

Commit 2d88c538 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

clk: qcom: Add GCC_QUSB2PHY_BCR in reset table for sdxpoorwills



GCC_QUSB2PHY_BCR macro is defined but clk is not included in the
list of reset clk array. usb2 phy reset is not happening due to
that.

Change-Id: Ibb8b5b5f1cb660d557d94256917ad9cbe0bb5875
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 65ca63e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1839,6 +1839,7 @@ static const struct qcom_reset_map gcc_sdxpoorwills_resets[] = {
	[GCC_USB30_BCR] = { 0xb000 },
	[GCC_USB3_PHY_BCR] = { 0xc000 },
	[GCC_USB3PHY_PHY_BCR] = { 0xc004 },
	[GCC_QUSB2PHY_BCR] = { 0xd000 },
	[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0xe000 },
};