2023-03-22 08:07:16

by Peng Fan (OSS)

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

From: Peng Fan <[email protected]>

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

Signed-off-by: Peng Fan <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts | 2 --
1 file changed, 2 deletions(-)

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";
};
--
2.37.1


2023-03-22 08:07:46

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH 2/2] arm64: dts: imx8mp: verdin-yavia: drop disable-over-current

From: Peng Fan <[email protected]>

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

Signed-off-by: Peng Fan <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mp-verdin-yavia.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin-yavia.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin-yavia.dtsi
index de5489c2b3e8..db1722f0d80e 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-verdin-yavia.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin-yavia.dtsi
@@ -183,7 +183,6 @@ &usb3_1 {
};

&usb_dwc3_1 {
- disable-over-current;
status = "okay";
};

--
2.37.1

2023-03-27 05:19:15

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current

On Wed, Mar 22, 2023 at 04:07:21PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> disable-over-current is for chipidea IP, i.MX8MQ use dwc3, this property
> is not valid. Drop it.
>
> Signed-off-by: Peng Fan <[email protected]>

Applied both, thanks!