]> git.sur5r.net Git - u-boot/commit
clk: boston: Providea simple driver for Boston board clocks
authorPaul Burton <paul.burton@imgtec.com>
Thu, 8 Sep 2016 06:47:38 +0000 (07:47 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 13:04:32 +0000 (15:04 +0200)
commitdd7c749474e0976cfc7e78dc9032d7fa8b9b9632
tree7139b111e4c32a641f458e401b92efa24f557da2
parent8291bc87474ae2eb8564447a5c474f5d2a45836c
clk: boston: Providea simple driver for Boston board clocks

Add a simple driver for the clocks provided by the MIPS Boston
development board. The system provides information about 2 clocks whose
rates are fixed by the bitfile flashed in the boards FPGA, and this
driver simply reads the rates of these 2 clocks.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk_boston.c [new file with mode: 0644]
include/dt-bindings/clock/boston-clock.h [new file with mode: 0644]