diff options
author | Samuel Holland <samuel@sholland.org> | 2022-02-02 19:35:54 -0600 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-02-25 13:53:21 +0530 |
commit | 6773675ae8ccd9b4dea9efc4b5e4189465d6a3a8 (patch) | |
tree | bd90feab6410d4a78c9950d3eebc04bb25bd22b8 /Documentation/devicetree/bindings/phy | |
parent | 7160820d742a16313f7802e33c2956c19548e488 (diff) |
dt-bindings: phy: Add compatible for D1 USB PHY
D1 features one OTG port and one host port, like the A64 SoC, so its
USB PHY supports the same set of properties. Add the new compatible to
the existing binding.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220203013558.11490-1-samuel@sholland.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-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 078af52b16ed..0fa4b32b097e 100644 --- a/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml @@ -15,7 +15,9 @@ properties: const: 1 compatible: - const: allwinner,sun50i-a64-usb-phy + enum: + - allwinner,sun20i-d1-usb-phy + - allwinner,sun50i-a64-usb-phy reg: items: |