Skip to content

Commit 9ff1e81

Browse files
krzkthierryreding
authored andcommitted
arm64: tegra: Drop unneeded status=okay on Tegra194
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 6e71a4b commit 9ff1e81

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
<GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>;
9898
nvidia,axi2apb = <&axi2apb>;
9999
nvidia,apbmisc = <&apbmisc>;
100-
status = "okay";
101100
};
102101

103102
axi2apb: axi2apb@2390000 {
@@ -108,13 +107,11 @@
108107
<0x0 0x23c0000 0x0 0x1000>,
109108
<0x0 0x23d0000 0x0 0x1000>,
110109
<0x0 0x23e0000 0x0 0x1000>;
111-
status = "okay";
112110
};
113111

114112
pinmux: pinmux@2430000 {
115113
compatible = "nvidia,tegra194-pinmux";
116114
reg = <0x0 0x2430000 0x0 0x17000>;
117-
status = "okay";
118115

119116
pex_clkreq_c5_bi_dir_state: pinmux-pex-clkreq-c5-bi-dir {
120117
clkreq {
@@ -208,7 +205,6 @@
208205
iommus = <&smmu TEGRA194_SID_GPCDMA_0>;
209206
dma-coherent;
210207
dma-channel-mask = <0xfffffffe>;
211-
status = "okay";
212208
};
213209

214210
aconnect@2900000 {
@@ -737,7 +733,6 @@
737733
<GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
738734
<GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
739735
<GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
740-
status = "okay";
741736
};
742737

743738
uarta: serial@3100000 {
@@ -1359,7 +1354,6 @@
13591354
nvidia,int-threshold = <1>;
13601355
nvidia,slices = <11>;
13611356
#timestamp-cells = <1>;
1362-
status = "okay";
13631357
};
13641358

13651359
hsp_top0: hsp@3c00000 {
@@ -1547,7 +1541,6 @@
15471541
<GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
15481542
nvidia,axi2apb = <&axi2apb>;
15491543
nvidia,apbmisc = <&apbmisc>;
1550-
status = "okay";
15511544
};
15521545

15531546
rce-noc@be00000 {
@@ -1557,7 +1550,6 @@
15571550
<GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
15581551
nvidia,axi2apb = <&axi2apb>;
15591552
nvidia,apbmisc = <&apbmisc>;
1560-
status = "okay";
15611553
};
15621554

15631555
hsp_aon: hsp@c150000 {
@@ -1582,7 +1574,6 @@
15821574
nvidia,int-threshold = <1>;
15831575
nvidia,slices = <3>;
15841576
#timestamp-cells = <1>;
1585-
status = "okay";
15861577
};
15871578

15881579
gen2_i2c: i2c@c240000 {
@@ -1668,8 +1659,6 @@
16681659
pinmux_aon: pinmux@c300000 {
16691660
compatible = "nvidia,tegra194-pinmux-aon";
16701661
reg = <0x0 0xc300000 0x0 0x4000>;
1671-
1672-
status = "okay";
16731662
};
16741663

16751664
pwm4: pwm@c340000 {
@@ -1722,7 +1711,6 @@
17221711
interrupts = <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
17231712
<GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
17241713
nvidia,apbmisc = <&apbmisc>;
1725-
status = "okay";
17261714
};
17271715

17281716
bpmp-noc@d600000 {
@@ -1732,7 +1720,6 @@
17321720
<GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
17331721
nvidia,axi2apb = <&axi2apb>;
17341722
nvidia,apbmisc = <&apbmisc>;
1735-
status = "okay";
17361723
};
17371724

17381725
iommu@10000000 {
@@ -1886,7 +1873,6 @@
18861873
#iommu-cells = <1>;
18871874

18881875
nvidia,memory-controller = <&mc>;
1889-
status = "okay";
18901876
};
18911877

18921878
host1x@13e00000 {
@@ -3106,7 +3092,6 @@
31063092

31073093
psci {
31083094
compatible = "arm,psci-1.0";
3109-
status = "okay";
31103095
method = "smc";
31113096
};
31123097

0 commit comments

Comments
 (0)