Loading arch/blackfin/mach-bf609/clock.c +7 −0 Original line number Diff line number Diff line Loading @@ -363,6 +363,12 @@ static struct clk ethclk = { .ops = &dummy_clk_ops, }; static struct clk ethpclk = { .name = "pclk", .parent = &sclk0, .ops = &dummy_clk_ops, }; static struct clk spiclk = { .name = "spi", .parent = &sclk1, Loading @@ -381,6 +387,7 @@ static struct clk_lookup bf609_clks[] = { CLK(dclk, NULL, "DCLK"), CLK(oclk, NULL, "OCLK"), CLK(ethclk, NULL, "stmmaceth"), CLK(ethpclk, NULL, "pclk"), CLK(spiclk, NULL, "spi"), }; Loading Loading
arch/blackfin/mach-bf609/clock.c +7 −0 Original line number Diff line number Diff line Loading @@ -363,6 +363,12 @@ static struct clk ethclk = { .ops = &dummy_clk_ops, }; static struct clk ethpclk = { .name = "pclk", .parent = &sclk0, .ops = &dummy_clk_ops, }; static struct clk spiclk = { .name = "spi", .parent = &sclk1, Loading @@ -381,6 +387,7 @@ static struct clk_lookup bf609_clks[] = { CLK(dclk, NULL, "DCLK"), CLK(oclk, NULL, "OCLK"), CLK(ethclk, NULL, "stmmaceth"), CLK(ethpclk, NULL, "pclk"), CLK(spiclk, NULL, "spi"), }; Loading