Add bootmode values for bootloader, download, and recovery for Exynos7870. These values are used by the syscon-reboot-mode driver to facilitate rebooting in different modes. Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx> --- This patch series is a part of Exynos7870 upstreaming. --- include/dt-bindings/soc/samsung,boot-mode.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/dt-bindings/soc/samsung,boot-mode.h b/include/dt-bindings/soc/samsung,boot-mode.h index 47ef1cdd3916eb33dd729396dfe443ba6a49f22f..effb3d6fa501e28a0a1fe847e5a0fe6906ef4f29 100644 --- a/include/dt-bindings/soc/samsung,boot-mode.h +++ b/include/dt-bindings/soc/samsung,boot-mode.h @@ -9,6 +9,12 @@ #ifndef __DT_BINDINGS_SAMSUNG_BOOT_MODE_H #define __DT_BINDINGS_SAMSUNG_BOOT_MODE_H +/* Boot mode definitions for Exynos 7870 SoC */ + +#define EXYNOS7870_BOOT_DOWNLOAD 0x12345671 +#define EXYNOS7870_BOOT_RECOVERY 0x12345674 +#define EXYNOS7870_BOOT_BOOTLOADER 0x1234567d + /* Boot mode definitions for Exynos Auto v9 SoC */ #define EXYNOSAUTOV9_BOOT_FASTBOOT 0xfa --- base-commit: df4b2bbff898227db0c14264ac7edd634e79f755 change-id: 20250203-exynos7870-bootmode-b0ed366d454d Best regards, -- Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx>