Skip to content

Commit e00c9ae

Browse files
dt-bindings: phy: cadence-torrent: enable PHY_TYPE_USXGMII
The Cadence Torrent SERDES supports USXGMII protocol. Hence, update the bindings to allow PHY_TYPE_USXGMII. Since PHY_TYPE_USXGMII has the value of "12" while the existing maximum allowed PHY TYPE is "9", switch back to using "enum" property in the bindings to account for this discontinuity. Signed-off-by: Siddharth Vadapalli <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent f85eb65 commit e00c9ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ patternProperties:
9999
Specifies the type of PHY for which the group of PHY lanes is used.
100100
Refer include/dt-bindings/phy/phy.h. Constants from the header should be used.
101101
$ref: /schemas/types.yaml#/definitions/uint32
102-
minimum: 1
103-
maximum: 9
102+
enum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 12]
104103

105104
cdns,num-lanes:
106105
description:

0 commit comments

Comments
 (0)