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: I682f23a9b68f49206aa99d55e800540d8d0f8900
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/216426
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Aaron Durbin 2014-09-04 10:35:39 -05:00 committed by chrome-internal-fetch
commit 485de634a4

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