Skip to content

Commit 46448b3

Browse files
committed
ARM: mvebu: fix unit address on armada-390-db flash
The unit address needs to be changed to match the reg property: 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" Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent a4bd03e commit 46448b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/marvell/armada-390-db.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
pinctrl-0 = <&spi1_pins>;
8282
pinctrl-names = "default";
8383

84-
flash@1 {
84+
flash@0 {
8585
#address-cells = <1>;
8686
#size-cells = <1>;
8787
compatible = "n25q128a13",

0 commit comments

Comments
 (0)