diff options
author | Purna Chandra Mandal <purna.mandal@microchip.com> | 2016-05-13 09:52:40 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 15:30:25 +0200 |
commit | ce6e1188465998820e7182455261b1f5d508ca17 (patch) | |
tree | 7313300bf913fd5c8bf0d2415f35501626597008 /drivers/clk/microchip/Makefile | |
parent | dt/bindings/clk: Add PIC32 clock binding documentation. (diff) | |
download | linux-ce6e1188465998820e7182455261b1f5d508ca17.tar.xz linux-ce6e1188465998820e7182455261b1f5d508ca17.zip |
CLK: microchip: Add Microchip PIC32 clock driver.
This clock driver implements PIC32 specific clock-tree. clock-tree
entities can only be configured through device-tree file (OF).
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-clk@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13247/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/clk/microchip/Makefile')
-rw-r--r-- | drivers/clk/microchip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/microchip/Makefile b/drivers/clk/microchip/Makefile new file mode 100644 index 000000000000..2152f418106a --- /dev/null +++ b/drivers/clk/microchip/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_COMMON_CLK_PIC32) += clk-core.o +obj-$(CONFIG_PIC32MZDA) += clk-pic32mzda.o |