[PATCH v7 3/5] dt-bindings: PHY: P2U: Add binding for ZRX-DC PHY property

From: Shradha Todi
Date: Thu Jan 07 2021 - 11:11:22 EST


Add support for ZRX-DC compliant PHYs. If PHY is not compliant to ZRX-DC
specification, then after every 100ms link should transition to recovery
state during the low power states which increases power consumption.

Platforms with ZRX-DC compliant PHY can use "phy-zrxdc-compliant" property
in PCIe PHY DT node.

Signed-off-by: Anvesh Salveru <anvesh.salveru@xxxxxxxxx>
Signed-off-by: Pankaj Dubey <pankaj.dubey@xxxxxxxxxxx>
Signed-off-by: Shradha Todi <shradha.t@xxxxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Cc: Kishon Vijay Abraham I <kishon@xxxxxx>
Cc: Vidya Sagar <vidyas@xxxxxxxxxx>
---
Documentation/devicetree/bindings/phy/phy-tegra194-p2u.txt | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/phy-tegra194-p2u.txt b/Documentation/devicetree/bindings/phy/phy-tegra194-p2u.txt
index d23ff90..73f2fa0 100644
--- a/Documentation/devicetree/bindings/phy/phy-tegra194-p2u.txt
+++ b/Documentation/devicetree/bindings/phy/phy-tegra194-p2u.txt
@@ -15,6 +15,10 @@ Required properties:
Required properties for PHY port node:
- #phy-cells: Defined by generic PHY bindings. Must be 0.

+Optional properties for other PHY features:
+- phy-zrxdc-compliant: This property is needed if phy complies with the
+ ZRX-DC specification.
+
Refer to phy/phy-bindings.txt for the generic PHY binding properties.

Example:
--
2.7.4