All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: imx7ulp-evk: disable usbotg1 overcurrent function
@ 2020-01-23  2:51 Peter Chen
  2020-02-14  2:26 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Chen @ 2020-01-23  2:51 UTC (permalink / raw)
  To: shawnguo; +Cc: Peter Chen, kernel, linux-arm-kernel, linux-imx

At imx7ulp evk, all USBOTG1 OC (Over Current) function pins are
used by others, and the USB driver doesn't support OC function
through the GPIO, so we disable the OC function for this board
as well as delete the pinctrl for it.

Reviewed-by: Jun Li <jun.li@nxp.com>
Acked-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
---
 arch/arm/boot/dts/imx7ulp-evk.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx7ulp-evk.dts b/arch/arm/boot/dts/imx7ulp-evk.dts
index a863a2b337d6..eff51e113db4 100644
--- a/arch/arm/boot/dts/imx7ulp-evk.dts
+++ b/arch/arm/boot/dts/imx7ulp-evk.dts
@@ -72,7 +72,7 @@
 	srp-disable;
 	hnp-disable;
 	adp-disable;
-	over-current-active-low;
+	disable-over-current;
 	status = "okay";
 };
 
@@ -110,7 +110,6 @@
 	pinctrl_usbotg1_id: otg1idgrp {
 		fsl,pins = <
 			IMX7ULP_PAD_PTC13__USB0_ID	0x10003
-			IMX7ULP_PAD_PTC16__USB1_OC2	0x10003
 		>;
 	};
 
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] ARM: dts: imx7ulp-evk: disable usbotg1 overcurrent function
  2020-01-23  2:51 [PATCH 1/1] ARM: dts: imx7ulp-evk: disable usbotg1 overcurrent function Peter Chen
@ 2020-02-14  2:26 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-02-14  2:26 UTC (permalink / raw)
  To: Peter Chen; +Cc: kernel, linux-arm-kernel, linux-imx

On Thu, Jan 23, 2020 at 10:51:44AM +0800, Peter Chen wrote:
> At imx7ulp evk, all USBOTG1 OC (Over Current) function pins are
> used by others, and the USB driver doesn't support OC function
> through the GPIO, so we disable the OC function for this board
> as well as delete the pinctrl for it.
> 
> Reviewed-by: Jun Li <jun.li@nxp.com>
> Acked-by: Leonard Crestez <leonard.crestez@nxp.com>
> Signed-off-by: Peter Chen <peter.chen@nxp.com>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-14  2:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  2:51 [PATCH 1/1] ARM: dts: imx7ulp-evk: disable usbotg1 overcurrent function Peter Chen
2020-02-14  2:26 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.