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

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

Merge "clk: qcom-bengal: Add support for GCC_SDCC2_BCR"

parents 145f2660 f1a6e132
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3769,6 +3769,7 @@ static const struct qcom_reset_map gcc_bengal_resets[] = {
	[GCC_QUSB2PHY_PRIM_BCR] = { 0x1c000 },
	[GCC_QUSB2PHY_SEC_BCR] = { 0x1c004 },
	[GCC_SDCC1_BCR] = { 0x38000 },
	[GCC_SDCC2_BCR] = { 0x141E000 },
	[GCC_UFS_PHY_BCR] = { 0x45000 },
	[GCC_USB30_PRIM_BCR] = { 0x1a000 },
	[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x1d000 },
+1 −0
Original line number Diff line number Diff line
@@ -185,5 +185,6 @@
#define GCC_VIDEO_INTERFACE_BCR					8
#define GCC_USB3PHY_PHY_PRIM_SP0_BCR				9
#define GCC_USB3_PHY_PRIM_SP0_BCR				10
#define GCC_SDCC2_BCR						11

#endif