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

Commit f5755962 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: gcc-sdxpoorwills: change halt check for some PCIe clocks"

parents 0a515348 16fb7527
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1368,7 +1368,7 @@ static struct clk_branch gcc_pcie_0_clkref_clk = {

static struct clk_branch gcc_pcie_aux_clk = {
	.halt_reg = 0x37020,
	.halt_check = BRANCH_HALT_VOTED,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x6d00c,
		.enable_mask = BIT(3),
@@ -1427,7 +1427,7 @@ static struct clk_branch gcc_pcie_phy_refgen_clk = {

static struct clk_branch gcc_pcie_pipe_clk = {
	.halt_reg = 0x37028,
	.halt_check = BRANCH_HALT_VOTED,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x6d00c,
		.enable_mask = BIT(4),