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>
This commit is contained in:
Tianling Shen
2024-01-13 14:33:27 +08:00
parent 9334bf3ec1
commit a9a4005468
2 changed files with 2 additions and 2 deletions

View File

@@ -493,7 +493,7 @@
+ spi_nand@0 {
+ compatible = "spi-nand";
+ reg = <0>;
+ spi-max-frequency = <52000000>;
+ spi-max-frequency = <20000000>;
+
+ partitions {
+ compatible = "fixed-partitions";

View File

@@ -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>;