Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/battery chg temp check #92

Open
wants to merge 3 commits into
base: lineage-18.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5433-gts210_battery_02.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
battery,temp_adc_type = <1>; /* SEC_BATTERY_ADC_TYPE_AP */

battery,polling_time = <10 30 30 30 3600>;

battery,chg_temp_check = <0>;

battery,temp_table_adc = <91 100 103 105 108 111 114 122 126 129 134 138 143 147 152 155
158 182 188 197 204 208 213 220 227 238 247 291 337 397 444 535
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos5433-gts210_battery_03.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
battery,temp_adc_type = <1>; /* SEC_BATTERY_ADC_TYPE_AP */

battery,polling_time = <10 30 30 30 3600>;
battery,chg_temp_check = <0>;

battery,temp_table_adc = <429 489 556 639 722 824 851 878 904 931 955 979 1003 1027 1051 1077 1103
1131 1159 1187 1235 1284 1333 1518 1655 1792 1978 2165 2363 2562 2758 2794
Expand Down
Loading