From: Phil Elwell Date: Wed, 15 Jun 2016 15:48:41 +0000 (+0100) Subject: rtc: Add SPI alias for pcf2123 driver X-Git-Tag: accepted/tizen/unified/20240422.153132~908 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b200289f72e063e105b6fc90de032eaafa4f00d;p=platform%2Fkernel%2Flinux-rpi.git rtc: Add SPI alias for pcf2123 driver Without this alias, Device Tree won't cause the driver to be loaded. See: https://github.com/raspberrypi/linux/pull/1510 --- diff --git a/drivers/rtc/rtc-pcf2123.c b/drivers/rtc/rtc-pcf2123.c index e714661..89cda4d 100644 --- a/drivers/rtc/rtc-pcf2123.c +++ b/drivers/rtc/rtc-pcf2123.c @@ -479,3 +479,4 @@ module_spi_driver(pcf2123_driver); MODULE_AUTHOR("Chris Verges "); MODULE_DESCRIPTION("NXP PCF2123 RTC driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("spi:rtc-pcf2123");