summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiHsiang Peng <yihsiangpeng@google.com>2023-12-14 09:00:18 +0000
committerYi-Hsiang Peng <yihsiangpeng@google.com>2024-01-12 03:52:25 +0000
commit65f51782664e95534c29d67cbefde62b2c105bcc (patch)
tree85f0e1f3ca3f4b81a6bf830cf97c9be5f919a84e
parent839594ec76db58f9361feba3caffedd151c9109b (diff)
downloadlynx-65f51782664e95534c29d67cbefde62b2c105bcc.tar.gz
arm64/dts: lynx: use -gpio to enforce probe ordering
Bug: 308370730 Bug: 312384595 Change-Id: Iece12d6a7a1a6ee64a75f906ba4dfdc96a669421 Signed-off-by: YiHsiang Peng <yihsiangpeng@google.com>
-rw-r--r--dts/gs201-lynx-wcharger.dtsi10
1 files changed, 5 insertions, 5 deletions
diff --git a/dts/gs201-lynx-wcharger.dtsi b/dts/gs201-lynx-wcharger.dtsi
index 678806f..62cc0b0 100644
--- a/dts/gs201-lynx-wcharger.dtsi
+++ b/dts/gs201-lynx-wcharger.dtsi
@@ -59,11 +59,11 @@
pinctrl-names = "default";
pinctrl-0 = <&wc_irq &wc_en>;
- idt,gpio_wlc_en = <&gpp0 0 GPIO_ACTIVE_LOW>;
- idt,gpio_qi_vbus_en = <&s2mpg12_gpio 2 GPIO_ACTIVE_HIGH>;
- idt,gpio_qien = <&gpp0 0 GPIO_ACTIVE_LOW>;
- idt,irq_gpio = <&gpa9 5 GPIO_ACTIVE_LOW>;
- idt,gpio_slct = <&s2mpg12_gpio 0 GPIO_ACTIVE_HIGH>;
+ idt,wlc_en-gpio = <&gpp0 0 GPIO_ACTIVE_LOW>;
+ idt,qi_vbus_en-gpio = <&s2mpg12_gpio 2 GPIO_ACTIVE_HIGH>;
+ idt,qien-gpio = <&gpp0 0 GPIO_ACTIVE_LOW>;
+ idt,irq-gpio = <&gpa9 5 GPIO_ACTIVE_LOW>;
+ idt,slct-gpio = <&s2mpg12_gpio 0 GPIO_ACTIVE_HIGH>;
idt,gpio_slct_value = <0>;
idt,max_vout_mv = <10000>; /* max voltage in mV */