Skip to content

Commit

Permalink
rtc: Add SPI alias for pcf2123 driver
Browse files Browse the repository at this point in the history
Without this alias, Device Tree won't cause the driver
to be loaded.

See: #1510
  • Loading branch information
Phil Elwell committed Jun 15, 2016
1 parent a4e41db commit 789e0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/rtc-pcf2123.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,4 @@ MODULE_AUTHOR("Chris Verges <chrisv@cyberswitching.com>");
MODULE_DESCRIPTION("NXP PCF2123 RTC driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(DRV_VERSION);
MODULE_ALIAS("spi:rtc-pcf2123");

0 comments on commit 789e0e5

Please sign in to comment.