Skip to content

Commit 631bcbf

Browse files
committed
ARM: dts: at91: sama5d4_xplained: Remove spi0 node
sama5d4_xplained has an optional on-board serial DataFlash (AT25DF321A), which does not come populated on board by default. Since the spi0 node does not have any child populated by default, thus no user on sama5d4_xplained, remove it. This avoids the following error in SPI NOR, which reads the values of the pulled downed lines, unrecognizing the flash: spi-nor spi0.0: unrecognized JEDEC id bytes: 00 00 00 00 00 00 Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20210716154739.835738-1-tudor.ambarus@microchip.com (cherry picked from commit 80891e4) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 4e62625 commit 631bcbf

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

arch/arm/boot/dts/at91-sama5d4_xplained.dts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@
3838
status = "okay";
3939
};
4040

41-
spi0: spi@f8010000 {
42-
cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
43-
status = "okay";
44-
m25p80@0 {
45-
compatible = "atmel,at25df321a";
46-
spi-max-frequency = <50000000>;
47-
reg = <0>;
48-
};
49-
};
50-
5141
i2c0: i2c@f8014000 {
5242
i2c-digital-filter;
5343
status = "okay";

0 commit comments

Comments
 (0)