diff options
Diffstat (limited to 'drivers/power/sprd_scx35_soc_table.h')
| -rw-r--r-- | drivers/power/sprd_scx35_soc_table.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/drivers/power/sprd_scx35_soc_table.h b/drivers/power/sprd_scx35_soc_table.h new file mode 100644 index 00000000..6361fc19 --- /dev/null +++ b/drivers/power/sprd_scx35_soc_table.h @@ -0,0 +1,44 @@ +uint16_t soc_capacity_table[][2] = { + {4175, 100} + , + {4130, 95} + , + {4087, 90} + , + {4052, 85} + , + {3990, 80} + , + {3970, 75} + , + {3943, 70} + , + {3915, 65} + , + {3883, 60} + , + {3843, 55} + , + {3820, 50} + , + {3804, 45} + , + {3792, 40} + , + {3783, 35} + , + {3776, 30} + , + {3770, 25} + , + {3754, 20} + , + {3736, 15} + , + {3708, 10} + , + {3691, 5} + , + {SPRDFGU_BATTERY_SHUTDOWN_VOL, 0} + , +}; |
