summaryrefslogtreecommitdiff
path: root/zephyr/boards/riscv
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2022-02-28 16:24:59 +1100
committerCommit Bot <commit-bot@chromium.org>2022-03-02 05:04:39 +0000
commit0770e2292d4f7ba74b38b9e1da3c409b4b22f64f (patch)
tree9201983c7f9aca19949014ebea43bc32e204b196 /zephyr/boards/riscv
parentfdf92cca6e11f055356239c50786f370688ae66a (diff)
downloadchrome-ec-0770e2292d4f7ba74b38b9e1da3c409b4b22f64f.tar.gz
nissa/nereid: enable eSPI peripheral
Support for CONFIG_ESPI_PERIPHERAL_CUSTOM_OPCODE was enabled in the it8xxx2 eSPI driver (https://github.com/zephyrproject-rtos/zephyr/pull/41429), so we can now enable it on Nereid. BUG=b:211772002 TEST=build & flash nereid, no errors (but untested against a real AP) BRANCH=none Signed-off-by: Peter Marheine <pmarheine@chromium.org> Change-Id: Ia6f397d8a0b7d11f617b20e9983b7c1b2d62f9b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3492309 Reviewed-by: Andrew McRae <amcrae@google.com>
Diffstat (limited to 'zephyr/boards/riscv')
-rw-r--r--zephyr/boards/riscv/it8xxx2/it8xxx2.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/boards/riscv/it8xxx2/it8xxx2.dts b/zephyr/boards/riscv/it8xxx2/it8xxx2.dts
index 7673872dfc..dcc3f4a970 100644
--- a/zephyr/boards/riscv/it8xxx2/it8xxx2.dts
+++ b/zephyr/boards/riscv/it8xxx2/it8xxx2.dts
@@ -46,3 +46,7 @@
&cros_kb_raw {
status = "okay"; /* Override in project dts if not required */
};
+
+&espi0 {
+ status = "okay";
+};