Skip to content

Commit 789e0e5

Browse files
author
Phil Elwell
committed
rtc: Add SPI alias for pcf2123 driver
Without this alias, Device Tree won't cause the driver to be loaded. See: #1510
1 parent a4e41db commit 789e0e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/rtc/rtc-pcf2123.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,4 @@ MODULE_AUTHOR("Chris Verges <[email protected]>");
358358
MODULE_DESCRIPTION("NXP PCF2123 RTC driver");
359359
MODULE_LICENSE("GPL");
360360
MODULE_VERSION(DRV_VERSION);
361+
MODULE_ALIAS("spi:rtc-pcf2123");

0 commit comments

Comments
 (0)