Skip to content

Commit 4de4802

Browse files
Josua-SRvinodkoul
authored andcommitted
dt-bindings: phy: armada-cp110-utmi: add optional swap-dx-lanes property
Armada CP110 UTMI supports swapping D+ and D- signals. usb251xb.yaml already describes a suitable device-tree property for the same purpose but as child usb controller node. Add optional swap-dx-lanes device-tree property to armada cp110 utmi phy with same semantics as usb251xb: The property lists all ports that swap D+ and D-, unlisted ports are considered correct. Signed-off-by: Josua Mayer <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent d14c146 commit 4de4802

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ properties:
4141
Phandle to the system controller node
4242
$ref: /schemas/types.yaml#/definitions/phandle
4343

44+
swap-dx-lanes:
45+
$ref: /schemas/types.yaml#/definitions/uint32-array
46+
description: |
47+
Specifies the ports which will swap the differential-pair (D+/D-),
48+
default is not-swapped.
49+
4450
# Required child nodes:
4551

4652
patternProperties:

0 commit comments

Comments
 (0)