]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-at91/at91sam9260.c
[ARM] 4189/1: AT91: MACB Ethernet clock
[linux-2.6-omap-h63xx.git] / arch / arm / mach-at91 / at91sam9260.c
index e03ee625f40c8399be7adc45e5adadacb1011884..86e3a4c4655072cf494d3f10b7f5a98480388140 100644 (file)
@@ -127,8 +127,8 @@ static struct clk ohci_clk = {
        .pmc_mask       = 1 << AT91SAM9260_ID_UHP,
        .type           = CLK_TYPE_PERIPHERAL,
 };
-static struct clk ether_clk = {
-       .name           = "ether_clk",
+static struct clk macb_clk = {
+       .name           = "macb_clk",
        .pmc_mask       = 1 << AT91SAM9260_ID_EMAC,
        .type           = CLK_TYPE_PERIPHERAL,
 };
@@ -186,7 +186,7 @@ static struct clk *periph_clocks[] __initdata = {
        &tc1_clk,
        &tc2_clk,
        &ohci_clk,
-       &ether_clk,
+       &macb_clk,
        &isi_clk,
        &usart3_clk,
        &usart4_clk,