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

Commit dcae11de authored by Alexander Kurz's avatar Alexander Kurz Committed by Shawn Guo
Browse files

ARM: dts: imx6dl-riotboard: fix OTG regulator polarity



USB OTG power is switched on when the GPIO is pulled low.

Signed-off-by: default avatarAlexander Kurz <akurz@blala.de>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e732f6d2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -70,8 +70,7 @@
		regulator-name = "usb_otg_vbus";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		gpio = <&gpio3 22 GPIO_ACTIVE_LOW>;
	};
};