drm/panel-edp: Add STA 116QHD024002
[drm/drm-misc.git] / include / dt-bindings / soc / samsung,boot-mode.h
blob47ef1cdd3916eb33dd729396dfe443ba6a49f22f
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3 * Copyright (c) 2022 Samsung Electronics Co., Ltd.
4 * Author: Chanho Park <chanho61.park@samsung.com>
6 * Device Tree bindings for Samsung Boot Mode.
7 */
9 #ifndef __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
10 #define __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
12 /* Boot mode definitions for Exynos Auto v9 SoC */
14 #define EXYNOSAUTOV9_BOOT_FASTBOOT 0xfa
15 #define EXYNOSAUTOV9_BOOT_BOOTLOADER 0xfc
16 #define EXYNOSAUTOV9_BOOT_RECOVERY 0xff
18 #endif /* __DT_BINDINGS_SAMSUNG_BOOT_MODE_H */