Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
From: Cédric Le Goater
Date: Fri Jan 09 2026 - 17:13:48 EST
On 1/8/26 21:23, Andy Shevchenko wrote:
The SPI core provides the default of_node for the controller,For aspeed,
inherited from the actual (parent) device. No need to repeat it
in the driver.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
drivers/spi/atmel-quadspi.c | 1 -
drivers/spi/spi-altera-platform.c | 2 --
drivers/spi/spi-amlogic-spifc-a1.c | 1 -
drivers/spi/spi-amlogic-spisg.c | 1 -
drivers/spi/spi-apple.c | 1 -
drivers/spi/spi-ar934x.c | 1 -
drivers/spi/spi-armada-3700.c | 4 +---
drivers/spi/spi-aspeed-smc.c | 1 -
Reviewed-by: Cédric Le Goater <clg@xxxxxxxx>
Thanks,
C.