Re: [PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node

2018-08-28 Thread Fabio Estevam
On Tue, Aug 28, 2018 at 7:12 AM, Yinbo Zhu  wrote:
> From: Rajesh Bhagat 

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 
> Signed-off-by: Ran Wang 

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


Re: [PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node

2018-08-28 Thread Fabio Estevam
On Tue, Aug 28, 2018 at 7:12 AM, Yinbo Zhu  wrote:
> From: Rajesh Bhagat 

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 
> Signed-off-by: Ran Wang 

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


[PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node

2018-08-28 Thread Yinbo Zhu
From: Rajesh Bhagat 

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 
Signed-off-by: Ran Wang 
---
 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@300 {
@@ -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@310 {
@@ -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@320 {
-- 
1.7.1



[PATCH v1] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node

2018-08-28 Thread Yinbo Zhu
From: Rajesh Bhagat 

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 
Signed-off-by: Ran Wang 
---
 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@300 {
@@ -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@310 {
@@ -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@320 {
-- 
1.7.1