summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/f75303.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/f75303.h')
-rw-r--r--driver/temp_sensor/f75303.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver/temp_sensor/f75303.h b/driver/temp_sensor/f75303.h
index a4bdcbf872..bdfd2624f0 100644
--- a/driver/temp_sensor/f75303.h
+++ b/driver/temp_sensor/f75303.h
@@ -8,7 +8,11 @@
#ifndef __CROS_EC_F75303_H
#define __CROS_EC_F75303_H
+#ifdef BOARD_MUSHU
+#define F75303_I2C_ADDR_FLAGS 0x4D
+#else
#define F75303_I2C_ADDR_FLAGS 0x4C
+#endif
enum f75303_index {
F75303_IDX_LOCAL = 0,