summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo-Tsai <leocx_tsai@compal.corp-partner.google.com>2022-03-02 09:10:57 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-23 07:53:28 +0000
commita995a1aade706adc334736346b1a7616d8cf835a (patch)
tree9ee4a6b2961ec2790197e5f2ea1162d312209e24
parent79d42e8fae496a2a69bce288289094b720b8b343 (diff)
downloadchrome-ec-a995a1aade706adc334736346b1a7616d8cf835a.tar.gz
Banshee:Remove PPC NX20P3483
Remove not used PPC and define CONFIG_USB_PD_PPC BUG=b:223490888 BRANCH=none TEST=build make -j BOARD=Banshee pass Signed-off-by: Leo-Tsai <leocx_tsai@compal.corp-partner.google.com> Change-Id: Id8b987a596398ed322bd40d8d0bfe8614b52a63d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3499640 Reviewed-by: Elthan Huang <elthan_huang@compal.corp-partner.google.com> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-by: caveh jalali <caveh@chromium.org>
-rw-r--r--board/banshee/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/banshee/board.h b/board/banshee/board.h
index 8c82eca583..9acf656c4e 100644
--- a/board/banshee/board.h
+++ b/board/banshee/board.h
@@ -65,7 +65,7 @@
#define CONFIG_HOSTCMD_I2C_CONTROL
#define CONFIG_USBC_PPC_SYV682X
-#define CONFIG_USBC_PPC_NX20P3483
+#define CONFIG_USB_PD_PPC
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 30000 /* us */