RE: [PATCH v5 09/19] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file

2020-12-06 Thread Prabhakar Mahadev Lad
Hi Serge,

Thank you for the patch.

> -Original Message-
> From: Serge Semin 
> Sent: 05 December 2020 15:24
> To: Mathias Nyman ; Felipe Balbi ; 
> Krzysztof Kozlowski
> ; Greg Kroah-Hartman ; Rob 
> Herring ;
> Chunfeng Yun ; Prabhakar Mahadev Lad 
>  lad...@bp.renesas.com>; Yoshihiro Shimoda 
> Cc: Serge Semin ; Serge Semin 
> ; Alexey
> Malahov ; Pavel Parkhomenko
> ; Andy Gross ; 
> Bjorn Andersson
> ; Manu Gautam ; Roger 
> Quadros ;
> Neil Armstrong ; Kevin Hilman 
> ; Martin Blumenstingl
> ; Ahmad Zainie 
> ; linux-
> arm-ker...@lists.infradead.org; linux-snps-...@lists.infradead.org; 
> linux-m...@vger.kernel.org;
> linuxppc-dev@lists.ozlabs.org; linux-...@vger.kernel.org; 
> devicet...@vger.kernel.org; linux-
> ker...@vger.kernel.org; Rob Herring 
> Subject: [PATCH v5 09/19] dt-bindings: usb: renesas-xhci: Refer to the 
> usb-xhci.yaml file
> 
> With minor peculiarities (like uploading some vendor-specific firmware)
> these are just Generic xHCI controllers fully compatible with its
> properties. Make sure the Renesas USB xHCI DT nodes are also validated
> against the Generic xHCI DT schema.
> 
> Signed-off-by: Serge Semin 
> Reviewed-by: Rob Herring 
> Reviewed-by: Yoshihiro Shimoda 
> ---
>  Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
Reviewed-by: Lad Prabhakar 

Cheers,
Prabhakar

> diff --git a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
> b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
> index 0f078bd0a3e5..7e5ed196b52c 100644
> --- a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
> +++ b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
> @@ -11,7 +11,7 @@ maintainers:
>- Yoshihiro Shimoda 
> 
>  allOf:
> -  - $ref: "usb-hcd.yaml"
> +  - $ref: "usb-xhci.yaml"
> 
>  properties:
>compatible:
> @@ -69,7 +69,7 @@ required:
>- power-domains
>- resets
> 
> -additionalProperties: false
> +unevaluatedProperties: false
> 
>  examples:
>- |
> --
> 2.29.2



[PATCH v5 09/19] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file

2020-12-05 Thread Serge Semin
With minor peculiarities (like uploading some vendor-specific firmware)
these are just Generic xHCI controllers fully compatible with its
properties. Make sure the Renesas USB xHCI DT nodes are also validated
against the Generic xHCI DT schema.

Signed-off-by: Serge Semin 
Reviewed-by: Rob Herring 
Reviewed-by: Yoshihiro Shimoda 
---
 Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml 
b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
index 0f078bd0a3e5..7e5ed196b52c 100644
--- a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
+++ b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
@@ -11,7 +11,7 @@ maintainers:
   - Yoshihiro Shimoda 
 
 allOf:
-  - $ref: "usb-hcd.yaml"
+  - $ref: "usb-xhci.yaml"
 
 properties:
   compatible:
@@ -69,7 +69,7 @@ required:
   - power-domains
   - resets
 
-additionalProperties: false
+unevaluatedProperties: false
 
 examples:
   - |
-- 
2.29.2