summaryrefslogtreecommitdiff
path: root/zephyr/boards
diff options
context:
space:
mode:
authorTim Lin <tim2.lin@ite.corp-partner.google.com>2022-01-19 18:16:30 +0800
committerCommit Bot <commit-bot@chromium.org>2022-01-27 01:16:35 +0000
commit815da6a6ea9aeb577cd00dfb0ab142fe1f2aeb0f (patch)
tree58a6cc4dec0fd4d837e94efe94e1bfef88d900b2 /zephyr/boards
parent243e86db3cf3cc8385cdd915f076aed2cf04d26a (diff)
downloadchrome-ec-815da6a6ea9aeb577cd00dfb0ab142fe1f2aeb0f.tar.gz
zephyr: it8xxx2_evb: Remove uart1_rx to avoid being configured as GPIO input
Because of the CL:3384979, uart1_rx node must be removed to avoid being configured as GPIO input. BUG=none BRANCH=none TEST=Rx of console command is normally. Change-Id: Iacea2df3fcfca57bfcc04e409d28cf95572f9401 Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3400762 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/boards')
-rw-r--r--zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts b/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
index c0c186f256..db81cad4cd 100644
--- a/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
+++ b/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
@@ -39,10 +39,6 @@
gpios = <&gpioe 3 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_PCH_RSMRST_L";
};
- uart1_rx {
- gpios = <&gpiob 0 GPIO_INPUT_PULL_UP>;
- #enum-name = "GPIO_UART1_RX";
- };
sys_reset_l {
gpios = <&gpiob 6 GPIO_OUT_HIGH>;
enum-name = "GPIO_SYS_RESET_L";