From: Vladimir Zapolskiy Date: Thu, 18 Aug 2011 10:24:55 +0000 (+0900) Subject: ARM: S5PV210: use dma-pl330 device name for clock X-Git-Tag: v3.2-rc1~40^2~13^2~24^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce3ea61c61c1e2127496df2c5d66650fd6456e2;p=pandora-kernel.git ARM: S5PV210: use dma-pl330 device name for clock This change replaces s3c-pl330.x clock device names with dma-pl330.x, otherwise there won't be a correspondence between clock device name and amba device name, thus clocks can't be enabled. Fixes runtime errors on clk_get() from drivers/dma/pl330.c: dma-pl330 dma-pl330.0: Cannot get operation clock. dma-pl330: probe of dma-pl330.0 failed with error -22 Signed-off-by: Vladimir Zapolskiy Acked-by: Boojin Kim Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed