summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorDaniel Okazaki <dtokazaki@google.com>2023-05-24 12:34:06 -0700
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-05-27 01:56:21 +0000
commit5f8bce6ff642bbc25da89dc29aceeaa1c8a1551a (patch)
tree2d075b51797ae9fdb0ff9f63581b0f7e9603eee5 /dts
parent21eaaf35abc54002e370bb5656d60bac7eceda94 (diff)
downloadshusky-5f8bce6ff642bbc25da89dc29aceeaa1c8a1551a.tar.gz
arm64/dts: zuma: add max77779 i2cm dts config
Bug: 282055885 Test: build Change-Id: I8644e65b146433d6bb18c0731b47db8f14eb4948 Signed-off-by: Daniel Okazaki <dtokazaki@google.com>
Diffstat (limited to 'dts')
-rw-r--r--dts/google/zuma-ripcurrent-battery.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/google/zuma-ripcurrent-battery.dtsi b/dts/google/zuma-ripcurrent-battery.dtsi
index b0c91b6..37db383 100644
--- a/dts/google/zuma-ripcurrent-battery.dtsi
+++ b/dts/google/zuma-ripcurrent-battery.dtsi
@@ -261,4 +261,20 @@
compatible = "max77779-pinctrl";
};
};
+
+ max77779_i2cm:max77779i2cm@64 {
+ reg = <0x64>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ compatible = "max77779_i2cm";
+ status = "disabled";
+
+ interrupt-parent = <&max77779_pmic_irq>;
+ interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
+
+ max77779,timeout = <0xff>;
+ max77779,completion_timeout_ms = <0x200>;
+ max77779,speed = <0x00>;
+ };
};