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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -805,6 +805,7 @@ &usbotg1 {
		     &pinctrl_usb_pwr>;
	dr_mode = "host";
	power-active-high;
	over-current-active-low;
	disable-over-current;
	status = "okay";
};