]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: Add driver for the si544 clock generator chip
authorMike Looijmans <mike.looijmans@topic.nl>
Tue, 20 Mar 2018 08:15:41 +0000 (09:15 +0100)
committerStephen Boyd <sboyd@kernel.org>
Fri, 23 Mar 2018 17:05:25 +0000 (10:05 -0700)
commit953cc3e8117013bd39a3b94e28361ce94ad63075
tree0f4b1bcd9255fa3a50a4c83990194e3eabb32bad
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
clk: Add driver for the si544 clock generator chip

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

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
[sboyd: assign max_freq to 0 in is_valid_frequency() to squelch warning]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/silabs,si544.txt [new file with mode: 0644]
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-si544.c [new file with mode: 0644]