On Wed, Oct 19, 2022 at 10:31:12AM +0200, Greg Kroah-Hartman wrote: > From: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > [ Upstream commit 0a40891b83f257b25a2b983758f72f6813f361cb ] > > On SDM845 one of PCIe PHYs (the QHP one) has the same region for TX and > RX registers. Since the commit 4be26f695ffa ("phy: qcom-qmp-pcie: fix > memleak on probe deferral") added checking that resources are not > allocated beforehand, this PHY can not be probed anymore. Fix this by > skipping the map of ->rx resource on the QHP PHY and assign it manually. > > Fixes: 4be26f695ffa ("phy: qcom-qmp-pcie: fix memleak on probe deferral") This one is not needed in 6.0 since the offending commit should not be backported. > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > Reviewed-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > Link: https://lore.kernel.org/r/20220926172514.880776-1-dmitry.baryshkov@xxxxxxxxxx > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx> > Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> Johan