arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
authorRan Wang <ran.wang_1@nxp.com>
Fri, 2 Jun 2017 02:30:00 +0000 (10:30 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Jun 2017 15:09:38 +0000 (23:09 +0800)
Add "dis_rxdet_inp3_quirk" boolean property to USB3 node. This property
is used to disable rx detection in P3 PHY mode.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index c161df6..dc1640b 100644 (file)
                        interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
                        dr_mode = "host";
                        snps,quirk-frame-length-adjustment = <0x20>;
+                       snps,dis_rxdet_inp3_quirk;
                };
 
                usb1: usb@3000000 {
                        interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
                        dr_mode = "host";
                        snps,quirk-frame-length-adjustment = <0x20>;
+                       snps,dis_rxdet_inp3_quirk;
                };
 
                usb2: usb@3100000 {
                        interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
                        dr_mode = "host";
                        snps,quirk-frame-length-adjustment = <0x20>;
+                       snps,dis_rxdet_inp3_quirk;
                };
 
                sata: sata@3200000 {