summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/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:57:06 +0000
commita7b3c9baed5914957b279e4aaeb88639d3a90187 (patch)
tree9d8548d1f8c536ddc5239b9ad8d9e07389d9711a /zephyr/dts/bindings/emul
parentcb10f9229e0c2d90e3d484126aed4363903fcc0b (diff)
downloadchrome-ec-a7b3c9baed5914957b279e4aaeb88639d3a90187.tar.gz
zephyr: lis2dw12 emulator: add explicit label property
The lis2dw12 emulator and tests currently require the label property. Override the deprecated attribute from the base.yaml. BUG=b:239165779 BRANCH=none TEST=./twister --clobber Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I03aaee950bc674036646a8598eaa3baf451bcc97 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3852902 Reviewed-by: Aaron Massey <aaronmassey@google.com>
Diffstat (limited to 'zephyr/dts/bindings/emul')
-rw-r--r--zephyr/dts/bindings/emul/cros,lis2dw12-emul.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/zephyr/dts/bindings/emul/cros,lis2dw12-emul.yaml b/zephyr/dts/bindings/emul/cros,lis2dw12-emul.yaml
index 44c29fbe56..3c91effe5c 100644
--- a/zephyr/dts/bindings/emul/cros,lis2dw12-emul.yaml
+++ b/zephyr/dts/bindings/emul/cros,lis2dw12-emul.yaml
@@ -6,7 +6,15 @@ description: CROS implementation of the LIS2DW12 emulator
compatible: "cros,lis2dw12-emul"
-include: base.yaml
+# TODO(b/239165779): Reduce or remove the usage of label properties
+include:
+ - name: base.yaml
+ property-blocklist:
+ - label
+
properties:
reg:
required: true
+ label:
+ type: string
+ required: false