aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3399/romstage.c
diff options
context:
space:
mode:
authorShunqian Zheng <zhengsq@rock-chips.com>2016-05-06 16:50:48 +0800
committerMartin Roth <martinroth@google.com>2016-05-18 20:19:29 +0200
commitf4181ce3b312b2113010403feb40fd3d179acad1 (patch)
tree410d846b47e014793fb2fe2747c9bdf29bb10942 /src/soc/rockchip/rk3399/romstage.c
parent307ca379d147d3ecce4d05a2172f20a6f14950a2 (diff)
rockchip: rk3399: add tsadc driver
This patch configures clock for tsadc and then makes it in automatic mode to generate TSHUT when CPU temperature is higer than 120 degree Celsius. BRANCH=none BUG=chrome-os-partner:52382,chrome-os-partner:51537 TEST=Set a lower tshut threshold(45C), run coreboot and check that coreboot reboot again and again. Change-Id: I0b070a059d2941f12d31fc3002e78ea083e70b13 Signed-off-by: Martin Roth <martinroth@google.com> Original-Commit-Id: 05107bd6a3430e31db216c247ff0213e12373390 Original-Change-Id: Iffe54d3b09080d0f1ff31e8b3020d69510f07c95 Original-Signed-off-by: Lin Huang <hl@rock-chips.com> Original-Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com> Original-Reviewed-on: https://chromium-review.googlesource.com/342797 Original-Tested-by: Vadim Bendebury <vbendeb@chromium.org> Original-Reviewed-by: Shelley Chen <shchen@chromium.org> Reviewed-on: https://review.coreboot.org/14848 Tested-by: build bot (Jenkins) Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'src/soc/rockchip/rk3399/romstage.c')
-rw-r--r--src/soc/rockchip/rk3399/romstage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3399/romstage.c b/src/soc/rockchip/rk3399/romstage.c
index f22b8c9116..ae0264e828 100644
--- a/src/soc/rockchip/rk3399/romstage.c
+++ b/src/soc/rockchip/rk3399/romstage.c
@@ -28,6 +28,7 @@
#include <soc/grf.h>
#include <soc/mmu_operations.h>
#include <soc/pwm.h>
+#include <soc/tsadc.h>
#include <soc/sdram.h>
#include <symbols.h>
@@ -74,6 +75,7 @@ static void init_dvs_outputs(void)
void main(void)
{
console_init();
+ tsadc_init(TSHUT_POL_HIGH);
exception_init();
/* Init DVS to conservative values. */