From: Jacob Chen Date: Tue, 13 Sep 2016 05:52:57 +0000 (+0800) Subject: dt-bindings: soc: rockchip: add ums mode X-Git-Tag: firefly_0821_release~1544 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=58e70152a1bdaf2cc634e547f5400e22708cb316;p=firefly-linux-kernel-4.4.55.git dt-bindings: soc: rockchip: add ums mode On upstream uboot, we use ums mode to update firmware. Add this flag to help enter USB Mass Storage mode. Change-Id: I0e515bfd8703bd48d950b72787b365226af11ce9 Signed-off-by: Jacob Chen --- diff --git a/include/dt-bindings/soc/rockchip_boot-mode.h b/include/dt-bindings/soc/rockchip_boot-mode.h index cb7a60ab4b89..816a83b085ad 100644 --- a/include/dt-bindings/soc/rockchip_boot-mode.h +++ b/include/dt-bindings/soc/rockchip_boot-mode.h @@ -13,5 +13,7 @@ #define BOOT_FASTBOOT (REBOOT_FLAG + 9) /* enter charging mode */ #define BOOT_CHARGING (REBOOT_FLAG + 11) +/* enter usb mass storage mode */ +#define BOOT_UMS (REBOOT_FLAG + 12) #endif