forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-30 6c9be420e167ee7ce45c0309586f09ddab28ac15
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";
   };