ARM: dts: ux500: Add line impedance to fuel gauge
The line impedance is used to improve battery capacity estimation. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
003cac14f5
commit
5c7502397e
@ -410,6 +410,10 @@
|
||||
pinctrl-1 = <&usb_a_1_sleep>;
|
||||
};
|
||||
|
||||
ab8500_fg {
|
||||
line-impedance-micro-ohms = <36000>;
|
||||
};
|
||||
|
||||
/* This is mostly identical to the Codina v0.4 regulators */
|
||||
regulator {
|
||||
ab8500_ldo_aux1 {
|
||||
|
@ -487,6 +487,10 @@
|
||||
pinctrl-1 = <&usb_a_1_sleep>;
|
||||
};
|
||||
|
||||
ab8500_fg {
|
||||
line-impedance-micro-ohms = <36000>;
|
||||
};
|
||||
|
||||
regulator {
|
||||
ab8500_ldo_aux1 {
|
||||
/* Used for VDD for sensors */
|
||||
|
@ -456,6 +456,10 @@
|
||||
pinctrl-1 = <&usb_a_1_sleep>;
|
||||
};
|
||||
|
||||
ab8500_fg {
|
||||
line-impedance-micro-ohms = <43000>;
|
||||
};
|
||||
|
||||
regulator {
|
||||
ab8500_ldo_aux1 {
|
||||
/* Used for VDD for sensors */
|
||||
|
@ -304,6 +304,10 @@
|
||||
pinctrl-1 = <&usb_a_1_sleep>;
|
||||
};
|
||||
|
||||
ab8500_fg {
|
||||
line-impedance-micro-ohms = <36000>;
|
||||
};
|
||||
|
||||
regulator {
|
||||
ab8500_ldo_aux1 {
|
||||
regulator-name = "sensor_3v";
|
||||
|
@ -504,6 +504,10 @@
|
||||
pinctrl-1 = <&usb_a_1_sleep>;
|
||||
};
|
||||
|
||||
ab8500_fg {
|
||||
line-impedance-micro-ohms = <15000>;
|
||||
};
|
||||
|
||||
regulator {
|
||||
ab8500_ldo_aux1 {
|
||||
/* Used for VDD for sensors */
|
||||
|
@ -325,6 +325,10 @@
|
||||
pinctrl-1 = <&usb_a_1_sleep>;
|
||||
};
|
||||
|
||||
ab8500_fg {
|
||||
line-impedance-micro-ohms = <36000>;
|
||||
};
|
||||
|
||||
regulator {
|
||||
ab8500_ldo_aux1 {
|
||||
/* Used for VDD for sensors */
|
||||
|
@ -305,6 +305,10 @@
|
||||
pinctrl-1 = <&usb_a_1_sleep>;
|
||||
};
|
||||
|
||||
ab8500_fg {
|
||||
line-impedance-micro-ohms = <16000>;
|
||||
};
|
||||
|
||||
regulator {
|
||||
ab8500_ldo_aux1 {
|
||||
/* Used for VDD for sensors */
|
||||
|
Loading…
Reference in New Issue
Block a user