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:
parent
69908f2489
commit
0ff2fc86c1
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue