hc
2023-08-21 fc437ccf3419c424092701f3d883215fa4552a8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
charge-animation
~~~~~~~~~~~~~~~~
 
Required properties :
 - compatible: "rockchip,uboot-charge"
 - rockchip,uboot-charge-on: enable uboot charge animation
 - rockchip,android-charge-on: enable android charge animation,
   either uboot charge animation or android charge animation
   can be executed, but not both
 
Optional properties :
 - rockchip,uboot-low-power-voltage: voltage threshold of power off
 - rockchip,screen-on-voltage: voltage threshold of screen on
 
Example:
 
   charge-animation {
       compatible = "rockchip,uboot-charge";
       rockchip,uboot-charge-on = <1>;
       rockchip,android-charge-on = <0>;
       rockchip,uboot-low-power-voltage = <3500>;
       rockchip,screen-on-voltage = <3600>;
       status = "okay";
   };