]> git.baikalelectronics.ru Git - uboot.git/commit
dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_output
authorAxel Lin <axel.lin@ingics.com>
Thu, 8 Jun 2017 09:20:12 +0000 (17:20 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jun 2017 12:38:41 +0000 (08:38 -0400)
commit7a814c71a110e8924fd4ce98ea058d708b544458
treec8289a70bf4a339c4706217bead70a8be6962f46
parent4bbdaa63ec0000ed18e5b7223f1513d2565fd25b
dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_output

Current code does not set output level in bcm6345_gpio_direction_output,
fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
drivers/gpio/bcm6345_gpio.c