[PATCH v10 01/36] dt-bindings: phy: rockchip-usbdp: add improved ports scheme
sashiko-bot at kernel.org
sashiko-bot at kernel.org
Fri Jul 3 16:42:22 PDT 2026
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Typo in the deprecation keyword ('depreated' instead of 'deprecated').
--
commit 80cbcd5498584cd573a979a5b4e236da93d09776
Author: Sebastian Reichel <sebastian.reichel at collabora.com>
dt-bindings: phy: rockchip-usbdp: add improved ports scheme
This commit introduces a proper port scheme to the Rockchip USBDP PHY binding
to support USB-C DP AltMode, replacing an undocumented scheme. It deprecates
the single port node in favor of a ports node containing multiple specific
endpoints. The new design roughly follows the Qualcomm QMP USB4-USB3-DP PHY
controller binding while adding an additional port for the USB-C SBU mux.
> diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
> index 8b7059d5b1826..35d6717b9cc9e 100644
> --- a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
> +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
> @@ -110,10 +110,34 @@ properties:
>
> port:
> $ref: /schemas/graph.yaml#/properties/port
> + depreated: true
^^^^^^^^^
[Severity: Low]
This isn't a bug, but there is a typo here ("depreated" instead of
"deprecated").
> description:
> A port node to link the PHY to a TypeC controller for the purpose of
> handling orientation switching.
[ ... ]
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260703-rockchip-usbdp-cleanup-v10-0-a392711ca8a9@collabora.com?part=1
More information about the linux-phy
mailing list