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)
commit0717103e6566e8e743c5e2e5a4d86dbe8c8878c6
tree19dc97eec16bfb8d3bf8f19a3b433a4002a2d890
parent6931795238000c8eba52442f1e9822286ed01e29
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
This page took 0.057842 seconds and 5 git commands to generate.