Hi Marek, On Thu, Jun 29, 2017 at 12:18 PM, Marek Vasut <[email protected]> wrote: > From: Marek Vasut <[email protected]> > > Update IDT VersaClock 6 driver to support 5P49V6901. This chip has
Update the IDT VersaClock5 driver to support the VersaClock6 5P49V6901? > two clock inputs (external XTAL or external CLKIN), four fractional > dividers (FODs) and five clock outputs (four universal clock outputs > and one reference clock output at OUT0_SELB_I2C). > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Alexey Firago <[email protected]> > Cc: Stephen Boyd <[email protected]> > Cc: Michael Turquette <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: [email protected] > --- > drivers/clk/clk-versaclock5.c | 11 +++++++++++ and --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -210,14 +210,14 @@ config COMMON_CLK_OXNAS Support for the OXNAS SoC Family clocks. config COMMON_CLK_VC5 - tristate "Clock driver for IDT VersaClock5 devices" + tristate "Clock driver for IDT VersaClock5/6 devices" depends on I2C depends on OF select REGMAP_I2C help ---help--- - This driver supports the IDT VersaClock5 programmable clock - generator. + This driver supports the IDT VersaClock5 and VersaClock6 + programmable clock generator. source "drivers/clk/bcm/Kconfig" source "drivers/clk/hisilicon/Kconfig" Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
