]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - arch/arm/mach-tegra/flowctrl.h
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)
commit783944feaab8383495ba067276a16e28c205fb13
tree3eff8e54489cc4b0a7babe3d8bdd1440ca85f07a
parent9fc3bf5dc2cf3c8703601ad9a612b2f9eefb8a22
ARM: tegra: Initialize flow controller from DT

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>
arch/arm/mach-tegra/flowctrl.c
arch/arm/mach-tegra/flowctrl.h
arch/arm/mach-tegra/tegra.c