[U-Boot] [PATCH 0/3] clk: at91: add usb and plladiv drivers

Wenyou Yang wenyou.yang at microchip.com
Fri Feb 9 03:34:49 UTC 2018


In order to provide the clocks UHP48MHz and UHP12MHz to the USB
Host OHCI, add the USB clock and PLLADIV clock driver.


Wenyou Yang (3):
  clk: at91: add USB Host clock driver
  clk: at91: add PLLADIV driver
  clk: at91: clk-system: add set/get_rate operations

 arch/arm/mach-at91/include/mach/at91_pmc.h |   6 ++
 drivers/clk/at91/Kconfig                   |   8 ++
 drivers/clk/at91/Makefile                  |   3 +-
 drivers/clk/at91/clk-plladiv.c             |  88 +++++++++++++++++
 drivers/clk/at91/clk-system.c              |  26 +++++
 drivers/clk/at91/clk-usb.c                 | 146 +++++++++++++++++++++++++++++
 6 files changed, 276 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/at91/clk-plladiv.c
 create mode 100644 drivers/clk/at91/clk-usb.c

-- 
2.16.0.rc1



More information about the U-Boot mailing list