summaryrefslogtreecommitdiff
path: root/zephyr/emul
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-08-23 08:36:38 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-24 19:56:39 +0000
commit171b7caa1ce81f7bcd4d7b0516d2e1f6caa9991c (patch)
tree9c09c8cc2f9f0dd71f47b53f92a0d335dd938126 /zephyr/emul
parent506ff37ba9e0d906062699daf04d259d0d9b4dc8 (diff)
downloadchrome-ec-171b7caa1ce81f7bcd4d7b0516d2e1f6caa9991c.tar.gz
zephyr: drop KB_RAW label property
Drop the label property from the emul_kb_raw driver. BUG=b:239165779 BRANCH=none TEST=./twister --clobber Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I69ecd3f29a220d28e406777c31f2cf8e73374557 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3852579 Reviewed-by: Sam Hurst <shurst@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'zephyr/emul')
-rw-r--r--zephyr/emul/emul_kb_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/emul/emul_kb_raw.c b/zephyr/emul/emul_kb_raw.c
index 6db8fe63cc..0a418f2c31 100644
--- a/zephyr/emul/emul_kb_raw.c
+++ b/zephyr/emul/emul_kb_raw.c
@@ -121,7 +121,7 @@ static const struct cros_kb_raw_driver_api emul_kb_raw_driver_api = {
}; \
\
static const struct kb_raw_emul_cfg kb_raw_emul_cfg_##n = { \
- .dev_label = DT_INST_LABEL(n), \
+ .dev_label = DT_NODE_FULL_NAME(DT_DRV_INST(n)), \
.data = &kb_raw_emul_data_##n, \
.rows = DT_INST_PROP(n, rows), \
.cols = DT_INST_PROP(n, cols), \