All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Urs Fässler" <urs.fassler@bbv.ch>, "Sam Ravnborg" <sam@ravnborg.org>
Cc: a.zummo@towertech.it, robh+dt@kernel.org, mark.rutland@arm.com,
	linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
	lukas.stockmann@siemens.com, pascal.bach@siemens.com
Subject: Re: [PATCH 1/2] dt-bindings: rtc: add capacitor selection for pcf85063
Date: Mon, 24 Sep 2018 14:18:02 +0200	[thread overview]
Message-ID: <20180924121802.GC13455@piout.net> (raw)
In-Reply-To: <20180924112340.2685-1-urs.fassler@bbv.ch>

Hello Urs,

You probably want to synchronize with Sam and his series:
http://patchwork.ozlabs.org/project/rtc-linux/list/?series=64664&state=*

On 24/09/2018 13:23:39+0200, Urs Fässler wrote:
> Add a device tree property to configure the used capacitor for the
> oscillator.
> 
> Signed-off-by: Urs Fässler <urs.fassler@bbv.ch>
> Signed-off-by: Lukas Stockmann <lukas.stockmann@siemens.com>
> Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
> ---
>  .../devicetree/bindings/rtc/pcf85063.txt      | 20 +++++++++++++++++++
>  .../devicetree/bindings/trivial-devices.txt   |  1 -
>  2 files changed, 20 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/rtc/pcf85063.txt
> 
> diff --git a/Documentation/devicetree/bindings/rtc/pcf85063.txt b/Documentation/devicetree/bindings/rtc/pcf85063.txt
> new file mode 100644
> index 000000000000..e987d1042545
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/rtc/pcf85063.txt
> @@ -0,0 +1,20 @@
> +NXP PCF85063 Tiny Real Time Clock
> +=================================
> +
> +Required properties:
> +- compatible: should contain "nxp,pcf85063".
> +- reg: I2C address for chip.
> +
> +Optional properties:
> +- cap-sel: internal oscillator capacitor selection. Possible values are:
> +	- 0: 7 pF
> +	- 1: 12.5 pF
> +	The selection is not changed if the property is not specified.
> +
> +Example:
> +
> +pcf85063: pcf85063@51 {
> +	compatible = "nxp,pcf85063";
> +	reg = <0x51>;
> +	cap-sel = <1>;
> +};
> diff --git a/Documentation/devicetree/bindings/trivial-devices.txt b/Documentation/devicetree/bindings/trivial-devices.txt
> index 763a2808a95c..abd3a818fb40 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.txt
> +++ b/Documentation/devicetree/bindings/trivial-devices.txt
> @@ -171,7 +171,6 @@ nxp,pcf2127		Real-time clock
>  nxp,pcf2129		Real-time clock
>  nxp,pcf8523		Real-time Clock
>  nxp,pcf8563		Real-time clock/calendar
> -nxp,pcf85063		Tiny Real-Time Clock
>  oki,ml86v7667		OKI ML86V7667 video decoder
>  ovti,ov5642		OV5642: Color CMOS QSXGA (5-megapixel) Image Sensor with OmniBSI and Embedded TrueFocus
>  pericom,pt7c4338	Real-time Clock Module
> -- 
> 2.18.0
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Urs Fässler" <urs.fassler@bbv.ch>, "Sam Ravnborg" <sam@ravnborg.org>
Cc: a.zummo@towertech.it, robh+dt@kernel.org, mark.rutland@arm.com,
	linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
	lukas.stockmann@siemens.com, pascal.bach@siemens.com
Subject: Re: [PATCH 1/2] dt-bindings: rtc: add capacitor selection for pcf85063
Date: Mon, 24 Sep 2018 14:18:02 +0200	[thread overview]
Message-ID: <20180924121802.GC13455@piout.net> (raw)
In-Reply-To: <20180924112340.2685-1-urs.fassler@bbv.ch>

Hello Urs,

You probably want to synchronize with Sam and his series:
http://patchwork.ozlabs.org/project/rtc-linux/list/?series=64664&state=*

On 24/09/2018 13:23:39+0200, Urs F�ssler wrote:
> Add a device tree property to configure the used capacitor for the
> oscillator.
> 
> Signed-off-by: Urs F�ssler <urs.fassler@bbv.ch>
> Signed-off-by: Lukas Stockmann <lukas.stockmann@siemens.com>
> Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
> ---
>  .../devicetree/bindings/rtc/pcf85063.txt      | 20 +++++++++++++++++++
>  .../devicetree/bindings/trivial-devices.txt   |  1 -
>  2 files changed, 20 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/rtc/pcf85063.txt
> 
> diff --git a/Documentation/devicetree/bindings/rtc/pcf85063.txt b/Documentation/devicetree/bindings/rtc/pcf85063.txt
> new file mode 100644
> index 000000000000..e987d1042545
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/rtc/pcf85063.txt
> @@ -0,0 +1,20 @@
> +NXP PCF85063 Tiny Real Time Clock
> +=================================
> +
> +Required properties:
> +- compatible: should contain "nxp,pcf85063".
> +- reg: I2C address for chip.
> +
> +Optional properties:
> +- cap-sel: internal oscillator capacitor selection. Possible values are:
> +	- 0: 7 pF
> +	- 1: 12.5 pF
> +	The selection is not changed if the property is not specified.
> +
> +Example:
> +
> +pcf85063: pcf85063@51 {
> +	compatible = "nxp,pcf85063";
> +	reg = <0x51>;
> +	cap-sel = <1>;
> +};
> diff --git a/Documentation/devicetree/bindings/trivial-devices.txt b/Documentation/devicetree/bindings/trivial-devices.txt
> index 763a2808a95c..abd3a818fb40 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.txt
> +++ b/Documentation/devicetree/bindings/trivial-devices.txt
> @@ -171,7 +171,6 @@ nxp,pcf2127		Real-time clock
>  nxp,pcf2129		Real-time clock
>  nxp,pcf8523		Real-time Clock
>  nxp,pcf8563		Real-time clock/calendar
> -nxp,pcf85063		Tiny Real-Time Clock
>  oki,ml86v7667		OKI ML86V7667 video decoder
>  ovti,ov5642		OV5642: Color CMOS QSXGA (5-megapixel) Image Sensor with OmniBSI and Embedded TrueFocus
>  pericom,pt7c4338	Real-time Clock Module
> -- 
> 2.18.0
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  parent reply	other threads:[~2018-09-24 18:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-24 11:23 [PATCH 1/2] dt-bindings: rtc: add capacitor selection for pcf85063 Urs Fässler
2018-09-24 11:23 ` [PATCH 2/2] rtc: pcf85063: add support for oscillator capacitor selection Urs Fässler
2018-09-24 12:18 ` Alexandre Belloni [this message]
2018-09-24 12:18   ` [PATCH 1/2] dt-bindings: rtc: add capacitor selection for pcf85063 Alexandre Belloni
2018-09-26 20:44   ` Sam Ravnborg
2018-09-26 20:44     ` Sam Ravnborg
2018-10-03  9:01     ` Urs Fässler

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=20180924121802.GC13455@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=a.zummo@towertech.it \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=lukas.stockmann@siemens.com \
    --cc=mark.rutland@arm.com \
    --cc=pascal.bach@siemens.com \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=urs.fassler@bbv.ch \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.