On Thu, Jun 22, 2023 at 2:19 AM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > On Thu, Jun 22, 2023, at 02:48, Stephen Rothwell wrote: > > Hi all, > > > > After merging the arm-soc tree, today's linux-next build (arm > > multi_v7_defconfig) produced this warning: > > > > arch/arm/boot/dts/marvell/armada-390-db.dts:84.10-106.4: Warning > > (spi_bus_reg): /soc/spi@10680/flash@1: SPI bus unit address format > > error, expected "0" > > > > I am not sure why this has only shown up now. > > Thanks for the report, I also just ran into the same thing. > It's probably instroduced by 89e73afc3f540 ("ARM: dts: marvell: > align SPI NOR node name with dtschema"), but I don't know why > there was no warning before. The dts file was not getting built before. It is enabled in commit 86684c2481b6 ("ARM: dts: Add .dts files missing from the build"). Rob