mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
arm64: dts: sm8250-xiaomi-pipa: Update battery info
Added max design microvolt. Merged battery info into one node, since pmic fuel-gauge uses mixed info about dual-cell battery. Reviewed-by: Luka Panio <lukapanio@gmail.com> Signed-off-by: Arseniy Velikanov <me@adomerle.pw> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250716141041.24507-3-me@adomerle.pw Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
56197c8737
commit
e2ec684f82
|
|
@ -49,18 +49,12 @@ framebuffer: framebuffer@9c000000 {
|
|||
};
|
||||
};
|
||||
|
||||
battery_l: battery-l {
|
||||
battery: battery {
|
||||
compatible = "simple-battery";
|
||||
voltage-min-design-microvolt = <3870000>;
|
||||
energy-full-design-microwatt-hours = <16700000>;
|
||||
charge-full-design-microamp-hours = <4420000>;
|
||||
};
|
||||
|
||||
battery_r: battery-r {
|
||||
compatible = "simple-battery";
|
||||
voltage-min-design-microvolt = <3870000>;
|
||||
energy-full-design-microwatt-hours = <16700000>;
|
||||
charge-full-design-microamp-hours = <4420000>;
|
||||
charge-full-design-microamp-hours = <8840000>;
|
||||
energy-full-design-microwatt-hours = <34300000>;
|
||||
voltage-min-design-microvolt = <3400000>;
|
||||
voltage-max-design-microvolt = <4370000>;
|
||||
};
|
||||
|
||||
bl_vddpos_5p5: bl-vddpos-regulator {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user