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

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

ARM: msm: krypton: 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: Ib2d344a828dc8eac79504e797966ec64059e057b
Signed-off-by: default avatarAnji Jonnala <anjir@codeaurora.org>
parent bd7e4883
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>
@@ -68,6 +69,7 @@ void __init msmkrypton_add_drivers(void)
	msm_rpm_driver_init();
	msm_clock_init(&msmkrypton_clock_init_data);
	tsens_tm_init_driver();
	msm_thermal_device_init();
}

void __init msmkrypton_reserve(void)