projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03586ac
)
ARM: shmobile: r8a7791 SMP device tree node
author
Magnus Damm
<damm@opensource.se>
Tue, 1 Oct 2013 08:13:07 +0000
(17:13 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:25:22 +0000
(09:25 +0900)
Add a device node for the r8a7791 secondary CPU core.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7791.dtsi
b/arch/arm/boot/dts/r8a7791.dtsi
index a1a9e5c4813d796adbe17f1b6f025bc37ad12f68..fea5cfef4691c3656b7b34560eedccaee38ef0b1 100644
(file)
--- a/
arch/arm/boot/dts/r8a7791.dtsi
+++ b/
arch/arm/boot/dts/r8a7791.dtsi
@@
-25,6
+25,13
@@
reg = <0>;
clock-frequency = <1300000000>;
};
+
+ cpu1: cpu@1 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <1>;
+ clock-frequency = <1300000000>;
+ };
};
gic: interrupt-controller@f1001000 {