These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / linux / power / max17042_battery.h
index cf112b4..522757a 100644 (file)
@@ -215,6 +215,10 @@ struct max17042_platform_data {
         * the datasheet although it can be changed by board designers.
         */
        unsigned int r_sns;
+       int         vmin;       /* in millivolts */
+       int         vmax;       /* in millivolts */
+       int         temp_min;   /* in tenths of degree Celsius */
+       int         temp_max;   /* in tenths of degree Celsius */
 };
 
 #endif /* __MAX17042_BATTERY_H_ */