From: Javier Carrasco Cruz <javier.carrasco@wolfvision.net>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Alessandro Zummo <a.zummo@towertech.it>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Michael Riesch <michael.riesch@wolfvision.net>
Subject: Re: [PATCH 2/2] dt-bindings: rtc: nxp,pcf8563: add quartz-load-femtofarads for pcf85263 and pcf85363
Date: Tue, 14 Feb 2023 12:41:01 +0100 [thread overview]
Message-ID: <1145ccf7-ffe0-533e-45ef-5576a54e4531@wolfvision.net> (raw)
In-Reply-To: <Y+pur70KB7wWRCCi@mail.local>
Hello,
Sorry for the previous mail in html format with annoying signatures.
> Hello,
>
> Krzysztof's confusion is because you are changing the binding for
> nxp,pcf8563 while adding support for the nxp,pcf85263/nxp,pcf85363
If that is ok I would propose a new bindings file nxp,pcf85363 for
pcf85263 and pcf85363 in the next version.
Best regards,
Javier Carrasco
>
> On 13/02/2023 10:50:18+0100, Javier Carrasco wrote:
>> These RTCs are handled by the pcf85363 device driver, which now supports
>> the quartz-load-femtofarads property.
>>
>> Signed-off-by: Javier Carrasco <javier.carrasco@wolfvision.net>
>> ---
>> .../devicetree/bindings/rtc/nxp,pcf8563.yaml | 20 ++++++++++++++++---
>> 1 file changed, 17 insertions(+), 3 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml b/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml
>> index a98b72752349..aac7f7565ba7 100644
>> --- a/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml
>> +++ b/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml
>> @@ -9,9 +9,6 @@ title: Philips PCF8563/Epson RTC8564 Real Time Clock
>> maintainers:
>> - Alexandre Belloni <alexandre.belloni@bootlin.com>
>>
>> -allOf:
>> - - $ref: rtc.yaml#
>> -
>> properties:
>> compatible:
>> enum:
>> @@ -37,6 +34,23 @@ properties:
>> start-year: true
>> wakeup-source: true
>>
>> +allOf:
>> + - $ref: rtc.yaml#
>> + - if:
>> + properties:
>> + compatible:
>> + contains:
>> + enum:
>> + - nxp,pcf85263
>> + - nxp,pcf85363
>> + then:
>> + properties:
>> + quartz-load-femtofarads:
>> + description:
>> + The capacitive load of the quartz(x-tal).
>> + enum: [6000, 7000, 12500]
>> + default: 7000
>> +
>> required:
>> - compatible
>> - reg
>> --
>> 2.37.2
>>
>>
>> Javier Carrasco
>> Research and Development
>>
>> Wolfvision GmbH
>> Oberes Ried 14 | 6833 Klaus | Austria
>> Tel: +43 5523 52250 <tel:+43552352250> | Mail: javier.carrasco@wolfvision.net <mailto:javier.carrasco@wolfvision.net>
>>
>> Website: wolfvision.com <www.wolfvision.com>
>> Firmenbuch / Commercial Register: FN283521v Feldkirch/Austria
>>
>
next prev parent reply other threads:[~2023-02-14 11:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <12dc51e4-622e-4a26-8bde-2795d77ce36e.e0c24246-04d4-485f-8d5f-1cc8fbefd095.c239d173-62f0-457e-aa9e-d6e0511e3c3c@emailsignatures365.codetwo.com>
2023-02-13 9:50 ` [PATCH 0/2] pcf85363: support for quartz-load-femtofarads Javier Carrasco
[not found] ` <12dc51e4-622e-4a26-8bde-2795d77ce36e.e0c24246-04d4-485f-8d5f-1cc8fbefd095.f44d6731-6fc0-4ea1-bc6d-c08581fb532e@emailsignatures365.codetwo.com>
2023-02-13 9:50 ` [PATCH 1/2] rtc: pcf85363: add support for the quartz-load-femtofarads property Javier Carrasco
2023-02-13 12:24 ` Krzysztof Kozlowski
2023-02-13 17:03 ` Alexandre Belloni
[not found] ` <12dc51e4-622e-4a26-8bde-2795d77ce36e.e0c24246-04d4-485f-8d5f-1cc8fbefd095.f8cc75cd-465e-4339-8415-7d994963b841@emailsignatures365.codetwo.com>
2023-02-13 9:50 ` [PATCH 2/2] dt-bindings: rtc: nxp,pcf8563: add quartz-load-femtofarads for pcf85263 and pcf85363 Javier Carrasco
2023-02-13 12:25 ` Krzysztof Kozlowski
2023-02-13 17:09 ` Alexandre Belloni
2023-02-14 11:41 ` Javier Carrasco Cruz [this message]
2023-02-14 12:11 ` Krzysztof Kozlowski
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=1145ccf7-ffe0-533e-45ef-5576a54e4531@wolfvision.net \
--to=javier.carrasco@wolfvision.net \
--cc=a.zummo@towertech.it \
--cc=alexandre.belloni@bootlin.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=michael.riesch@wolfvision.net \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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
all inboxes | Powered by JetHome®