diff options
| author | Siddharth Vadapalli <s-vadapalli@ti.com> | 2024-09-30 15:21:45 +0530 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2024-10-07 12:18:55 +0530 |
| commit | bbcc9e2bde693ec3fc6aab650abaf748eb9f38f9 (patch) | |
| tree | 00808f3dc9d006cdf10ae3e0289c7c1aa336a715 | |
| parent | b6a713b92ebb9e7ee1495f009fd02a71e485184f (diff) | |
dt-bindings: phy: cadence-sierra: Allow PHY types QSGMII and SGMII
The Sierra SERDES can be configured for QSGMII and SGMII protocols. Hence,
update the bindings to treat "PHY_TYPE_QSGMII" and "PHY_TYPE_SGMII" as
valid values for the "cdns,phy-type" property.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240930095145.3004053-1-s-vadapalli@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml index 37f028f7a095..137ac5703853 100644 --- a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml +++ b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml @@ -96,7 +96,7 @@ patternProperties: Specifies the type of PHY for which the group of PHY lanes is used. Refer include/dt-bindings/phy/phy.h. Constants from the header should be used. $ref: /schemas/types.yaml#/definitions/uint32 - enum: [2, 4] + enum: [2, 4, 8, 9] cdns,num-lanes: description: |
