Skip to content

Commit

Permalink
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Browse files Browse the repository at this point in the history
- clk: sunxi: a10: Add CLK_AHB_GMAC
  • Loading branch information
trini committed Apr 1, 2019
2 parents 4da84d1 + 9d1e136 commit bcd40c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/clk/sunxi/clk_a10.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ static struct ccu_clk_gate a10_gates[] = {
[CLK_AHB_SPI2] = GATE(0x060, BIT(22)),
[CLK_AHB_SPI3] = GATE(0x060, BIT(23)),

[CLK_AHB_GMAC] = GATE(0x064, BIT(17)),

[CLK_APB1_UART0] = GATE(0x06c, BIT(16)),
[CLK_APB1_UART1] = GATE(0x06c, BIT(17)),
[CLK_APB1_UART2] = GATE(0x06c, BIT(18)),
Expand Down

0 comments on commit bcd40c3

Please sign in to comment.