Commit 35bb1e6e authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Stephen Boyd
Browse files

clk: qcom: gcc-msm8994: Remove the inexistent GDSC_PCIE

parent b8f415c6
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -2485,14 +2485,6 @@ static struct clk_branch gcc_prng_ahb_clk = {
	},
};

static struct gdsc pcie_gdsc = {
		.gdscr = 0x1e18,
		.pd = {
			.name = "pcie",
		},
		.pwrsts = PWRSTS_OFF_ON,
};

static struct gdsc pcie_0_gdsc = {
		.gdscr = 0x1ac4,
		.pd = {
@@ -2682,7 +2674,8 @@ static struct clk_regmap *gcc_msm8994_clocks[] = {
};

static struct gdsc *gcc_msm8994_gdscs[] = {
	[PCIE_GDSC] = &pcie_gdsc,
	/* This GDSC does not exist, but ABI has to remain intact */
	[PCIE_GDSC] = NULL,
	[PCIE_0_GDSC] = &pcie_0_gdsc,
	[PCIE_1_GDSC] = &pcie_1_gdsc,
	[USB30_GDSC] = &usb30_gdsc,