Re: [PATCH 14/18] dt-bindings: usb: dwc3: Add Frame Length Adj restrictions

2020-10-13 Thread Serge Semin
On Tue, Oct 13, 2020 at 07:38:59AM -0500, Rob Herring wrote: > On Sun, Oct 11, 2020 at 01:41:17AM +0300, Serge Semin wrote: > > In accordance with the IP core databook the > > snps,quirk-frame-length-adjustment property can be set within [0, 0x3F]. > > Let's make sure the DT schema applies a correc

Re: [PATCH 14/18] dt-bindings: usb: dwc3: Add Frame Length Adj restrictions

2020-10-13 Thread Rob Herring
On Sun, Oct 11, 2020 at 01:41:17AM +0300, Serge Semin wrote: > In accordance with the IP core databook the > snps,quirk-frame-length-adjustment property can be set within [0, 0x3F]. > Let's make sure the DT schema applies a correct restriction on the > property. > > Signed-off-by: Serge Semin > -

[PATCH 14/18] dt-bindings: usb: dwc3: Add Frame Length Adj restrictions

2020-10-10 Thread Serge Semin
In accordance with the IP core databook the snps,quirk-frame-length-adjustment property can be set within [0, 0x3F]. Let's make sure the DT schema applies a correct restriction on the property. Signed-off-by: Serge Semin --- Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 2 ++ 1 file cha