mediatek: lower spi-nand speed for bpi r3-mini
52 MHz doesn't seem to work stable for some boards.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a9a4005468)
This commit is contained in:
parent
d28b3f653e
commit
2e4b1e5918
@ -493,7 +493,7 @@
|
||||
+ spi_nand@0 {
|
||||
+ compatible = "spi-nand";
|
||||
+ reg = <0>;
|
||||
+ spi-max-frequency = <52000000>;
|
||||
+ spi-max-frequency = <20000000>;
|
||||
+
|
||||
+ partitions {
|
||||
+ compatible = "fixed-partitions";
|
||||
|
||||
@ -452,7 +452,7 @@
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
|
||||
spi-max-frequency = <52000000>;
|
||||
spi-max-frequency = <20000000>;
|
||||
spi-tx-bus-width = <4>;
|
||||
spi-rx-bus-width = <4>;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user