Commit d7f3040a authored by Michael Heimpold's avatar Michael Heimpold Committed by Shawn Guo

ARM: dts: imx6ull-tarragon: fix USB over-current polarity

Our Tarragon platform uses a active-low signal to inform
the i.MX6ULL about the over-current detection.

Fixes: 5e4f393c ("ARM: dts: imx6ull: Add chargebyte Tarragon support")
Signed-off-by: default avatarMichael Heimpold <michael.heimpold@chargebyte.com>
Signed-off-by: default avatarStefan Wahren <wahrenst@gmx.net>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 10947b27
......@@ -805,6 +805,7 @@ &usbotg1 {
&pinctrl_usb_pwr>;
dr_mode = "host";
power-active-high;
over-current-active-low;
disable-over-current;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment