ARM64: dts: rk3399: add some device support for tve1205g
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / power / ec_battery.txt
1 Binding for EC Battery
2
3 Required properties:
4 - compatible: Should contain one of the following:
5     * "rockchip,ec-battery"
6 - reg: integer, smbus address of the device.
7 - tvirtual_power: integer, test power, if battery is not exist;
8 - monitor_sec: integer, delay time of queue_delayed_work (s);
9
10
11 Optional properties:
12
13 Example:
14
15 ec_battery: ec_battery09 {
16         compatible = "rockchip,ec-battery";
17         reg = <0x76>;
18         virtual_power = <0>;
19         monitor_sec = <5>;
20 };