diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-30 08:39:02 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-27 12:19:30 -0500 |
commit | e46c408fc74b96a562590bf7c7c2a2e18f88fb06 (patch) | |
tree | 2942f5f7e3f7915612b05b75eb06df40be33cd75 | |
parent | c71ff38e325fa41a610b051030db41d9cdf011ef (diff) |
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>
-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 @@ | |||
492 | pinctrl-names = "default"; | 492 | pinctrl-names = "default"; |
493 | pinctrl-0 = <&qspi1_pins>; | 493 | pinctrl-0 = <&qspi1_pins>; |
494 | 494 | ||
495 | spi-max-frequency = <20000000>; | 495 | spi-max-frequency = <48000000>; |
496 | 496 | ||
497 | spi_flash: spi_flash@0 { | 497 | spi_flash: spi_flash@0 { |
498 | #address-cells = <1>; | 498 | #address-cells = <1>; |
499 | #size-cells = <1>; | 499 | #size-cells = <1>; |
500 | compatible = "spansion,m25p80", "jedec,spi-nor"; | 500 | compatible = "spansion,m25p80", "jedec,spi-nor"; |
501 | reg = <0>; /* CS0 */ | 501 | reg = <0>; /* CS0 */ |
502 | spi-max-frequency = <20000000>; | 502 | spi-max-frequency = <48000000>; |
503 | 503 | ||
504 | partition@0 { | 504 | partition@0 { |
505 | label = "uboot"; | 505 | label = "uboot"; |