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: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
2bd6bf03f4
commit
4dc8bf927c
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/power/owl-s500-powergate.h>
|
||||
|
||||
/ {
|
||||
compatible = "actions,s500";
|
||||
|
@ -43,6 +44,7 @@
|
|||
compatible = "arm,cortex-a9";
|
||||
reg = <0x2>;
|
||||
enable-method = "actions,s500-smp";
|
||||
power-domains = <&sps S500_PD_CPU2>;
|
||||
};
|
||||
|
||||
cpu3: cpu@3 {
|
||||
|
@ -50,6 +52,7 @@
|
|||
compatible = "arm,cortex-a9";
|
||||
reg = <0x3>;
|
||||
enable-method = "actions,s500-smp";
|
||||
power-domains = <&sps S500_PD_CPU3>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue