hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/dt-bindings/thermal/tegra124-soctherm.h
....@@ -12,9 +12,9 @@
1212 #define TEGRA124_SOCTHERM_SENSOR_PLLX 3
1313 #define TEGRA124_SOCTHERM_SENSOR_NUM 4
1414
15
-#define TEGRA_SOCTHERM_THROT_LEVEL_LOW 0
16
-#define TEGRA_SOCTHERM_THROT_LEVEL_MED 1
17
-#define TEGRA_SOCTHERM_THROT_LEVEL_HIGH 2
18
-#define TEGRA_SOCTHERM_THROT_LEVEL_NONE -1
15
+#define TEGRA_SOCTHERM_THROT_LEVEL_NONE 0
16
+#define TEGRA_SOCTHERM_THROT_LEVEL_LOW 1
17
+#define TEGRA_SOCTHERM_THROT_LEVEL_MED 2
18
+#define TEGRA_SOCTHERM_THROT_LEVEL_HIGH 3
1919
2020 #endif