diff options
author | Liam Beguin <liambeguin@gmail.com> | 2021-11-16 19:38:41 -0500 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-11-23 10:41:20 +0530 |
commit | a1b6c81ba41fe0458c3678e7fa23a25775978108 (patch) | |
tree | d62d61efed591f5fb45fe42e0cff779233bfa80e /Documentation | |
parent | 7947113fd07a372de813edddfce6cb0a38ab66e0 (diff) | |
download | linux-stable-a1b6c81ba41fe0458c3678e7fa23a25775978108.tar.gz linux-stable-a1b6c81ba41fe0458c3678e7fa23a25775978108.tar.bz2 linux-stable-a1b6c81ba41fe0458c3678e7fa23a25775978108.zip |
dt-bindings: phy: zynqmp-psgtr: fix USB phy name
PHY_TYPE_USB is undefined and was added as PHY_TYPE_USB2 and
PHY_TYPE_USB3 in 2fbbc96d1600 (phy: Add PHY header file for DT x Driver
defines, 2014-11-04). Fix documentation to avoid misleading users.
Signed-off-by: Liam Beguin <lvb@xiphos.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20211117003841.2030813-1-lvb@xiphos.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml index 04d5654efb38..79906519c652 100644 --- a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml +++ b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml @@ -29,7 +29,7 @@ properties: - PHY_TYPE_PCIE - PHY_TYPE_SATA - PHY_TYPE_SGMII - - PHY_TYPE_USB + - PHY_TYPE_USB3 - description: The PHY instance minimum: 0 maximum: 1 # for DP, SATA or USB |