summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/cpu-db8500.c
diff options
context:
space:
mode:
authorJonas Aaberg2012-10-25 08:46:53 +0200
committerLinus Walleij2012-11-08 13:44:41 +0100
commitf48283367fd2679906e06bdd9e886eec1ee59eb1 (patch)
tree0083214eb188dc0af2f23f8d55a9855be51d39d5 /arch/arm/mach-ux500/cpu-db8500.c
parentpinctrl: nomadik: Add terminating entry for platform_device_id table (diff)
downloadkernel-qcow2-linux-f48283367fd2679906e06bdd9e886eec1ee59eb1.tar.gz
kernel-qcow2-linux-f48283367fd2679906e06bdd9e886eec1ee59eb1.tar.xz
kernel-qcow2-linux-f48283367fd2679906e06bdd9e886eec1ee59eb1.zip
ARM: ux500: add PRCM register base for pinctrl
This adds the PRCM register range base as a resource to the pinctrl driver do we can break the dependency to the PRCMU driver and handle these registers in the driver alone. Cc: arm@kernel.org Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index 87a8f9fbb100..113d9c47a842 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -158,7 +158,7 @@ static void __init db8500_add_gpios(struct device *parent)
dbx500_add_gpios(parent, ARRAY_AND_SIZE(db8500_gpio_base),
IRQ_DB8500_GPIO0, &pdata);
- dbx500_add_pinctrl(parent, "pinctrl-db8500");
+ dbx500_add_pinctrl(parent, "pinctrl-db8500", U8500_PRCMU_BASE);
}
static int usb_db8500_rx_dma_cfg[] = {