X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Farm%2Fcommon%2Fsa1111.c;h=0a8e1ff2af8a99255b0f419d6b7b82f7fe5721a9;hb=30d38542ec777468bb6a31829076a2dbc5690e35;hp=c8e8f0ea59e1b2ce146da5effe3f6ebada19df6d;hpb=20b7997e8abdf338dcc27fb4f1333c4973a7f113;p=linux-2.6-omap-h63xx.git diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c index c8e8f0ea59e..0a8e1ff2af8 100644 --- a/arch/arm/common/sa1111.c +++ b/arch/arm/common/sa1111.c @@ -627,7 +627,7 @@ __sa1111_probe(struct device *me, struct resource *mem, int irq) if (!sachip) return -ENOMEM; - sachip->clk = clk_get(me, "GPIO27_CLK"); + sachip->clk = clk_get(me, "SA1111_CLK"); if (!sachip->clk) { ret = PTR_ERR(sachip->clk); goto err_free;