Skip to content

Commit 7f4f3e8

Browse files
committed
overlays: i2c-rtc: pcf8563 supports wakeup-source
PCF8563 has alarm functionality, so allow it to accept the wakeup-source parameter. See: #6030 Signed-off-by: Phil Elwell <[email protected]>
1 parent bbe0164 commit 7f4f3e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/overlays/i2c-rtc-common.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
<&ds3231>,"wakeup-source?",
349349
<&mcp7940x>,"wakeup-source?",
350350
<&mcp7941x>,"wakeup-source?",
351-
<&m41t62>,"wakeup-source?";
351+
<&m41t62>,"wakeup-source?",
352+
<&pcf8563>,"wakeup-source?";
352353
};
353354
};

0 commit comments

Comments
 (0)