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

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

Merge "msm: clock-9630: Change halt_check type for pipe clocks"

parents 765a04ee 9aaeaf49
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1330,6 +1330,7 @@ static struct branch_clk gcc_pcie_pipe_clk = {
	.bcr_reg = PCIEPHY_PHY_BCR,
	.bcr_reg = PCIEPHY_PHY_BCR,
	.has_sibling = 0,
	.has_sibling = 0,
	.base = &virt_bases[GCC_BASE],
	.base = &virt_bases[GCC_BASE],
	.halt_check = DELAY,
	.c = {
	.c = {
		.dbg_name = "gcc_pcie_pipe_clk",
		.dbg_name = "gcc_pcie_pipe_clk",
		.parent = &pcie_pipe_clk_src.c,
		.parent = &pcie_pipe_clk_src.c,
@@ -1494,6 +1495,7 @@ static struct branch_clk gcc_usb3_pipe_clk = {
	.bcr_reg = USB3PHY_PHY_BCR,
	.bcr_reg = USB3PHY_PHY_BCR,
	.has_sibling = 0,
	.has_sibling = 0,
	.base = &virt_bases[GCC_BASE],
	.base = &virt_bases[GCC_BASE],
	.halt_check = DELAY,
	.c = {
	.c = {
		.dbg_name = "gcc_usb3_pipe_clk",
		.dbg_name = "gcc_usb3_pipe_clk",
		.parent = &usb3_pipe_clk_src.c,
		.parent = &usb3_pipe_clk_src.c,