提交 4dc8bf92 编写于 作者: A Andreas Färber

ARM: dts: owl-s500: Set power domains for CPU2 and CPU3

CPU2 has its own power domain PD_CPU2, and CPU3 has PD_CPU3.
Signed-off-by: NAndreas Färber <afaerber@suse.de>
上级 2bd6bf03
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
#include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/power/owl-s500-powergate.h>
/ { / {
compatible = "actions,s500"; compatible = "actions,s500";
...@@ -43,6 +44,7 @@ ...@@ -43,6 +44,7 @@
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <0x2>; reg = <0x2>;
enable-method = "actions,s500-smp"; enable-method = "actions,s500-smp";
power-domains = <&sps S500_PD_CPU2>;
}; };
cpu3: cpu@3 { cpu3: cpu@3 {
...@@ -50,6 +52,7 @@ ...@@ -50,6 +52,7 @@
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <0x3>; reg = <0x3>;
enable-method = "actions,s500-smp"; enable-method = "actions,s500-smp";
power-domains = <&sps S500_PD_CPU3>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册