1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * This header provides constants for binding 4 */ 5 6 #ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THE 7 #define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THE 8 9 #define TEGRA234_BPMP_THERMAL_ZONE_CPU 10 #define TEGRA234_BPMP_THERMAL_ZONE_GPU 11 #define TEGRA234_BPMP_THERMAL_ZONE_CV0 12 #define TEGRA234_BPMP_THERMAL_ZONE_CV1 13 #define TEGRA234_BPMP_THERMAL_ZONE_CV2 14 #define TEGRA234_BPMP_THERMAL_ZONE_SOC0 15 #define TEGRA234_BPMP_THERMAL_ZONE_SOC1 16 #define TEGRA234_BPMP_THERMAL_ZONE_SOC2 17 #define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX 18 19 #endif 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.