Re: [PATCH v1 3/9] board: hpe: gxp: add HPE GXP soc support

2022-06-01 Thread Tom Rini
On Thu, May 26, 2022 at 01:55:42PM -0500, nick.hawk...@hpe.com wrote: > From: Nick Hawkins > > Add basic support for the HPE GXP SoC. Reset the EHCI controller at > boot. > > Signed-off-by: Nick Hawkins > --- > board/hpe/gxp/Kconfig | 47 +++ > board/hp

[PATCH v1 3/9] board: hpe: gxp: add HPE GXP soc support

2022-05-26 Thread nick . hawkins
From: Nick Hawkins Add basic support for the HPE GXP SoC. Reset the EHCI controller at boot. Signed-off-by: Nick Hawkins --- board/hpe/gxp/Kconfig | 47 +++ board/hpe/gxp/Makefile| 1 + board/hpe/gxp/gxp_board.c | 33 +++ 3 f