]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: Add dm816x hwmod support
authorTony Lindgren <tony@atomide.com>
Mon, 26 Jan 2015 17:26:32 +0000 (09:26 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jan 2015 17:26:32 +0000 (09:26 -0800)
commit4d38bd1237f5bb67c3d5d183fc41db4bf4dbfb6b
tree25567fa8daed9a96b8994e0b04b2ff9f77c02e83
parenta64459c42d744c765b4d38ae908c318635aaa697
ARM: OMAP2+: Add dm816x hwmod support

Add minimal hwmod support that works at least on dm8168. This
is based on the code in the earlier TI CDP tree, and an earlier
patch by Aida Mynzhasova <aida.mynzhasova@skitlab.ru>.

I've set up things to work pretty much the same way as for
am33xx. We are basically using cm33xx.c with a different set
of clocks and clockdomains.

This code is based on the TI81XX-LINUX-PSP-04.04.00.02 patches
published at:

http://downloads.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/TI81XX_04_04/04_04_00_02/index_FDS.html

Cc: Aida Mynzhasova <aida.mynzhasova@skitlab.ru>
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/omap_hwmod.c
arch/arm/mach-omap2/omap_hwmod.h
arch/arm/mach-omap2/omap_hwmod_81xx_data.c [new file with mode: 0644]