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:
Jack Pham 2015-12-11 00:44:53 -08:00 committed by David Keitel
parent 80a9c6a26b
commit 73b8a7c107

View file

@ -2766,6 +2766,7 @@ static struct gate_clk gcc_usb3_phy_pipe_clk = {
static struct branch_clk gcc_usb20_master_clk = { static struct branch_clk gcc_usb20_master_clk = {
.cbcr_reg = GCC_USB20_MASTER_CBCR, .cbcr_reg = GCC_USB20_MASTER_CBCR,
.bcr_reg = GCC_USB_20_BCR,
.has_sibling = 0, .has_sibling = 0,
.base = &virt_base, .base = &virt_base,
.c = { .c = {