summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2022-09-13 18:17:45 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-14 04:22:04 +0000
commite12f3fa1a0005341241f7fbe80def66ceac3c962 (patch)
treec967c8017031e67ab056b08190fabe5c6d4bd9d0
parentbc86a12b50fe223f312ca29f9327e2babf6385a4 (diff)
downloadchrome-ec-e12f3fa1a0005341241f7fbe80def66ceac3c962.tar.gz
krabby: dts: move rt9490 bc12 node to i2c0
It's not under i2c4. (Actually this is a no-op change because rt9490 driver only requires that the i2c config in charger node is correct) BUG=none TEST=bc12 detection on c1 port still works BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: Id905cbf1a45fe3be0232f42a9c964930fd689467 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3893811 Reviewed-by: Eric Yilun Lin <yllin@google.com> Tested-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--zephyr/projects/corsola/i2c_krabby_tentacruel.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/zephyr/projects/corsola/i2c_krabby_tentacruel.dtsi b/zephyr/projects/corsola/i2c_krabby_tentacruel.dtsi
index ebc83482ff..beee4a9e4e 100644
--- a/zephyr/projects/corsola/i2c_krabby_tentacruel.dtsi
+++ b/zephyr/projects/corsola/i2c_krabby_tentacruel.dtsi
@@ -68,6 +68,13 @@
address-width = <8>;
timeout = <5>;
};
+
+ bc12_port1: rt9490-bc12@53 {
+ compatible = "richtek,rt9490-bc12";
+ status = "okay";
+ reg = <0x53>;
+ irq = <&int_usb_c1_bc12_charger>;
+ };
};
&i2c1 {
@@ -126,13 +133,6 @@
pinctrl-names = "default";
prescale-scl-low = <1>;
- bc12_port1: rt9490-bc12@53 {
- compatible = "richtek,rt9490-bc12";
- status = "okay";
- reg = <0x53>;
- irq = <&int_usb_c1_bc12_charger>;
- };
-
ppc_port1: syv682x@40 {
compatible = "silergy,syv682x";
status = "okay";