mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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>
This commit is contained in:
parent
8f9c967e8e
commit
42cbac7dc9
|
|
@ -3777,7 +3777,6 @@ cpu0: cpu@0 {
|
|||
compatible = "arm,armv8";
|
||||
device_type = "cpu";
|
||||
reg = <0x00000>;
|
||||
status = "okay";
|
||||
|
||||
enable-method = "psci";
|
||||
|
||||
|
|
@ -3793,7 +3792,6 @@ cpu1: cpu@1 {
|
|||
compatible = "arm,armv8";
|
||||
device_type = "cpu";
|
||||
reg = <0x10000>;
|
||||
status = "okay";
|
||||
|
||||
enable-method = "psci";
|
||||
|
||||
|
|
@ -3831,12 +3829,10 @@ thermal {
|
|||
pmu {
|
||||
compatible = "arm,armv8-pmuv3";
|
||||
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
psci {
|
||||
compatible = "arm,psci-1.0";
|
||||
status = "okay";
|
||||
method = "smc";
|
||||
};
|
||||
|
||||
|
|
@ -3863,6 +3859,5 @@ timer {
|
|||
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user