From 815da6a6ea9aeb577cd00dfb0ab142fe1f2aeb0f Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Wed, 19 Jan 2022 18:16:30 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3400762 Reviewed-by: Denis Brockus Reviewed-by: Keith Short Commit-Queue: Keith Short --- zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zephyr/boards') 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"; -- cgit v1.2.1