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

Commit 3335fe19 authored by Taniya Das's avatar Taniya Das
Browse files

clk: msm: gcc: Add support for block reset for HSIC clock



clock reset is required on usb hsic clock, add the block reset register to
support it.

Change-Id: Ieaa632256eebf0a6d1a2d71d0063b387019f21d5
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 049b7256
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1471,6 +1471,7 @@ static struct branch_clk gcc_usb_hsic_io_cal_sleep_clk = {

static struct branch_clk gcc_usb_hsic_system_clk = {
	.cbcr_reg = USB_HSIC_SYSTEM_CBCR,
	.bcr_reg  = USB_HS_HSIC_BCR,
	.has_sibling = 0,
	.base = &virt_bases[GCC_BASE],
	.c = {
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@
#define USB_HSIC_IO_CAL_CBCR			0x3D054
#define USB_HSIC_IO_CAL_SLEEP_CBCR		0x3D058
#define USB_HSIC_SYSTEM_CBCR			0x3D048
#define USB_HS_HSIC_BCR				0x3D05C
#define USB2_HS_PHY_ONLY_BCR			0x41034
#define QUSB2_PHY_BCR				0x4103C
#define GCC_DEBUG_CLK_CTL			0x74000