]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commitdiff
arm64: tegra: p2180: Explicitly enable GPU
authorAaron Kling <webgeek1234@gmail.com>
Sun, 20 Apr 2025 22:25:17 +0000 (17:25 -0500)
committerThierry Reding <treding@nvidia.com>
Thu, 8 May 2025 21:08:05 +0000 (23:08 +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
Tegra210 devices already explicitly enable the gpu, so make p2180 match.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Link: https://lore.kernel.org/r/20250420-tx1-gpu-v1-1-d500de18e43e@gmail.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

index 9b9d1d15b0c7eafd3895f02db1bc747d7cc8923c..c57bd1356381933a16fc1ee64773961bedae957f 100644 (file)
@@ -24,6 +24,7 @@
 
        gpu@57000000 {
                vdd-supply = <&vdd_gpu>;
+               status = "okay";
        };
 
        /* debug port */