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

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
...@@ -168,7 +168,7 @@ &spi1 { ...@@ -168,7 +168,7 @@ &spi1 {
pinctrl-0 = <&spi1_pins>; pinctrl-0 = <&spi1_pins>;
status = "okay"; status = "okay";
spi-flash@0 { spi-flash@1 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment