Skip to content

Commit 0f818e3

Browse files
fmoessbauerkartben
authored andcommitted
dts: lilygo/ttgo_tbeam: add axp2101 fuel-gauge node
The board has the axp2101 chip and we now have a matching driver. Signed-off-by: Felix Moessbauer <felix.moessbauer@gmail.com>
1 parent 84ebbdc commit 0f818e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
constant-charge-current-max-microamp = <1000000>;
126126
constant-charge-voltage-max-microvolt = <4200000>;
127127
};
128+
129+
fuel_gauge: fuel_gauge {
130+
compatible = "x-powers,axp2101-fuel-gauge";
131+
};
128132
};
129133
};
130134

0 commit comments

Comments
 (0)