aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2014-09-04 10:35:39 -0500
committerPatrick Georgi <pgeorgi@google.com>2015-03-27 08:04:42 +0100
commit30ec410aa1fb363bf9161bc41a72d18fd9ab41aa (patch)
tree1e3324a862cc3cd38d9874cc9c3699ef4d6520b6
parent8fdcf3287cf3bc3391f1a853857b16fc208b3340 (diff)
ryu: add cpus to device tree
Add all the CPUs to the device tree. BUG=chrome-os-partner:31761 BRANCH=None TEST=Brought up 2nd core on ryu in kernel. Change-Id: I4cc51f30897e3bd6c1b275a95d5da34ce7ae320e Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 485de634a49d606dc6e7168f047eb9365e26415f Original-Change-Id: I682f23a9b68f49206aa99d55e800540d8d0f8900 Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/216426 Original-Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: http://review.coreboot.org/9034 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r--src/mainboard/google/rush_ryu/devicetree.cb5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/google/rush_ryu/devicetree.cb b/src/mainboard/google/rush_ryu/devicetree.cb
index 6b840c0689..b87619c54b 100644
--- a/src/mainboard/google/rush_ryu/devicetree.cb
+++ b/src/mainboard/google/rush_ryu/devicetree.cb
@@ -20,5 +20,8 @@
chip soc/nvidia/tegra132
register bring_up_secondary_cpu = "1"
- device cpu_cluster 0 on end
+ device cpu_cluster 0 on
+ device cpu 0 on end
+ device cpu 1 on end
+ end
end