diff options
author | Keith Short <keithshort@chromium.org> | 2021-02-16 13:14:05 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-02-17 21:53:30 +0000 |
commit | 9e484f33a9be80f1237417931fd6d4b233ed4856 (patch) | |
tree | b1382fd29eeaed292b5b9ab8a76b0c97fc9e7ac5 | |
parent | e8a96e49e310cd6a8a5f915e3c53b92f18fb8ace (diff) | |
download | chrome-ec-9e484f33a9be80f1237417931fd6d4b233ed4856.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>
-rw-r--r-- | zephyr/projects/volteer/boards/arm/volteer/volteer.dts | 6 |
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 b46b2851cf..835cbf2f7b 100644 --- a/zephyr/projects/volteer/boards/arm/volteer/volteer.dts +++ b/zephyr/projects/volteer/boards/arm/volteer/volteer.dts @@ -29,6 +29,12 @@ zephyr,flash = &flash0; }; + ec-console { + compatible = "ec-console"; + + disabled = "hostcmd"; + }; + named-i2c-ports { compatible = "named-i2c-ports"; |