1=== AB8500 Charger Driver === 2 3Required Properties: 4- compatible = Shall be "stericsson,ab8500-charger" 5- battery = Shall be battery specific information 6 Example: 7 ab8500_charger { 8 compatible = "stericsson,ab8500-charger"; 9 battery = <&ab8500_battery>; 10 }; 11 12- vddadc-supply: Supply for USB and Main charger 13 Example: 14 ab8500-charger { 15 vddadc-supply = <&ab8500_ldo_tvout_reg>; 16 } 17- autopower_cfg: 18 Boolean value depicting the presence of 'automatic poweron after powerloss' 19 Example: 20 ab8500-charger { 21 autopower_cfg; 22 }; 23 24For information on battery specific node, Ref: 25Documentation/devicetree/bindings/power/supply/ab8500/fg.txt 26