mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 10:31:02 +00:00
kahlee: Switch thermal I2C over to 1.8V
The SB-TSI temp sensor on the FT4 requires the 1.8V for the I2C bus. BUG=b:69379715 BRANCH=None TEST=Build, deploy, over servo: `temps` Change-Id: I9929d7f5ac4a029f7314bac6eae50ee2c54b8ea4 Reviewed-on: https://chromium-review.googlesource.com/849275 Commit-Ready: Alec Thilenius <athilenius@google.com> Tested-by: Alec Thilenius <athilenius@google.com> Reviewed-by: Edward Hill <ecgh@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
3ce0b8b924
commit
bb11331227
@@ -27,8 +27,8 @@ GPIO(LID_ACCEL_INT_L, PIN(C, 7), GPIO_INPUT | GPIO_PULL_UP)
|
||||
GPIO(ALS_INT_L, PIN(0, 2), GPIO_INPUT | GPIO_PULL_UP)
|
||||
|
||||
/* I2C GPIOs will be set to alt. function later. */
|
||||
GPIO(EC_I2C_THERMAL_SDA, PIN(8, 7), GPIO_INPUT) /* Thermel sensor & APU */
|
||||
GPIO(EC_I2C_THERMAL_SCL, PIN(9, 0), GPIO_INPUT) /* Thermel sensor & APU */
|
||||
GPIO(EC_I2C_THERMAL_SDA, PIN(8, 7), GPIO_INPUT | GPIO_SEL_1P8V) /* Thermel sensor & APU */
|
||||
GPIO(EC_I2C_THERMAL_SCL, PIN(9, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* Thermel sensor & APU */
|
||||
GPIO(EC_I2C_SENSOR_SDA, PIN(9, 1), GPIO_INPUT) /* Sensor board ( G-sensor, light sensor ) */
|
||||
GPIO(EC_I2C_SENSOR_SCL, PIN(9, 2), GPIO_INPUT) /* Sensor board ( G-sensor, light sensor ) */
|
||||
GPIO(EC_I2C_USB_C0_PD_SDA, PIN(B, 4), GPIO_INPUT) /* PD1 */
|
||||
|
||||
Reference in New Issue
Block a user