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:
parent
51340b879c
commit
7d58579a17
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ include: i2c-device.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
actuator-mode:
|
actuator-mode:
|
||||||
|
required: true
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- "ERM"
|
- "ERM"
|
||||||
|
|
|
@ -11,4 +11,6 @@ drv2605@0 {
|
||||||
compatible = "ti,drv2605";
|
compatible = "ti,drv2605";
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
actuator-mode = "LRA";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue