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:
parent
ced8025b56
commit
bb683d7ad9
|
@ -235,7 +235,7 @@
|
|||
&spi1 {
|
||||
/*
|
||||
* Add SPI CS pins for clearfog:
|
||||
* CS0: W25Q32 (not populated on uSOM)
|
||||
* CS0: W25Q32
|
||||
* CS1:
|
||||
* CS2: mikrobus
|
||||
*/
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
&spi1 {
|
||||
/*
|
||||
* Add SPI CS pins for clearfog:
|
||||
* CS0: W25Q32 (not populated on uSOM)
|
||||
* CS0: W25Q32
|
||||
* CS1: PIC microcontroller (Pro models)
|
||||
* CS2: mikrobus
|
||||
*/
|
||||
|
|
|
@ -99,7 +99,6 @@
|
|||
compatible = "w25q32", "jedec,spi-nor";
|
||||
reg = <0>; /* Chip select 0 */
|
||||
spi-max-frequency = <3000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue