ARM: dts: at91: sam9260ek: fix SPI bus unit address
authorEugen Hristev <eugen.hristev@microchip.com>
Mon, 26 Oct 2020 08:39:53 +0000 (10:39 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Mon, 2 Nov 2020 06:58:38 +0000 (08:58 +0200)
w+arch/arm/dts/.at91sam9260ek.dtb.pre.tmp:119.21-123.7: Warning (spi_bus_reg): /ahb/apb/spi@fffc8000/mtd_dataflash@0: SPI bus unit address format error, expected "1"

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
arch/arm/dts/at91sam9260ek.dts

index 67a2660..47606cb 100644 (file)
 
                        spi0: spi@fffc8000 {
                                cs-gpios = <0>, <&pioC 11 0>, <0>, <0>;
-                               mtd_dataflash@0 {
+                               mtd_dataflash@1 {
                                        compatible = "atmel,at45", "atmel,dataflash";
                                        spi-max-frequency = <15000000>;
                                        reg = <1>;