
2 Jul
2021
2 Jul
'21
6:34 p.m.
On Fri, Jul 2, 2021 at 5:06 PM Stephan Gerhold stephan@gerhold.net wrote:
Nomadik GPIO is a fairly simple GPIO module used in the ST-Ericsson Ux500 SoCs (and some older Nomadik SoCs). It uses registers where each GPIO is represented as a single bit, plus "set" and "clear" registers that allow updating the state without having to read the existing state.
The driver implements support for it for use together with DM_GPIO and the existing ste-dbx5x0.dtsi device tree.
Cc: Linus Walleij linus.walleij@linaro.org Signed-off-by: Stephan Gerhold stephan@gerhold.net
Reviewed-by: Linus Walleij linus.walleij@linaro.org
Yours, Linus Walleij