diff options
author | Abel Vesa <[email protected]> | 2023-02-08 21:01:56 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-02-16 18:40:27 +0530 |
commit | 1288b5fef159e7ac57fcc0d82d69a107d3f722f7 (patch) | |
tree | 7218dee65ff10607bc9036125198b7724c4d4be2 | |
parent | f990aae9d6e4388b9b12b447bf7bad0cdf36c853 (diff) |
dt-bindings: phy: qcom,snps-eusb2-phy: Add phys property for the repeater
The phys property is used for allowing the eusb2 to interface
with the repeater, which is modelled as a phy driver.
Signed-off-by: Abel Vesa <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml index de72577e34a4..c53bab107b6d 100644 --- a/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml @@ -33,6 +33,11 @@ properties: resets: maxItems: 1 + phys: + maxItems: 1 + description: + Phandle to eUSB2 to USB 2.0 repeater + vdd-supply: description: Phandle to 0.88V regulator supply to PHY digital circuit. |