From fb0d79f89e27fcd51cc751a94008b3801f5c6d0b Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 17 Sep 2014 11:50:46 -0500 Subject: [PATCH] rush: use generic spintable support With the generic spintable support in place, use that. BUG=chrome-os-partner:32082 BRANCH=None TEST=None Change-Id: Ic9949144ed1e9a952290d50b6726bf5891547896 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/218657 Reviewed-by: Furquan Shaikh --- src/mainboard/google/rush/Kconfig | 1 + src/mainboard/google/rush/devicetree.cb | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/mainboard/google/rush/Kconfig b/src/mainboard/google/rush/Kconfig index 22a2dedc6b..b00cc0085b 100644 --- a/src/mainboard/google/rush/Kconfig +++ b/src/mainboard/google/rush/Kconfig @@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOC_NVIDIA_TEGRA132 select MAINBOARD_HAS_BOOTBLOCK_INIT select VIRTUAL_DEV_SWITCH + select ARCH_SPINTABLE config MAINBOARD_DIR string diff --git a/src/mainboard/google/rush/devicetree.cb b/src/mainboard/google/rush/devicetree.cb index 66d91ec6a3..98284fc4e6 100644 --- a/src/mainboard/google/rush/devicetree.cb +++ b/src/mainboard/google/rush/devicetree.cb @@ -18,6 +18,8 @@ ## chip soc/nvidia/tegra132 + register "spintable_addr" = "0x80000008" + device cpu_cluster 0 on device cpu 0 on end device cpu 1 on end