Skip to content
Snippets Groups Projects
Commit a492fdff authored by Luis Araneda's avatar Luis Araneda Committed by Michal Simek
Browse files

arm: zynq: dts: add spi flash node to zedboard


Add a flash node to fix the detection of the memory IC.
With the changes introduced with commit 8fee8845
("enf_sf: reuse setup_flash_device instead of open coding it")
the SPI speed is now read from device-tree or a default value
is applied. This replaced the old behavior of setting the
SPI speed to CONFIG_ENV_SPI_MAX_HZ.

As this board didn't have a flash node, the default value
was applied to the SPI speed, producing an error when probing
the flash memory (speed too slow).

Signed-off-by: default avatarLuis Araneda <luaraneda@gmail.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 312dd1c5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment