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