diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-09-02 10:18:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-09-02 10:18:15 +0000 |
commit | 7d6cff4882e1484e09956e19825acdae3a68618c (patch) | |
tree | 76a46ad583bca975dd2cb71f20543fa2c1eee425 /target/linux/brcm2708/patches-3.18/0053-i2c-bcm2708-add-device-tree-support.patch | |
parent | 7747092ed1d906b247d834735941d995a62c5556 (diff) | |
download | upstream-7d6cff4882e1484e09956e19825acdae3a68618c.tar.gz upstream-7d6cff4882e1484e09956e19825acdae3a68618c.tar.bz2 upstream-7d6cff4882e1484e09956e19825acdae3a68618c.zip |
kernel: update 3.18 to 3.18.21
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.21
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46768
Diffstat (limited to 'target/linux/brcm2708/patches-3.18/0053-i2c-bcm2708-add-device-tree-support.patch')
-rw-r--r-- | target/linux/brcm2708/patches-3.18/0053-i2c-bcm2708-add-device-tree-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-3.18/0053-i2c-bcm2708-add-device-tree-support.patch b/target/linux/brcm2708/patches-3.18/0053-i2c-bcm2708-add-device-tree-support.patch index acf920359b..0269052ae3 100644 --- a/target/linux/brcm2708/patches-3.18/0053-i2c-bcm2708-add-device-tree-support.patch +++ b/target/linux/brcm2708/patches-3.18/0053-i2c-bcm2708-add-device-tree-support.patch @@ -147,7 +147,7 @@ Signed-off-by: Noralf Tronnes <notro@tronnes.org> bcm_register_device(&bcm2835_thermal_device); --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig -@@ -361,7 +361,7 @@ config I2C_AXXIA +@@ -362,7 +362,7 @@ config I2C_AXXIA config I2C_BCM2835 tristate "Broadcom BCM2835 I2C controller" |