From 92d2f434103208a45d033b475f0d9126360a0ae4 Mon Sep 17 00:00:00 2001 From: Diana Z Date: Wed, 12 Jan 2022 11:55:58 -0700 Subject: Zephyr: Add new I2C port enum for AP thermal Add an enum value for the AP thermal port. BRANCH=None BUG=b:195137794,b:208515128 TEST=zmake testall Signed-off-by: Diana Z Change-Id: I0bd396e8d23e7d05adfce6d2b746beb6c936ef49 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3384487 Reviewed-by: Jack Rosenthal --- zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml b/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml index e4981c2dc5..8e6f65159c 100644 --- a/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml +++ b/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml @@ -37,6 +37,7 @@ properties: - I2C_PORT_SENSOR - I2C_PORT_TCPC0 - I2C_PORT_TCPC1 + - I2C_PORT_THERMAL_AP - I2C_PORT_USB_1_MIX - I2C_PORT_USB_C0 - I2C_PORT_USB_C0_TCPC -- cgit v1.2.1