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 > --- > 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 Cheers, Conor. > > reg: > maxItems: 1 > > -- > 2.43.2 >