Devicetree
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Add gpio-usb-c-connector compatible
@ 2024-03-29  7:19 Krishna Kurapati
  2024-03-29  7:19 ` [RFC PATCH 1/2] dt-bindings: connector: " Krishna Kurapati
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Krishna Kurapati @ 2024-03-29  7:19 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Greg Kroah-Hartman,
	Conor Dooley, Dmitry Baryshkov, Miquel Raynal, Guenter Roeck,
	Bjorn Helgaas, Kyle Tso, Fabrice Gasnier, Heikki Krogerus,
	u.kleine-koenig, AngeloGioacchino Del Regno
  Cc: devicetree, linux-usb, linux-kernel, quic_ppratap, quic_jackp,
	Krishna Kurapati

QDU1000 IDP [1] has a Type-c connector and supports USB 3.0.
However it relies on usb-conn-gpio driver to read the vbus and id
gpio's and provide role switch. However the driver currently has
only gpio-b-connector compatible present in ID table. Adding that
in DT would mean that the device supports Type-B connector and not
Type-c connector. Thanks to Dmitry Baryshkov for pointing it out [2].

This series intends to add that compatible in driver and bindings
so that it can be used in QDU1000 IDP DT.

[1]: https://lore.kernel.org/all/20240319091020.15137-3-quic_kbajaj@quicinc.com/
[2]: https://lore.kernel.org/all/CAA8EJprXPvji8TgZu1idH7y4GtHtD4VmQABFBcRt-9BQaCberg@mail.gmail.com/

Krishna Kurapati (2):
  dt-bindings: connector: Add gpio-usb-c-connector compatible
  usb: common: usb-conn-gpio: Update ID table to add usb-c connector

 Documentation/devicetree/bindings/connector/usb-connector.yaml | 3 +++
 drivers/usb/common/usb-conn-gpio.c                             | 1 +
 2 files changed, 4 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2024-03-31 16:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29  7:19 [RFC PATCH 0/2] Add gpio-usb-c-connector compatible Krishna Kurapati
2024-03-29  7:19 ` [RFC PATCH 1/2] dt-bindings: connector: " Krishna Kurapati
2024-03-29 15:37   ` Conor Dooley
2024-03-29  7:19 ` [RFC PATCH 2/2] usb: common: usb-conn-gpio: Update ID table to add usb-c connector Krishna Kurapati
2024-03-29 12:53 ` [RFC PATCH 0/2] Add gpio-usb-c-connector compatible Dmitry Baryshkov
2024-03-30  9:13   ` Krishna Kurapati PSSNV
2024-03-30  9:13     ` Krishna Kurapati PSSNV
2024-03-30 13:39     ` Dmitry Baryshkov
2024-03-30 13:39       ` Dmitry Baryshkov
2024-03-30 13:45       ` Krishna Kurapati PSSNV
2024-03-30 13:45         ` Krishna Kurapati PSSNV
2024-03-30 13:50         ` Dmitry Baryshkov

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