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

Commit bc352de9 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: gcc-blair: Add support for USB BCRs"

parents 67ca9436 f1b10a61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4281,6 +4281,8 @@ static const struct qcom_reset_map gcc_blair_resets[] = {
	[GCC_SDCC2_BCR] = { 0x1e000 },
	[GCC_UFS_PHY_BCR] = { 0x45000 },
	[GCC_USB30_PRIM_BCR] = { 0x1a000 },
	[GCC_USB3_DP_PHY_PRIM_BCR] = { 0x1b020 },
	[GCC_USB3_PHY_PRIM_SP0_BCR] = { 0x1b000 },
	[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x1d000 },
	[GCC_VCODEC0_BCR] = { 0x58094 },
	[GCC_VENUS_BCR] = { 0x58078 },
+2 −0
Original line number Diff line number Diff line
@@ -216,5 +216,7 @@
#define GCC_VCODEC0_BCR					16
#define GCC_VENUS_BCR					17
#define GCC_VIDEO_INTERFACE_BCR				18
#define GCC_USB3_DP_PHY_PRIM_BCR			19
#define GCC_USB3_PHY_PRIM_SP0_BCR			20

#endif