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 <[email protected]>
---
 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@5a003000 {
                compatible = "st,stm32mp1-ddr";
-- 
2.28.0


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to