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: Jack Pham <jackp@codeaurora.org>
This commit is contained in:
parent
80a9c6a26b
commit
73b8a7c107
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue