Skip to content

Commit 8f9c967

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

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
compatible = "nvidia,tegra234-misc";
4141
reg = <0x0 0x00100000 0x0 0xf000>,
4242
<0x0 0x0010f000 0x0 0x1000>;
43-
status = "okay";
4443
};
4544

4645
timer@2080000 {
@@ -62,7 +61,6 @@
6261
<GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
6362
<GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
6463
<GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>;
65-
status = "okay";
6664
};
6765

6866
gpio: gpio@2200000 {
@@ -2780,7 +2778,6 @@
27802778
"ch11", "ch12", "ch13", "ch14", "ch15";
27812779
interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
27822780
#interconnect-cells = <1>;
2783-
status = "okay";
27842781

27852782
#address-cells = <2>;
27862783
#size-cells = <2>;
@@ -2812,7 +2809,6 @@
28122809
interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
28132810
clocks = <&bpmp TEGRA234_CLK_EMC>;
28142811
clock-names = "emc";
2815-
status = "okay";
28162812

28172813
#interconnect-cells = <0>;
28182814

@@ -3888,7 +3884,6 @@
38883884
#iommu-cells = <1>;
38893885

38903886
nvidia,memory-controller = <&mc>;
3891-
status = "okay";
38923887
};
38933888

38943889
sce-fabric@b600000 {
@@ -3902,7 +3897,6 @@
39023897
compatible = "nvidia,tegra234-rce-fabric";
39033898
reg = <0x0 0xbe00000 0x0 0x40000>;
39043899
interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
3905-
status = "okay";
39063900
};
39073901

39083902
hsp_aon: hsp@c150000 {
@@ -4064,28 +4058,24 @@
40644058
compatible = "nvidia,tegra234-aon-fabric";
40654059
reg = <0x0 0xc600000 0x0 0x40000>;
40664060
interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
4067-
status = "okay";
40684061
};
40694062

40704063
bpmp-fabric@d600000 {
40714064
compatible = "nvidia,tegra234-bpmp-fabric";
40724065
reg = <0x0 0xd600000 0x0 0x40000>;
40734066
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
4074-
status = "okay";
40754067
};
40764068

40774069
dce-fabric@de00000 {
40784070
compatible = "nvidia,tegra234-dce-fabric";
40794071
reg = <0x0 0xde00000 0x0 0x40000>;
40804072
interrupts = <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>;
4081-
status = "okay";
40824073
};
40834074

40844075
ccplex@e000000 {
40854076
compatible = "nvidia,tegra234-ccplex-cluster";
40864077
reg = <0x0 0x0e000000 0x0 0x5ffff>;
40874078
nvidia,bpmp = <&bpmp>;
4088-
status = "okay";
40894079
};
40904080

40914081
gic: interrupt-controller@f400000 {
@@ -4239,7 +4229,6 @@
42394229
#iommu-cells = <1>;
42404230

42414231
nvidia,memory-controller = <&mc>;
4242-
status = "okay";
42434232
};
42444233

42454234
smmu_niso0: iommu@12000000 {
@@ -4381,14 +4370,12 @@
43814370
#iommu-cells = <1>;
43824371

43834372
nvidia,memory-controller = <&mc>;
4384-
status = "okay";
43854373
};
43864374

43874375
cbb-fabric@13a00000 {
43884376
compatible = "nvidia,tegra234-cbb-fabric";
43894377
reg = <0x0 0x13a00000 0x0 0x400000>;
43904378
interrupts = <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>;
4391-
status = "okay";
43924379
};
43934380

43944381
host1x@13e00000 {
@@ -5804,12 +5791,10 @@
58045791
pmu {
58055792
compatible = "arm,cortex-a78-pmu";
58065793
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
5807-
status = "okay";
58085794
};
58095795

58105796
psci {
58115797
compatible = "arm,psci-1.0";
5812-
status = "okay";
58135798
method = "smc";
58145799
};
58155800

0 commit comments

Comments
 (0)