]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/leds/leds-renesas-tpu.c
ENGR00299756-4 ASoC: imx-cs42888: Use ESAI LEFT_J master mode
[karo-tx-linux.git] / drivers / leds / leds-renesas-tpu.c
index d3c2b7e68fbcf0c9ac5b293dd311e37debc64029..9483f1c1078d406184c4c5c1a113c6d6c75adf58 100644 (file)
@@ -205,7 +205,8 @@ static void r_tpu_set_pin(struct r_tpu_priv *p, enum r_tpu_pin new_state,
                gpio_free(cfg->pin_gpio_fn);
 
        if (new_state == R_TPU_PIN_GPIO)
-               gpio_request_one(cfg->pin_gpio, GPIOF_DIR_OUT | !!brightness,
+               gpio_request_one(cfg->pin_gpio, !!brightness ?
+                               GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW,
                                cfg->name);
 
        if (new_state == R_TPU_PIN_GPIO_FN)