devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * [PATCH 6/6] documentation: bindings: document PMIC8921/8058 RTC
           [not found] <1394047776-13827-1-git-send-email-joshc@codeaurora.org>
           [not found] ` <1394047776-13827-1-git-send-email-joshc-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
    @ 2014-03-05 19:29 ` Josh Cartwright
      2014-03-05 20:58   ` Stephen Boyd
      1 sibling, 1 reply; 10+ messages in thread
    From: Josh Cartwright @ 2014-03-05 19:29 UTC (permalink / raw)
      To: Alessandro Zummo, linux-kernel
      Cc: linux-arm-msm, Stephen Boyd, Rob Herring, Pawel Moll,
    	Mark Rutland, Ian Campbell, Kumar Gala, Rob Landley, devicetree,
    	linux-doc
    
    This RTC is found on the Qualcomm 8921 and 8058 PMICs.
    
    Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
    ---
     .../devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt    | 29 ++++++++++++++++++++++
     1 file changed, 29 insertions(+)
     create mode 100644 Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt
    
    diff --git a/Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt b/Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt
    new file mode 100644
    index 0000000..699bd30
    --- /dev/null
    +++ b/Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt
    @@ -0,0 +1,29 @@
    +* Real-Time Clock for Qualcomm 8058/8921 PMICs
    +
    +Required properties:
    +- compatible: should be one of the following.
    +    * "qcom,pm8058-rtc"
    +    * "qcom,pm8921-rtc"
    +- reg: base address of the register region
    +- reg-names: corresponding reg names for the regions listed in the 'reg'
    +             property, must contain:
    +     "rtc_base" - base of the RTC register region
    +- interrupts: interrupt list for the RTC, must contain a single interrupt
    +              specifier for the alarm interrupt
    +- interrupt-names: corresponding interrupt names for the interrupts listed in
    +                   the 'interrupts' property, must contain:
    +     "alarm" - summary interrupt for PMIC peripherals
    +
    +Option properties:
    +- linux,allow-set-time: indicates that the setting of RTC time is allowed by
    +                        the host CPU
    +
    +Example:
    +
    +	rtc {
    +		compatible = "qcom,pm8921-rtc";
    +		reg = <0x11D>;
    +		reg-names = "rtc_base";
    +		interrupts = <0x27 0>;
    +		interrupt-names = "alarm";
    +	};
    -- 
    Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
    hosted by The Linux Foundation
    
    ^ permalink raw reply related	[flat|nested] 10+ messages in thread

  • end of thread, other threads:[~2014-03-10 17:05 UTC | newest]
    
    Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1394047776-13827-1-git-send-email-joshc@codeaurora.org>
         [not found] ` <1394047776-13827-1-git-send-email-joshc-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
    2014-03-05 19:29   ` [PATCH 4/6] rtc: pm8xxx: add support for devicetree Josh Cartwright
    2014-03-05 20:59     ` Stephen Boyd
    2014-03-06  9:18     ` Lee Jones
    2014-03-05 19:29 ` [PATCH 6/6] documentation: bindings: document PMIC8921/8058 RTC Josh Cartwright
    2014-03-05 20:58   ` Stephen Boyd
    2014-03-06  0:00     ` Josh Cartwright
    2014-03-06  1:31       ` Stephen Boyd
    2014-03-07 19:01         ` Josh Cartwright
    2014-03-10 15:35       ` Rob Herring
    2014-03-10 17:05         ` Josh Cartwright
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).