arm64: dts: ls2080a: Add dis_rxdet_inp3_quirk property to USB3 node
authorRajesh Bhagat <rajesh.bhagat@nxp.com>
Fri, 10 Jun 2016 06:23:45 +0000 (11:53 +0530)
committerShawn Guo <shawnguo@kernel.org>
Sat, 11 Jun 2016 14:10:59 +0000 (22:10 +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: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi

index 25ff4a8..e8a48f2 100644 (file)
                        interrupts = <0 80 0x4>; /* Level high type */
                        dr_mode = "host";
                        snps,quirk-frame-length-adjustment = <0x20>;
+                       snps,dis_rxdet_inp3_quirk;
                };
 
                usb1: usb3@3110000 {
                        interrupts = <0 81 0x4>; /* Level high type */
                        dr_mode = "host";
                        snps,quirk-frame-length-adjustment = <0x20>;
+                       snps,dis_rxdet_inp3_quirk;
                };
 
                ccn@4000000 {