[PATCH 1/2] phy: qcom-qusb2: don't unrelated bits if autoresume is not used
Konrad Dybcio
konrad.dybcio at oss.qualcomm.com
Thu Jul 2 05:02:08 PDT 2026
On 7/2/26 1:40 PM, Dmitry Baryshkov wrote:
> The IPQ6018 and QCS615 platforms don't need to toggle the autoresume
> bit. However the driver ended up toggling a completely unrelated bit
> (BIT 0 in the TEST1 register) instead of skipping the autoresume bit
> programmign at all.
>
> Update those two platforms to specify 0 mask for the autoresume_en and
> skip programming if the mask is 0.
I'd say that we should just use the correct value of BIT(3) for both
and order this patch after the other one
Konrad
More information about the linux-phy
mailing list