diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-06-04 09:10:01 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-06 17:38:18 +0200 |
commit | e7c38f221fb256b9ec452531416cca06ebb6d245 (patch) | |
tree | 7d17e3d1098c422efaba3bfaa164d08cc0c33f04 /Documentation/devicetree/bindings/input/clps711x-keypad.txt | |
parent | pwm: clps711x: Changing the compatibility string to match with the smallest s... (diff) | |
download | linux-e7c38f221fb256b9ec452531416cca06ebb6d245.tar.xz linux-e7c38f221fb256b9ec452531416cca06ebb6d245.zip |
input: clps711x-keypad: Changing the compatibility string to match with the smallest supported chip
This patch changes the compatibility string to match with the smallest
supported chip (EP7209). Since the DT-support for this CPU is not yet
announced, this change is safe.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/input/clps711x-keypad.txt')
-rw-r--r-- | Documentation/devicetree/bindings/input/clps711x-keypad.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/input/clps711x-keypad.txt b/Documentation/devicetree/bindings/input/clps711x-keypad.txt index e68d2bbc6c07..3eed8819d05d 100644 --- a/Documentation/devicetree/bindings/input/clps711x-keypad.txt +++ b/Documentation/devicetree/bindings/input/clps711x-keypad.txt @@ -1,7 +1,7 @@ * Cirrus Logic CLPS711X matrix keypad device tree bindings Required Properties: -- compatible: Shall contain "cirrus,clps711x-keypad". +- compatible: Shall contain "cirrus,ep7209-keypad". - row-gpios: List of GPIOs used as row lines. - poll-interval: Poll interval time in milliseconds. - linux,keymap: The definition can be found at @@ -12,7 +12,7 @@ Optional Properties: Example: keypad { - compatible = "cirrus,ep7312-keypad", "cirrus,clps711x-keypad"; + compatible = "cirrus,ep7312-keypad", "cirrus,ep7209-keypad"; autorepeat; poll-interval = <120>; row-gpios = <&porta 0 0>, |