]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: socfpga: fix qspi flash compatible (add "spi-flash")
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Mon, 29 Jan 2018 06:36:37 +0000 (07:36 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 15 Feb 2018 12:45:15 +0000 (13:45 +0100)
commita6fbf9455090bdfa4d92e8215e81bdf7bb397757
tree7cb51f18d4a8fab3d7c636ebaa239ac75e2ed70d
parent0c502b6c176281a096a23803e517b19e964485f1
arm: socfpga: fix qspi flash compatible (add "spi-flash")

This patch adds "spi-flash" to the compatible list of the qspi flash
chip for all socfpga boards. This is required to make qspi work on
these boards on top of the recent fixes. Without the "spi-flash"
compatible string for the flash chip, the speed cannot be read and a
speed of 0Hz is used (which results in a divide-by-zero on these
boards).

Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
arch/arm/dts/socfpga_arria5_socdk.dts
arch/arm/dts/socfpga_cyclone5_is1.dts
arch/arm/dts/socfpga_cyclone5_socdk.dts
arch/arm/dts/socfpga_cyclone5_socrates.dts