Skip to content

Commit b7e2046

Browse files
William Zhangffainelli
authored andcommitted
ARM: dts: bcmbca: bcm6846: 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: de1a99a ("ARM: dts: Add DTS files for bcmbca SoC BCM6846") Signed-off-by: William Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 57d81a9 commit b7e2046

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/boot/dts/bcm6846.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
psci {
6666
compatible = "arm,psci-0.2";
6767
method = "smc";
68-
cpu_off = <1>;
69-
cpu_on = <2>;
7068
};
7169

7270
axi@81000000 {

0 commit comments

Comments
 (0)