]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: DRA7: hwmod_data: Fix hwmod data for pcie
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 20 Feb 2015 08:51:13 +0000 (14:21 +0530)
committerPaul Walmsley <paul@pwsan.com>
Thu, 26 Feb 2015 07:02:28 +0000 (00:02 -0700)
commit99ac575569d77d03b4b11fa47d0e58ca802cf0f4
tree19dc97eec16bfb8d3bf8f19a3b433a4002a2d890
parent8c8468a7b7a7ca04cb8d4b68c43849048e987415
ARM: DRA7: hwmod_data: Fix hwmod data for pcie

Fixed hwmod data for pcie by having the correct module mode offset.
Previously this module mode offset was part of pcie PHY which was wrong.
Now this module mode offset was moved to pcie hwmod and removed the hwmod data
for pcie phy. While at that renamed pcie_hwmod to pciess_hwmod in order
to match with the name given in TRM.

This helps to get rid of the following warning
"omap_hwmod: pcie1: _wait_target_disable failed"

[Grygorii.Strashko@linaro.org: Found the issue that actually caused
 "omap_hwmod: pcie1: _wait_target_disable failed"]
Signed-off-by: Grygorii Strashko <Grygorii.Strashko@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_7xx_data.c