From: Krzysztof Kozlowski Date: Thu, 15 Jan 2026 18:48:44 +0000 (+0100) Subject: arm64: tegra: Drop unneeded status=okay on Tegra264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cbac7dc900aca83878c1c35a1b60725ba327dc;p=thirdparty%2Fkernel%2Flinux.git arm64: tegra: Drop unneeded status=okay on Tegra264 Device nodes are enabled by default and this DTSI file does not include anything else, thus it is impossible that nodes were disabled before and need to be re-enabled. Adding redundant status=okay is just confusing and suggests some other code flow. Verified with dtx_diff. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Thierry Reding --- diff --git a/arch/arm64/boot/dts/nvidia/tegra264.dtsi b/arch/arm64/boot/dts/nvidia/tegra264.dtsi index b8068ee52b320..ef37b2a39cdbf 100644 --- a/arch/arm64/boot/dts/nvidia/tegra264.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra264.dtsi @@ -3777,7 +3777,6 @@ compatible = "arm,armv8"; device_type = "cpu"; reg = <0x00000>; - status = "okay"; enable-method = "psci"; @@ -3793,7 +3792,6 @@ compatible = "arm,armv8"; device_type = "cpu"; reg = <0x10000>; - status = "okay"; enable-method = "psci"; @@ -3831,12 +3829,10 @@ pmu { compatible = "arm,armv8-pmuv3"; interrupts = ; - status = "okay"; }; psci { compatible = "arm,psci-1.0"; - status = "okay"; method = "smc"; }; @@ -3863,6 +3859,5 @@ , , ; - status = "okay"; }; };