summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryoojin <yoojin7.lee@samsung.com>2014-06-30 11:02:47 +0900
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-08 15:43:23 +0000
commit49f889a0b43d22acc3061f050969117530290c6a (patch)
tree870c7305a547cacc2827462d4ca47fb4427e78f6
parentc3224254295191560384292897277217135aa5a6 (diff)
downloadchrome-ec-49f889a0b43d22acc3061f050969117530290c6a.tar.gz
winky : Skip to check temperature by diassert PWROK
EC reset by i2c fail. EC should ignore to check temperature when PWROK was diasserted and thermal sensor was off BUG=chrome-os-partner:29907 TEST=emerge-winky chromeos-ec Check system boot on winky and temperature on S0. Change-Id: I52cab9470b1b82ea257020f95f62cc67099788f1 Reviewed-on: https://chromium-review.googlesource.com/205902 Reviewed-by: YongBeum Ha <ybha@samsung.com> Reviewed-by: yoojin lee <yoojin7.lee@samsung.com> Tested-by: YongBeum Ha <ybha@samsung.com> Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Mohammed Habibulla <moch@chromium.org> Commit-Queue: yoojin lee <yoojin7.lee@samsung.com> Tested-by: yoojin lee <yoojin7.lee@samsung.com>
-rwxr-xr-x[-rw-r--r--]board/winky/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/winky/board.h b/board/winky/board.h
index 7109d94564..9486c9e077 100644..100755
--- a/board/winky/board.h
+++ b/board/winky/board.h
@@ -39,6 +39,7 @@
#define CONFIG_SCI_GPIO GPIO_PCH_SCI_L
#define CONFIG_TEMP_SENSOR
#define CONFIG_TEMP_SENSOR_TMP432
+#define CONFIG_TEMP_SENSOR_POWER_GPIO GPIO_PCH_SYS_PWROK
#define CONFIG_USB_PORT_POWER_IN_S3
#define CONFIG_USB_PORT_POWER_SMART
#define CONFIG_USB_PORT_POWER_SMART_DEFAULT_MODE USB_CHARGE_MODE_CDP