]> Git Repo - linux.git/commitdiff
arm64: dts: meson: improve gxm-khadas-vim2 wifi
authorArtem Lapkin <[email protected]>
Tue, 22 Jun 2021 04:43:34 +0000 (12:43 +0800)
committerNeil Armstrong <[email protected]>
Mon, 26 Jul 2021 08:08:16 +0000 (10:08 +0200)
Improve gxm-khadas-vim2 wifi performance
* change freq from 60Mhz to 100Mhz
* add cap-sd-highspeed param

100Mhz works well same as in meson-khadas-vim3.dtsi

Signed-off-by: Artem Lapkin <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts

index 18a4b7a6c5df5b835ea7b62c322c3fe76a58a065..86bdc0baf032c0b9817915352ea90c6355a27377 100644 (file)
        #size-cells = <0>;
 
        bus-width = <4>;
-       max-frequency = <60000000>;
+       cap-sd-highspeed;
+       max-frequency = <100000000>;
 
        non-removable;
        disable-wp;
This page took 0.061001 seconds and 4 git commands to generate.