On 06/16/2016 01:27 PM, Geert Uytterhoeven wrote:
From: Magnus Damm <[email protected]>
Add DT nodes for the Advanced Power Management Unit (APMU) and the
second CPU core. Use the enable-method to point out that the APMU
should be used for SMP support.
Signed-off-by: Magnus Damm <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
---
v4:
- Improve patch description,
- Use "renesas,<soctype>-apmu" instead of "renesas,apmu-<soctype>",
v3:
- New.
---
arch/arm/boot/dts/r8a7793.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index 9b55c1c6ee31a49d..fce310c54efa88eb 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
[...]
@@ -56,6 +57,13 @@
next-level-cache = <&L2_CA15>;
};
+ cpu1: cpu@1 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <1>;
+ clock-frequency = <1500000000>;
Why no "power-domains??
[...]
MBR, Sergei