|
@@ -120,7 +120,7 @@ static struct clk ohci_clk = {
|
|
|
.type = CLK_TYPE_PERIPHERAL,
|
|
|
};
|
|
|
static struct clk macb_clk = {
|
|
|
- .name = "macb_clk",
|
|
|
+ .name = "pclk",
|
|
|
.pmc_mask = 1 << AT91SAM9260_ID_EMAC,
|
|
|
.type = CLK_TYPE_PERIPHERAL,
|
|
|
};
|
|
@@ -190,6 +190,8 @@ static struct clk *periph_clocks[] __initdata = {
|
|
|
};
|
|
|
|
|
|
static struct clk_lookup periph_clocks_lookups[] = {
|
|
|
+ /* One additional fake clock for macb_hclk */
|
|
|
+ CLKDEV_CON_ID("hclk", &macb_clk),
|
|
|
CLKDEV_CON_DEV_ID("spi_clk", "atmel_spi.0", &spi0_clk),
|
|
|
CLKDEV_CON_DEV_ID("spi_clk", "atmel_spi.1", &spi1_clk),
|
|
|
CLKDEV_CON_DEV_ID("t0_clk", "atmel_tcb.0", &tc0_clk),
|