ARM: dts: sun7i: lamobo-r1: Fix GPIO flags in reg_ahci_5v

reg_ahci_5v uses a GPIO in active high mode. Use the proper macro,
instead of just 0 for the GPIO flags.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Chen-Yu Tsai 2016-07-06 17:10:44 +08:00 committed by Maxime Ripard
parent 0cd3d11730
commit f64cb7c724
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
#include "axp209.dtsi"
&reg_ahci_5v {
gpio = <&pio 1 3 0>; /* PB3 */
gpio = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
status = "okay";
};