]> git.baikalelectronics.ru Git - kernel.git/commit
DA830: fix USB 2.0 clock entry
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Thu, 13 May 2010 18:51:51 +0000 (22:51 +0400)
committerKevin Hilman <khilman@deeprootsystems.com>
Fri, 14 May 2010 18:24:19 +0000 (11:24 -0700)
commit65e22271735e56e837c8bc5f3f0bfe09ba7d123a
tree006f713f241934420895c4aa33c3647538ed0319
parent46d219cb11cef33daaa41380b0b78e70435c3df7
DA830: fix USB 2.0 clock entry

DA8xx OHCI driver fails to load due to failing clk_get() call for the USB 2.0
clock. Arrange matching USB 2.0 clock by the clock name instead of the device.
(Adding another CLK() entry for "ohci.0" device won't do -- in the future I'll
also have to enable USB 2.0 clock to configure CPPI 4.1 module, in which case
I won't have any device at all.)

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/da830.c