From 3421460882ded635fe91b6a112777d8292a8856e Mon Sep 17 00:00:00 2001 From: Diwakar Tundlam Date: Tue, 29 Jan 2013 16:44:32 -0800 Subject: arm: tegra: Move all tj dependent thermals from nct to soc_therm Functions moved are vdd_cpu, core edp. Raised shutdown limit for nct. Added two higher temps for cpu_edp to support higher soc_therm temps. Doing this only for Dalmore, Pluto, Ceres, Pismo. No real changes to Roth. Bug 1200075 Change-Id: I2b4ac4ba7cd933bd47c30ab2ad9eabb3a3da5fbe Signed-off-by: Diwakar Tundlam Reviewed-on: http://git-master/r/195331 (cherry picked from commit 2af79db3c5763d3a0b6e78663ccf1ad6c04be134) Reviewed-on: http://git-master/r/197096 GVS: Gerrit_Virtual_Submit --- arch/arm/mach-tegra/board-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/board-common.h') diff --git a/arch/arm/mach-tegra/board-common.h b/arch/arm/mach-tegra/board-common.h index 408552e786be..11f1622af67f 100644 --- a/arch/arm/mach-tegra/board-common.h +++ b/arch/arm/mach-tegra/board-common.h @@ -28,4 +28,5 @@ extern struct platform_device *uart_console_debug_device; int uart_console_debug_init(int defaul_debug_port); int tegra_vibrator_init(void); void tegra_add_cdev_trips(struct thermal_trip_info *trips, int *num_trips); +void tegra_add_tj_trips(struct thermal_trip_info *trips, int *num_trips); #endif -- cgit v1.2.3