Skip to content

Commit

Permalink
ARM: dts: imx6q-bx50v3: fix at25 spi-clk frequency issue
Browse files Browse the repository at this point in the history
Change the maxium spi clock frequency from 20MHz to 10MHz to meet the
operation voltage range requirement recommended in AT25 datasheet.

Signed-off-by: Ken Lin <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
yungching0725 authored and Shawn Guo committed Apr 10, 2017
1 parent fe64d05 commit 3592374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6q-bx50v3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

m25_eeprom: m25p80@0 {
compatible = "atmel,at25";
spi-max-frequency = <20000000>;
spi-max-frequency = <10000000>;
size = <0x8000>;
pagesize = <64>;
reg = <0>;
Expand Down

0 comments on commit 3592374

Please sign in to comment.