![]() |
|
|||
0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 0002 /* 0003 * Copyright (c) 2022 Samsung Electronics Co., Ltd. 0004 * Author: Chanho Park <chanho61.park@samsung.com> 0005 * 0006 * Device Tree bindings for Samsung Boot Mode. 0007 */ 0008 0009 #ifndef __DT_BINDINGS_SAMSUNG_BOOT_MODE_H 0010 #define __DT_BINDINGS_SAMSUNG_BOOT_MODE_H 0011 0012 /* Boot mode definitions for Exynos Auto v9 SoC */ 0013 0014 #define EXYNOSAUTOV9_BOOT_FASTBOOT 0xfa 0015 #define EXYNOSAUTOV9_BOOT_BOOTLOADER 0xfc 0016 #define EXYNOSAUTOV9_BOOT_RECOVERY 0xff 0017 0018 #endif /* __DT_BINDINGS_SAMSUNG_BOOT_MODE_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |