The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/power/supply/stericsson,ab8500-battery.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 AB85000 PMIC contains a node, which contains shared
    2 information about the battery connected to the PMIC.
    3 The node has no compatible property.
    4 
    5 Properties of this node are:
    6 
    7 thermistor-on-batctrl:
    8         A boolean value indicating thermistor interface to battery
    9 
   10         Note:
   11         'btemp' and 'batctrl' are the pins interfaced for battery temperature
   12         measurement, 'btemp' signal is used when NTC(negative temperature
   13         coefficient) resister is interfaced external to battery whereas
   14         'batctrl' pin is used when NTC resister is internal to battery.
   15 
   16         Example:
   17         ab8500_battery: ab8500_battery {
   18                 thermistor-on-batctrl;
   19         };
   20         indicates: NTC resister is internal to battery, 'batctrl' is used
   21                 for thermal measurement.
   22 
   23         The absence of property 'thermal-on-batctrl' indicates
   24         NTC resister is external to battery and  'btemp' signal is used
   25         for thermal measurement.
   26 
   27 battery-type:
   28         This shall be the battery manufacturing technology type,
   29         allowed types are:
   30                 "UNKNOWN" "NiMH" "LION" "LIPO" "LiFe" "NiCd" "LiMn"
   31         Example:
   32         ab8500_battery: ab8500_battery {
   33                 stericsson,battery-type = "LIPO";
   34         }

Cache object: 409ace8cab408de637f6afe8c1fcce9b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.