Re: [PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings
From: Rob Herring <robh@kernel.org>
Date: 2017-09-20 20:52:22
Also in:
linux-rtc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2017-09-20 20:52:22
Also in:
linux-rtc, lkml
On Fri, Sep 15, 2017 at 02:20:35AM +0200, Alexandre Belloni wrote:
Add device tree bindings for the SiRFSoC Real Time Clock.
Would be useful to note this is already in use and was undocumented.
Signed-off-by: Alexandre Belloni <redacted> --- .../devicetree/bindings/rtc/sirf,prima2-sysrtc.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txtdiff --git a/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt new file mode 100644 index 000000000000..206a5b44af48 --- /dev/null +++ b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt@@ -0,0 +1,14 @@ +SiRFSoC Real Time Clock + +Required properties: +- compatible: must be "sirf,prima2-sysrtc" +- reg: address range of rtc register set. +- interrupts: rtc alarm interrupts. + +Example: + sysrtc@2000 {
rtc@... Did you want to take all these patches or I can? At least the ones touching trivial-devices.txt I'll take so I can deal with any conflicts. Rob