mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 11:36:51 +07:00
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 @@ rear_button_pins: rear-button-pins {
|
||||
&spi1 {
|
||||
/*
|
||||
* Add SPI CS pins for clearfog:
|
||||
* CS0: W25Q32 (not populated on uSOM)
|
||||
* CS0: W25Q32
|
||||
* CS1:
|
||||
* CS2: mikrobus
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -99,7 +99,6 @@ w25q32: spi-flash@0 {
|
||||
compatible = "w25q32", "jedec,spi-nor";
|
||||
reg = <0>; /* Chip select 0 */
|
||||
spi-max-frequency = <3000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user