Message ID | 20230323035531.3808192-2-peng.fan@oss.nxp.com (mailing list archive) |
---|---|
State | Accepted |
Commit | fcd3f50845be909c9e0f8ac402874a2fb4b09c6c |
Headers | show |
Series | [linux-next,V3,1/2] dt-bindings: usb: snps,dwc3: correct i.MX8MQ support | expand |
On Thu, Mar 23, 2023 at 11:55:31AM +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@nxp.com> > > The property is NXP downstream property that there is no user > in upstream, drop it. > > Signed-off-by: Peng Fan <peng.fan@nxp.com> Applied, thanks!
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index cd925c0ac911..0492556a10db 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -1453,7 +1453,6 @@ usb_dwc3_0: usb@38100000 { phys = <&usb3_phy0>, <&usb3_phy0>; phy-names = "usb2-phy", "usb3-phy"; power-domains = <&pgc_otg1>; - usb3-resume-missing-cas; status = "disabled"; }; @@ -1485,7 +1484,6 @@ usb_dwc3_1: usb@38200000 { phys = <&usb3_phy1>, <&usb3_phy1>; phy-names = "usb2-phy", "usb3-phy"; power-domains = <&pgc_otg2>; - usb3-resume-missing-cas; status = "disabled"; };