Attention is currently required from: Taniya Das. Hello Taniya Das,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/55081
to review the following change.
Change subject: HACK sc7280: Add PCIe RC driver in Coreboot HACK ......................................................................
HACK sc7280: Add PCIe RC driver in Coreboot HACK
As part of clock driver cleanup, renamed the clock api in pcie driver.
Change-Id: I603d5a35ab4aab1cd91d60976b62ca0c15a7357c Signed-off-by: Taniya Das tdas@codeaurora.org --- M src/soc/qualcomm/sc7280/pcie_host.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/55081/1
diff --git a/src/soc/qualcomm/sc7280/pcie_host.c b/src/soc/qualcomm/sc7280/pcie_host.c index b2b227c..cb7bd94 100644 --- a/src/soc/qualcomm/sc7280/pcie_host.c +++ b/src/soc/qualcomm/sc7280/pcie_host.c @@ -1061,7 +1061,7 @@ qcom_ep_reset_assert(pcierc->perst);
/* Enable gdsc before enable pcie clocks */ - ret = pcie_enable_gdsc(PCIE_1_GDSC); + ret = clock_enable_gdsc(PCIE_1_GDSC); if (ret) { printk(BIOS_ERR, "Failed to enable gdsc\n"); return -1;