]> Git Repo - linux.git/commit
leds: lp55xx: Initialize enable GPIO direction to output
authorDoug Zobel <[email protected]>
Mon, 10 May 2021 20:40:00 +0000 (15:40 -0500)
committerPavel Machek <[email protected]>
Wed, 23 Jun 2021 20:09:35 +0000 (22:09 +0200)
commita5d3d1adc95f4ac5968b7a77ee95a3abbbb96f49
tree7b284c0afb2850aff5f9f6bcabcb221d61f72c9d
parente90abb95bc71566e2016964e98181557929f55f5
leds: lp55xx: Initialize enable GPIO direction to output

The "Convert to use GPIO descriptors" commit changed the
initialization of the enable GPIO from GPIOF_DIR_OUT to
GPIOD_ASIS.  This breaks systems where the GPIO does not
default to output.  Changing the enable initialization
to GPIOD_OUT_LOW.

Signed-off-by: Doug Zobel <[email protected]>
Signed-off-by: Pavel Machek <[email protected]>
drivers/leds/leds-lp55xx-common.c
This page took 0.05485 seconds and 4 git commands to generate.