Re: [PATCH] phy: qcom-qusb2: Add support for SDM630/660

2020-09-30 Thread Alexey Minekhanov
Tested on Xiaomi Redmi Note 7 (lavender), SDM660 Tested-by: Alexey Minnekhanov On 9/26/20 4:11 PM, khol...@gmail.com wrote: > From: Konrad Dybcio > > QUSB on these SoCs actually uses *almost* the same > configuration that msm8996 does, so we can reuse > the phy_cfg from there with just a

Re: [PATCH] phy: qcom-qusb2: Add support for SDM630/660

2020-09-29 Thread Rob Herring
On Tue, Sep 29, 2020 at 2:25 PM Konrad Dybcio wrote: > > >You should just pull this from the driver data. > > I reused 8996's phy_cfg so as to change one line and not repeat dozens > for what's essentially the same thing, so I don't think it's the > better option.. Okay, save it for the next

Re: [PATCH] phy: qcom-qusb2: Add support for SDM630/660

2020-09-29 Thread Konrad Dybcio
>You should just pull this from the driver data. I reused 8996's phy_cfg so as to change one line and not repeat dozens for what's essentially the same thing, so I don't think it's the better option.. Konrad

Re: [PATCH] phy: qcom-qusb2: Add support for SDM630/660

2020-09-29 Thread Rob Herring
On Sat, Sep 26, 2020 at 03:11:57PM +0200, khol...@gmail.com wrote: > From: Konrad Dybcio > > QUSB on these SoCs actually uses *almost* the same > configuration that msm8996 does, so we can reuse > the phy_cfg from there with just a single change > (se clock scheme). > > Signed-off-by: Konrad

Re: [PATCH] phy: qcom-qusb2: Add support for SDM630/660

2020-09-26 Thread Martin Botka
Tested on Xperia 10 Tested-by: Martin Botka

[PATCH] phy: qcom-qusb2: Add support for SDM630/660

2020-09-26 Thread kholk11
From: Konrad Dybcio QUSB on these SoCs actually uses *almost* the same configuration that msm8996 does, so we can reuse the phy_cfg from there with just a single change (se clock scheme). Signed-off-by: Konrad Dybcio Signed-off-by: AngeloGioacchino Del Regno ---