usb: imx: implement support for "over-current-active-high" property
This property is already documented in the bindings and supported by
Linux. As on i.MX25 the HW default is active high and up to now barebox
didn't force this to low (which is the default for e.g. i.MX6), add the
property to barebox' imx25.dtsi to keep existing behaviour. If on a
board the OC pin is active low, you need to add

	/delete-property/ over-current-active-high;

in the board.dts.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent efd11c8 commit f4c9a52bd9ff659f035e95eed946d37f4f94dfef
@Uwe Kleine-König Uwe Kleine-König authored on 26 Oct 2017
Sascha Hauer committed on 27 Oct 2017
Showing 2 changed files
View
arch/arm/dts/imx25.dtsi
View
drivers/usb/imx/chipidea-imx.c