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

index b006304519096afc8c5d6d0c830ed54683ffab8a..705af0373a090156f39beb0cf31b53a63c0cd34b 100644 (file)
                iommus = <&smmu TEGRA186_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 {