ARM: tegra: Initialize flow controller from DT
authorThierry Reding <treding@nvidia.com>
Tue, 26 Aug 2014 06:14:04 +0000 (08:14 +0200)
committerStephen Warren <swarren@nvidia.com>
Tue, 26 Aug 2014 17:43:55 +0000 (11:43 -0600)
Use a matching device tree node to initialize the flow controller driver
instead of hard-coding the I/O address. This is necessary to get rid of
the iomap.h include, which in turn make it easier to share this code
with 64-bit Tegra SoCs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found