Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: mvebu: fix SPI device node

dtc warns about a mismatched address:

arch/arm/boot/dts/armada-385-atl-x530.dts:171.14-199.4: Warning (spi_bus_reg): /soc/spi@10680/spi-flash@0: SPI bus unit address format error, expected "1"

I assume the "reg" property is correct here, so adjust the unit address
accordingly.

Fixes: c6dfc019c239 ("ARM: dts: mvebu: Add device tree for ATL-x530 Board")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kernelci.org bot <bot@kernelci.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1 -1
arch/arm/boot/dts/armada-385-atl-x530.dts
··· 168 168 pinctrl-0 = <&spi1_pins>; 169 169 status = "okay"; 170 170 171 - spi-flash@0 { 171 + spi-flash@1 { 172 172 #address-cells = <1>; 173 173 #size-cells = <1>; 174 174 compatible = "jedec,spi-nor";