ARM: dts: msm: Disable LMH driver probe for msmhamster rumi

Tsens controller wont be able to send any temperature data in RUMI.
This will block LMH driver in HLOS during profile switch.

Disable LMH driver probe for RUMI to avoid this profile switch.

CRs-Fixed: 1015361
Change-Id: I729af5235109cf8b09d4c89a339a4b4f14926d26
Signed-off-by: Ram Chandrasekar <rkumbako@codeaurora.org>
This commit is contained in:
Ram Chandrasekar 2016-05-11 12:43:42 -06:00 committed by Jeevan Shriram
parent e1ab4fb9b1
commit 4e0b31c437

View file

@ -31,6 +31,12 @@
status = "disabled";
};
&soc {
qcom,lmh {
status = "disabled";
};
};
&gfx_stub_vreg {
regulator-max-microvolt = <8>;
status = "okay";