diff options
author | John Crispin <john@openwrt.org> | 2016-03-10 19:11:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-10 19:11:23 +0000 |
commit | f78f271c1e2845ce60ac8236505e6baff2b31620 (patch) | |
tree | 2f6c15c63cbed0cf71b15103b07ddccec28c667d /target/linux/brcm2708/patches-4.4/1000-mfd-rpisense-disable.patch | |
parent | 48e6ccc4e183ce6d64bf374dec8dffbd7a7d6748 (diff) | |
download | mtk-20170518-f78f271c1e2845ce60ac8236505e6baff2b31620.zip mtk-20170518-f78f271c1e2845ce60ac8236505e6baff2b31620.tar.gz mtk-20170518-f78f271c1e2845ce60ac8236505e6baff2b31620.tar.bz2 |
brcm2708: update patches to latest version
As usual these patches were extracted from the raspberry repo:
https://github.com/raspberrypi/linux/commits/rpi-4.4.y
- Disable unused MFD RPISENSE driver.
- Disable ethernet HW checksums in order to avoid kernel exceptions.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 48985
Diffstat (limited to 'target/linux/brcm2708/patches-4.4/1000-mfd-rpisense-disable.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.4/1000-mfd-rpisense-disable.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.4/1000-mfd-rpisense-disable.patch b/target/linux/brcm2708/patches-4.4/1000-mfd-rpisense-disable.patch new file mode 100644 index 0000000..164e844 --- /dev/null +++ b/target/linux/brcm2708/patches-4.4/1000-mfd-rpisense-disable.patch @@ -0,0 +1,10 @@ +--- a/drivers/mfd/Kconfig ++++ b/drivers/mfd/Kconfig +@@ -13,6 +13,7 @@ config MFD_CORE + config MFD_RPISENSE_CORE + tristate "Raspberry Pi Sense HAT core functions" + depends on I2C ++ depends on BROKEN + select MFD_CORE + help + This is the core driver for the Raspberry Pi Sense HAT. This provides |