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>
This commit is contained in:
Aaron Durbin 2014-09-04 10:35:39 -05:00 committed by Patrick Georgi
parent 8fdcf3287c
commit 30ec410aa1
1 changed files with 4 additions and 1 deletions

View File

@ -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