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:
parent
62669c5754
commit
485de634a4
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue