Re: [PATCH] ARM: DRA7: Provide proper IO map table

2015-07-16 Thread Tony Lindgren
* Nishanth Menon [150715 06:44]: > On 07/15/2015 01:26 AM, Tony Lindgren wrote: > > * Nishanth Menon [150622 08:14]: > >> DRA7 uses OMAP5 IO table at the moment. This is purely spurious since > >> the OMAP5 and DRA7 register maps are different in many aspects. > >> > >> AM57xx/DRA7 TRM Reference:

Re: [PATCH] ARM: DRA7: Provide proper IO map table

2015-07-15 Thread Nishanth Menon
On 07/15/2015 01:26 AM, Tony Lindgren wrote: > * Nishanth Menon [150622 08:14]: >> DRA7 uses OMAP5 IO table at the moment. This is purely spurious since >> the OMAP5 and DRA7 register maps are different in many aspects. >> >> AM57xx/DRA7 TRM Reference: http://www.ti.com/lit/ug/spruhz6/spruhz6.pdf

Re: [PATCH] ARM: DRA7: Provide proper IO map table

2015-07-14 Thread Tony Lindgren
* Nishanth Menon [150622 08:14]: > DRA7 uses OMAP5 IO table at the moment. This is purely spurious since > the OMAP5 and DRA7 register maps are different in many aspects. > > AM57xx/DRA7 TRM Reference: http://www.ti.com/lit/ug/spruhz6/spruhz6.pdf > > NOTE: Most of the drivers are already doing i

[PATCH] ARM: DRA7: Provide proper IO map table

2015-06-22 Thread Nishanth Menon
DRA7 uses OMAP5 IO table at the moment. This is purely spurious since the OMAP5 and DRA7 register maps are different in many aspects. AM57xx/DRA7 TRM Reference: http://www.ti.com/lit/ug/spruhz6/spruhz6.pdf NOTE: Most of the drivers are already doing ioremap, so, there should'nt be any functional