diff options
author | 2025-03-07 00:57:04 +0000 | |
---|---|---|
committer | 2025-03-10 12:44:27 +0530 | |
commit | 1f7af7f3c353ae3b384a66a82c5074ac28901160 (patch) | |
tree | 2bb5c534774c4f68c1ba1e1d4b4c64c4c2ce432a | |
parent | phy: phy-rockchip-samsung-hdptx: Add support for RK3576 (diff) | |
download | wireguard-linux-1f7af7f3c353ae3b384a66a82c5074ac28901160.tar.xz wireguard-linux-1f7af7f3c353ae3b384a66a82c5074ac28901160.zip |
dt-bindings: phy: document Allwinner A523 USB-2.0 PHY
The Allwinner A523 SoC contains a USB-2.0 PHY fully compatible to the
one used in the D1/T113s SoCs. This PHY controls the two USB-2.0 ports,
there is a separate and quite different PHY for the USB-3.0 port.
Add the new compatible string, with a fallback to the D1 version.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250307005712.16828-8-andre.przywara@arm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml index 21209126ed00..580c3296a18d 100644 --- a/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml @@ -20,7 +20,9 @@ properties: - allwinner,sun20i-d1-usb-phy - allwinner,sun50i-a64-usb-phy - items: - - const: allwinner,sun50i-a100-usb-phy + - enum: + - allwinner,sun50i-a100-usb-phy + - allwinner,sun55i-a523-usb-phy - const: allwinner,sun20i-d1-usb-phy reg: |