ryu: Initialize CNTFRQ in t132

BUG=chrome-os-partner:31356
BRANCH=None
TEST=Kernel boots with the changes required in depthcharge

Change-Id: If1c5850607174ab0f485ef41d47016056d9832cd
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://chromium-review.googlesource.com/212730
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Furquan Shaikh 2014-08-15 15:26:01 -07:00 committed by chrome-internal-fetch
commit 0ff2fc86c1

View file

@ -23,6 +23,7 @@
#include <arch/io.h>
#include <vendorcode/google/chromeos/chromeos.h>
#include <soc/addressmap.h>
#include <soc/clock.h>
#include <soc/nvidia/tegra/apbmisc.h>
static void soc_read_resources(device_t dev)
@ -57,6 +58,7 @@ static void soc_read_resources(device_t dev)
static void soc_init(device_t dev)
{
printk(BIOS_INFO, "CPU: Tegra132\n");
clock_init_arm_generic_timer();
}
static void soc_noop(device_t dev)