diff mbox series

[OpenWrt-Devel,3/4] ipq40xx: nbg6617: switch to upstream boardfile variant

Message ID 1ab6edb25b099fa73d05f03c331221c0a13243a1.1540242107.git.chunkeey@gmail.com
State Superseded, archived
Headers show
Series [OpenWrt-Devel,1/4] ipq40xx: rt-ac58u: replace ubi auto load hack | expand

Commit Message

Christian Lamparter Oct. 22, 2018, 9:02 p.m. UTC
The NBG6617's boardfile was merged and this device can
now switch to the upstream ath10k board-2.bin.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
---
 .../files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts       | 2 ++
 1 file changed, 2 insertions(+)

Comments

Robert Marko Oct. 22, 2018, 9:04 p.m. UTC | #1
On Mon, 22 Oct 2018 at 23:03, Christian Lamparter <chunkeey@gmail.com> wrote:
>
> The NBG6617's boardfile was merged and this device can
> now switch to the upstream ath10k board-2.bin.

This is only applicable if ath10k-firmware is selected as by default
ath10k-firmware-ct is used and that one uses the old board files from
May in Kalles ath10k-firmware repository.
>
> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
> ---
>  .../files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts       | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
> index 4d366142a1..c74fce55fa 100644
> --- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
> +++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
> @@ -301,10 +301,12 @@
>
>  &wifi0 {
>         status = "okay";
> +       qcom,ath10k-calibration-variant = "ZyXEL-NBG6617";
>  };
>
>  &wifi1 {
>         status = "okay";
> +       qcom,ath10k-calibration-variant = "ZyXEL-NBG6617";
>  };
>
>  &usb3_ss_phy {
> --
> 2.19.1
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Christian Lamparter Oct. 22, 2018, 9:35 p.m. UTC | #2
On Monday, October 22, 2018 11:04:14 PM CEST Robert Marko wrote:
> On Mon, 22 Oct 2018 at 23:03, Christian Lamparter <chunkeey@gmail.com> wrote:
> >
> > The NBG6617's boardfile was merged and this device can
> > now switch to the upstream ath10k board-2.bin.
> 
> This is only applicable if ath10k-firmware is selected as by default
> ath10k-firmware-ct is used and that one uses the old board files from
> May in Kalles ath10k-firmware repository.

Ah, that's what 
"[OpenWrt-Devel,2/4] ath10k-firmware: update board-2.bin for community firmwares"
should be doing, as it updates it to 2018-10-18, right?

(But I just noticed that the PKG_MIRROR_HASH wasn't updated in 2/4...
Ooops I'll send a v2)

> >
> > Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
> > ---
> >  .../files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts       | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
> > index 4d366142a1..c74fce55fa 100644
> > --- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
> > +++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
> > @@ -301,10 +301,12 @@
> >
> >  &wifi0 {
> >         status = "okay";
> > +       qcom,ath10k-calibration-variant = "ZyXEL-NBG6617";
> >  };
> >
> >  &wifi1 {
> >         status = "okay";
> > +       qcom,ath10k-calibration-variant = "ZyXEL-NBG6617";
> >  };
> >
> >  &usb3_ss_phy {
> > --
> > 2.19.1
> >
> >
> > _______________________________________________
> > openwrt-devel mailing list
> > openwrt-devel@lists.openwrt.org
> > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
diff mbox series

Patch

diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
index 4d366142a1..c74fce55fa 100644
--- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
+++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts
@@ -301,10 +301,12 @@ 
 
 &wifi0 {
 	status = "okay";
+	qcom,ath10k-calibration-variant = "ZyXEL-NBG6617";
 };
 
 &wifi1 {
 	status = "okay";
+	qcom,ath10k-calibration-variant = "ZyXEL-NBG6617";
 };
 
 &usb3_ss_phy {