1279377Simp/*
2279377Simp * thermal_exynos.h - Samsung EXYNOS TMU device tree definitions
3279377Simp *
4279377Simp *  Copyright (C) 2014 Samsung Electronics
5279377Simp *  Lukasz Majewski <l.majewski@samsung.com>
6279377Simp *
7279377Simp * This program is free software; you can redistribute it and/or modify
8279377Simp * it under the terms of the GNU General Public License as published by
9279377Simp * the Free Software Foundation; either version 2 of the License, or
10279377Simp * (at your option) any later version.
11279377Simp *
12279377Simp * This program is distributed in the hope that it will be useful,
13279377Simp * but WITHOUT ANY WARRANTY; without even the implied warranty of
14279377Simp * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15279377Simp * GNU General Public License for more details.
16279377Simp *
17279377Simp */
18279377Simp
19279377Simp#ifndef _EXYNOS_THERMAL_TMU_DT_H
20279377Simp#define _EXYNOS_THERMAL_TMU_DT_H
21279377Simp
22279377Simp#define TYPE_ONE_POINT_TRIMMING 0
23279377Simp#define TYPE_ONE_POINT_TRIMMING_25 1
24279377Simp#define TYPE_ONE_POINT_TRIMMING_85 2
25279377Simp#define TYPE_TWO_POINT_TRIMMING 3
26279377Simp#define TYPE_NONE 4
27279377Simp
28279377Simp#endif /* _EXYNOS_THERMAL_TMU_DT_H */
29