From: Sergei Shtylyov Date: Thu, 13 May 2010 18:51:51 +0000 (+0400) Subject: DA830: fix USB 2.0 clock entry X-Git-Tag: v2.6.34~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9af5ddf8a34ff3c911372173c2e51c6f8a6ca8f;p=pandora-kernel.git 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 Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed