]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ARM: OMAP2+: hwmod: AM335x: fix cpgmac address space
authorAfzal Mohammed <afzal@ti.com>
Fri, 5 Jul 2013 15:13:17 +0000 (20:43 +0530)
committerPaul Walmsley <paul@pwsan.com>
Tue, 30 Jul 2013 11:13:37 +0000 (05:13 -0600)
commit50c2a3a1518befe992f868fc1fd867bdad9776ad
tree748c092a8748bbd9b255e30287cc3fb02a07f644
parent130142d91467e8a07f3a863db369225a89e84d75
ARM: OMAP2+: hwmod: AM335x: fix cpgmac address space

Register target address to be used for cpgmac is the second device
address space. By default, hwmod picks first address space (0th index)
for register target.

With removal of address space from hwmod and using DT instead, cpgmac
is getting wrong address space for register target.

Fix it by indicating the address space to be used for register target.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_33xx_data.c