diff options
author | Luca Weiss <[email protected]> | 2021-11-18 21:58:33 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-01-25 15:20:31 -0600 |
commit | d63642596ed1feb832f8cdfb8f166a18fdb03831 (patch) | |
tree | bf1354bcc15372cc1cde2b6cd72b5b6825d80787 | |
parent | f8565bd5404fcd6f87ee1e2d585541fbb457612d (diff) |
ARM: dts: qcom: apq8026-lg-lenok: add fuel gauge
The device uses a BQ27421 as fuel gauge, so add a node describing it.
Signed-off-by: Luca Weiss <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts b/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts index 77caab3af23e..1519544029e7 100644 --- a/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts +++ b/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts @@ -23,6 +23,15 @@ }; }; +&blsp1_i2c1 { + status = "okay"; + + fuel-gauge@55 { + compatible = "ti,bq27421"; + reg = <0x55>; + }; +}; + &blsp1_i2c5 { status = "okay"; clock-frequency = <384000>; |