Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;