From d904038ff47c863c7c162045ac6320bc62335eef Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Sat, 26 Apr 2025 15:38:24 -0500 Subject: [PATCH] arm64: tegra: p3310: Explicitly enable GPU 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 --- arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi index e2d6857a3709..8aec69996030 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi @@ -191,6 +191,10 @@ nvidia,invert-interrupt; }; + gpu@17000000 { + status = "okay"; + }; + bpmp { i2c { status = "okay";