Message ID | 20240223-j7200-usb-suspend-v3-2-b41c9893a130@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | usb: cdns: fix suspend on J7200 by assuming reset-on-resume | expand |
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 >
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
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(+)