summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-01-13 12:35:40 +0800
committerCommit Bot <commit-bot@chromium.org>2022-01-13 10:26:51 +0000
commit471d53adf725b328fc08b682d7b1d13193c06502 (patch)
treeab241c0f62ff7ff8906e572f0bca22b3f7002cff
parent352fce1e82f127933c75ef7b139953e3d9e30608 (diff)
downloadchrome-ec-471d53adf725b328fc08b682d7b1d13193c06502.tar.gz
zephyr: kingler: add isl9238 node in dts
This is not needed yet, just for consistency, and easier for migrating to dts config in the future. BUG=b:203739613 TEST=zmake BRANCH=none Change-Id: I44710aa155a31c9475884560ebd457edc7f7479e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3384122 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Auto-Submit: Eric Yilun Lin <yllin@google.com>
-rw-r--r--zephyr/projects/corsola/i2c_kingler.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/projects/corsola/i2c_kingler.dts b/zephyr/projects/corsola/i2c_kingler.dts
index 21701bddb2..3737f56f4e 100644
--- a/zephyr/projects/corsola/i2c_kingler.dts
+++ b/zephyr/projects/corsola/i2c_kingler.dts
@@ -76,6 +76,12 @@ i2c_pwr_cbi: &i2c3_0 {
label = "I2C_PWR_CBI";
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
+
+ isl9238: isl9238@9 {
+ compatible = "intersil,isl9238";
+ reg = <0x09>;
+ label = "ISL9238_CHARGER";
+ };
};
&i2c_ctrl3 {