mirror of
https://github.com/armbian/build.git
synced 2025-08-14 07:06:58 +02:00
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From 1fb25d94dbf8218b1fb8cb2743cdc783fe1642ca Mon Sep 17 00:00:00 2001
|
|
From: Andre Przywara <andre.przywara@arm.com>
|
|
Date: Tue, 8 Dec 2020 00:44:17 +0000
|
|
Subject: [PATCH 08/23] dt-bindings: usb: Add H616 compatible string
|
|
|
|
The H616 has four PHYs as the H3, along with their respective clock
|
|
gates and resets, so the property description is identical.
|
|
|
|
However the PHYs itself need some special bits, so we need a new
|
|
compatible string for it.
|
|
|
|
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
---
|
|
.../devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml
|
|
index f80431060803..e288450e0844 100644
|
|
--- a/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml
|
|
+++ b/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml
|
|
@@ -15,7 +15,9 @@ properties:
|
|
const: 1
|
|
|
|
compatible:
|
|
- const: allwinner,sun8i-h3-usb-phy
|
|
+ enum:
|
|
+ - allwinner,sun8i-h3-usb-phy
|
|
+ - allwinner,sun50i-h616-usb-phy
|
|
|
|
reg:
|
|
items:
|
|
--
|
|
2.25.1
|
|
|