On 11/11/2022 11:42, Johan Hovold wrote:
Drop the confused runtime-suspend type check which effectively broke runtime PM if the DP child node happens to be parsed before the USB child node during probe (e.g. due to order of child nodes in the devicetree). Instead use the new driver data USB PHY pointer to access the USB configuration and resources. Fixes: ac0d239936bd ("phy: qcom-qmp: Add support for runtime PM")
I belive the Fixes tag is incorrect. One can not easily backport this patch on top of the original ac0d239936bd. I'd suggest to point the Fixes tags to the addition of phy-qcom-qmp-combo.c
Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry