We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf23b9 commit dea56c7Copy full SHA for dea56c7
arch/arm/mach-dove/common.c
@@ -82,7 +82,7 @@ static void __init dove_clk_init(void)
82
{
83
struct clk *usb0, *usb1, *sata, *pex0, *pex1, *sdio0, *sdio1;
84
struct clk *nand, *camera, *i2s0, *i2s1, *crypto, *ac97, *pdma;
85
- struct clk *xor0, *xor1, *ge, *gephy;
+ struct clk *xor0, *xor1, *ge;
86
87
tclk = clk_register_fixed_rate(NULL, "tclk", NULL, 0, dove_tclk);
88
@@ -102,7 +102,7 @@ static void __init dove_clk_init(void)
102
pdma = dove_register_gate("pdma", "tclk", CLOCK_GATING_BIT_PDMA);
103
xor0 = dove_register_gate("xor0", "tclk", CLOCK_GATING_BIT_XOR0);
104
xor1 = dove_register_gate("xor1", "tclk", CLOCK_GATING_BIT_XOR1);
105
- gephy = dove_register_gate("gephy", "tclk", CLOCK_GATING_BIT_GIGA_PHY);
+ dove_register_gate("gephy", "tclk", CLOCK_GATING_BIT_GIGA_PHY);
106
ge = dove_register_gate("ge", "gephy", CLOCK_GATING_BIT_GBE);
107
108
orion_clkdev_add(NULL, "orion_spi.0", tclk);
0 commit comments