]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: tegra: p3310: Explicitly enable GPU
authorAaron Kling <webgeek1234@gmail.com>
Sun, 27 Apr 2025 00:45:32 +0000 (19:45 -0500)
committerThierry Reding <treding@nvidia.com>
Thu, 8 May 2025 20:58:34 +0000 (22:58 +0200)
The gpu node originally was explicitly left disabled as it was expected
for the bootloader to enable it. However, this is only done in U-Boot.
If U-Boot is not in the boot chain, this will never be enabled. Other
Tegra186 devices already explicitly enable the GPU, so make p3310 match.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Link: https://lore.kernel.org/r/20250426-tx2-gpu-v1-1-fa1c78dcdbdc@gmail.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi

index 51ced62cd42be27f837832d8033766c1050b4b39..970ce5a03540cabea1dfb4ae4e55ef6f9e458623 100644 (file)
                nvidia,invert-interrupt;
        };
 
+       gpu@17000000 {
+               status = "okay";
+       };
+
        bpmp {
                i2c {
                        status = "okay";