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:
Weixin Zhou
2024-04-01 17:33:43 +08:00
parent 4796d94c3b
commit 750397f5bf
2 changed files with 24 additions and 0 deletions

View File

@@ -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";

View File

@@ -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";