mbox series

[v2,0/2] Enable GPU on Smaug

Message ID 20230516082829.15326-1-diogo.ivo@tecnico.ulisboa.pt
Headers show
Series Enable GPU on Smaug | expand

Message

Diogo Ivo May 16, 2023, 8:28 a.m. UTC
Hello,

This patch series enables the use of the GM20B GPU in the
Google Pixel C.

Patch 1 adds the needed regulator DT node for the GPU.

Patch 2 enables the GPU in the DT.

The first version of these patches can be found at:
https://lore.kernel.org/linux-tegra/20230511083101.78516-1-diogo.ivo@tecnico.ulisboa.pt/

V1 -> V2:
 - Patch 1: Use generic DT node name for regulator and
	    GPIO flag defines.

Best regards,

Diogo Ivo (2):
  arm64: dts: tegra: smaug: add GPU power rail regulator
  arm64: dts: tegra: smaug: add GPU node

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

Comments

Diogo Ivo June 7, 2023, 9:39 a.m. UTC | #1
On Tue, May 16, 2023 at 09:28:27AM +0100, Diogo Ivo wrote:
> Hello,
> 
> This patch series enables the use of the GM20B GPU in the
> Google Pixel C.
> 
> Patch 1 adds the needed regulator DT node for the GPU.
> 
> Patch 2 enables the GPU in the DT.

Hello,

Gentle ping on these patches.

Thank you,

Diogo Ivo
Thierry Reding June 8, 2023, 4:36 p.m. UTC | #2
From: Thierry Reding <treding@nvidia.com>


On Tue, 16 May 2023 09:28:27 +0100, Diogo Ivo wrote:
> This patch series enables the use of the GM20B GPU in the
> Google Pixel C.
> 
> Patch 1 adds the needed regulator DT node for the GPU.
> 
> Patch 2 enables the GPU in the DT.
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: tegra: smaug: add GPU power rail regulator
      (no commit info)
[2/2] arm64: dts: tegra: smaug: add GPU node
      (no commit info)

Best regards,