Skip to content

Commit c9ebf6f

Browse files
Karl Chanstephan-gh
Karl Chan
authored andcommitted
ARM: dts: qcom: msm8909-lenovo-lxf-p5100: Add fuel gauge
Signed-off-by: Karl Chan <[email protected]>
1 parent d7b0408 commit c9ebf6f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

arch/arm/boot/dts/qcom/qcom-msm8909-lenovo-lxf-p5100.dts

+8-4
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,17 @@
175175
};
176176
};
177177

178-
&blsp_uart1 {
178+
&blsp_i2c6 {
179179
status = "okay";
180+
181+
fuel-gauge@55 {
182+
monitored-battery = <&battery>;
183+
compatible = "ti,bq27500";
184+
reg = <0x55>;
185+
};
180186
};
181187

182-
/* FIXME: Missing the real fuel gauge's node */
183-
&pm8909_bms {
184-
monitored-battery = <&battery>;
188+
&blsp_uart1 {
185189
status = "okay";
186190
};
187191

0 commit comments

Comments
 (0)