1 From 74f9f7ee3f4b2e88bd29e7ac3dbc6a8ffe2e97f9 Mon Sep 17 00:00:00 2001
2 From: Ran Wang <ran.wang_1@nxp.com>
3 Date: Wed, 15 May 2019 13:33:49 +0800
4 Subject: [PATCH] arm64: dts: lx2160a: Enable usb3-lpm-capable for usb3 node
6 Enable USB3 HW LPM feature for lx2160a and active patch for
7 snps erratum A-010131. It will disable U1/U2 temperary when
10 Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
12 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 4 ++++
13 1 file changed, 4 insertions(+)
15 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
16 +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
18 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
20 snps,quirk-frame-length-adjustment = <0x20>;
22 + snps,dis-u1u2-when-u3-quirk;
23 snps,dis_rxdet_inp3_quirk;
24 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
25 snps,host-vbus-glitches;
27 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
29 snps,quirk-frame-length-adjustment = <0x20>;
31 + snps,dis-u1u2-when-u3-quirk;
32 snps,dis_rxdet_inp3_quirk;
33 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
34 snps,host-vbus-glitches;