thermal.h 369 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * This header provides constants for most thermal bindings.
  4. *
  5. * Copyright (C) 2013 Texas Instruments
  6. * Eduardo Valentin <eduardo.valentin@ti.com>
  7. */
  8. #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
  9. #define _DT_BINDINGS_THERMAL_THERMAL_H
  10. /* On cooling devices upper and lower limits */
  11. #define THERMAL_NO_LIMIT (~0)
  12. #endif