linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi
@ 2021-06-22  4:43 Artem Lapkin
  2021-06-22  4:43 ` [PATCH 2/2] arm64: dts: meson: improve gxm-khadas-vim2 wifi Artem Lapkin
  2021-07-26  8:12 ` [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Artem Lapkin @ 2021-06-22  4:43 UTC (permalink / raw)
  To: narmstrong
  Cc: khilman, robh+dt, jbrunet, christianshewitt, martin.blumenstingl,
	devicetree, linux-arm-kernel, linux-amlogic, linux-kernel, art,
	nick, gouwa

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(+)

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";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] arm64: dts: meson: improve gxm-khadas-vim2 wifi
  2021-06-22  4:43 [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi Artem Lapkin
@ 2021-06-22  4:43 ` Artem Lapkin
  2021-07-26  8:12 ` [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Artem Lapkin @ 2021-06-22  4:43 UTC (permalink / raw)
  To: narmstrong
  Cc: khilman, robh+dt, jbrunet, christianshewitt, martin.blumenstingl,
	devicetree, linux-arm-kernel, linux-amlogic, linux-kernel, art,
	nick, gouwa

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 <art@khadas.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
index 18a4b7a6c5df..86bdc0baf032 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
@@ -307,7 +307,8 @@ &sd_emmc_a {
 	#size-cells = <0>;
 
 	bus-width = <4>;
-	max-frequency = <60000000>;
+	cap-sd-highspeed;
+	max-frequency = <100000000>;
 
 	non-removable;
 	disable-wp;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi
  2021-06-22  4:43 [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi Artem Lapkin
  2021-06-22  4:43 ` [PATCH 2/2] arm64: dts: meson: improve gxm-khadas-vim2 wifi Artem Lapkin
@ 2021-07-26  8:12 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2021-07-26  8:12 UTC (permalink / raw)
  To: Artem Lapkin
  Cc: Neil Armstrong, linux-amlogic, art, jbrunet, devicetree, khilman,
	christianshewitt, martin.blumenstingl, nick, linux-kernel, gouwa,
	linux-arm-kernel, robh+dt

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

-- 
Neil

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-26  8:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22  4:43 [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi Artem Lapkin
2021-06-22  4:43 ` [PATCH 2/2] arm64: dts: meson: improve gxm-khadas-vim2 wifi Artem Lapkin
2021-07-26  8:12 ` [PATCH 1/2] arm64: dts: meson: improve gxl-s905x-khadas-vim wifi Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).