Hi Rob,
On Thursday, 22 June 2017 13:56:55 PDT Rob Herring wrote:
On Sat, Jun 17, 2017 at 01:52:46PM -0700, Paul Burton wrote:
quoted
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.
Apologies, this one slipped by unnoticed.
Thanks,
Paul
quoted
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