mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
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 <jacob2.chen@rock-chips.com>
This commit is contained in:
parent
a5b2de5cc9
commit
58e70152a1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user