1 /* $NetBSD: thermal_exynos.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 /* 4 * thermal_exynos.h - Samsung EXYNOS TMU device tree definitions 5 * 6 * Copyright (C) 2014 Samsung Electronics 7 * Lukasz Majewski <l.majewski@samsung.com> 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License as published by 11 * the Free Software Foundation; either version 2 of the License, or 12 * (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 */ 20 21 #ifndef _EXYNOS_THERMAL_TMU_DT_H 22 #define _EXYNOS_THERMAL_TMU_DT_H 23 24 #define TYPE_ONE_POINT_TRIMMING 0 25 #define TYPE_ONE_POINT_TRIMMING_25 1 26 #define TYPE_ONE_POINT_TRIMMING_85 2 27 #define TYPE_TWO_POINT_TRIMMING 3 28 #define TYPE_NONE 4 29 30 #endif /* _EXYNOS_THERMAL_TMU_DT_H */ 31