Reduce Radxa Zero's SDIO frequency (#3543)

This fixes the issue where some boards have increased difficulty to initialize Wi-Fi hardware under the cold weather.
This commit is contained in:
Yuntian Zhang
2022-03-19 23:47:08 +08:00
committed by GitHub
parent 88464cc412
commit e63b8044b1

View File

@@ -494,7 +494,7 @@ index 000000000000..d44d3881d9b9
+ bus-width = <4>;
+ cap-sd-highspeed;
+ sd-uhs-sdr50;
+ max-frequency = <100000000>;
+ max-frequency = <80000000>;
+
+ non-removable;
+ disable-wp;