* [PATCH 3/3] arm: dts: ls1021a: Add snps,configure-gfladj property to USB3 node
@ 2015-07-23 10:12 Nikhil Badola
[not found] ` <1437646378-1910-1-git-send-email-nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Nikhil Badola @ 2015-07-23 10:12 UTC (permalink / raw)
To: linux-kernel, linux-arm-kernel, devicetree; +Cc: Nikhil Badola
Add "snps,configure-gfladj" boolean property to USB3 node. This property
is used to determine if frame length adjustment is required
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
arch/arm/boot/dts/ls1021a.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index c70bb27..f03f842 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -404,6 +404,7 @@
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
+ snps,configure-fladj = <0x20>;
};
};
};
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1437646378-1910-1-git-send-email-nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org>]
* Re: [PATCH 3/3] arm: dts: ls1021a: Add snps,configure-gfladj property to USB3 node [not found] ` <1437646378-1910-1-git-send-email-nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org> @ 2015-07-23 10:11 ` Alexander Stein 2015-07-23 11:26 ` Badola Nikhil 0 siblings, 1 reply; 3+ messages in thread From: Alexander Stein @ 2015-07-23 10:11 UTC (permalink / raw) To: Nikhil Badola Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA On Thursday 23 July 2015 15:42:58, Nikhil Badola wrote: > Add "snps,configure-gfladj" boolean property to USB3 node. This property ^^^^^^ This does not match... > is used to determine if frame length adjustment is required > > Signed-off-by: Nikhil Badola <nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org> > --- > arch/arm/boot/dts/ls1021a.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi > index c70bb27..f03f842 100644 > --- a/arch/arm/boot/dts/ls1021a.dtsi > +++ b/arch/arm/boot/dts/ls1021a.dtsi > @@ -404,6 +404,7 @@ > reg = <0x0 0x3100000 0x0 0x10000>; > interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; > dr_mode = "host"; > + snps,configure-fladj = <0x20>; ^^^^^ ...that. The same is for the subject. I guess these "gfladj" are just leftovers as patch 1 & 2 talk about "fladj" Best regards, Alexander -- Dipl.-Inf. Alexander Stein SYS TEC electronic GmbH alexander.stein-93q1YBGzJSMe9JSWTWOYM3xStJ4P+DSV@public.gmane.org Legal and Commercial Address: Am Windrad 2 08468 Heinsdorfergrund Germany Office: +49 (0) 3765 38600-0 Fax: +49 (0) 3765 38600-4100 Managing Directors: Director Technology/CEO: Dipl.-Phys. Siegmar Schmidt; Director Commercial Affairs/COO: Dipl. Ing. (FH) Armin von Collrepp Commercial Registry: Amtsgericht Chemnitz, HRB 28082; USt.-Id Nr. DE150534010 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH 3/3] arm: dts: ls1021a: Add snps,configure-gfladj property to USB3 node 2015-07-23 10:11 ` Alexander Stein @ 2015-07-23 11:26 ` Badola Nikhil 0 siblings, 0 replies; 3+ messages in thread From: Badola Nikhil @ 2015-07-23 11:26 UTC (permalink / raw) To: Alexander Stein Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > -----Original Message----- > From: Alexander Stein [mailto:alexander.stein-93q1YBGzJSMe9JSWTWOYM3xStJ4P+DSV@public.gmane.org] > Sent: Thursday, July 23, 2015 3:41 PM > To: Badola Nikhil-B46172 > Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org; > devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Subject: Re: [PATCH 3/3] arm: dts: ls1021a: Add snps,configure-gfladj > property to USB3 node > > On Thursday 23 July 2015 15:42:58, Nikhil Badola wrote: > > Add "snps,configure-gfladj" boolean property to USB3 node. This > > property > ^^^^^^ > This does not match... > > > is used to determine if frame length adjustment is required > > > > Signed-off-by: Nikhil Badola <nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org> > > --- > > arch/arm/boot/dts/ls1021a.dtsi | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/boot/dts/ls1021a.dtsi > > b/arch/arm/boot/dts/ls1021a.dtsi index c70bb27..f03f842 100644 > > --- a/arch/arm/boot/dts/ls1021a.dtsi > > +++ b/arch/arm/boot/dts/ls1021a.dtsi > > @@ -404,6 +404,7 @@ > > reg = <0x0 0x3100000 0x0 0x10000>; > > interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; > > dr_mode = "host"; > > + snps,configure-fladj = <0x20>; > ^^^^^ > ...that. The same is for the subject. I guess these "gfladj" are just leftovers as > patch 1 & 2 talk about "fladj" Fladj stands for Frame Length ADJustment whereas the register used for this is gfladj. Yes we intend to override fladj, hence using fladj in patch 1 and 2. I will remove gladj from subject and description. Further, I will be changing the property to "snps,fladj-override" as suggested by Mark in patch 1 and send next patch version. Please let me know if there are any other comments. > > Best regards, > Alexander > -- > Dipl.-Inf. Alexander Stein > SYS TEC electronic GmbH > alexander.stein-93q1YBGzJSMe9JSWTWOYM3xStJ4P+DSV@public.gmane.org > > Legal and Commercial Address: > Am Windrad 2 > 08468 Heinsdorfergrund > Germany > > Office: +49 (0) 3765 38600-0 > Fax: +49 (0) 3765 38600-4100 > > Managing Directors: > Director Technology/CEO: Dipl.-Phys. Siegmar Schmidt; > Director Commercial Affairs/COO: Dipl. Ing. (FH) Armin von Collrepp > Commercial Registry: > Amtsgericht Chemnitz, HRB 28082; USt.-Id Nr. DE150534010 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-23 11:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 10:12 [PATCH 3/3] arm: dts: ls1021a: Add snps,configure-gfladj property to USB3 node Nikhil Badola
[not found] ` <1437646378-1910-1-git-send-email-nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-07-23 10:11 ` Alexander Stein
2015-07-23 11:26 ` Badola Nikhil
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox