[PATCH] ARM: dts: stm32mp: drop no longer needed PSCI version override
Ahmad Fatoum
ahmad at a3f.at
Mon Sep 14 16:52:59 EDT 2020
52cc061f50aa ("ARM: dts: stm32mp: report psci v0.2 at least") adds a
barebox override, because the upstream device tree's compatible was
outdated. Since abef60363d8e ("dts: update to v5.8-rc1"), the
upstream device tree has &{/psci} { compatible = "arm,psci-1.0"; }; ,
so now we can drop our override again without adverse effect.
Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
arch/arm/dts/stm32mp151.dtsi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm/dts/stm32mp151.dtsi b/arch/arm/dts/stm32mp151.dtsi
index 5ff3b96fae4a..cc2540047591 100644
--- a/arch/arm/dts/stm32mp151.dtsi
+++ b/arch/arm/dts/stm32mp151.dtsi
@@ -37,10 +37,6 @@
compatible = "simple-bus";
};
-&{/psci} {
- compatible = "arm,psci-0.2";
-};
-
&{/soc} {
memory-controller at 5a003000 {
compatible = "st,stm32mp1-ddr";
--
2.28.0
More information about the barebox
mailing list