Re: [PATCH v1 2/2] dt-bindings: rtc: Add optional status property

2019-08-22 Thread Tanwar, Rahul
On 22/8/2019 5:09 PM, Alexandre Belloni wrote: On 22/08/2019 11:56:59+0300, Andy Shevchenko wrote: On Thu, Aug 22, 2019 at 03:44:04PM +0800, Rahul Tanwar wrote: Some products may not support MC146818 RTC CMOS device. Introduce a optional 'status' standard property for RTC-CMOS to indicate if

Re: [PATCH v1 2/2] dt-bindings: rtc: Add optional status property

2019-08-22 Thread Alexandre Belloni
On 22/08/2019 11:56:59+0300, Andy Shevchenko wrote: > On Thu, Aug 22, 2019 at 03:44:04PM +0800, Rahul Tanwar wrote: > > Some products may not support MC146818 RTC CMOS device. Introduce a optional > > 'status' standard property for RTC-CMOS to indicate if the MC146818 RTC > > device > > is availab

Re: [PATCH v1 2/2] dt-bindings: rtc: Add optional status property

2019-08-22 Thread Andy Shevchenko
On Thu, Aug 22, 2019 at 03:44:04PM +0800, Rahul Tanwar wrote: > Some products may not support MC146818 RTC CMOS device. Introduce a optional > 'status' standard property for RTC-CMOS to indicate if the MC146818 RTC device > is available (status="okay") or not (status="disabled") This needs to be c

[PATCH v1 2/2] dt-bindings: rtc: Add optional status property

2019-08-22 Thread Rahul Tanwar
Some products may not support MC146818 RTC CMOS device. Introduce a optional 'status' standard property for RTC-CMOS to indicate if the MC146818 RTC device is available (status="okay") or not (status="disabled") Signed-off-by: Rahul Tanwar --- Documentation/devicetree/bindings/rtc/rtc-cmos.txt |