Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83948c3a authored by Anji Jonnala's avatar Anji Jonnala Committed by Gerrit - the friendly Code Review server
Browse files

ARM: msm: samarium: Add msm-thermal device tree init function



Add the device tree init function of the msm-thermal
driver in the board file for initialization.

Change-Id: If086173f4f0b72166fa2273beea0f287b951ae07
Signed-off-by: default avatarAnji Jonnala <anjir@codeaurora.org>
parent b1c625a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/of_platform.h>
#include <linux/memory.h>
#include <linux/msm_tsens.h>
#include <linux/msm_thermal.h>
#include <asm/mach/map.h>
#include <asm/mach/arch.h>
#include <mach/board.h>
@@ -104,6 +105,7 @@ void __init msmsamarium_add_drivers(void)
	else
		msm_clock_init(&msmsamarium_clock_init_data);
	tsens_tm_init_driver();
	msm_thermal_device_init();
}

static void __init msmsamarium_map_io(void)