summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2022-01-08 10:29:59 +1100
committerCommit Bot <commit-bot@chromium.org>2022-01-10 00:57:21 +0000
commit36fb8b5f9ceb10af85e3c672a5f73693712e9cd2 (patch)
treec2045af7b32c9789f499d511df62e01fbddb31d7
parent3416f628320b7bfbcec2728663e8c5dab984800e (diff)
downloadchrome-ec-36fb8b5f9ceb10af85e3c672a5f73693712e9cd2.tar.gz
nissa: Update nereid generated GPIOs
Update with pull-up options on GPIO. BUG=b:201000844 TEST=zmake configure -b nereid BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: If64e7499902b7aa309f880b4bdddb46100220d63 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3372080 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Commit-Queue: Peter Marheine <pmarheine@chromium.org>
-rw-r--r--zephyr/projects/nissa/nereid_generated.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/zephyr/projects/nissa/nereid_generated.dts b/zephyr/projects/nissa/nereid_generated.dts
index cb1a3d1e4b..0ea7482308 100644
--- a/zephyr/projects/nissa/nereid_generated.dts
+++ b/zephyr/projects/nissa/nereid_generated.dts
@@ -172,7 +172,7 @@
};
gpio_gsc_ec_pwr_btn_odl: gsc_ec_pwr_btn_odl {
#gpio-cells = <0>;
- gpios = <&gpioe 2 GPIO_INPUT>;
+ gpios = <&gpioe 2 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_POWER_BUTTON_L";
};
gpio_hdmi_sel: hdmi_sel {
@@ -196,7 +196,7 @@
};
gpio_pen_detect_odl: pen_detect_odl {
#gpio-cells = <0>;
- gpios = <&gpioj 1 GPIO_INPUT>;
+ gpios = <&gpioj 1 GPIO_INPUT_PULL_UP>;
};
gpio_pg_pp1050_mem_s3_od: pg_pp1050_mem_s3_od {
#gpio-cells = <0>;
@@ -204,7 +204,7 @@
};
gpio_pg_pp1050_proc: pg_pp1050_proc {
#gpio-cells = <0>;
- gpios = <&gpiol 1 GPIO_INPUT>;
+ gpios = <&gpiol 1 GPIO_INPUT_PULL_UP>;
};
gpio_pg_pp5000_s5_od: pg_pp5000_s5_od {
#gpio-cells = <0>;
@@ -213,7 +213,7 @@
};
gpio_rsmrst_pwrgd_l: rsmrst_pwrgd_l {
#gpio-cells = <0>;
- gpios = <&gpioe 1 GPIO_INPUT>;
+ gpios = <&gpioe 1 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_PG_EC_RSMRST_ODL";
};
gpio_slp_s0_l: slp_s0_l {
@@ -256,7 +256,7 @@
};
gpio_usb_c0_int_odl: usb_c0_int_odl {
#gpio-cells = <0>;
- gpios = <&gpiok 0 GPIO_INPUT>;
+ gpios = <&gpiok 0 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_USB_C0_PD_INT_ODL";
};
gpio_vccin_aux_vid0: vccin_aux_vid0 {
@@ -269,12 +269,12 @@
};
gpio_voldn_btn_odl: voldn_btn_odl {
#gpio-cells = <0>;
- gpios = <&gpioi 6 GPIO_INPUT>;
+ gpios = <&gpioi 6 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_VOLUME_DOWN_L";
};
gpio_volup_btn_odl: volup_btn_odl {
#gpio-cells = <0>;
- gpios = <&gpioi 7 GPIO_INPUT>;
+ gpios = <&gpioi 7 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_VOLUME_UP_L";
};
};