ARM: integrator: read counter using syscon/regmap
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 30 Aug 2016 10:23:55 +0000 (12:23 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 31 Aug 2016 07:30:34 +0000 (09:30 +0200)
commitbdb249fce9ad44aab340be3b7a77060114f7193b
tree41da4891fb1ccd914eaef5d9b0bd1e6496d66d14
parent359a3d38e69d3315bccf7485d40d1419823a1378
ARM: integrator: read counter using syscon/regmap

Look up the core module base address from the device tree and
register a sched_clock() using the regmap to the core module
on the Integrator/CP.

MFD_SYSCON is selected by the arch so it is always available.

This further makes it possible to remove one more static map.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-integrator/integrator_cp.c