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

index b782f8db1288a6e72dd9bcff32a34af86a9628c1..849694f751d9071487e3acf1d64382774b5092cf 100644 (file)
@@ -97,7 +97,6 @@
                                     <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>;
                        nvidia,axi2apb = <&axi2apb>;
                        nvidia,apbmisc = <&apbmisc>;
-                       status = "okay";
                };
 
                axi2apb: axi2apb@2390000 {
                              <0x0 0x23c0000 0x0 0x1000>,
                              <0x0 0x23d0000 0x0 0x1000>,
                              <0x0 0x23e0000 0x0 0x1000>;
-                       status = "okay";
                };
 
                pinmux: pinmux@2430000 {
                        compatible = "nvidia,tegra194-pinmux";
                        reg = <0x0 0x2430000 0x0 0x17000>;
-                       status = "okay";
 
                        pex_clkreq_c5_bi_dir_state: pinmux-pex-clkreq-c5-bi-dir {
                                clkreq {
                        iommus = <&smmu TEGRA194_SID_GPCDMA_0>;
                        dma-coherent;
                        dma-channel-mask = <0xfffffffe>;
-                       status = "okay";
                };
 
                aconnect@2900000 {
                                     <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
-                       status = "okay";
                };
 
                uarta: serial@3100000 {
                        nvidia,int-threshold = <1>;
                        nvidia,slices = <11>;
                        #timestamp-cells = <1>;
-                       status = "okay";
                };
 
                hsp_top0: hsp@3c00000 {
                                     <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
                        nvidia,axi2apb = <&axi2apb>;
                        nvidia,apbmisc = <&apbmisc>;
-                       status = "okay";
                };
 
                rce-noc@be00000 {
                                     <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
                        nvidia,axi2apb = <&axi2apb>;
                        nvidia,apbmisc = <&apbmisc>;
-                       status = "okay";
                };
 
                hsp_aon: hsp@c150000 {
                        nvidia,int-threshold = <1>;
                        nvidia,slices = <3>;
                        #timestamp-cells = <1>;
-                       status = "okay";
                };
 
                gen2_i2c: i2c@c240000 {
                pinmux_aon: pinmux@c300000 {
                        compatible = "nvidia,tegra194-pinmux-aon";
                        reg = <0x0 0xc300000 0x0 0x4000>;
-
-                       status = "okay";
                };
 
                pwm4: pwm@c340000 {
                        interrupts = <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
                        nvidia,apbmisc = <&apbmisc>;
-                       status = "okay";
                };
 
                bpmp-noc@d600000 {
                                     <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
                        nvidia,axi2apb = <&axi2apb>;
                        nvidia,apbmisc = <&apbmisc>;
-                       status = "okay";
                };
 
                iommu@10000000 {
                        #iommu-cells = <1>;
 
                        nvidia,memory-controller = <&mc>;
-                       status = "okay";
                };
 
                host1x@13e00000 {
 
        psci {
                compatible = "arm,psci-1.0";
-               status = "okay";
                method = "smc";
        };