aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches-4.4/110-watchdog-add-gemini_wdt-driver.patch
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2018-04-29 19:13:31 +0300
committerJohn Crispin <john@phrozen.org>2018-05-05 06:57:00 +0200
commit91930c0f99fedf6841ab5666ef5a26caa5b0790d (patch)
tree1ed02b16def8164b5789f31ce534c16b8364de7a /target/linux/gemini/patches-4.4/110-watchdog-add-gemini_wdt-driver.patch
parent6409b159e8b84e172da7755088d587ccd99103ab (diff)
downloadupstream-91930c0f99fedf6841ab5666ef5a26caa5b0790d.tar.gz
upstream-91930c0f99fedf6841ab5666ef5a26caa5b0790d.tar.bz2
upstream-91930c0f99fedf6841ab5666ef5a26caa5b0790d.zip
gemini: remove 4.4 support
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/gemini/patches-4.4/110-watchdog-add-gemini_wdt-driver.patch')
-rw-r--r--target/linux/gemini/patches-4.4/110-watchdog-add-gemini_wdt-driver.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/gemini/patches-4.4/110-watchdog-add-gemini_wdt-driver.patch b/target/linux/gemini/patches-4.4/110-watchdog-add-gemini_wdt-driver.patch
deleted file mode 100644
index bb66ae4dd0..0000000000
--- a/target/linux/gemini/patches-4.4/110-watchdog-add-gemini_wdt-driver.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/drivers/watchdog/Kconfig
-+++ b/drivers/watchdog/Kconfig
-@@ -229,6 +229,16 @@ config 977_WATCHDOG
-
- Not sure? It's safe to say N.
-
-+config GEMINI_WATCHDOG
-+ tristate "Gemini watchdog"
-+ depends on ARCH_GEMINI
-+ help
-+ Say Y here if to include support for the watchdog timer
-+ embedded in the Cortina Systems Gemini family of devices.
-+
-+ To compile this driver as a module, choose M here: the
-+ module will be called gemini_wdt.
-+
- config IXP4XX_WATCHDOG
- tristate "IXP4xx Watchdog"
- depends on ARCH_IXP4XX
---- a/drivers/watchdog/Makefile
-+++ b/drivers/watchdog/Makefile
-@@ -37,6 +37,7 @@ obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.
- obj-$(CONFIG_TWL4030_WATCHDOG) += twl4030_wdt.o
- obj-$(CONFIG_21285_WATCHDOG) += wdt285.o
- obj-$(CONFIG_977_WATCHDOG) += wdt977.o
-+obj-$(CONFIG_GEMINI_WATCHDOG) += gemini_wdt.o
- obj-$(CONFIG_IXP4XX_WATCHDOG) += ixp4xx_wdt.o
- obj-$(CONFIG_KS8695_WATCHDOG) += ks8695_wdt.o
- obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o