Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
From: Martin Blumenstingl
Date: Fri Jan 09 2026 - 16:05:57 EST
On Thu, Jan 8, 2026 at 9:30 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> The SPI core provides the default of_node for the controller,
> inherited from the actual (parent) device. No need to repeat it
> in the driver.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
[...]
> drivers/spi/spi-amlogic-spifc-a1.c | 1 -
> drivers/spi/spi-amlogic-spisg.c | 1 -
[...]
> drivers/spi/spi-meson-spicc.c | 1 -
> drivers/spi/spi-meson-spifc.c | 1 -
For the Amlogic and Amlogic Meson drivers:
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>