diff options
| author | Biju Das <[email protected]> | 2018-12-07 11:27:43 +0000 |
|---|---|---|
| committer | Alexandre Belloni <[email protected]> | 2018-12-11 00:48:16 +0100 |
| commit | bae5e94bea188e652d798eeb4b92b88a355591f6 (patch) | |
| tree | f65ef1de440dc7d2563a41f570884b1de50396b0 | |
| parent | ecb4a353d3afd45b9bb30c85d03ee113a0589079 (diff) | |
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 <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/rtc/pcf85363.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/rtc/pcf85363.txt b/Documentation/devicetree/bindings/rtc/pcf85363.txt index 76fdabc59742..94adc1cf93d9 100644 --- a/Documentation/devicetree/bindings/rtc/pcf85363.txt +++ b/Documentation/devicetree/bindings/rtc/pcf85363.txt @@ -1,8 +1,8 @@ -NXP PCF85363 Real Time Clock +NXP PCF85263/PCF85363 Real Time Clock ============================ Required properties: -- compatible: Should contain "nxp,pcf85363". +- compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363". - reg: I2C address for chip. Optional properties: |