]> git.baikalelectronics.ru Git - kernel.git/commit
clk: clk-gpio: Request GPIO descriptor as LOW
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 24 Sep 2017 16:19:19 +0000 (18:19 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 2 Nov 2017 08:20:40 +0000 (01:20 -0700)
commit18f9816f9008b4497c66d453490471df0a63bddf
tree901642f1469ebecd7b55ad74e2e12c95c1860f6d
parentcf5f86f3649120227921b3c494fae309301bfad7
clk: clk-gpio: Request GPIO descriptor as LOW

Requesting the GPIOD_OUT_LOW low will make sure the GPIO is
deasserted when requested. The gpiolib core will make sure that
if the GPIO line is active low, it will be logically driven high
when deasserted, see drivers/gpiolib.c gpiod_configure_flags().

Cc: Sergej Sawazki <ce3a@gmx.de>
Cc: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-gpio.c