build/patch/kernel/archive/rockchip64-6.3/overlay/rk3308-sdio@4mhz.dts

15 lines
244 B
Plaintext
Raw Normal View History

//For RockPI-S: Increase SDIO Max Frequency from 1Mhz to 4Mhz
//Increases RTL8723-BS WiFi's throughput from 300KB/s to 1MB/s
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&sdio>;
__overlay__ {
max-frequency = <4000000>;
};
};
};