diff mbox series

[1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi

Message ID 20210622044334.769791-1-art@khadas.com (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi | expand

Commit Message

Artem Lapkin June 22, 2021, 4:43 a.m. UTC
Improve gxl-s905x-khadas-vim wifi performance
* change freq from 60Mhz to 100Mhz

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

Signed-off-by: Artem Lapkin <art@khadas.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 2 ++
 1 file changed, 2 insertions(+)

Comments

Neil Armstrong July 26, 2021, 8:12 a.m. UTC | #1
Hi,

On Tue, 22 Jun 2021 12:43:33 +0800, Artem Lapkin wrote:
> Improve gxl-s905x-khadas-vim wifi performance
> * change freq from 60Mhz to 100Mhz
> 
> 100Mhz works well same as in meson-khadas-vim3.dtsi

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (for-next)

[1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi
      https://git.kernel.org/amlogic/c/6b197abe56feeafe9c516dca1b3ca3742200adba
[2/2] arm64: dts: meson: improve gxm-khadas-vim2 wifi
      https://git.kernel.org/amlogic/c/4b5260032ec691b11a9185f7f38f5761e67fab48
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
index 60feac0179c0..6ab1cc125b96 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
@@ -218,6 +218,8 @@  &pwm_ef {
 };
 
 &sd_emmc_a {
+	max-frequency = <100000000>;
+
 	brcmf: wifi@1 {
 		reg = <1>;
 		compatible = "brcm,bcm4329-fmac";