summaryrefslogtreecommitdiff
path: root/board/gandof/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gandof/board.h')
-rw-r--r--board/gandof/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/gandof/board.h b/board/gandof/board.h
index 6f38946f92..9969612245 100644
--- a/board/gandof/board.h
+++ b/board/gandof/board.h
@@ -39,6 +39,7 @@
#define CONFIG_SWITCH_DEDICATED_RECOVERY
#define CONFIG_TEMP_SENSOR
#define CONFIG_TEMP_SENSOR_G781
+#define CONFIG_TEMP_SENSOR_G781_INIT
#define CONFIG_TEMP_SENSOR_POWER_GPIO GPIO_PP3300_DX_EN
#define CONFIG_UART_HOST 2
#define CONFIG_USB_PORT_POWER_IN_S3
@@ -118,6 +119,9 @@ enum temp_sensor_id {
TEMP_SENSOR_COUNT
};
+/* G781 sensor HW setting */
+#define G781_LOCAL_TEMP_HIGH_LIMIT_VALUE 77
+
/* Wireless signals */
#define WIRELESS_GPIO_WLAN GPIO_WLAN_OFF_L
#define WIRELESS_GPIO_WWAN GPIO_PP3300_LTE_EN