summaryrefslogtreecommitdiff
path: root/zephyr/shim/src
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-11-14 15:38:33 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-16 18:22:21 +0000
commit4115c899e6705fb589c4b2e1c78e18eb9b50c11e (patch)
tree62e1a3d5c813225bd9b5482758bf08f08606e175 /zephyr/shim/src
parent18adebdb14df3653def6195657a37c839c9f322f (diff)
downloadchrome-ec-4115c899e6705fb589c4b2e1c78e18eb9b50c11e.tar.gz
zephyr: bindings: rename cros-keyscan to cros-ec,keyscan
Rename the cros-keyscan binding so that it has a cros-ec prefix, like most of the other "soft" bindings in the project. BRANCH=none BUG=none TEST=cq dry run Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I26d72952f44df2ab0bf6228b6f1878e3f099b8f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4021954 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/shim/src')
-rw-r--r--zephyr/shim/src/keyscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/src/keyscan.c b/zephyr/shim/src/keyscan.c
index 78a3e440be..9bf2a5ec1f 100644
--- a/zephyr/shim/src/keyscan.c
+++ b/zephyr/shim/src/keyscan.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#define DT_DRV_COMPAT cros_keyscan
+#define DT_DRV_COMPAT cros_ec_keyscan
#include "keyboard_scan.h"
@@ -13,7 +13,7 @@
#include <soc.h>
-#if DT_NODE_EXISTS(DT_INST(0, cros_keyscan))
+#if DT_NODE_EXISTS(DT_INST(0, cros_ec_keyscan))
/* The keyboard matrix should have at least enough columns for the
* standard keyboard with no keypad.