Re: [PATCH] usb: add reset pin handling to onboard-hub driver

2024-08-17 Thread Simon Glass
Hi, On Fri, 16 Aug 2024 at 07:36, wrote: > > From: Johannes Kirchmair > > Some onboard-hub chips have external reset pins. This patch adds > handling of said pin to the onboard-hub driver. The naming for the > devicetree binding is done in the same way as in the Linux kernel to > ensure good com

[PATCH] usb: add reset pin handling to onboard-hub driver

2024-08-16 Thread mailinglist1
From: Johannes Kirchmair Some onboard-hub chips have external reset pins. This patch adds handling of said pin to the onboard-hub driver. The naming for the devicetree binding is done in the same way as in the Linux kernel to ensure good compatibility between u-boot's and Linux's devicetrees. Si