public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add Devicetree support for USB controllers on QCS8300
@ 2024-10-11  7:46 Krishna Kurapati
  2024-10-11  7:46 ` [PATCH v2 1/2] arm64: dts: qcom: Add support for usb nodes " Krishna Kurapati
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Krishna Kurapati @ 2024-10-11  7:46 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Bjorn Andersson, Konrad Dybcio,
	Conor Dooley, Dmitry Baryshkov
  Cc: linux-kernel, linux-arm-msm, devicetree, quic_ppratap, quic_jackp,
	Krishna Kurapati

This series aims at enabling USB on QCS8300 which has 2 USB controllers.
The primary controller is SuperSpeed capable and secondary one is
High Speed only capable. Both the High Speed Phys are Femto phys and the
SuperSpeed Phy is a QMP Uni Phy.

Base DT Support has been added for both controllers while only one has
been enabled on Ride Platform. The primary controller has been configured
in device mode. The secondary controller will be enabled in host mode post
addition of SPMI Node which allows control over PMIC Gpios for providing
vbus to connected peripherals.

This series depends on the following series ACKed by upstream maintainers:
Base DT: https://lore.kernel.org/all/20240925-qcs8300_initial_dtsi-v2-0-494c40fa2a42@quicinc.com/

Bindings patches posted at:
https://lore.kernel.org/all/20241009195348.2649368-1-quic_kriskura@quicinc.com/

DTBS Check has been done on the patches.

Link to v1:
https://lore.kernel.org/all/20241009195636.2649952-1-quic_kriskura@quicinc.com/

Changes in v2:
Added quirk to use pipe clk as utmi clk for second controller.
Added wakeup source for second controller.
Modified commit text for DTS change.

Krishna Kurapati (2):
  arm64: dts: qcom: Add support for usb nodes on QCS8300
  arm64: dts: qcom: Enable USB controllers for QCS8300

 arch/arm64/boot/dts/qcom/qcs8300-ride.dts |  23 +++
 arch/arm64/boot/dts/qcom/qcs8300.dtsi     | 168 ++++++++++++++++++++++
 2 files changed, 191 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-10-28 14:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11  7:46 [PATCH v2 0/2] Add Devicetree support for USB controllers on QCS8300 Krishna Kurapati
2024-10-11  7:46 ` [PATCH v2 1/2] arm64: dts: qcom: Add support for usb nodes " Krishna Kurapati
2024-10-25 18:28   ` Konrad Dybcio
2024-10-26 16:56     ` Krishna Kurapati
2024-10-28 11:38       ` Konrad Dybcio
2024-10-28 14:34         ` Krishna Kurapati
2024-10-11  7:46 ` [PATCH v2 2/2] arm64: dts: qcom: Enable USB controllers for QCS8300 Krishna Kurapati
2024-10-26 17:36   ` Dmitry Baryshkov
2024-10-27  6:29     ` Krishna Kurapati
2024-10-27 17:44       ` Dmitry Baryshkov
2024-10-27 19:02         ` Krishna Kurapati
2024-10-28  8:09           ` Dmitry Baryshkov
2024-10-25  5:17 ` [PATCH v2 0/2] Add Devicetree support for USB controllers on QCS8300 Krishna Kurapati

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox