summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-06-04 14:36:32 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-09 17:49:24 +0000
commit744efbfcc729d08c0d6228a625afb03f30a6d4aa (patch)
tree8a38554b5fb5936590f3f6b273e26186a8ff05f9
parent43255a317f260bd3206b8c5cee49e6db5f05e3a4 (diff)
downloadchrome-ec-744efbfcc729d08c0d6228a625afb03f30a6d4aa.tar.gz
zephyr: trogdor: Disable host command debug output
Disable the host command debugging by default. This matches the Chromium-EC configuration and lessens the amount of console spam. BUG=none BRANCH=none TEST=Build zephyr for lazor, verify hostcmd console channel is disabled. Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I5420a6fcb4f71c71f0c00e2de8c087b87925b3f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2947581 Reviewed-by: Wai-Hong Tam <waihong@google.com>
-rw-r--r--zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts b/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts
index e2d57af8fc..93cd180ce3 100644
--- a/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts
+++ b/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts
@@ -30,6 +30,12 @@
cros,rtc = &mtc;
};
+ ec-console {
+ compatible = "ec-console";
+
+ disabled = "hostcmd";
+ };
+
named-i2c-ports {
compatible = "named-i2c-ports";