]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: davinci: add support for multiple power domains
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 14 Nov 2011 20:12:09 +0000 (01:42 +0530)
committerSekhar Nori <nsekhar@ti.com>
Fri, 2 Dec 2011 19:05:52 +0000 (00:35 +0530)
commit12221d434eb60e3bf0851d747b17395b7083a76d
tree1b0b341b2c5fbd4e95036bf3b4a15df69139c78d
parentcaca6a03d365883564885f2c1da3e88dcf65d139
ARM: davinci: add support for multiple power domains

On a new SoC based on DaVinci, there are multiple power
domains similar to that in C6670 (c6x). Currently the
clock module assumes that there are only two power domains
(0 and 1).

This patch removes this restriction to allow porting on to
the new SoC.

Reviewed-by :Sergei Shtylyov <sshtylyov@mvista.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/clock.c
arch/arm/mach-davinci/clock.h
arch/arm/mach-davinci/dm644x.c