ARM: dts: armada388-clearfog: enable spi flash

The SolidRun Armada 388 SOM has the SPI flash populated by default
unless the customer explicitly asks otherwise. Enable support by
default.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Baruch Siach 2018-06-28 10:13:35 +03:00 committed by Gregory CLEMENT
parent ced8025b56
commit bb683d7ad9
3 changed files with 2 additions and 3 deletions

View File

@ -235,7 +235,7 @@ rear_button_pins: rear-button-pins {
&spi1 {
/*
* Add SPI CS pins for clearfog:
* CS0: W25Q32 (not populated on uSOM)
* CS0: W25Q32
* CS1:
* CS2: mikrobus
*/

View File

@ -230,7 +230,7 @@ mikro_uart_pins: mikro-uart-pins {
&spi1 {
/*
* Add SPI CS pins for clearfog:
* CS0: W25Q32 (not populated on uSOM)
* CS0: W25Q32
* CS1: PIC microcontroller (Pro models)
* CS2: mikrobus
*/

View File

@ -99,7 +99,6 @@ w25q32: spi-flash@0 {
compatible = "w25q32", "jedec,spi-nor";
reg = <0>; /* Chip select 0 */
spi-max-frequency = <3000000>;
status = "disabled";
};
};