devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb
@ 2014-03-06 12:31 Mugunthan V N
  2014-03-06 12:42 ` Sebastian Andrzej Siewior
  2014-03-06 15:26 ` Felipe Balbi
  0 siblings, 2 replies; 4+ messages in thread
From: Mugunthan V N @ 2014-03-06 12:31 UTC (permalink / raw)
  To: bcousson, tony
  Cc: devicetree, linux-omap, linux-arm-kernel, linux-kernel,
	Mugunthan V N, Sebastian Andrzej Siewior, Felipe Balbi

DT node's unit address should be its own register offset address to make it a
unique across the system. This patch corrects the incorrect USB entries with
correct register offset for unit address.

Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
This patch was posted long back (Aug. 30, 2013), below is the archive of the
orginal patch.
https://patchwork.kernel.org/patch/2852163/

---
 arch/arm/boot/dts/am33xx.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 7073429..9770e35 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -453,7 +453,7 @@
 			ti,hwmods = "usb_otg_hs";
 			status = "disabled";
 
-			usb_ctrl_mod: control@44e10000 {
+			usb_ctrl_mod: control@44e10620 {
 				compatible = "ti,am335x-usb-ctrl-module";
 				reg = <0x44e10620 0x10
 					0x44e10648 0x4>;
@@ -556,7 +556,7 @@
 					"tx14", "tx15";
 			};
 
-			cppi41dma: dma-controller@07402000 {
+			cppi41dma: dma-controller@47402000 {
 				compatible = "ti,am3359-cppi41";
 				reg =  <0x47400000 0x1000
 					0x47402000 0x1000
-- 
1.9.0


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

* Re: [RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb
  2014-03-06 12:31 [RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb Mugunthan V N
@ 2014-03-06 12:42 ` Sebastian Andrzej Siewior
  2014-03-06 15:26 ` Felipe Balbi
  1 sibling, 0 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2014-03-06 12:42 UTC (permalink / raw)
  To: Mugunthan V N, bcousson, tony
  Cc: devicetree, linux-omap, linux-arm-kernel, linux-kernel,
	Felipe Balbi

On 03/06/2014 01:31 PM, Mugunthan V N wrote:
> DT node's unit address should be its own register offset address to make it a
> unique across the system. This patch corrects the incorrect USB entries with
> correct register offset for unit address.
> 
> Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> Cc: Felipe Balbi <balbi@ti.com>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

Sebastian

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

* Re: [RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb
  2014-03-06 12:31 [RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb Mugunthan V N
  2014-03-06 12:42 ` Sebastian Andrzej Siewior
@ 2014-03-06 15:26 ` Felipe Balbi
  2014-03-13 20:30   ` Tony Lindgren
  1 sibling, 1 reply; 4+ messages in thread
From: Felipe Balbi @ 2014-03-06 15:26 UTC (permalink / raw)
  To: Mugunthan V N
  Cc: devicetree, tony, Sebastian Andrzej Siewior, linux-kernel,
	Felipe Balbi, bcousson, linux-omap, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1477 bytes --]

On Thu, Mar 06, 2014 at 06:01:34PM +0530, Mugunthan V N wrote:
> DT node's unit address should be its own register offset address to make it a
> unique across the system. This patch corrects the incorrect USB entries with
> correct register offset for unit address.
> 
> Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> Cc: Felipe Balbi <balbi@ti.com>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Acked-by: Felipe Balbi <balbi@ti.com>

> ---
> This patch was posted long back (Aug. 30, 2013), below is the archive of the
> orginal patch.
> https://patchwork.kernel.org/patch/2852163/
> 
> ---
>  arch/arm/boot/dts/am33xx.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 7073429..9770e35 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -453,7 +453,7 @@
>  			ti,hwmods = "usb_otg_hs";
>  			status = "disabled";
>  
> -			usb_ctrl_mod: control@44e10000 {
> +			usb_ctrl_mod: control@44e10620 {
>  				compatible = "ti,am335x-usb-ctrl-module";
>  				reg = <0x44e10620 0x10
>  					0x44e10648 0x4>;
> @@ -556,7 +556,7 @@
>  					"tx14", "tx15";
>  			};
>  
> -			cppi41dma: dma-controller@07402000 {
> +			cppi41dma: dma-controller@47402000 {
>  				compatible = "ti,am3359-cppi41";
>  				reg =  <0x47400000 0x1000
>  					0x47402000 0x1000
> -- 
> 1.9.0
> 

-- 
balbi

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb
  2014-03-06 15:26 ` Felipe Balbi
@ 2014-03-13 20:30   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-03-13 20:30 UTC (permalink / raw)
  To: Felipe Balbi
  Cc: Mugunthan V N, devicetree, Sebastian Andrzej Siewior,
	linux-kernel, bcousson, linux-omap, linux-arm-kernel

* Felipe Balbi <balbi@ti.com> [140306 07:33]:
> On Thu, Mar 06, 2014 at 06:01:34PM +0530, Mugunthan V N wrote:
> > DT node's unit address should be its own register offset address to make it a
> > unique across the system. This patch corrects the incorrect USB entries with
> > correct register offset for unit address.
> > 
> > Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> > Cc: Felipe Balbi <balbi@ti.com>
> > Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> 
> Acked-by: Felipe Balbi <balbi@ti.com>

Applying into omap-for-v3.15/fixes with cc stable v3.12+. If somebody
wants it in earlier kernels it needs to be updated and posted
to the lists.

Regards,

Tony

> > This patch was posted long back (Aug. 30, 2013), below is the archive of the
> > orginal patch.
> > https://patchwork.kernel.org/patch/2852163/
> > 
> > ---
> >  arch/arm/boot/dts/am33xx.dtsi | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> > index 7073429..9770e35 100644
> > --- a/arch/arm/boot/dts/am33xx.dtsi
> > +++ b/arch/arm/boot/dts/am33xx.dtsi
> > @@ -453,7 +453,7 @@
> >  			ti,hwmods = "usb_otg_hs";
> >  			status = "disabled";
> >  
> > -			usb_ctrl_mod: control@44e10000 {
> > +			usb_ctrl_mod: control@44e10620 {
> >  				compatible = "ti,am335x-usb-ctrl-module";
> >  				reg = <0x44e10620 0x10
> >  					0x44e10648 0x4>;
> > @@ -556,7 +556,7 @@
> >  					"tx14", "tx15";
> >  			};
> >  
> > -			cppi41dma: dma-controller@07402000 {
> > +			cppi41dma: dma-controller@47402000 {
> >  				compatible = "ti,am3359-cppi41";
> >  				reg =  <0x47400000 0x1000
> >  					0x47402000 0x1000
> > -- 
> > 1.9.0
> > 
> 
> -- 
> balbi



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2014-03-13 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 12:31 [RESEND PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb Mugunthan V N
2014-03-06 12:42 ` Sebastian Andrzej Siewior
2014-03-06 15:26 ` Felipe Balbi
2014-03-13 20:30   ` Tony Lindgren

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).