summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/gpio.dts
diff options
context:
space:
mode:
authorWealian Liao <whliao@nuvoton.corp-partner.google.com>2021-04-12 10:41:22 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-13 00:52:31 +0000
commit3ae46cf15d5d5ec582d00ac4d3b01d23728fab4f (patch)
treeb520b4d1527702d9d2041117b38d04e97efea69b /zephyr/projects/trogdor/lazor/gpio.dts
parent6f48e0cfcde1d7f15406aa0a630670fa8628793d (diff)
downloadchrome-ec-3ae46cf15d5d5ec582d00ac4d3b01d23728fab4f.tar.gz
zephyr: npcx: Fixed the name of nodes in device-tree files
CL:2819147 fixed the name of nodes in devoce-tree file following rules: If object is 'phandles', use underscores for object name. If not, such as 'node' or 'property', use hyphens for object name. Modify the related files for build pass. BUG=none BRANCH=none TEST=zmake testall Cq-Depend: chromium:2819147 Signed-off-by: Wealian Liao <whliao@nuvoton.corp-partner.google.com> Change-Id: I70284ecb168234493d04b8b26433ec7009232132 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2817684 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/projects/trogdor/lazor/gpio.dts')
-rw-r--r--zephyr/projects/trogdor/lazor/gpio.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/projects/trogdor/lazor/gpio.dts b/zephyr/projects/trogdor/lazor/gpio.dts
index 7c6ceec9cd..c5f95a1fd1 100644
--- a/zephyr/projects/trogdor/lazor/gpio.dts
+++ b/zephyr/projects/trogdor/lazor/gpio.dts
@@ -361,9 +361,9 @@
};
};
- def_lvol_io_list {
+ def-lvol-io-list {
compatible = "nuvoton,npcx-lvolctrl-def";
- lvol_io_pads = <
+ lvol-io-pads = <
&lvol_ioc1 /* AP_RST_L */
&lvol_ioc2 /* DEPRECATED_AP_RST_REQ */
&lvol_iof4 /* WARM_RESET_L */