Re: [PATCH 1/2] usb: dwc3: dwc3-generic: check the parent nodes

2022-02-16 Thread Marek Vasut
On 2/16/22 08:37, Bin Meng wrote: On Thu, Feb 3, 2022 at 7:09 AM Angus Ainslie wrote: The kernel devicetree has definitions for port and hub nodes as subnodes to the USB devices. These subnodes don't contain all of the data required to properly configure the dwc3. Check the parent nodes if the

Re: [PATCH 1/2] usb: dwc3: dwc3-generic: check the parent nodes

2022-02-15 Thread Bin Meng
On Thu, Feb 3, 2022 at 7:09 AM Angus Ainslie wrote: > > The kernel devicetree has definitions for port and hub nodes as subnodes > to the USB devices. These subnodes don't contain all of the data required > to properly configure the dwc3. Check the parent nodes if the data is not > in the port/hub

[PATCH 1/2] usb: dwc3: dwc3-generic: check the parent nodes

2022-02-02 Thread Angus Ainslie
The kernel devicetree has definitions for port and hub nodes as subnodes to the USB devices. These subnodes don't contain all of the data required to properly configure the dwc3. Check the parent nodes if the data is not in the port/hub node. Here's an example from the librem5 kernel dts file &us