]> Git Repo - linux.git/commitdiff
ARM: mvebu: fix unit address on armada-390-db flash
authorArnd Bergmann <[email protected]>
Thu, 22 Jun 2023 08:14:02 +0000 (10:14 +0200)
committerArnd Bergmann <[email protected]>
Thu, 22 Jun 2023 08:38:50 +0000 (10:38 +0200)
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm/boot/dts/marvell/armada-390-db.dts

index 792d0a0184e8268029da9d0833af5f14279f0289..20f518dbac971c0b5af301a29e9bad94b284c1b6 100644 (file)
@@ -81,7 +81,7 @@
        pinctrl-0 = <&spi1_pins>;
        pinctrl-names = "default";
 
-       flash@1 {
+       flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "n25q128a13",
This page took 0.062423 seconds and 4 git commands to generate.