summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml
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/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml
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/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml')
-rw-r--r--zephyr/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml b/zephyr/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml
index 09bb03dde8..547b6897e8 100644
--- a/zephyr/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml
+++ b/zephyr/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml
@@ -14,7 +14,7 @@ properties:
label:
required: true
- mtc_alarm:
+ mtc-alarm:
type: phandle
required: true
description: |
@@ -22,5 +22,5 @@ properties:
signal.
For example, the WUI mapping on NPCX7 monotonic counter alarm would be
- mtc_alarm = <&wui_mtc>;
+ mtc-alarm = <&wui_mtc>;