summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-02-16 13:14:05 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-18 17:47:59 +0000
commit1aeb4e7e6bfc1393511ea243af6dd428f1fe26b1 (patch)
treed2ccb5aed05ec641647cb3adba0bafacd519b4f0
parent44ad47ea40d84f602d455aec36e3fc963d1a5590 (diff)
downloadchrome-ec-1aeb4e7e6bfc1393511ea243af6dd428f1fe26b1.tar.gz
volteer: disable hostcmd console channel
Disable the hostcmd console channel on Zephyr EC builds to match the Chromium EC setting. BUG=b:180421120 BRANCH=none TEST=make buildall TEST=zmake testall TEST=On Volteer, verify "hostcmd" channel is disabled by default Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I049acc6b2f54c14774139151ba032b5582aba368 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2698269 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2704621 Tested-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Commit-Queue: Abe Levkoy <alevkoy@chromium.org>
-rw-r--r--zephyr/projects/volteer/boards/arm/volteer/volteer.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/boards/arm/volteer/volteer.dts b/zephyr/projects/volteer/boards/arm/volteer/volteer.dts
index c02bb8ff2f..467bb1126d 100644
--- a/zephyr/projects/volteer/boards/arm/volteer/volteer.dts
+++ b/zephyr/projects/volteer/boards/arm/volteer/volteer.dts
@@ -28,6 +28,12 @@
zephyr,flash = &flash0;
};
+ ec-console {
+ compatible = "ec-console";
+
+ disabled = "hostcmd";
+ };
+
named-i2c-ports {
compatible = "named-i2c-ports";