mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 22:01:35 +00:00
slow SPIFlash to avoid errors
This commit is contained in:
parent
36678df816
commit
ea20f750bf
1 changed files with 13 additions and 0 deletions
13
patch/kernel/rockchip64-dev/fix-spi1-flash-speed.patch
Normal file
13
patch/kernel/rockchip64-dev/fix-spi1-flash-speed.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
|
||||
index 4cbca4d..1a19ae1 100644
|
||||
--- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
|
||||
@@ -821,7 +890,7 @@
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0x0>;
|
||||
- spi-max-frequency = <10000000>;
|
||||
+ spi-max-frequency = <3000000>;
|
||||
status = "okay";
|
||||
m25p,fast-read;
|
||||
|
Loading…
Add table
Reference in a new issue