diff options
author | Andrea Merello <andrea.merello@gmail.com> | 2017-07-12 15:13:22 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-07-17 12:41:12 -0500 |
commit | b4032ff9af1c266ca671682117ba73e1ba89a259 (patch) | |
tree | 16dbc5c910156d1febb9591813fc29975063bd69 | |
parent | 91fa953ea6f465828b5bc5df5fa027960326a6eb (diff) |
dt-bindings: input: ti,drv260x: fix typo in property name
The driver looks for "vib-overdrive-mv" property, while in
documentation we have "vib-overdriver-mv". Fix the doc.
Cc: Francesco Diotalevi <francesco.diotalevi@iit.it>
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/input/ti,drv260x.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/ti,drv260x.txt b/Documentation/devicetree/bindings/input/ti,drv260x.txt index ee09c8f4474a..4c5312eaaa85 100644 --- a/Documentation/devicetree/bindings/input/ti,drv260x.txt +++ b/Documentation/devicetree/bindings/input/ti,drv260x.txt @@ -43,7 +43,7 @@ haptics: haptics@5a { mode = <DRV260X_LRA_MODE>; library-sel = <DRV260X_LIB_LRA>; vib-rated-mv = <3200>; - vib-overdriver-mv = <3200>; + vib-overdrive-mv = <3200>; } For more product information please see the link below: |