Input: clps711x-keypad - use syscon_regmap_lookup_by_phandle
authorAlexander Shiyan <eagle.alexander923@gmail.com>
Wed, 20 Apr 2022 20:58:45 +0000 (13:58 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 25 Apr 2022 01:25:00 +0000 (18:25 -0700)
commitd238b8f68018f33f12253a63543a04712d2d6a5b
tree6aa8a926821acb0f742ee98808a5ddbe93afb99b
parent0a112e7c681ca311b241c50a75d9206f301ca21c
Input: clps711x-keypad - use syscon_regmap_lookup_by_phandle

Since version 5.13, the standard syscon bindings have been added
to all clps711x DT nodes, so we can now use the more general
syscon_regmap_lookup_by_phandle function to get the syscon pointer.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Link: https://lore.kernel.org/r/20220420062725.25614-1-eagle.alexander923@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/clps711x-keypad.c