devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY
@ 2022-02-03  1:35 Samuel Holland
  2022-02-03  1:35 ` [PATCH 2/4] phy: sun4i-usb: Remove .disc_thresh where not applicable Samuel Holland
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Samuel Holland @ 2022-02-03  1:35 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul
  Cc: Rob Herring, devicetree, linux-phy, linux-arm-kernel,
	Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec, linux-sunxi,
	linux-kernel, Andre Przywara, Samuel Holland

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>
---

 .../devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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:
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-25  8:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-03  1:35 [PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY Samuel Holland
2022-02-03  1:35 ` [PATCH 2/4] phy: sun4i-usb: Remove .disc_thresh where not applicable Samuel Holland
2022-02-03  1:35 ` [PATCH 3/4] phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handling Samuel Holland
2022-02-03  1:35 ` [PATCH 4/4] phy: sun4i-usb: Add D1 variant Samuel Holland
2022-02-03  8:14 ` [PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY Maxime Ripard
2022-02-11 13:44 ` Rob Herring
2022-02-25  8:22 ` Vinod Koul
2022-02-25  8:24   ` Vinod Koul
2022-02-25  8:24 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).