Re: [PATCH 3/3] clk: mvebu: add AP806 ring clock driver
From: Rob Herring <robh@kernel.org>
Date: 2016-02-22 02:54:01
Also in:
linux-arm-kernel, linux-clk
From: Rob Herring <robh@kernel.org>
Date: 2016-02-22 02:54:01
Also in:
linux-arm-kernel, linux-clk
On Mon, Feb 15, 2016 at 08:34:58AM +0100, Thomas Petazzoni wrote:
This commit adds a new driver to handle the ring clocks found in the AP806 HW block, which is the core block of all Armada 7K and 8K Marvell 64-bits processors. Those ring clocks are derived from the core ring clock handled by the AP806 core clock driver. The ring clocks are used by various peripherals inside the AP806. Signed-off-by: Thomas Petazzoni <redacted> --- .../clock/mvebu-armada-ap806-ring-clock.txt | 32 +++++++++++
Combine this with the other patch. Similar comments as the other one.
drivers/clk/mvebu/Kconfig | 3 + drivers/clk/mvebu/Makefile | 1 + drivers/clk/mvebu/ap806-ring.c | 65 ++++++++++++++++++++++ 4 files changed, 101 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/mvebu-armada-ap806-ring-clock.txt create mode 100644 drivers/clk/mvebu/ap806-ring.c