Re: [PATCH v5 2/2] ARM: multi_v7_defconfig: Add GXP Fan and SPI support

From: Arnd Bergmann
Date: Wed Jan 25 2023 - 03:25:52 EST


On Fri, Jan 13, 2023, at 17:06, nick.hawkins@xxxxxxx wrote:
> From: Nick Hawkins <nick.hawkins@xxxxxxx>
>
> In order for HPE platforms to be supported by linux on GXP it is
> necessary for there to be fan and spi driver support. There fan driver
> can support up to 16 fans that are driven by pwm through the CPLD. The
> SPI driver supports access to the core flash and bios part. The SPI
> driver spi-gxp was added previously to linux.
>
> Signed-off-by: Nick Hawkins <nick.hawkins@xxxxxxx>
> Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx>
>

Applied to the soc/defconfig branch, but left the 1/2 for
now as I still had comments.

ARnd