Skip to content
Commit 811a1882 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: menz127: use the new open drain callback



The menz127 driver tries to support open drain by detecting it
at request time. However: without the new callbacks from the
gpiolib it is not really working: the core will still just emulate
the open drain mode by switching the line to an input.

By adding a hook into the new .set_single_ended() call rather than
trying to autodetect at request() time, proper open drain can be
supported.

Cc: Andreas Werner <andy@wernerandy.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f90c6bdb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment