diff options
author | Jesse Taube <mr.bossman075@gmail.com> | 2021-11-03 00:55:49 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-11-03 01:03:04 +0100 |
commit | 322a552e19550872eb9f3a54330a5f615db42916 (patch) | |
tree | 1f8c76a8c949062ab6e7b14a4a4a2f4ff6587715 /Documentation/devicetree | |
parent | Input: remove unused header <linux/input/cy8ctmg110_pdata.h> (diff) | |
download | linux-322a552e19550872eb9f3a54330a5f615db42916.tar.xz linux-322a552e19550872eb9f3a54330a5f615db42916.zip |
Input: cap11xx - add support for cap1206
According to the datasheet "The CAP1206 is pin- and register-compatible
with the CAP1106, with the exception of the GAIN[1:0] bits and ALT_POL
bit"(57). So, this patch aims to disable them as they are no longer
used.
Signed-off-by: Jesse Taube <mr.bossman075@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/input/cap11xx.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/cap11xx.txt b/Documentation/devicetree/bindings/input/cap11xx.txt index 8c67a0b5058d..74b91c398d22 100644 --- a/Documentation/devicetree/bindings/input/cap11xx.txt +++ b/Documentation/devicetree/bindings/input/cap11xx.txt @@ -9,6 +9,7 @@ Required properties: "microchip,cap1106" "microchip,cap1126" "microchip,cap1188" + "microchip,cap1206" reg: The I2C slave address of the device. |