]> git.baikalelectronics.ru Git - uboot.git/commit
meson: use the clock driver
authorBeniamino Galvani <b.galvani@gmail.com>
Thu, 14 Jun 2018 11:43:40 +0000 (13:43 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 19 Jun 2018 11:31:47 +0000 (07:31 -0400)
commit27ff95d562420fa48e7791e14e7fd524667b8116
tree19f0f2494c4484d7476472ead10d9e4a1d820c26
parent935ccf1104a44b56a51e20c784d1f4d0a5bb9b37
meson: use the clock driver

Use the clk framework to initialize clocks from drivers that need them
instead of having hardcoded frequencies and initializations from board
code.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/include/asm/arch-meson/gx.h
arch/arm/mach-meson/eth.c
board/amlogic/libretech-cc/libretech-cc.c
board/amlogic/odroid-c2/odroid-c2.c
drivers/i2c/meson_i2c.c