From 485de634a49d606dc6e7168f047eb9365e26415f Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 4 Sep 2014 10:35:39 -0500 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/216426 Reviewed-by: Furquan Shaikh --- src/mainboard/google/rush_ryu/devicetree.cb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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