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/twl-charger.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 TWL BCI (Battery Charger Interface)
    2 
    3 The battery charger needs to interact with the USB phy in order
    4 to know when charging is permissible, and when there is a connection
    5 or disconnection.
    6 
    7 The choice of phy cannot be configured at a hardware level, so there
    8 is no value in explicit configuration in device-tree.  Rather
    9 if there is a sibling of the BCI node which is compatible with
   10 "ti,twl4030-usb", then that is used to determine when and how
   11 use USB power for charging.
   12 
   13 Required properties:
   14 - compatible:
   15   - "ti,twl4030-bci"
   16 - interrupts: two interrupt lines from the TWL SIH (secondary
   17   interrupt handler) - interrupts 9 and 2.
   18 
   19 Optional properties:
   20 - ti,bb-uvolt: microvolts for charging the backup battery.
   21 - ti,bb-uamp: microamps for charging the backup battery.
   22 
   23 Examples:
   24 
   25 bci {
   26    compatible = "ti,twl4030-bci";
   27    interrupts = <9>, <2>;
   28    ti,bb-uvolt = <3200000>;
   29    ti,bb-uamp = <150>;
   30 };

Cache object: 05ac5c40217568ce1540ffe69bfe30c7


[ 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.