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

Commit 703f9e32 authored by Jack Pham's avatar Jack Pham
Browse files

clk: msm: clock-gcc-8996: Add USB_20_BCR



Add the BCR to reset USB20 block to gcc_usb20_master_clk. This will
allow the driver to correctly call clk_reset().

Change-Id: Ib4f8b73317032c88f5272a530007ff08d14dbd4a
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 7427cd00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2766,6 +2766,7 @@ static struct gate_clk gcc_usb3_phy_pipe_clk = {

static struct branch_clk gcc_usb20_master_clk = {
	.cbcr_reg = GCC_USB20_MASTER_CBCR,
	.bcr_reg = GCC_USB_20_BCR,
	.has_sibling = 0,
	.base = &virt_base,
	.c = {
+1 −0
Original line number Diff line number Diff line
@@ -450,6 +450,7 @@
#define GCC_SYS_NOC_HS_AXI_CBCR					(0x04034)
#define GCC_UFS_ICE_CORE_CBCR					(0x76010)
#define GCC_UFS_UNIPRO_CORE_CBCR				(0x7600C)
#define GCC_USB_20_BCR						(0x12000)
#define GCC_USB20_MASTER_CBCR					(0x12004)
#define GCC_USB20_MOCK_UTMI_CBCR				(0x1200C)
#define GCC_USB20_SLEEP_CBCR					(0x12008)