diff options
| author | Mark A. Greer <mgreer@animalcreek.com> | 2012-12-21 09:28:10 -0700 | 
|---|---|---|
| committer | Paul Walmsley <paul@pwsan.com> | 2013-03-30 15:51:48 -0600 | 
| commit | 14ae5564eb9c252319a4dba5aef0a66ad5eaff56 (patch) | |
| tree | 5cd08477a8d84ae4866e3ebf965f504b3730dbae /arch/arm/mach-omap2/cclock3xxx_data.c | |
| parent | 660ffd6ba2405ed7ff614ab73f282e056c47d8f6 (diff) | |
| download | olio-linux-3.10-14ae5564eb9c252319a4dba5aef0a66ad5eaff56.tar.xz olio-linux-3.10-14ae5564eb9c252319a4dba5aef0a66ad5eaff56.zip  | |
ARM: OMAP3xxx: hwmod: Convert AES crypto device data to hwmod
Convert the device data for the OMAP3 AES crypto IP
from explicit platform_data to hwmod.
CC: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
[paul@pwsan.com: fixed lines causing sparse warnings]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/cclock3xxx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/cclock3xxx_data.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cclock3xxx_data.c b/arch/arm/mach-omap2/cclock3xxx_data.c index 55b50895503..45cd26430d1 100644 --- a/arch/arm/mach-omap2/cclock3xxx_data.c +++ b/arch/arm/mach-omap2/cclock3xxx_data.c @@ -3471,6 +3471,7 @@ static struct omap_clk omap3xxx_clks[] = {  	CLK("usbhs_tll",	"usb_tll_hs_usb_ch1_clk",	&dummy_ck),  	CLK(NULL,	"init_60m_fclk",	&dummy_ck),  	CLK(NULL,	"gpt1_fck",	&gpt1_fck), +	CLK(NULL,	"aes2_ick",	&aes2_ick),  	CLK(NULL,	"wkup_32k_fck",	&wkup_32k_fck),  	CLK(NULL,	"gpio1_dbck",	&gpio1_dbck),  	CLK(NULL,	"sha12_ick",	&sha12_ick),  |