projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe64d05
)
ARM: dts: imx6q-bx50v3: fix at25 spi-clk frequency issue
author
Ken Lin
<yungching0725@gmail.com>
Fri, 3 Mar 2017 21:20:32 +0000
(
05:20
+0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 10 Apr 2017 08:16:04 +0000
(16:16 +0800)
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 <yungching0725@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-bx50v3.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6q-bx50v3.dtsi
b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
index
fd0a36c
..
c90b26f
100644
(file)
--- a/
arch/arm/boot/dts/imx6q-bx50v3.dtsi
+++ b/
arch/arm/boot/dts/imx6q-bx50v3.dtsi
@@
-102,7
+102,7
@@
m25_eeprom: m25p80@0 {
compatible = "atmel,at25";
- spi-max-frequency = <
2
0000000>;
+ spi-max-frequency = <
1
0000000>;
size = <0x8000>;
pagesize = <64>;
reg = <0>;