[PATCH 2/3] rtc: gemini: Augment DT bindings for Faraday
From: robh@kernel.org (Rob Herring)
Date: 2017-05-23 14:27:39
Also in:
linux-devicetree, linux-rtc
From: robh@kernel.org (Rob Herring)
Date: 2017-05-23 14:27:39
Also in:
linux-devicetree, linux-rtc
On Thu, May 18, 2017 at 11:56:34PM +0200, Linus Walleij wrote:
The Gemini RTC is actually a standard IP block from Faraday Technology called FTRTC010. Rename the bindings, add the generic compatible string and add definitions for the two available clocks. Cc: devicetree at vger.kernel.org Cc: Po-Yu Chuang <redacted> Signed-off-by: Linus Walleij <redacted> --- .../devicetree/bindings/rtc/cortina,gemini.txt | 14 ----------- .../devicetree/bindings/rtc/faraday,ftrtc010.txt | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/cortina,gemini.txt create mode 100644 Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
Acked-by: Rob Herring <robh@kernel.org>