]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: tegra: Drop unneeded status=okay on Tegra264
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Thu, 15 Jan 2026 18:48:44 +0000 (19:48 +0100)
committerThierry Reding <treding@nvidia.com>
Sat, 17 Jan 2026 00:07:22 +0000 (01:07 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra264.dtsi

index b8068ee52b32090d53d08f8d29f71a6865656c3a..ef37b2a39cdbfd1dd13ac16d92787ee603b48078 100644 (file)
                        compatible = "arm,armv8";
                        device_type = "cpu";
                        reg = <0x00000>;
-                       status = "okay";
 
                        enable-method = "psci";
 
                        compatible = "arm,armv8";
                        device_type = "cpu";
                        reg = <0x10000>;
-                       status = "okay";
 
                        enable-method = "psci";
 
        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";
        };
 
                             <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
                             <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
                             <GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
-               status = "okay";
        };
 };