[PATCH 1/2] doc: dt/bindings: input: introduce TI DRV2667 haptic driver description
From: Murphy, Dan <hidden>
Date: 2014-08-21 18:31:09
Also in:
linux-devicetree, linux-input, lkml
From: Murphy, Dan <hidden>
Date: 2014-08-21 18:31:09
Also in:
linux-devicetree, linux-input, lkml
Sergei On 08/21/2014 01:29 PM, Sergei Shtylyov wrote:
Hello. On 08/21/2014 10:19 PM, Dan Murphy wrote:quoted
DRV2667 is a haptic/vibrator driver for Linear Resonant Actuators. Adding dt binding for this partquoted
Signed-off-by: Dan Murphy <redacted> --- .../devicetree/bindings/input/ti,drv2667.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/ti,drv2667.txtquoted
diff --git a/Documentation/devicetree/bindings/input/ti,drv2667.txt b/Documentation/devicetree/bindings/input/ti,drv2667.txt new file mode 100644 index 0000000..525216d --- /dev/null +++ b/Documentation/devicetree/bindings/input/ti,drv2667.txt@@ -0,0 +1,18 @@ +Texas Instruments - drv2667 Haptics driver + +The drv2667 uses serial control bus communicates through I2C protocolsI can't parse that.
Hmmm.. It made sense when I typed it. Will fix
quoted
+ +Required properties: + - compatible - "ti,drv2667" - DRV2667 + - reg - I2C slave address + - vbat-supply - Required supply regulator + +Example: + +drv2667: drv2667 at 59 { + compatible = "ti,drv2667"; + reg = <0x59>;You say "vbat-supply" is mandatory, yet you don't have it in your example?
I will add this as well.
WBR, Sergei
-- ------------------ Dan Murphy