arm64: dts: qcom: msm8998-oneplus-common: Add fuel gauge

The OnePlus 5/5T feature a BQ27411 fuel gauge for reading the battery
stats.
This commit is contained in:
Jami Kettunen 2022-04-02 18:41:40 +03:00
parent fa3def2129
commit 31fcc8d96d

View file

@ -270,6 +270,15 @@
}; };
}; };
&blsp2_i2c1 {
status = "okay";
fuel-gauge@55 {
compatible = "ti,bq27411";
reg = <0x55>;
};
};
&blsp2_i2c3 { &blsp2_i2c3 {
status = "disabled"; status = "disabled";