commit | 953cc3e8117013bd39a3b94e28361ce94ad63075 | [log] [tgz] |
---|---|---|
author | Mike Looijmans <mike.looijmans@topic.nl> | Tue Mar 20 09:15:41 2018 +0100 |
committer | Stephen Boyd <sboyd@kernel.org> | Fri Mar 23 10:05:25 2018 -0700 |
tree | 0f4b1bcd9255fa3a50a4c83990194e3eabb32bad | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
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>