Message ID | 20211214072342.22692-9-leoyang.li@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | lx216x DTS updates | expand |
On Tue, Dec 14, 2021 at 01:23:40AM -0600, Li Yang wrote: > From: Ran Wang <ran.wang_1@nxp.com> > > Enable USB3 HW LPM feature for lx2160a. > > Signed-off-by: Ran Wang <ran.wang_1@nxp.com> > Signed-off-by: Li Yang <leoyang.li@nxp.com> Applied, thanks!
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi index 2cef89034269..5be60dc4d173 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi @@ -1023,6 +1023,7 @@ usb0: usb@3100000 { interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; dr_mode = "host"; snps,quirk-frame-length-adjustment = <0x20>; + usb3-lpm-capable; snps,dis_rxdet_inp3_quirk; snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; status = "disabled"; @@ -1034,6 +1035,7 @@ usb1: usb@3110000 { interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; dr_mode = "host"; snps,quirk-frame-length-adjustment = <0x20>; + usb3-lpm-capable; snps,dis_rxdet_inp3_quirk; snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; status = "disabled";