]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: tegra: Drop unneeded status=okay on Tegra234
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Thu, 15 Jan 2026 18:48:43 +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/tegra234.dtsi

index 827dbb42082619da40180f891e091dbe64bca268..850c473235e367ac8d959e809796c7b1e3f621ca 100644 (file)
@@ -40,7 +40,6 @@
                        compatible = "nvidia,tegra234-misc";
                        reg = <0x0 0x00100000 0x0 0xf000>,
                              <0x0 0x0010f000 0x0 0x1000>;
-                       status = "okay";
                };
 
                timer@2080000 {
@@ -62,7 +61,6 @@
                                     <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>;
-                       status = "okay";
                };
 
                gpio: gpio@2200000 {
                                    "ch11", "ch12", "ch13", "ch14", "ch15";
                        interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
                        #interconnect-cells = <1>;
-                       status = "okay";
 
                        #address-cells = <2>;
                        #size-cells = <2>;
                                interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&bpmp TEGRA234_CLK_EMC>;
                                clock-names = "emc";
-                               status = "okay";
 
                                #interconnect-cells = <0>;
 
                        #iommu-cells = <1>;
 
                        nvidia,memory-controller = <&mc>;
-                       status = "okay";
                };
 
                sce-fabric@b600000 {
                        compatible = "nvidia,tegra234-rce-fabric";
                        reg = <0x0 0xbe00000 0x0 0x40000>;
                        interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
-                       status = "okay";
                };
 
                hsp_aon: hsp@c150000 {
                        compatible = "nvidia,tegra234-aon-fabric";
                        reg = <0x0 0xc600000 0x0 0x40000>;
                        interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
-                       status = "okay";
                };
 
                bpmp-fabric@d600000 {
                        compatible = "nvidia,tegra234-bpmp-fabric";
                        reg = <0x0 0xd600000 0x0 0x40000>;
                        interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
-                       status = "okay";
                };
 
                dce-fabric@de00000 {
                        compatible = "nvidia,tegra234-dce-fabric";
                        reg = <0x0 0xde00000 0x0 0x40000>;
                        interrupts = <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>;
-                       status = "okay";
                };
 
                ccplex@e000000 {
                        compatible = "nvidia,tegra234-ccplex-cluster";
                        reg = <0x0 0x0e000000 0x0 0x5ffff>;
                        nvidia,bpmp = <&bpmp>;
-                       status = "okay";
                };
 
                gic: interrupt-controller@f400000 {
                        #iommu-cells = <1>;
 
                        nvidia,memory-controller = <&mc>;
-                       status = "okay";
                };
 
                smmu_niso0: iommu@12000000 {
                        #iommu-cells = <1>;
 
                        nvidia,memory-controller = <&mc>;
-                       status = "okay";
                };
 
                cbb-fabric@13a00000 {
                        compatible = "nvidia,tegra234-cbb-fabric";
                        reg = <0x0 0x13a00000 0x0 0x400000>;
                        interrupts = <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>;
-                       status = "okay";
                };
 
                host1x@13e00000 {
        pmu {
                compatible = "arm,cortex-a78-pmu";
                interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
-               status = "okay";
        };
 
        psci {
                compatible = "arm,psci-1.0";
-               status = "okay";
                method = "smc";
        };