From 34240b06d8c5d6cc9068279e627ac4d1ebca625b Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 18 Apr 2013 15:19:40 -0700 Subject: [3/3] google/snow: enable TMU This enables the thermal management unit (TMU) on Snow. Change-Id: Idd76af40bf0a5408baf61ef2665fd52ae4e260ba Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/3108 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/mainboard/google/snow/ramstage.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/snow/ramstage.c b/src/mainboard/google/snow/ramstage.c index 962c79b653..f3dad4a6bd 100644 --- a/src/mainboard/google/snow/ramstage.c +++ b/src/mainboard/google/snow/ramstage.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -217,6 +218,8 @@ static void mainboard_init(device_t dev) i2c_init(TPS69050_BUS, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); i2c_init(7, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); + tmu_init(&exynos5250_tmu_info); + snow_lcd_vdd(); do { udelay(50); -- cgit v1.2.3