diff mbox

[3/4] rtc: pcf85063 Add support for different qaurtz

Message ID 1418403699.4555.17.camel@sanws1.rosetechnology.dk
State Superseded, archived
Headers show

Commit Message

Søren Andersen Dec. 12, 2014, 5:01 p.m. UTC
Signed-off-by: Soeren Andersen <san at rosetechnology.dk>
---
 Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt | 16
++++++++++++++++
 1 file changed, 16 insertions(+)



--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt
b/Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt
index 0000000..dcda544
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt
@@ -0,0 +1,16 @@ 
+* NXP PCF85063		Tiny Real-Time Clock
+
+Required properties:
+- compatible: Should contain "nxp,pcf85063".
+- reg: I2C address for chip
+
+Optional properties:
+- quartz_load : Internal oscillator capacity for quartz crystals
+	Values usable for pcf85063 load capacitance are 7pF, 12.5pF
+
+Example:
+	pcf85063: rtc@51 {
+		compatible = "nxp,pcf85063";
+		quartz_load = "12.5pF";
+		reg = <0x51>;
+	};