From a24873eaf1fe42027edc6cee010337bbe7ad00e5 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Thu, 28 Jul 2016 10:56:35 +0800 Subject: [PATCH] dt-bindings: soc: rockchip: add charging mode support Change-Id: I66d5eb1813583aae37b2d19a2cf18dd9bbaf7125 Signed-off-by: Tao Huang --- include/dt-bindings/soc/rockchip,boot-mode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/soc/rockchip,boot-mode.h b/include/dt-bindings/soc/rockchip,boot-mode.h index 4b0914c0989d..772fa12a277a 100644 --- a/include/dt-bindings/soc/rockchip,boot-mode.h +++ b/include/dt-bindings/soc/rockchip,boot-mode.h @@ -12,5 +12,7 @@ #define BOOT_RECOVERY (REBOOT_FLAG + 3) /* enter fastboot mode */ #define BOOT_FASTBOOT (REBOOT_FLAG + 9) +/* enter charging mode */ +#define BOOT_CHARGING (REBOOT_FLAG + 11) #endif