diff options
author | Tom Rini | 2016-03-20 18:09:34 -0400 |
---|---|---|
committer | Tom Rini | 2016-03-20 18:09:34 -0400 |
commit | 83d95b67d3731e39292d858924ade3be68c167af (patch) | |
tree | 8f7ca00720b53d66bb879068f73f54ed402f3bb9 /arch/arm/dts/socfpga_cyclone5_sr1500.dts | |
parent | 1b108880e6433e398681785f51b2a2dca983cd1b (diff) | |
parent | 93d9fc26cb7b4fcbb849e79d21d16b114e4501a9 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'arch/arm/dts/socfpga_cyclone5_sr1500.dts')
-rw-r--r-- | arch/arm/dts/socfpga_cyclone5_sr1500.dts | 2 |
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 3729ca02cdd..32c6aad30d9 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 */ |