diff options
author | Rajesh Bhagat <rajesh.bhagat@nxp.com> | 2016-06-10 09:23:44 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-11 17:10:08 +0300 |
commit | 6f0808c48242c77c32f07c3b695ef560bee97938 (patch) | |
tree | db9ce783cae623144b694b8491a36dd7c384460e /arch/arm/boot/dts/ls1021a.dtsi | |
parent | f1472f82cc4d2dd747dc3e5e9c7e0ae3d3911922 (diff) | |
download | linux-6f0808c48242c77c32f07c3b695ef560bee97938.tar.xz |
ARM: dts: ls1021a: Add dis_rxdet_inp3_quirk property to USB3 node
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>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 5ae8e9297e9a..368e21934285 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -626,6 +626,7 @@ interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; dr_mode = "host"; snps,quirk-frame-length-adjustment = <0x20>; + snps,dis_rxdet_inp3_quirk; }; pcie@3400000 { |