dts: bindings: drv2605: Requires actuator-mode prop

Requires the actuator-mode property to be set as there is no safe
default value.

Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
This commit is contained in:
Ricardo Rivera-Matos 2024-08-15 18:42:51 +00:00 committed by Anas Nashif
commit 7d58579a17
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@ include: i2c-device.yaml
properties: properties:
actuator-mode: actuator-mode:
required: true
type: string type: string
enum: enum:
- "ERM" - "ERM"

View file

@ -11,4 +11,6 @@ drv2605@0 {
compatible = "ti,drv2605"; compatible = "ti,drv2605";
reg = <0x0>; reg = <0x0>;
status = "okay"; status = "okay";
actuator-mode = "LRA";
}; };