Re: [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

2021-02-22 Thread Matthias Kaehlcke
On Fri, Feb 19, 2021 at 09:05:32AM -0600, Rob Herring wrote: > On Wed, Feb 17, 2021 at 7:33 PM Matthias Kaehlcke wrote: > > > > Hi Rob, > > > > thanks for your review! > > > > On Wed, Feb 17, 2021 at 03:04:41PM -0600, Rob Herring wrote: > > > On Wed, Feb 10, 2021 at 09:10:36AM -0800, Matthias

Re: [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

2021-02-19 Thread Rob Herring
On Wed, Feb 17, 2021 at 7:33 PM Matthias Kaehlcke wrote: > > Hi Rob, > > thanks for your review! > > On Wed, Feb 17, 2021 at 03:04:41PM -0600, Rob Herring wrote: > > On Wed, Feb 10, 2021 at 09:10:36AM -0800, Matthias Kaehlcke wrote: > > > Discrete onboard USB hubs (an example for such a hub is

Re: [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

2021-02-17 Thread Matthias Kaehlcke
Hi Rob, thanks for your review! On Wed, Feb 17, 2021 at 03:04:41PM -0600, Rob Herring wrote: > On Wed, Feb 10, 2021 at 09:10:36AM -0800, Matthias Kaehlcke wrote: > > Discrete onboard USB hubs (an example for such a hub is the Realtek > > RTS5411) need to be powered and may require initialization

Re: [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

2021-02-17 Thread Rob Herring
On Wed, Feb 10, 2021 at 09:10:36AM -0800, Matthias Kaehlcke wrote: > Discrete onboard USB hubs (an example for such a hub is the Realtek > RTS5411) need to be powered and may require initialization of other > resources (like GPIOs or clocks) to work properly. This adds a device > tree binding for

Re: [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

2021-02-11 Thread Rob Herring
On Wed, 10 Feb 2021 09:10:36 -0800, Matthias Kaehlcke wrote: > Discrete onboard USB hubs (an example for such a hub is the Realtek > RTS5411) need to be powered and may require initialization of other > resources (like GPIOs or clocks) to work properly. This adds a device > tree binding for these

[PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

2021-02-10 Thread Matthias Kaehlcke
Discrete onboard USB hubs (an example for such a hub is the Realtek RTS5411) need to be powered and may require initialization of other resources (like GPIOs or clocks) to work properly. This adds a device tree binding for these hubs. Signed-off-by: Matthias Kaehlcke --- Changes in v5: -