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

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

Signed-off-by: Alexander Kurz <akurz@blala.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Kurz 2018-05-29 06:20:21 +00:00 committed by Shawn Guo
parent e732f6d26e
commit dcae11de22

View File

@ -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>;
};
};