summaryrefslogtreecommitdiff
path: root/zephyr/include
diff options
context:
space:
mode:
authorJun Lin <CHLin56@nuvoton.com>2021-04-01 17:27:10 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-02 17:19:46 +0000
commit3e7a2daf2127b2d18b142b307e19560f1a0fa692 (patch)
tree133ffd20d31dfb986fc7dbe5f0f99fae9e937890 /zephyr/include
parent2f109eec78cc895b0ca9195af398610b0d44797a (diff)
downloadchrome-ec-3e7a2daf2127b2d18b142b307e19560f1a0fa692.tar.gz
zephyr: driver: SHI: remove SHI version control
In NPCX7mnFA, the old SHI module and the new SHI module co-exist in this chip. We need to set DEVALTF.bit7 to enable the new version of the SHI module. In the latter npcx7 variants and npcx9 chips, only the new SHI module is supported. Because NPCX7mnFA chip variants are not included in the zephyr repo. We can remove the version control setttng. BUG=b:182600858 BRANCH=none TEST=Test host command "version" and "Hello" on npcx7_evb and the host emulator. Signed-off-by: Jun Lin <CHLin56@nuvoton.com> Change-Id: I43b2fb5294f39e2bf04a0794c9d54e87c8e0ce33 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2799335 Tested-by: CH Lin <chlin56@nuvoton.com> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/include')
-rw-r--r--zephyr/include/cros/nuvoton/npcx.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/include/cros/nuvoton/npcx.dtsi b/zephyr/include/cros/nuvoton/npcx.dtsi
index 9c646423bf..8cacae3e95 100644
--- a/zephyr/include/cros/nuvoton/npcx.dtsi
+++ b/zephyr/include/cros/nuvoton/npcx.dtsi
@@ -93,7 +93,6 @@
interrupts = <18 2>;
clocks = <&pcc NPCX_CLOCK_BUS_APB3 NPCX_PWDWN_CTL5 1>;
pinctrl-0 = <&altc_shi_sl>;
- ver-ctrl = <&altf_shi_new>;
shi-cs-wui =<&wui_io53>;
label = "SHI";
};