18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * thermal_exynos.h - Samsung Exynos TMU device tree definitions
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Copyright (C) 2014 Samsung Electronics
68c2ecf20Sopenharmony_ci *  Lukasz Majewski <l.majewski@samsung.com>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef _EXYNOS_THERMAL_TMU_DT_H
108c2ecf20Sopenharmony_ci#define _EXYNOS_THERMAL_TMU_DT_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#define TYPE_ONE_POINT_TRIMMING 0
138c2ecf20Sopenharmony_ci#define TYPE_ONE_POINT_TRIMMING_25 1
148c2ecf20Sopenharmony_ci#define TYPE_ONE_POINT_TRIMMING_85 2
158c2ecf20Sopenharmony_ci#define TYPE_TWO_POINT_TRIMMING 3
168c2ecf20Sopenharmony_ci#define TYPE_NONE 4
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif /* _EXYNOS_THERMAL_TMU_DT_H */
19