mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3576-ebook: enable uboot charge
Signed-off-by: Weixin Zhou <zwx@rock-chips.com> Change-Id: Idbc9c230c046807ebc0c88cc220e7e620ea68635
This commit is contained in:
@@ -56,6 +56,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
charge-animation {
|
||||
compatible = "rockchip,uboot-charge";
|
||||
rockchip,uboot-charge-on = <1>;
|
||||
rockchip,android-charge-on = <0>;
|
||||
rockchip,uboot-low-power-voltage = <3450>;
|
||||
rockchip,screen-on-voltage = <3500>;
|
||||
rockchip,uboot-exit-charge-level = <2>;
|
||||
rockchip,uboot-exit-charge-voltage = <3500>;
|
||||
rockchip,uboot-exit-charge-auto = <1>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
charger-manager {
|
||||
compatible = "rockchip-charger-manager";
|
||||
cm-name = "battery";
|
||||
|
||||
@@ -66,6 +66,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
charge-animation {
|
||||
compatible = "rockchip,uboot-charge";
|
||||
rockchip,uboot-charge-on = <1>;
|
||||
rockchip,android-charge-on = <0>;
|
||||
rockchip,uboot-low-power-voltage = <3450>;
|
||||
rockchip,screen-on-voltage = <3500>;
|
||||
rockchip,uboot-exit-charge-level = <2>;
|
||||
rockchip,uboot-exit-charge-voltage = <3500>;
|
||||
rockchip,uboot-exit-charge-auto = <1>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
charger-manager {
|
||||
compatible = "rockchip-charger-manager";
|
||||
cm-name = "battery";
|
||||
|
||||
Reference in New Issue
Block a user