ARM: integrator: drop EBI access use syscon
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Nov 2016 08:12:06 +0000 (09:12 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 18 Nov 2016 07:25:33 +0000 (23:25 -0800)
commit94a07de1902e96253033831fac08a70d192a53c6
tree4eb73aa3139016555940a15d5947262654ee4316
parent9e27a0aac08fd92e07dedb376772537d5687d9c6
ARM: integrator: drop EBI access use syscon

The EBI lookup is not longer in use: this has been moved to the
NAND chip driver. The syscon node is better accessed indirectly
using the regmap like the NAND chip driver does, so let's use
the syscon to set the modem control signals RTS/CTS through the
dedicated syscon register.

We also migrate the decoder status "SC_DEC" register that
enumerate the logic modules using syscon.

Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-integrator/integrator_ap.c