mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Fix wifi drivers on kernel v6.16 These patches can get deleted after merged upstream. * initial commit * fix header * remove ssv6051 driver --------- Co-authored-by: amazingfate <liujianfeng1994@gmail.com>
30 lines
927 B
Diff
30 lines
927 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Ayotte <martinayotte@yahoo.ca>
|
|
Date: Sat, 5 Jan 2019 09:50:02 -0500
|
|
Subject: slow SPIFlash to avoid errors
|
|
|
|
See Revision ea20f750bfead37ced7b604a44f8f014e317abad
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
|
|
index 14cdf715535e..0b4bdb555f65 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
|
|
@@ -850,11 +850,11 @@ &spi1 {
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
- spi-max-frequency = <10000000>;
|
|
+ spi-max-frequency = <3000000>;
|
|
vcc-supply = <&vcc_3v0>;
|
|
};
|
|
};
|
|
|
|
&tcphy0 {
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|