Skip to content

Commit 42cbac7

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

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3777,7 +3777,6 @@
37773777
compatible = "arm,armv8";
37783778
device_type = "cpu";
37793779
reg = <0x00000>;
3780-
status = "okay";
37813780

37823781
enable-method = "psci";
37833782

@@ -3793,7 +3792,6 @@
37933792
compatible = "arm,armv8";
37943793
device_type = "cpu";
37953794
reg = <0x10000>;
3796-
status = "okay";
37973795

37983796
enable-method = "psci";
37993797

@@ -3831,12 +3829,10 @@
38313829
pmu {
38323830
compatible = "arm,armv8-pmuv3";
38333831
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
3834-
status = "okay";
38353832
};
38363833

38373834
psci {
38383835
compatible = "arm,psci-1.0";
3839-
status = "okay";
38403836
method = "smc";
38413837
};
38423838

@@ -3863,6 +3859,5 @@
38633859
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
38643860
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
38653861
<GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
3866-
status = "okay";
38673862
};
38683863
};

0 commit comments

Comments
 (0)