Re: [PATCH v5 1/4] dt-bindings: Document img,boston-clock binding
From: Rob Herring <robh@kernel.org>
Date: 2017-06-22 20:56:55
Also in:
linux-clk, linux-mips
From: Rob Herring <robh@kernel.org>
Date: 2017-06-22 20:56:55
Also in:
linux-clk, linux-mips
On Sat, Jun 17, 2017 at 01:52:46PM -0700, Paul Burton wrote:
Add device tree binding documentation for the clocks provided by the MIPS Boston development board from Imagination Technologies, and a header file describing the available clocks for use by device trees & driver. Signed-off-by: Paul Burton <redacted> Cc: Frank Rowand <redacted> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Ralf Baechle <redacted> Cc: Rob Herring <robh+dt@kernel.org> Cc: Stephen Boyd <redacted> Cc: devicetree@vger.kernel.org Cc: linux-clk@vger.kernel.org Cc: linux-mips@linux-mips.org --- Changes in v5: None
I reviewed v4. Please add acks/reviewed-by when posting new versions.
Changes in v4: - Move img,boston-clock node under platform register syscon node. - Add MAINTAINERS entry. Changes in v3: None Changes in v2: - Add BOSTON_CLK_INPUT to expose the input clock. .../devicetree/bindings/clock/img,boston-clock.txt | 31 ++++++++++++++++++++++ MAINTAINERS | 7 +++++ include/dt-bindings/clock/boston-clock.h | 14 ++++++++++ 3 files changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/img,boston-clock.txt create mode 100644 include/dt-bindings/clock/boston-clock.h