diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-05-16 12:27:24 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 14:07:58 +0200 |
commit | f016d440e64c98acf993a8f9b1a07d9e8da406b6 (patch) | |
tree | 55240e0a840830df80bb9dea0976768c383ebfa3 /arch/arm/mach-ux500/cpu-db8500.c | |
parent | 946cc7dd7d43a2c8bb1c5c2c19f35b8e28142044 (diff) | |
download | linux-f016d440e64c98acf993a8f9b1a07d9e8da406b6.tar.bz2 |
ARM: ux500: Provide an AUXDATA entry for ux500-hash
This provides a device name which is required by the common clk API.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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.c | 1 |
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 649e1beccfea..62fd01a80542 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -278,6 +278,7 @@ static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { &db8500_prcmu_pdata), OF_DEV_AUXDATA("smsc,lan9115", 0x50000000, "smsc911x.0", NULL), OF_DEV_AUXDATA("stericsson,ux500-cryp", 0xa03cb000, "cryp1", NULL), + OF_DEV_AUXDATA("stericsson,ux500-hash", 0xa03c2000, "hash1", NULL), /* Requires device name bindings. */ OF_DEV_AUXDATA("stericsson,nmk-pinctrl", U8500_PRCMU_BASE, "pinctrl-db8500", NULL), |