summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_cyclone5_sr1500.dts
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-03-03 15:57:39 (GMT)
committerMarek Vasut <marex@denx.de>2016-03-20 17:01:11 (GMT)
commit93d9fc26cb7b4fcbb849e79d21d16b114e4501a9 (patch)
treee05bbc0acde8776bdd2566c03e7206e726d881c5 /arch/arm/dts/socfpga_cyclone5_sr1500.dts
parentead2fb29e8fc3752e844d5ff4f9e668b42a4e744 (diff)
downloadu-boot-93d9fc26cb7b4fcbb849e79d21d16b114e4501a9.tar.xz
arm: socfpga: sr1500: Misc updates (SPI speed, env location)
This patch makes the following changes to the SR1500 board port: - Update defconfig to support SPI NOR (use make savedefconfig). - Increase SPI speed to a maximum of 100MHz for faster system bootup. - Change environment location, so that its not between SPL and main U-Boot. This way the combined SPL / U-Boot image can be used for updates. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/dts/socfpga_cyclone5_sr1500.dts')
-rw-r--r--arch/arm/dts/socfpga_cyclone5_sr1500.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_sr1500.dts b/arch/arm/dts/socfpga_cyclone5_sr1500.dts
index 3729ca0..32c6aad 100644
--- a/arch/arm/dts/socfpga_cyclone5_sr1500.dts
+++ b/arch/arm/dts/socfpga_cyclone5_sr1500.dts
@@ -88,7 +88,7 @@
#size-cells = <1>;
compatible = "n25q00", "spi-flash";
reg = <0>; /* chip select */
- spi-max-frequency = <50000000>;
+ spi-max-frequency = <100000000>;
m25p,fast-read;
page-size = <256>;
block-size = <16>; /* 2^16, 64KB */