[PATCH v3 2/8] dt-bindings: usb: ti,j721e-usb: add ti,j7200-usb compatible

Théo Lebrun posted 8 patches 1 year, 11 months ago
There is a newer version of this series
[PATCH v3 2/8] dt-bindings: usb: ti,j721e-usb: add ti,j7200-usb compatible
Posted by Théo Lebrun 1 year, 11 months ago
On J7200, the controller & its wrapper are reset on resume. This makes
it have a different behavior from other platforms.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
---
 Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
index 949f45eb45c2..d52d5b2965aa 100644
--- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
@@ -14,6 +14,7 @@ properties:
     enum:
       - ti,j721e-usb
       - ti,am64-usb
+      - ti,j7200-usb
 
   reg:
     maxItems: 1

-- 
2.43.2

Re: [PATCH v3 2/8] dt-bindings: usb: ti,j721e-usb: add ti,j7200-usb compatible
Posted by Conor Dooley 1 year, 11 months ago
On Fri, Feb 23, 2024 at 05:05:26PM +0100, Théo Lebrun wrote:
> On J7200, the controller & its wrapper are reset on resume. This makes
> it have a different behavior from other platforms.
> 
> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
> ---
>  Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
> index 949f45eb45c2..d52d5b2965aa 100644
> --- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
> +++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
> @@ -14,6 +14,7 @@ properties:
>      enum:
>        - ti,j721e-usb
>        - ti,am64-usb
> +      - ti,j7200-usb

This patch will change with what I mentioned on the other binding patch,
but the patch itself is reasonable.
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

>  
>    reg:
>      maxItems: 1
> 
> -- 
> 2.43.2
>