avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
13
u-boot/include/dt-bindings/thermal/tegra124-soctherm.h
Normal file
13
u-boot/include/dt-bindings/thermal/tegra124-soctherm.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This header provides constants for binding nvidia,tegra124-soctherm.
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
|
||||
#define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
|
||||
|
||||
#define TEGRA124_SOCTHERM_SENSOR_CPU 0
|
||||
#define TEGRA124_SOCTHERM_SENSOR_MEM 1
|
||||
#define TEGRA124_SOCTHERM_SENSOR_GPU 2
|
||||
#define TEGRA124_SOCTHERM_SENSOR_PLLX 3
|
||||
|
||||
#endif
|
||||
17
u-boot/include/dt-bindings/thermal/thermal.h
Normal file
17
u-boot/include/dt-bindings/thermal/thermal.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* This header provides constants for most thermal bindings.
|
||||
*
|
||||
* Copyright (C) 2013 Texas Instruments
|
||||
* Eduardo Valentin <eduardo.valentin@ti.com>
|
||||
*
|
||||
* GPLv2 only
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
|
||||
#define _DT_BINDINGS_THERMAL_THERMAL_H
|
||||
|
||||
/* On cooling devices upper and lower limits */
|
||||
#define THERMAL_NO_LIMIT (~0)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user