All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: rtc: add capacitor selection for pcf85063
@ 2018-09-24 11:23 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
  0 siblings, 2 replies; 7+ messages in thread
From: Urs Fässler @ 2018-09-24 11:23 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, robh+dt, mark.rutland
  Cc: linux-rtc, devicetree, lukas.stockmann, pascal.bach, urs.fassler

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-03  9:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 1/2] dt-bindings: rtc: add capacitor selection for pcf85063 Alexandre Belloni
2018-09-24 12:18   ` Alexandre Belloni
2018-09-26 20:44   ` Sam Ravnborg
2018-09-26 20:44     ` Sam Ravnborg
2018-10-03  9:01     ` Urs Fässler

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.