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 <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Krzysztof Kozlowski 2026-01-15 19:48:44 +01:00 committed by Thierry Reding
parent 8f9c967e8e
commit 42cbac7dc9

View File

@ -3777,7 +3777,6 @@ cpu0: cpu@0 {
compatible = "arm,armv8";
device_type = "cpu";
reg = <0x00000>;
status = "okay";
enable-method = "psci";
@ -3793,7 +3792,6 @@ cpu1: cpu@1 {
compatible = "arm,armv8";
device_type = "cpu";
reg = <0x10000>;
status = "okay";
enable-method = "psci";
@ -3831,12 +3829,10 @@ thermal {
pmu {
compatible = "arm,armv8-pmuv3";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
status = "okay";
};
psci {
compatible = "arm,psci-1.0";
status = "okay";
method = "smc";
};
@ -3863,6 +3859,5 @@ timer {
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
<GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
status = "okay";
};
};