Skip to content

Commit 9a6bd12

Browse files
William Zhangffainelli
authored andcommitted
ARM: dts: bcmbca: bcm63178: clean up psci node
Remove unnecessary cpu_on and cpu_off properties from psci node as they are only needed for psci version prior to 0.2. Fixes: fc85b7e ("ARM: dts: add dts files for bcmbca soc 63178") Signed-off-by: William Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent d1475cd commit 9a6bd12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/boot/dts/bcm63178.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@
8080
psci {
8181
compatible = "arm,psci-0.2";
8282
method = "smc";
83-
cpu_off = <1>;
84-
cpu_on = <2>;
8583
};
8684

8785
axi@81000000 {

0 commit comments

Comments
 (0)