All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: imx8mm-evk: disable over current for usb1
@ 2021-05-28 11:29 ` Li Jun
  0 siblings, 0 replies; 6+ messages in thread
From: Li Jun @ 2021-05-28 11:29 UTC (permalink / raw)
  To: shawnguo; +Cc: festevam, linux-imx, jun.li, devicetree, linux-arm-kernel

imx8mm evk board usb1 port does not support over current detection,
so disable it.

Signed-off-by: Li Jun <jun.li@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
index 6518f088b2c2..e033d0257b5a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
@@ -314,6 +314,7 @@ &usbotg1 {
 	srp-disable;
 	adp-disable;
 	usb-role-switch;
+	disable-over-current;
 	samsung,picophy-pre-emp-curr-control = <3>;
 	samsung,picophy-dc-vol-level-adjust = <7>;
 	status = "okay";
-- 
2.25.1


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

end of thread, other threads:[~2021-06-12  7:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 11:29 [PATCH 1/2] arm64: dts: imx8mm-evk: disable over current for usb1 Li Jun
2021-05-28 11:29 ` Li Jun
2021-05-28 11:29 ` [PATCH 2/2] arm64: dts: imx8mn-evk: disable over current for usb Li Jun
2021-05-28 11:29   ` Li Jun
2021-06-12  7:13 ` [PATCH 1/2] arm64: dts: imx8mm-evk: disable over current for usb1 Shawn Guo
2021-06-12  7:13   ` 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.