diff options
| -rw-r--r-- | drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c b/drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c index a09dfbe36402..dc9f0a365664 100644 --- a/drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c +++ b/drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c | |||
| @@ -240,7 +240,7 @@ static SUNXI_CCU_MUX_WITH_GATE(spdif_clk, "spdif", i2s_spdif_parents, | |||
| 240 | /* The BSP header file has a CIR_CFG, but no mod clock uses this definition */ | 240 | /* The BSP header file has a CIR_CFG, but no mod clock uses this definition */ |
| 241 | 241 | ||
| 242 | static SUNXI_CCU_GATE(usb_phy0_clk, "usb-phy0", "osc24M", | 242 | static SUNXI_CCU_GATE(usb_phy0_clk, "usb-phy0", "osc24M", |
| 243 | 0x0cc, BIT(8), 0); | 243 | 0x0cc, BIT(1), 0); |
| 244 | 244 | ||
| 245 | static SUNXI_CCU_GATE(dram_ve_clk, "dram-ve", "pll-ddr", | 245 | static SUNXI_CCU_GATE(dram_ve_clk, "dram-ve", "pll-ddr", |
| 246 | 0x100, BIT(0), 0); | 246 | 0x100, BIT(0), 0); |
