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

Commit 430ab57a authored by Diptanshu Jamgade's avatar Diptanshu Jamgade Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Update ENABLE register address for USB3 clocks



Update the ENABLE register addresses for gcc_usb3_prim_clkref_clk
and gcc_usb3_sec_clkref_clk.

Change-Id: I880d8fa3d318104de90c15e9ebfe11be143b508b
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent 47906484
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -2947,10 +2947,10 @@ static struct clk_branch gcc_usb30_prim_sleep_clk = {
};
};


static struct clk_branch gcc_usb3_prim_clkref_clk = {
static struct clk_branch gcc_usb3_prim_clkref_clk = {
	.halt_reg = 0x8c008,
	.halt_reg = 0x8c014,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT,
	.clkr = {
	.clkr = {
		.enable_reg = 0x8c008,
		.enable_reg = 0x8c014,
		.enable_mask = BIT(0),
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
		.hw.init = &(struct clk_init_data){
			.name = "gcc_usb3_prim_clkref_clk",
			.name = "gcc_usb3_prim_clkref_clk",
@@ -3008,10 +3008,10 @@ static struct clk_branch gcc_usb3_prim_phy_pipe_clk = {
};
};


static struct clk_branch gcc_usb3_sec_clkref_clk = {
static struct clk_branch gcc_usb3_sec_clkref_clk = {
	.halt_reg = 0x8c014,
	.halt_reg = 0x8c008,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT,
	.clkr = {
	.clkr = {
		.enable_reg = 0x8c014,
		.enable_reg = 0x8c008,
		.enable_mask = BIT(0),
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
		.hw.init = &(struct clk_init_data){
			.name = "gcc_usb3_sec_clkref_clk",
			.name = "gcc_usb3_sec_clkref_clk",