mbox series

[0/2] arm64: dts: tegra: smaug: Add Wi-Fi and BT DT nodes

Message ID 20220914111221.862929-1-diogo.ivo@tecnico.ulisboa.pt
Headers show
Series arm64: dts: tegra: smaug: Add Wi-Fi and BT DT nodes | expand

Message

Diogo Ivo Sept. 14, 2022, 11:12 a.m. UTC
Hello,

These patches add DT nodes separately for the BRCM4354 Wi-FI + BT combo
module in the Pixel C, and have both been tested on it.

Thanks!

Diogo Ivo (2):
  arm64: dts: tegra: smaug: Add Bluetooth node
  arm64: dts: tegra: smaug: Add Wi-Fi node

 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 36 +++++++++++++++++++
 1 file changed, 36 insertions(+)

Comments

Thierry Reding Sept. 15, 2022, 10:27 a.m. UTC | #1
On Wed, Sep 14, 2022 at 12:12:19PM +0100, Diogo Ivo wrote:
> Hello,
> 
> These patches add DT nodes separately for the BRCM4354 Wi-FI + BT combo
> module in the Pixel C, and have both been tested on it.
> 
> Thanks!
> 
> Diogo Ivo (2):
>   arm64: dts: tegra: smaug: Add Bluetooth node
>   arm64: dts: tegra: smaug: Add Wi-Fi node
> 
>  arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 36 +++++++++++++++++++
>  1 file changed, 36 insertions(+)

Both patches applied, thanks!

Given that this is a rather old device that we rarely see third party
contributions for, would you mind sharing some details on your setup?
Are you running any of the after market OSes on this?

Thierry
Diogo Ivo Sept. 15, 2022, 5:29 p.m. UTC | #2
On Thu, Sep 15, 2022 at 12:27:26PM +0200, Thierry Reding wrote:
> Both patches applied, thanks!
> 
> Given that this is a rather old device that we rarely see third party
> contributions for, would you mind sharing some details on your setup?
> Are you running any of the after market OSes on this?
> 
> Thierry

Hello,

I am running the latest Arch Linux ARM image on it, and the 5.19 kernel,
which allow the device to be used from the TTY, since there are
some bugs in the graphics stack preventing a full desktop environment.

Best regards,
Diogo