Add driver for the si514 clock generator chip
authorMike Looijmans <mike.looijmans@topic.nl>
Fri, 2 Oct 2015 07:15:29 +0000 (09:15 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 9 Oct 2015 06:52:55 +0000 (23:52 -0700)
commit8ce20e6617fedb195b7b243fc74cdef1cf1684f6
treeb568b83b40a7af594de148ae9d28f9b719b82729
parent6082d88e1d0001fd466c3350b7b256e96f8433ab
Add driver for the si514 clock generator chip

This patch adds the driver and devicetree documentation for the
Silicon Labs SI514 clock generator chip. This is an I2C controlled
oscillator capable of generating clock signals ranging from 100kHz
to 250MHz.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
[sboyd@codeaurora.org: Drop clk.h include, remove some casts]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Documentation/devicetree/bindings/clock/silabs,si514.txt [new file with mode: 0644]
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-si514.c [new file with mode: 0644]