Message ID | 20240401-typec-fix-sm8250-v3-0-604dce3ad103@linaro.org |
---|---|
Headers | show |
Series | arm64: dts: qcom: fix description of the Type-C signals | expand |
On 4/1/24 22:33, Dmitry Baryshkov wrote: > Correct the clocks being used by the display clock controller on the > SC8180X platform (to match the schema): > - Drop the sleep clock > - Add DSI clocks > - Reorder eDP / DP clocks > > This changes the order of clocks, however it should be noted that the > clock list was neither correct nor followed the schema beforehand. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
On 4/1/24 22:33, Dmitry Baryshkov wrote: > To follow other Qualcomm platforms, update QMP USB+DP PHYs to use newer > bindings rather than old bindings which had PHYs as subdevices. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- [...] > usb_sec_qmpphy: phy@88ee000 { This unit address also needs to be updated LGTM otherwise Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
Rename the HS link between usb-c-connector and the DWC3 USB controller. Add missing graph connection between the QMP PHY and DWC3 USB controller. Reported-by: Luca Weiss <luca.weiss@fairphone.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Changes in v3: - Fixed dispcc bindings / clock inputs on sc8180x (Rob Herring) - Link to v2: https://lore.kernel.org/r/20240331-typec-fix-sm8250-v2-0-857acb6bd88e@linaro.org Changes in v2: - Fixed other platforms in addition to sm8250 (Bryan) - Link to v1: https://lore.kernel.org/r/20240322-typec-fix-sm8250-v1-0-1ac22b333ea9@linaro.org --- Dmitry Baryshkov (9): dt-bindings: clk: qcom,dispcc-sm8x50: describe additional DP clocks arm64: dts: qcom: sc8180x: correct dispcc clocks arm64: dts: qcom: sm8250: describe HS signals properly arm64: dts: qcom: sm8250: add a link between DWC3 and QMP PHY arm64: dts: qcom: sc8180x: switch USB+DP QMP PHYs to new bindings arm64: dts: qcom: sc8180x: describe USB signals properly arm64: dts: qcom: sc8280xp: describe USB signals properly arm64: dts: qcom: x1e80100: describe USB signals properly arm64: dts: qcom: sm8150-hdk: rename Type-C HS endpoints .../bindings/clock/qcom,dispcc-sm8x50.yaml | 28 ++++ arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 8 +- .../arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 16 +- arch/arm64/boot/dts/qcom/sc8180x-primus.dts | 20 +-- arch/arm64/boot/dts/qcom/sc8180x.dtsi | 182 ++++++++++----------- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 20 +-- .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 20 +-- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 54 +++++- arch/arm64/boot/dts/qcom/sm8150-hdk.dts | 4 +- .../boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi | 8 +- arch/arm64/boot/dts/qcom/sm8250.dtsi | 24 ++- arch/arm64/boot/dts/qcom/x1e80100.dtsi | 149 ++++++++++++++++- 12 files changed, 380 insertions(+), 153 deletions(-) --- base-commit: a6bd6c9333397f5a0e2667d4d82fef8c970108f2 change-id: 20240322-typec-fix-sm8250-33c47a03a056 Best regards,