phy: qcom-qmp-pcie: add pcs_misc sanity check
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 16 Sep 2022 10:23:30 +0000 (12:23 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 20 Sep 2022 06:01:16 +0000 (11:31 +0530)
commitecd5507e72ea03659dc2cc3e4393fbf8f4e2e02a
tree43aa2e023a2a29d4394a921f4568365dc29866c4
parentb767dedc05ec92a11e99bd9e4ec18ce6abe02388
phy: qcom-qmp-pcie: add pcs_misc sanity check

Make sure that the (otherwise) optional pcs_misc IO region has been
provided in case the configuration specifies a corresponding
initialisation table to avoid crashing with malformed device trees.

Note that the related debug message is now superfluous as the region is
only used when the configuration has a pcs_misc table.

Fixes: 421c9a0e9731 ("phy: qcom: qmp: Add SDM845 PCIe QMP PHY support")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220916102340.11520-2-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c