Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351106
| From | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/5] Documentation: dt: Add binding info for jz4740-rtc driver |
| Date | 2016-03-06 13:20 +0100 |
| Message-ID | <r9FPc-4Sg-21@gated-at.bofh.it> (permalink) |
| References | <r9tbk-4pS-3@gated-at.bofh.it> <r9tbl-4pS-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello.
On 3/6/2016 1:38 AM, Paul Cercueil wrote:
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
> .../devicetree/bindings/rtc/ingenic,jz4740-rtc.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/rtc/ingenic,jz4740-rtc.txt
>
> diff --git a/Documentation/devicetree/bindings/rtc/ingenic,jz4740-rtc.txt b/Documentation/devicetree/bindings/rtc/ingenic,jz4740-rtc.txt
> new file mode 100644
> index 0000000..71e4ad0
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/rtc/ingenic,jz4740-rtc.txt
> @@ -0,0 +1,38 @@
> +JZ4740 and similar SoCs real-time clock driver
> +
> +Required properties:
> +
> +- compatible: One of:
> + - "ingenic,jz4740-rtc" - for use with the JZ4740 SoC
> + - "ingenic,jz4780-rtc" - for use with the JZ4780 SoC
> +- reg: Address range of rtc register set
> +- interrupts: IRQ number for the alarm interrupt
> +- interrupt-parent: phandle of the interrupt controller
This is never a required property, it can be inherited from the parent node.
[...]
MBR, Sergei
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/5] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC Paul Cercueil <paul@crapouillou.net> - 2016-03-05 23:50 +0100
[PATCH 2/5] Documentation: dt: Add binding info for jz4740-rtc driver Paul Cercueil <paul@crapouillou.net> - 2016-03-05 23:50 +0100
Re: [PATCH 2/5] Documentation: dt: Add binding info for jz4740-rtc driver Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-03-06 13:20 +0100
Re: [PATCH 2/5] Documentation: dt: Add binding info for jz4740-rtc driver Rob Herring <robh@kernel.org> - 2016-03-17 13:00 +0100
Re: [PATCH 2/5] Documentation: dt: Add binding info for jz4740-rtc driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-03-17 13:10 +0100
Re: [PATCH 1/5] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-03-17 13:10 +0100
csiph-web