提交 dcae11de 编写于 作者: A Alexander Kurz 提交者: Shawn Guo

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

USB OTG power is switched on when the GPIO is pulled low.
Signed-off-by: NAlexander Kurz <akurz@blala.de>
Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 e732f6d2
......@@ -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>;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册