Re: [PATCH 2/5] ARM: dts: lager: Configure pull-up for SOFT_SW GPIO keys
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-05-25 07:19:18
Also in:
linux-renesas-soc
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-05-25 07:19:18
Also in:
linux-renesas-soc
On Fri, Apr 30, 2021 at 03:10:52PM +0200, Geert Uytterhoeven wrote:
The GPIO pins connected to the 4 Software Switches (SW2) do not have external pull-up resistors, but rely on internal pull-ups being enabled. Fortunately this is satisfied by the initial state of these pins. Make this explicit by enabling bias-pull-up, to remove the dependency on initial state and/or boot loader configuration. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Works fine on my Lager board: Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>