Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: rtc: pcf85363: Document pcf85263 real-time clock

The pcf85263 RTC is compatible with the pcf85363 RTC.

The difference between the pcf85263 and pcf85363 RTC is that the latter has
64 bytes more RAM. This renders them incompatible from a DT point of view.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Biju Das and committed by
Alexandre Belloni
bae5e94b ecb4a353

+2 -2
+2 -2
Documentation/devicetree/bindings/rtc/pcf85363.txt
··· 1 - NXP PCF85363 Real Time Clock 1 + NXP PCF85263/PCF85363 Real Time Clock 2 2 ============================ 3 3 4 4 Required properties: 5 - - compatible: Should contain "nxp,pcf85363". 5 + - compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363". 6 6 - reg: I2C address for chip. 7 7 8 8 Optional properties: