[PATCH 08/22] rtc: Add device tree probing to the Gemini driver
From: robh@kernel.org (Rob Herring)
Date: 2017-01-23 20:07:22
Also in:
linux-devicetree, linux-rtc, lkml
From: robh@kernel.org (Rob Herring)
Date: 2017-01-23 20:07:22
Also in:
linux-devicetree, linux-rtc, lkml
On Sun, Jan 22, 2017 at 01:19:50PM +0100, Linus Walleij wrote:
This adds bindings and simple probing for the Cortina Systems Gemini SoC RTC. Cc: Janos Laube <redacted> Cc: Paulius Zaleckas <redacted> Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: devicetree at vger.kernel.org Signed-off-by: Linus Walleij <redacted> --- RTC maintainers: please just apply this to the RTC tree when you are pleased with it. It is functionally orthogonal to the rest of the series and just in a series for context. --- Documentation/devicetree/bindings/rtc/cortina,gemini.txt | 14 ++++++++++++++ drivers/rtc/rtc-gemini.c | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/cortina,gemini.txt
Acked-by: Rob Herring <robh@kernel.org>