Skip to content

Commit 6e71a4b

Browse files
krzkthierryreding
authored andcommitted
arm64: tegra: Drop unneeded status=okay on Tegra186
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>
1 parent fe57d0a commit 6e71a4b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra186.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
iommus = <&smmu TEGRA186_SID_GPCDMA_0>;
121121
dma-coherent;
122122
dma-channel-mask = <0xfffffffe>;
123-
status = "okay";
124123
};
125124

126125
aconnect@2900000 {
@@ -608,7 +607,6 @@
608607
<GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
609608
<GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
610609
<GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
611-
status = "okay";
612610
};
613611

614612
uarta: serial@3100000 {

0 commit comments

Comments
 (0)