aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-05-16 12:27:23 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-05-27 14:07:57 +0200
commit946cc7dd7d43a2c8bb1c5c2c19f35b8e28142044 (patch)
tree3a5b1e93e93c5125e127737937ae140e99d27521 /arch/arm/mach-ux500
parentARM: ux500: Add Device Tree nodes for the ux500 Hash device (diff)
downloadlinux-dev-946cc7dd7d43a2c8bb1c5c2c19f35b8e28142044.tar.xz
linux-dev-946cc7dd7d43a2c8bb1c5c2c19f35b8e28142044.zip
ARM: ux500: Provide an AUXDATA entry for ux500-crypt
This provides a device name which is required by the common clk API. Signed-off-by: Lee Jones <lee.jones@linaro.org> [Edited patch subject] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index 2bad855c1f9a..649e1beccfea 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -277,6 +277,7 @@ static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
OF_DEV_AUXDATA("stericsson,db8500-prcmu", 0x80157000, "db8500-prcmu",
&db8500_prcmu_pdata),
OF_DEV_AUXDATA("smsc,lan9115", 0x50000000, "smsc911x.0", NULL),
+ OF_DEV_AUXDATA("stericsson,ux500-cryp", 0xa03cb000, "cryp1", NULL),
/* Requires device name bindings. */
OF_DEV_AUXDATA("stericsson,nmk-pinctrl", U8500_PRCMU_BASE,
"pinctrl-db8500", NULL),