ARM: dts: msm: disable bcl_sensor for SDM845 RB3
The bcl_sensor has a dependency on the FG gen3 driver. Disable the same as FG is already disabled on this platform,disable bcl_sensor can address the issue. Change-Id: I23577171366cc89a211ad8b350ff6a5590989f0f Signed-off-by: Junwen Wu <wudaemon@codeaurora.org>
This commit is contained in:
parent
2b910b4bec
commit
28b26f560f
|
@ -293,6 +293,10 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&bcl_sensor {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&smb1355_charger_0 {
|
||||
status = "ok";
|
||||
qcom,disable-ctm;
|
||||
|
|
Loading…
Reference in New Issue