All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node
@ 2018-08-29  3:30 ` Yinbo Zhu
  0 siblings, 0 replies; 4+ messages in thread
From: Yinbo Zhu @ 2018-08-29  3:30 UTC (permalink / raw)
  To: yinbo.zhu, Rob Herring, Mark Rutland, Catalin Marinas,
	Will Deacon, Ran Wang, linux-kernel
  Cc: xiaobo.xie, Shawn Guo, Minghuan Lian, Yuantian Tang,
	Hou Zhiqiang, Changming Huang, Sumit Garg, Fabio Estevam,
	Li Yang, devicetree, linux-arm-kernel, Rajesh Bhagat

From: Rajesh Bhagat <rajesh.bhagat@freescale.com>

Add "configure-gfladj" boolean property to USB3 node. This property
is used to determine whether frame length adjustment is required or
not

Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
Change in v2:
		Modified some word misspellings in commit information

 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index 7881e3d..ed3fa79 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -609,6 +609,7 @@
 			dr_mode = "host";
 			snps,quirk-frame-length-adjustment = <0x20>;
 			snps,dis_rxdet_inp3_quirk;
+			configure-gfladj;
 		};
 
 		usb1: usb3@3000000 {
@@ -618,6 +619,7 @@
 			dr_mode = "host";
 			snps,quirk-frame-length-adjustment = <0x20>;
 			snps,dis_rxdet_inp3_quirk;
+			configure-gfladj;
 		};
 
 		usb2: usb3@3100000 {
@@ -627,6 +629,7 @@
 			dr_mode = "host";
 			snps,quirk-frame-length-adjustment = <0x20>;
 			snps,dis_rxdet_inp3_quirk;
+			configure-gfladj;
 		};
 
 		sata: sata@3200000 {
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-03  1:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29  3:30 [PATCH v2] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node Yinbo Zhu
2018-08-29  3:30 ` Yinbo Zhu
2018-09-03  1:05 ` Shawn Guo
2018-09-03  1:05   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.