From 3ae46cf15d5d5ec582d00ac4d3b01d23728fab4f Mon Sep 17 00:00:00 2001 From: Wealian Liao Date: Mon, 12 Apr 2021 10:41:22 +0800 Subject: 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 Change-Id: I70284ecb168234493d04b8b26433ec7009232132 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2817684 Reviewed-by: Jack Rosenthal Reviewed-by: Keith Short Commit-Queue: Keith Short --- zephyr/include/cros/nuvoton/npcx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zephyr/include') diff --git a/zephyr/include/cros/nuvoton/npcx.dtsi b/zephyr/include/cros/nuvoton/npcx.dtsi index 8cacae3e95..30a4e402c8 100644 --- a/zephyr/include/cros/nuvoton/npcx.dtsi +++ b/zephyr/include/cros/nuvoton/npcx.dtsi @@ -83,7 +83,7 @@ mtc: mtc@400b7000 { compatible = "nuvoton,npcx-cros-mtc"; reg = <0x400b7000 0x2000>; - mtc_alarm = <&wui_mtc>; + mtc-alarm = <&wui_mtc>; label = "MTC"; }; -- cgit v1.2.1