Skip to content
Permalink
Browse files
clk: qcom: gcc-msm8994: Remove the inexistent GDSC_PCIE
This GDSC is not present on msm8994.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
  • Loading branch information
konradybcio authored and intel-lab-lkp committed Mar 13, 2021
1 parent c3b5a2a commit 7ed95d105fd45febf134ed746da771b5d1cbc89c
Showing 1 changed file with 2 additions and 9 deletions.
@@ -2493,14 +2493,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 = {
@@ -2690,7 +2682,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] = 0,
[PCIE_0_GDSC] = &pcie_0_gdsc,
[PCIE_1_GDSC] = &pcie_1_gdsc,
[USB30_GDSC] = &usb30_gdsc,

0 comments on commit 7ed95d1

Please sign in to comment.