summaryrefslogtreecommitdiff
path: root/zephyr/include
diff options
context:
space:
mode:
authorWealian Liao <whliao@nuvoton.corp-partner.google.com>2022-01-27 11:03:07 +0800
committerCommit Bot <commit-bot@chromium.org>2022-01-28 18:46:18 +0000
commit0e31915cdf87eb6b66d35cd7ab082f901297d1ee (patch)
tree83ea487f6420484f8f6a2b54afcb7f5dedab7af3 /zephyr/include
parent1e471003b7c82cc09503ffa0b01e3718f41ba3a0 (diff)
downloadchrome-ec-0e31915cdf87eb6b66d35cd7ab082f901297d1ee.tar.gz
zephyr: flash: Rename cros-ec,flash to cros-ec,flash-controller
Rename cros-ec,flash to cros-ec,flash-controller. So we can distinguish the flash and flash-controller node. BUG=b:216385443 BRANCH=none TEST=zmake testall Signed-off-by: Wealian Liao <whliao@nuvoton.corp-partner.google.com> Change-Id: Ibd892a903f6efab2729961681267c6c98eb5762d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3419434 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/ite/it8xxx2.dtsi2
-rw-r--r--zephyr/include/cros/nuvoton/npcx.dtsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/include/cros/ite/it8xxx2.dtsi b/zephyr/include/cros/ite/it8xxx2.dtsi
index a6a4d89e1c..d34fe6a499 100644
--- a/zephyr/include/cros/ite/it8xxx2.dtsi
+++ b/zephyr/include/cros/ite/it8xxx2.dtsi
@@ -10,7 +10,7 @@
chosen {
cros-ec,bbram = &bbram;
cros-ec,espi = &espi0;
- cros-ec,flash = &fiu0;
+ cros-ec,flash-controller = &fiu0;
cros-ec,raw-kb = &cros_kb_raw;
cros-ec,watchdog = &twd0;
};
diff --git a/zephyr/include/cros/nuvoton/npcx.dtsi b/zephyr/include/cros/nuvoton/npcx.dtsi
index 44b3433459..a5c8a7433a 100644
--- a/zephyr/include/cros/nuvoton/npcx.dtsi
+++ b/zephyr/include/cros/nuvoton/npcx.dtsi
@@ -13,7 +13,7 @@
chosen {
cros-ec,bbram = &bbram;
cros-ec,espi = &espi0;
- cros-ec,flash = &fiu0;
+ cros-ec,flash-controller = &fiu0;
cros-ec,raw-kb = &cros_kb_raw;
cros-ec,watchdog = &twd0;
};