perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / include / dt-bindings / thermal / thermal_exynos.h
blob642e4e7f4084d6d861fc24644f34ba84a02c00f0
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * thermal_exynos.h - Samsung EXYNOS TMU device tree definitions
5 * Copyright (C) 2014 Samsung Electronics
6 * Lukasz Majewski <l.majewski@samsung.com>
7 */
9 #ifndef _EXYNOS_THERMAL_TMU_DT_H
10 #define _EXYNOS_THERMAL_TMU_DT_H
12 #define TYPE_ONE_POINT_TRIMMING 0
13 #define TYPE_ONE_POINT_TRIMMING_25 1
14 #define TYPE_ONE_POINT_TRIMMING_85 2
15 #define TYPE_TWO_POINT_TRIMMING 3
16 #define TYPE_NONE 4
18 #endif /* _EXYNOS_THERMAL_TMU_DT_H */