* [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current
@ 2023-03-22 8:07 Peng Fan (OSS)
2023-03-22 8:07 ` [PATCH 2/2] arm64: dts: imx8mp: verdin-yavia: " Peng Fan (OSS)
2023-03-27 5:12 ` [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: " Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Peng Fan (OSS) @ 2023-03-22 8:07 UTC (permalink / raw)
To: robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer
Cc: kernel, festevam, linux-imx, devicetree, linux-arm-kernel,
linux-kernel, marcel.ziswiler, alexander.stein, Peng Fan
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(-)
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
_______________________________________________
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] 3+ messages in thread* [PATCH 2/2] arm64: dts: imx8mp: verdin-yavia: drop disable-over-current
2023-03-22 8:07 [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current Peng Fan (OSS)
@ 2023-03-22 8:07 ` Peng Fan (OSS)
2023-03-27 5:12 ` [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: " Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Peng Fan (OSS) @ 2023-03-22 8:07 UTC (permalink / raw)
To: robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer
Cc: kernel, festevam, linux-imx, devicetree, linux-arm-kernel,
linux-kernel, marcel.ziswiler, alexander.stein, Peng Fan
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/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
_______________________________________________
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] 3+ messages in thread* Re: [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current
2023-03-22 8:07 [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current Peng Fan (OSS)
2023-03-22 8:07 ` [PATCH 2/2] arm64: dts: imx8mp: verdin-yavia: " Peng Fan (OSS)
@ 2023-03-27 5:12 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2023-03-27 5:12 UTC (permalink / raw)
To: Peng Fan (OSS)
Cc: robh+dt, krzysztof.kozlowski+dt, s.hauer, kernel, festevam,
linux-imx, devicetree, linux-arm-kernel, linux-kernel,
marcel.ziswiler, alexander.stein, Peng Fan
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!
_______________________________________________
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] 3+ messages in thread
end of thread, other threads:[~2023-03-27 5:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 8:07 [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: drop disable-over-current Peng Fan (OSS)
2023-03-22 8:07 ` [PATCH 2/2] arm64: dts: imx8mp: verdin-yavia: " Peng Fan (OSS)
2023-03-27 5:12 ` [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: " Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).