summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-03-22 14:42:24 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-23 14:38:32 +0000
commitb5fa8684b1f44590f3c434a23d0b9f4de8c29513 (patch)
tree001545686762cff2f875162a9dd6ab8d832b4ad1 /zephyr/boards/arm
parent06e7babfc29e52f28b94e917944781b7a671744a (diff)
downloadchrome-ec-b5fa8684b1f44590f3c434a23d0b9f4de8c29513.tar.gz
zephyr: brya: Disable console channels
Disable the console channels "events" and "lpc" to match the legacy EC configuration. Also disable the "hostcmd" channel to further reduce console spam. BUG=none BRANCH=all TEST=boot Zephyr on brya, verify channels disabled using "chan" Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I03a15c2a2db3b0e5b2e6ed0aacd8bb68e3887aec Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3544425 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/boards/arm')
-rw-r--r--zephyr/boards/arm/brya/brya.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/boards/arm/brya/brya.dts b/zephyr/boards/arm/brya/brya.dts
index 2324abe642..46111e6eff 100644
--- a/zephyr/boards/arm/brya/brya.dts
+++ b/zephyr/boards/arm/brya/brya.dts
@@ -33,6 +33,11 @@
cros,rtc = &mtc;
};
+ ec-console {
+ compatible = "ec-console";
+ disabled = "events", "lpc", "hostcmd";
+ };
+
named-i2c-ports {
compatible = "named-i2c-ports";
i2c_sensor: sensor {