[U-Boot] [PATCH 4/4] meson: use the clock driver
Simon Glass
sjg at chromium.org
Mon Dec 11 14:57:41 UTC 2017
On 3 December 2017 at 02:17, Beniamino Galvani <b.galvani at gmail.com> wrote:
> 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 at gmail.com>
> ---
> arch/arm/include/asm/arch-meson/gxbb.h | 10 ----------
> arch/arm/include/asm/arch-meson/i2c.h | 11 -----------
> board/amlogic/odroid-c2/odroid-c2.c | 4 +---
> board/amlogic/p212/p212.c | 3 +--
> drivers/i2c/meson_i2c.c | 20 +++++++++++++++++---
> 5 files changed, 19 insertions(+), 29 deletions(-)
> delete mode 100644 arch/arm/include/asm/arch-meson/i2c.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list