diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/power/sprd_scx15_custom_0_soc_table.h | |
Diffstat (limited to 'drivers/power/sprd_scx15_custom_0_soc_table.h')
| -rw-r--r-- | drivers/power/sprd_scx15_custom_0_soc_table.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/drivers/power/sprd_scx15_custom_0_soc_table.h b/drivers/power/sprd_scx15_custom_0_soc_table.h new file mode 100644 index 00000000..52dbd786 --- /dev/null +++ b/drivers/power/sprd_scx15_custom_0_soc_table.h @@ -0,0 +1,44 @@ +uint16_t soc_capacity_table[][2] = { + {4175, 100} + , + {4128, 95} + , + {4082, 90} + , + {4040, 85} + , + {3996, 80} + , + {3963, 75} + , + {3931, 70} + , + {3901, 65} + , + {3866, 60} + , + {3829, 55} + , + {3807, 50} + , + {3791, 45} + , + {3780, 40} + , + {3772, 35} + , + {3768, 30} + , + {3759, 25} + , + {3738, 20} + , + {3706, 15} + , + {3684, 10} + , + {3648, 5} + , + {SPRDFGU_BATTERY_SHUTDOWN_VOL, 0} + , +}; |
