diff options
author | David Lechner <david@lechnology.com> | 2018-03-15 22:52:18 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 13:16:26 -0400 |
commit | 2d172691515961cad2abb4bf1b15d187bf2106cf (patch) | |
tree | b855d46c04e99a680f1ecdacce09d67882a3dd0a /MAINTAINERS | |
parent | b6e37ce2371dac0d696332d8e74c110030ab47c3 (diff) |
clk: davinci: New driver for davinci PLL clocks
This adds a new driver for mach-davinci PLL clocks. This is porting the
code from arch/arm/mach-davinci/clock.c to the common clock framework.
Additionally, it adds device tree support for these clocks.
The ifeq ($(CONFIG_COMMON_CLK), y) in the Makefile is needed to prevent
compile errors until the clock code in arch/arm/mach-davinci is removed.
Note: although there are similar clocks for TI Keystone we are not able
to share the code for a few reasons. The keystone clocks are device tree
only and use legacy one-node-per-clock bindings. Also the register
layouts are a bit different, which would add even more if/else mess
to the keystone clocks. And the keystone PLL driver doesn't support
setting clock rates.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260e36b7..e6b9f169a243 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -13792,6 +13792,13 @@ F: arch/arm/mach-davinci/ | |||
13792 | F: drivers/i2c/busses/i2c-davinci.c | 13792 | F: drivers/i2c/busses/i2c-davinci.c |
13793 | F: arch/arm/boot/dts/da850* | 13793 | F: arch/arm/boot/dts/da850* |
13794 | 13794 | ||
13795 | TI DAVINCI SERIES CLOCK DRIVER | ||
13796 | M: David Lechner <david@lechnology.com> | ||
13797 | R: Sekhar Nori <nsekhar@ti.com> | ||
13798 | S: Maintained | ||
13799 | F: Documentation/devicetree/bindings/clock/ti/davinci/ | ||
13800 | F: drivers/clk/davinci/ | ||
13801 | |||
13795 | TI DAVINCI SERIES GPIO DRIVER | 13802 | TI DAVINCI SERIES GPIO DRIVER |
13796 | M: Keerthy <j-keerthy@ti.com> | 13803 | M: Keerthy <j-keerthy@ti.com> |
13797 | L: linux-gpio@vger.kernel.org | 13804 | L: linux-gpio@vger.kernel.org |