From: Matthias Brugger <matthias.bgg@gmail•com>
To: Ran Bi <ran.bi@mediatek•com>,
Alexandre Belloni <alexandre.belloni@bootlin•com>,
Rob Herring <robh+dt@kernel•org>
Cc: Mark Rutland <mark.rutland@arm•com>,
Alessandro Zummo <a.zummo@towertech•it>,
Flora Fu <flora.fu@mediatek•com>,
srv_heupstream@mediatek•com, devicetree@vger•kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
Linus Walleij <linus.walleij@linaro•org>,
Sean Wang <sean.wang@mediatek•com>,
linux-kernel@vger•kernel.org, YT Shen <yt.shen@mediatek•com>,
linux-mediatek@lists•infradead.org,
Jonathan Cameron <Jonathan.Cameron@huawei•com>,
Mauro Carvalho Chehab <mchehab+samsung@kernel•org>,
Yingjoe Chen <yingjoe.chen@mediatek•com>,
Eddie Huang <eddie.huang@mediatek•com>,
"David S . Miller" <davem@davemloft•net>,
linux-arm-kernel@lists•infradead.org, linux-rtc@vger•kernel.org
Subject: Re: [PATCH v2 1/4] bindings: rtc: add bindings for MT2712 RTC
Date: Thu, 22 Aug 2019 11:17:53 +0200 [thread overview]
Message-ID: <84bd8752-f437-781f-9f08-cedfca6cc06a@gmail.com> (raw)
In-Reply-To: <20190801110122.26834-2-ran.bi@mediatek.com>
On 01/08/2019 13:01, Ran Bi wrote:
> Document the binding for MT2712 RTC implemented by rtc-mt2712.
>
> Signed-off-by: Ran Bi <ran.bi@mediatek•com>
> Reviewed-by: Rob Herring <robh@kernel•org>
> ---
> .../devicetree/bindings/rtc/rtc-mt2712.txt | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/rtc/rtc-mt2712.txt
>
> diff --git a/Documentation/devicetree/bindings/rtc/rtc-mt2712.txt b/Documentation/devicetree/bindings/rtc/rtc-mt2712.txt
> new file mode 100644
> index 000000000000..c33d87e5e753
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/rtc/rtc-mt2712.txt
> @@ -0,0 +1,14 @@
> +Device-Tree bindings for MediaTek SoC based RTC
> +
> +Required properties:
> +- compatible : Should be "mediatek,mt2712-rtc" : for MT2712 SoC
> +- reg : Specifies base physical address and size of the registers;
> +- interrupts : Should contain the interrupt for RTC alarm;
No clocks for the RTC? What about CLK_TOP_RTC_SEL from the clk driver?
Regards,
Matthias
> +
> +Example:
> +
> +rtc: rtc@10011000 {
> + compatible = "mediatek,mt2712-rtc";
> + reg = <0 0x10011000 0 0x1000>;
> + interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_LOW>;
> +};
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-08-22 9:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-01 11:01 [PATCH v2 0/4] Add Support for MediaTek MT2712 RTC Ran Bi
2019-08-01 11:01 ` [PATCH v2 1/4] bindings: rtc: add bindings for " Ran Bi
2019-08-22 9:17 ` Matthias Brugger [this message]
2019-08-23 6:35 ` Ran Bi
2019-08-01 11:01 ` [PATCH v2 2/4] rtc: Add support for the MediaTek " Ran Bi
2019-08-20 20:17 ` Alexandre Belloni
2019-08-22 12:34 ` Ran Bi
2019-08-22 12:46 ` Alexandre Belloni
2019-08-22 13:26 ` Ran Bi
2019-08-22 13:36 ` Alexandre Belloni
2019-08-23 6:37 ` Ran Bi
2019-08-22 9:12 ` Matthias Brugger
2019-08-22 9:20 ` Alexandre Belloni
2019-08-22 11:50 ` Ran Bi
2019-08-22 11:47 ` Ran Bi
2019-08-01 11:01 ` [PATCH v2 3/4] arm64: dts: add RTC nodes for MT2712 Ran Bi
2019-08-01 11:01 ` [PATCH v2 4/4] MAINTAINERS: add MT2712 RTC files Ran Bi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=84bd8752-f437-781f-9f08-cedfca6cc06a@gmail.com \
--to=matthias.bgg@gmail$(echo .)com \
--cc=Jonathan.Cameron@huawei$(echo .)com \
--cc=a.zummo@towertech$(echo .)it \
--cc=alexandre.belloni@bootlin$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=eddie.huang@mediatek$(echo .)com \
--cc=flora.fu@mediatek$(echo .)com \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=linus.walleij@linaro$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=linux-rtc@vger$(echo .)kernel.org \
--cc=mark.rutland@arm$(echo .)com \
--cc=mchehab+samsung@kernel$(echo .)org \
--cc=ran.bi@mediatek$(echo .)com \
--cc=robh+dt@kernel$(echo .)org \
--cc=sean.wang@mediatek$(echo .)com \
--cc=srv_heupstream@mediatek$(echo .)com \
--cc=yingjoe.chen@mediatek$(echo .)com \
--cc=yt.shen@mediatek$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox