diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-13 21:07:36 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-11 15:47:45 -0700 |
commit | 6597619f9c85a0782d427d6723c96cf768e99086 (patch) | |
tree | 169e320427656ed43056e12d7f8510362a461e09 /drivers/mfd/syscon.c | |
parent | e337d724e8ec40f80ade3371c002454f419a2c87 (diff) | |
download | talos-obmc-linux-6597619f9c85a0782d427d6723c96cf768e99086.tar.gz talos-obmc-linux-6597619f9c85a0782d427d6723c96cf768e99086.zip |
ARM: clps711x: Add support for SYSCON driver
This patch adds support for SYSCON driver for CLPS711X targets.
At this time there are no users for this driver, but it is will
be used as start point to use in CLPS711X drivers and remove
<mach/xx> dependencies.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/mfd/syscon.c')
-rw-r--r-- | drivers/mfd/syscon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 962a6e17a01a..1a31512369f9 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c @@ -159,6 +159,9 @@ static int syscon_probe(struct platform_device *pdev) static const struct platform_device_id syscon_ids[] = { { "syscon", }, +#ifdef CONFIG_ARCH_CLPS711X + { "clps711x-syscon", }, +#endif { } }; |