Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>
Link: https://lore.kernel.org/r/20210923162645.23257-6-konrad.dybcio@somainline.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Konrad Dybcio and committed by
Stephen Boyd
35bb1e6e b8f415c6

+2 -9
+2 -9
drivers/clk/qcom/gcc-msm8994.c
··· 2485 2485 }, 2486 2486 }; 2487 2487 2488 - static struct gdsc pcie_gdsc = { 2489 - .gdscr = 0x1e18, 2490 - .pd = { 2491 - .name = "pcie", 2492 - }, 2493 - .pwrsts = PWRSTS_OFF_ON, 2494 - }; 2495 - 2496 2488 static struct gdsc pcie_0_gdsc = { 2497 2489 .gdscr = 0x1ac4, 2498 2490 .pd = { ··· 2674 2682 }; 2675 2683 2676 2684 static struct gdsc *gcc_msm8994_gdscs[] = { 2677 - [PCIE_GDSC] = &pcie_gdsc, 2685 + /* This GDSC does not exist, but ABI has to remain intact */ 2686 + [PCIE_GDSC] = NULL, 2678 2687 [PCIE_0_GDSC] = &pcie_0_gdsc, 2679 2688 [PCIE_1_GDSC] = &pcie_1_gdsc, 2680 2689 [USB30_GDSC] = &usb30_gdsc,