Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f64cb7c7 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

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: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 0cd3d117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
};