Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16 19 lines 621 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * This header provides constants for binding nvidia,tegra234-bpmp-thermal. 4 */ 5 6#ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H 7#define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H 8 9#define TEGRA234_BPMP_THERMAL_ZONE_CPU 0 10#define TEGRA234_BPMP_THERMAL_ZONE_GPU 1 11#define TEGRA234_BPMP_THERMAL_ZONE_CV0 2 12#define TEGRA234_BPMP_THERMAL_ZONE_CV1 3 13#define TEGRA234_BPMP_THERMAL_ZONE_CV2 4 14#define TEGRA234_BPMP_THERMAL_ZONE_SOC0 5 15#define TEGRA234_BPMP_THERMAL_ZONE_SOC1 6 16#define TEGRA234_BPMP_THERMAL_ZONE_SOC2 7 17#define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX 8 18 19#endif