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:
parent
e1ab4fb9b1
commit
4e0b31c437
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&soc {
|
||||
qcom,lmh {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&gfx_stub_vreg {
|
||||
regulator-max-microvolt = <8>;
|
||||
status = "okay";
|
||||
|
|
Loading…
Add table
Reference in a new issue