Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1715782 > unrolled thread

[RFC 1/3] dt-bindings: rtc: Add Realtek RTD1295

Started byAndreas Färber <afaerber@suse.de>
First post2017-08-20 03:40 +0200
Last post2017-08-23 02:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC 1/3] dt-bindings: rtc: Add Realtek RTD1295 Andreas Färber <afaerber@suse.de> - 2017-08-20 03:40 +0200
    Re: [RFC 1/3] dt-bindings: rtc: Add Realtek RTD1295 Rob Herring <robh@kernel.org> - 2017-08-23 02:30 +0200

#1715782 — [RFC 1/3] dt-bindings: rtc: Add Realtek RTD1295

FromAndreas Färber <afaerber@suse.de>
Date2017-08-20 03:40 +0200
Subject[RFC 1/3] dt-bindings: rtc: Add Realtek RTD1295
Message-ID<ugnnz-kh-9@gated-at.bofh.it>
Add a binding for the RTC on the Realtek RTD119x/RTD129x SoC families.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 .../devicetree/bindings/rtc/realtek,rtd119x.txt          | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt

diff --git a/Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt b/Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt
new file mode 100644
index 000000000000..bbf1ccb5df31
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt
@@ -0,0 +1,16 @@
+Realtek RTD129x Real-Time Clock
+===============================
+
+Required properties:
+- compatible :  Should be "realtek,rtd1295-rtc"
+- reg        :  Specifies the physical base address and size
+- clocks     :  Specifies the clock gate
+
+
+Example:
+
+	rtc@9801b600 {
+		compatible = "realtek,rtd1295-clk";
+		reg = <0x9801b600 0x100>;
+		clocks = <&clkc RTD1295_CLK_EN_MISC_RTC>;
+	};
-- 
2.12.3

[toc] | [next] | [standalone]


#1717912

FromRob Herring <robh@kernel.org>
Date2017-08-23 02:30 +0200
Message-ID<uhrIu-1Ej-25@gated-at.bofh.it>
In reply to#1715782
On Sun, Aug 20, 2017 at 03:36:29AM +0200, Andreas Färber wrote:
> Add a binding for the RTC on the Realtek RTD119x/RTD129x SoC families.
> 
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  .../devicetree/bindings/rtc/realtek,rtd119x.txt          | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web