ARM: zynq: Map I/O memory on clkc init
authorMichal Simek <michal.simek@xilinx.com>
Mon, 18 Nov 2013 15:48:19 +0000 (16:48 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 10 Feb 2014 10:21:13 +0000 (11:21 +0100)
The clkc has its registers in the range of the slcr.
Instead of passing around the slcr base address pointer, let the clkc get the
address from the DT.
This prepares the slcr to be a real driver with multiple memory ranges
(slcr, clocks, pinctrl,...)

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

No differences found