brcm2708: update linux 4.4 patches to latest version
[openwrt/staging/dedeckeh.git] / target / linux / brcm2708 / patches-4.4 / 0411-rtc-Add-SPI-alias-for-pcf2123-driver.patch
1 From 2306db770d37cfaa8fe2805febe84a504709fac8 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Wed, 15 Jun 2016 16:48:41 +0100
4 Subject: [PATCH 411/423] rtc: Add SPI alias for pcf2123 driver
5
6 Without this alias, Device Tree won't cause the driver
7 to be loaded.
8
9 See: https://github.com/raspberrypi/linux/pull/1510
10 ---
11 drivers/rtc/rtc-pcf2123.c | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/drivers/rtc/rtc-pcf2123.c
15 +++ b/drivers/rtc/rtc-pcf2123.c
16 @@ -358,3 +358,4 @@ MODULE_AUTHOR("Chris Verges <chrisv@cybe
17 MODULE_DESCRIPTION("NXP PCF2123 RTC driver");
18 MODULE_LICENSE("GPL");
19 MODULE_VERSION(DRV_VERSION);
20 +MODULE_ALIAS("spi:rtc-pcf2123");