devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add Type-C DP support for RK3399 EVB IND board
@ 2025-07-15 11:24 Chaoyi Chen
  2025-07-15 11:24 ` [PATCH 1/5] dt-bindings: connector: Add displayport connector for hotplug notify Chaoyi Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Chaoyi Chen @ 2025-07-15 11:24 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Vinod Koul,
	Kishon Vijay Abraham I, Heiko Stuebner, Sandy Huang, Andy Yan,
	Yubing Zhang, Frank Wang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Amit Sunil Dhamne,
	Greg Kroah-Hartman, Chaoyi Chen, Dragan Simic, Johan Jonker,
	Diederik de Haas
  Cc: devicetree, linux-kernel, linux-phy, linux-arm-kernel,
	linux-rockchip, dri-devel

From: Chaoyi Chen <chaoyi.chen@rock-chips.com>

The RK3399 EVB IND board has a Type-C interface DisplayPort. It use
fusb302 chip as Type-C controller.

This series focuses on adding TCPM support for USBDP PHY and DP driver.
Before this, the USBDP PHY and DP controller of RK3399 sensed state
changes through extcon, and devices such as the RK3399 Gru-Chromebook
rely on them. This series should not break them.

Patch1 add missing "displayport" prop for USB connector binding.
Patch2 add new Type-C mode/orientation switch for RK3399 USBDP phy
binding.
Patch3 add TCPM support for RK3399 USBDP PHY.
Patch4 add TCPM support for CDN-DP.
Patch5 add Type-C DP support for RK3399 EVB IND board.

Chaoyi Chen (5):
  dt-bindings: connector: Add displayport connector for hotplug notify
  dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode/orientation
    switch
  phy: rockchip: phy-rockchip-typec: Add support for Type-C TCPM
  drm/rockchip: cdn-dp: Add support for Type-C TCPM
  arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort

 .../bindings/connector/usb-connector.yaml     |   4 +
 .../phy/rockchip,rk3399-typec-phy.yaml        |  14 +
 .../boot/dts/rockchip/rk3399-evb-ind.dts      | 119 +++++++
 drivers/gpu/drm/rockchip/cdn-dp-core.c        |  37 +-
 drivers/phy/rockchip/phy-rockchip-typec.c     | 335 +++++++++++++++++-
 5 files changed, 482 insertions(+), 27 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-07-16  7:40 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 11:24 [PATCH 0/5] Add Type-C DP support for RK3399 EVB IND board Chaoyi Chen
2025-07-15 11:24 ` [PATCH 1/5] dt-bindings: connector: Add displayport connector for hotplug notify Chaoyi Chen
2025-07-15 11:36   ` Krzysztof Kozlowski
2025-07-15 12:04   ` Dmitry Baryshkov
2025-07-16  1:13     ` Chaoyi Chen
2025-07-15 11:24 ` [PATCH 2/5] dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode/orientation switch Chaoyi Chen
2025-07-15 11:34   ` Krzysztof Kozlowski
2025-07-16  1:18     ` Chaoyi Chen
2025-07-15 11:24 ` [PATCH 3/5] phy: rockchip: phy-rockchip-typec: Add support for Type-C TCPM Chaoyi Chen
2025-07-15 12:05   ` Dmitry Baryshkov
2025-07-16  1:56     ` Chaoyi Chen
2025-07-16  7:39       ` Heiko Stübner
2025-07-16  6:15   ` kernel test robot
2025-07-15 11:24 ` [PATCH 4/5] drm/rockchip: cdn-dp: " Chaoyi Chen
2025-07-15 11:24 ` [PATCH 5/5] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort Chaoyi Chen
2025-07-15 11:37   ` Krzysztof Kozlowski
2025-07-16  1:38     ` Chaoyi Chen
2025-07-15 12:11   ` Dmitry Baryshkov
2025-07-15 14:25 ` [PATCH 0/5] Add Type-C DP support for RK3399 EVB IND board Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).