diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-30 14:39:02 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-27 18:19:30 +0100 |
commit | e46c408fc74b96a562590bf7c7c2a2e18f88fb06 (patch) | |
tree | 2942f5f7e3f7915612b05b75eb06df40be33cd75 /arch/arm/boot/dts/am57xx-cl-som-am57x.dts | |
parent | ARM: dts: am57xx: cl-som-am57x: set HOST mode for USB2 (diff) | |
download | linux-e46c408fc74b96a562590bf7c7c2a2e18f88fb06.tar.xz linux-e46c408fc74b96a562590bf7c7c2a2e18f88fb06.zip |
ARM: dts: am57xx: cl-som-am57x: update SPI Flash frequency
On-board SPI flash cat act at 48Mhz SPI bus frequency.
Update the DT frequency property.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-cl-som-am57x.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index 513ec62bac1b..cb9a51884167 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -492,14 +492,14 @@ pinctrl-names = "default"; pinctrl-0 = <&qspi1_pins>; - spi-max-frequency = <20000000>; + spi-max-frequency = <48000000>; spi_flash: spi_flash@0 { #address-cells = <1>; #size-cells = <1>; compatible = "spansion,m25p80", "jedec,spi-nor"; reg = <0>; /* CS0 */ - spi-max-frequency = <20000000>; + spi-max-frequency = <48000000>; partition@0 { label = "uboot"; |