diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-11 15:48:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-11 15:48:57 -0400 |
commit | 2e8092d94f40a5692baf3ec768ce3216a7bf032a (patch) | |
tree | 457de4ce00ca8263c115e70bd3e7540e34a7bed8 /drivers/clk/sunxi/clk_a10s.c | |
parent | 6a08213d52f036dbfbdd92f1416bc4b08fd4d3f6 (diff) | |
parent | aefc0b7a60b9147b79b7a735c045e28daba712f1 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
- axp818 fix
- fix warnings for ethernet clock code
Diffstat (limited to 'drivers/clk/sunxi/clk_a10s.c')
-rw-r--r-- | drivers/clk/sunxi/clk_a10s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/clk_a10s.c b/drivers/clk/sunxi/clk_a10s.c index c6fcede822..33d41d47b0 100644 --- a/drivers/clk/sunxi/clk_a10s.c +++ b/drivers/clk/sunxi/clk_a10s.c @@ -19,6 +19,7 @@ static struct ccu_clk_gate a10s_gates[] = { [CLK_AHB_MMC0] = GATE(0x060, BIT(8)), [CLK_AHB_MMC1] = GATE(0x060, BIT(9)), [CLK_AHB_MMC2] = GATE(0x060, BIT(10)), + [CLK_AHB_EMAC] = GATE(0x060, BIT(17)), [CLK_AHB_SPI0] = GATE(0x060, BIT(20)), [CLK_AHB_SPI1] = GATE(0x060, BIT(21)), [CLK_AHB_SPI2] = GATE(0x060, BIT(22)), |