From 33b28d30942dd330c1fc051d28f4ea1d001dea67 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 30 Mar 2023 11:35:17 +0800 Subject: [PATCH] khadas: include/dt-bindings/soc - squashed, scripts/packaging/etc removed, grouped by directory - source - https://github.com/khadas/linux/commits/khadas-edges-5.10.y - https://github.com/khadas/linux/commit/85a8b25939a28b66f2147823b62f5861d23d69c1 --- include/dt-bindings/soc/rockchip,boot-mode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/soc/rockchip,boot-mode.h b/include/dt-bindings/soc/rockchip,boot-mode.h index 1436e1d32619..c617db54b09c 100644 --- a/include/dt-bindings/soc/rockchip,boot-mode.h +++ b/include/dt-bindings/soc/rockchip,boot-mode.h @@ -20,5 +20,6 @@ #define BOOT_CHARGING (REBOOT_FLAG + 11) /* enter usb mass storage mode */ #define BOOT_UMS (REBOOT_FLAG + 12) - +/* enter reboot test mode */ +#define BOOT_REBOOT_TEST (REBOOT_FLAG + 14) #endif