mbox series

[v3,0/2] PCI: qcom: fix PCIe support on sm8250

Message ID 20201231123731.651908-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series PCI: qcom: fix PCIe support on sm8250 | expand

Message

Dmitry Baryshkov Dec. 31, 2020, 12:37 p.m. UTC
Some sm8250 platforms require additional clock to be enabled for PCIe to
function. In case it is disabled, PCIe access will result in IOMMU
timeouts. Add device tree binding and driver support for this clock.

Changes since v2:
 - Split this clock handling from qcom_pcie_get_resources_2_7_0()
 - Change comment to point that the clock is required rather than
   optional

Changes since v1:
 - Added Fixes: tags, as respective patches have hit the upstream Linux
   tree.