Commit 420c4c46 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: c6dfc019 ("ARM: dts: mvebu: Add device tree for ATL-x530 Board")
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Reported-by: default avatarkernelci.org bot <bot@kernelci.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e3bbc53a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@
	pinctrl-0 = <&spi1_pins>;
	status = "okay";

	spi-flash@0 {
	spi-flash@1 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";