All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] dt-bindings: input: Update documentation for clps711x-keypad
@ 2018-12-22 15:55 Alexander Shiyan
  2019-01-03 20:59 ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Shiyan @ 2018-12-22 15:55 UTC (permalink / raw)
  To: linux-input
  Cc: Dmitry Torokhov, devicetree, Rob Herring, Mark Rutland, Alexander Shiyan

Since the driver switched to using the syscon_regmap_lookup_by_phandle()
function, we need to specify the phandle for the driver. This patch
updates the driver binding documentation for these changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 Documentation/devicetree/bindings/input/clps711x-keypad.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/input/clps711x-keypad.txt b/Documentation/devicetree/bindings/input/clps711x-keypad.txt
index 3eed881..aebedc3 100644
--- a/Documentation/devicetree/bindings/input/clps711x-keypad.txt
+++ b/Documentation/devicetree/bindings/input/clps711x-keypad.txt
@@ -6,6 +6,7 @@ Required Properties:
 - poll-interval: Poll interval time in milliseconds.
 - linux,keymap:  The definition can be found at
                  bindings/input/matrix-keymap.txt.
+- syscon:        Phandle that points to the CPU syscon1 node.
 
 Optional Properties:
 - autorepeat:    Enable autorepeat feature.
@@ -17,6 +18,7 @@ Example:
 		poll-interval = <120>;
 		row-gpios = <&porta 0 0>,
 			    <&porta 1 0>;
+		syscon = <&syscon1>;
 
 		linux,keymap = <
 			MATRIX_KEY(0, 0, KEY_UP)
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-22  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-22 15:55 [PATCH 2/2] dt-bindings: input: Update documentation for clps711x-keypad Alexander Shiyan
2019-01-03 20:59 ` Rob Herring
2019-01-16 12:26   ` Alexander Shiyan
2019-01-21 16:25     ` Rob Herring
2019-01-22  7:54       ` Alexander Shiyan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.