Commit 3592374d authored by Ken Lin's avatar Ken Lin Committed by Shawn Guo

ARM: dts: imx6q-bx50v3: fix at25 spi-clk frequency issue

Change the maxium spi clock frequency from 20MHz to 10MHz to meet the
operation voltage range requirement recommended in AT25 datasheet.
Signed-off-by: default avatarKen Lin <yungching0725@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fe64d054
......@@ -102,7 +102,7 @@ &ecspi5 {
m25_eeprom: m25p80@0 {
compatible = "atmel,at25";
spi-max-frequency = <20000000>;
spi-max-frequency = <10000000>;
size = <0x8000>;
pagesize = <64>;
reg = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment