Re: [PATCH v2 07/10] ARM: tegra: tf701t: Fix BCM43341 WiFi/BT chip configuration
Mikko Perttunen <[email protected]> Tue, 28 Jul 2026 21:13:05 +0900
| Newsgroups | org.kernel.vger.linux-tegra,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, July 21, 2026 7:10=E2=80=AFPM Svyatoslav Ryhel wrote: > Drop reset GPIO from bluetooth part. Add lpo clock to both WiFi and > bluetooth nodes. Add 'brcm,bcm43340-fmac' as primary compatible and > 'brcm,bcm4329-fmac' remains as fallback. >=20 > Signed-off-by: Svyatoslav Ryhel <[email protected]> > --- > arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) >=20 > diff --git a/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts b/arch/arm= /boot/dts/nvidia/tegra114-asus-tf701t.dts > index 3de5c84d5f009..b71a02b3fd86f 100644 > --- a/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts > +++ b/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts > @@ -1300,8 +1300,9 @@ bluetooth { > compatible =3D "brcm,bcm4334-bt"; > max-speed =3D <4000000>; > =20 > - clocks =3D <&tegra_pmc TEGRA_PMC_CLK_BLINK>; > - clock-names =3D "txco"; > + clocks =3D <&tegra_pmc TEGRA_PMC_CLK_BLINK>, > + <&palmas_clk32k>; > + clock-names =3D "txco", "lpo"; > =20 > interrupt-parent =3D <&gpio>; > interrupts =3D <TEGRA_GPIO(U, 6) IRQ_TYPE_EDGE_RISING>; > @@ -1309,7 +1310,6 @@ bluetooth { > =20 > device-wakeup-gpios =3D <&gpio TEGRA_GPIO(EE, 1) GPIO_ACTIVE_HIGH>; > shutdown-gpios =3D <&gpio TEGRA_GPIO(Q, 7) GPIO_ACTIVE_HIGH>; > - reset-gpios =3D <&gpio TEGRA_GPIO(Q, 6) GPIO_ACTIVE_LOW>; I'd appreciate a note in the commit message on why this is dropped. > =20 > vbat-supply =3D <&vdd_3v3_com>; > vddio-supply =3D <&vdd_1v8_vio>; > @@ -1450,7 +1450,7 @@ palmas_gpio: gpio { > #gpio-cells =3D <2>; > }; > =20 > - palmas_clk32kg@0 { > + palmas_clk32k: palmas_clk32kg@0 { > compatible =3D "ti,palmas-clk32kg"; > #clock-cells =3D <0>; > }; > @@ -2382,9 +2382,12 @@ mmc@78000000 { > vqmmc-supply =3D <&vdd_1v8_vio>; > =20 > wifi@1 { > - compatible =3D "brcm,bcm4329-fmac"; > + compatible =3D "brcm,bcm43340-fmac", "brcm,bcm4329-fmac"; > reg =3D <1>; > =20 > + clocks =3D <&palmas_clk32k>; > + clock-names =3D "lpo"; > + > interrupt-parent =3D <&gpio>; > interrupts =3D <TEGRA_GPIO(U, 5) IRQ_TYPE_LEVEL_HIGH>; > interrupt-names =3D "host-wake"; > --=20 > 2.53.0 >=20 >=20