2021-02-09 22:07:15

by Johan Jonker

[permalink] [raw]
Subject: [PATCH v5 6/8] dt-bindings: usb: dwc3: add description for rk3328

Add description for "rockchip,rk3328-dwc3".

Signed-off-by: Johan Jonker <[email protected]>
---
Changed V5:
add select
---
Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
index 9908270a9..04077f2d7 100644
--- a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
@@ -28,6 +28,7 @@ select:
compatible:
contains:
enum:
+ - rockchip,rk3328-dwc3
- rockchip,rk3399-dwc3
required:
- compatible
@@ -36,6 +37,7 @@ properties:
compatible:
items:
- enum:
+ - rockchip,rk3328-dwc3
- rockchip,rk3399-dwc3
- const: snps,dwc3

@@ -46,6 +48,7 @@ properties:
maxItems: 1

clocks:
+ minItems: 3
items:
- description:
Controller reference clock, must to be 24 MHz
@@ -58,6 +61,7 @@ properties:
Controller grf clock

clock-names:
+ minItems: 3
items:
- const: ref_clk
- const: suspend_clk
--
2.11.0


2021-02-10 18:54:51

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v5 6/8] dt-bindings: usb: dwc3: add description for rk3328

On Tue, 09 Feb 2021 20:23:48 +0100, Johan Jonker wrote:
> Add description for "rockchip,rk3328-dwc3".
>
> Signed-off-by: Johan Jonker <[email protected]>
> ---
> Changed V5:
> add select
> ---
> Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>

Reviewed-by: Rob Herring <[email protected]>