Re: [PATCH v2 1/2] dt-bindings: rtc: Add bindings for Cadence RTC

2019-01-17 Thread Alexandre Belloni
On 17/01/2019 10:46:50+, Jan Kotas wrote: > > > On 16 Jan 2019, at 22:08, Rob Herring wrote: > > > > > > On Fri, Jan 11, 2019 at 03:14:00PM +, Jan Kotas wrote: > >> This patch adds a DT binding documentation for > >> Cadence RTC controller. > >> +Required properties: > >> +- compatible:

Re: [PATCH v2 1/2] dt-bindings: rtc: Add bindings for Cadence RTC

2019-01-17 Thread Jan Kotas
> On 16 Jan 2019, at 22:08, Rob Herring wrote: > > > On Fri, Jan 11, 2019 at 03:14:00PM +, Jan Kotas wrote: >> This patch adds a DT binding documentation for >> Cadence RTC controller. >> +Required properties: >> +- compatible: Should be "cdns,rtc-r109v3" >> +- reg: Specifies base physical

Re: [PATCH v2 1/2] dt-bindings: rtc: Add bindings for Cadence RTC

2019-01-16 Thread Rob Herring
On Fri, Jan 11, 2019 at 03:14:00PM +, Jan Kotas wrote: > This patch adds a DT binding documentation for > Cadence RTC controller. > > Signed-off-by: Jan Kotas > --- > Documentation/devicetree/bindings/rtc/cdns,rtc.txt | 25 > ++ > 1 file changed, 25 insertions(+) > crea

[PATCH v2 1/2] dt-bindings: rtc: Add bindings for Cadence RTC

2019-01-11 Thread Jan Kotas
This patch adds a DT binding documentation for Cadence RTC controller. Signed-off-by: Jan Kotas --- Documentation/devicetree/bindings/rtc/cdns,rtc.txt | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/cdns,rtc.txt diff --git