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

Commit 6c05fcb8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: gcc: Update the halt flags for clocks on SDM660"

parents 220b3250 a58b5acc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1750,7 +1750,7 @@ static struct clk_branch gcc_gpu_cfg_ahb_clk = {

static struct clk_branch gpll0_out_msscc = {
	.halt_reg = 0x5200c,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x5200c,
		.enable_mask = BIT(2),
@@ -2249,7 +2249,7 @@ static struct clk_branch gcc_ufs_phy_aux_hw_ctl_clk = {

static struct clk_branch gcc_ufs_rx_symbol_0_clk = {
	.halt_reg = 0x75014,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x75014,
		.enable_mask = BIT(0),
@@ -2262,7 +2262,7 @@ static struct clk_branch gcc_ufs_rx_symbol_0_clk = {

static struct clk_branch gcc_ufs_rx_symbol_1_clk = {
	.halt_reg = 0x7605c,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x7605c,
		.enable_mask = BIT(0),
@@ -2275,7 +2275,7 @@ static struct clk_branch gcc_ufs_rx_symbol_1_clk = {

static struct clk_branch gcc_ufs_tx_symbol_0_clk = {
	.halt_reg = 0x75010,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x75010,
		.enable_mask = BIT(0),