Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Lifshitz and committed by
Tony Lindgren
e46c408f c71ff38e

+2 -2
+2 -2
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
··· 492 492 pinctrl-names = "default"; 493 493 pinctrl-0 = <&qspi1_pins>; 494 494 495 - spi-max-frequency = <20000000>; 495 + spi-max-frequency = <48000000>; 496 496 497 497 spi_flash: spi_flash@0 { 498 498 #address-cells = <1>; 499 499 #size-cells = <1>; 500 500 compatible = "spansion,m25p80", "jedec,spi-nor"; 501 501 reg = <0>; /* CS0 */ 502 - spi-max-frequency = <20000000>; 502 + spi-max-frequency = <48000000>; 503 503 504 504 partition@0 { 505 505 label = "uboot";