diff mbox series

[1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current

Message ID 20230322080722.3054508-1-peng.fan@oss.nxp.com (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current | expand

Commit Message

Peng Fan (OSS) March 22, 2023, 8:07 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

disable-over-current is for chipidea IP, i.MX8MQ use dwc3, this property
is not valid. Drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts | 2 --
 1 file changed, 2 deletions(-)

Comments

Shawn Guo March 27, 2023, 5:12 a.m. UTC | #1
On Wed, Mar 22, 2023 at 04:07:21PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> disable-over-current is for chipidea IP, i.MX8MQ use dwc3, this property
> is not valid. Drop it.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied both, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
index 344cfdaeb1d5..c5244b608524 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
@@ -169,8 +169,6 @@  &usb_dwc3_0 {
 	hnp-disable;
 	srp-disable;
 	adp-disable;
-	/* OC not supported due to non matching active polarity */
-	disable-over-current;
 	dr_mode = "otg";
 	status = "okay";
 };