Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment

From: Chen-Yu Tsai

Date: Sun Jan 11 2026 - 00:52:01 EST


On Fri, Jan 9, 2026 at 4:30 AM 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-sun4i.c | 1 -
> drivers/spi/spi-sun6i.c | 1 -

Acked-by: Chen-Yu Tsai <wens@xxxxxxxxxx> # sun4i, sun6i

[...]