linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node
@ 2018-08-28 10:12 Yinbo Zhu
  2018-08-28 10:30 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Yinbo Zhu @ 2018-08-28 10:12 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 adjustent is required or
not

Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
---
 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 a830a2e..a3c5165 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -610,6 +610,7 @@
 			snps,dis-u1u2-when-u3-quirk;
 			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
 			dma-coherent;
+			configure-gfladj;
 		};
 
 		usb1: usb3@3000000 {
@@ -623,6 +624,7 @@
 			snps,dis-u1u2-when-u3-quirk;
 			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
 			dma-coherent;
+			configure-gfladj;
 		};
 
 		usb2: usb3@3100000 {
@@ -636,6 +638,7 @@
 			snps,dis-u1u2-when-u3-quirk;
 			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
 			dma-coherent;
+			configure-gfladj;
 		};
 
 		sata: sata@3200000 {
-- 
1.7.1


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

* Re: [PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node
  2018-08-28 10:12 [PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node Yinbo Zhu
@ 2018-08-28 10:30 ` Fabio Estevam
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2018-08-28 10:30 UTC (permalink / raw)
  To: Yinbo Zhu
  Cc: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
	Ran Wang, linux-kernel,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rajesh Bhagat, Yuantian Tang, Changming Huang, Sumit Garg,
	Hou Zhiqiang, xiaobo.xie, Li Yang, Minghuan Lian, Fabio Estevam,
	Shawn Guo,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

On Tue, Aug 28, 2018 at 7:12 AM, Yinbo Zhu <yinbo.zhu@nxp.com> wrote:
> From: Rajesh Bhagat <rajesh.bhagat@freescale.com>

freescale.com addresses are no longer valid.

The From and the first Signed-off-by lines should match, so use
nxp.com here instead.

> Add "configure-gfladj" boolean property to USB3 node. This property

I don't find any dt-binding doc for this property.

> is used to determine whether frame length adjustent is required or
> not
>
> Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
> Signed-off-by: Ran Wang <ran.wang_1@nxp.com>

You missed to add your Signed-off-by tag.

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

end of thread, other threads:[~2018-08-28 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28 10:12 [PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node Yinbo Zhu
2018-08-28 10:30 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).