aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/patches-4.1/330-oxnas-pinctrl.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-12 17:51:24 +0200
committerFelix Fietkau <nbd@nbd.name>2016-05-12 17:51:24 +0200
commit930195737a0916d80ad2f7fe8b0f8fe4e4691762 (patch)
treeff89a5a9f52efd7f74fdeca722138e6a83efb65c /target/linux/oxnas/patches-4.1/330-oxnas-pinctrl.patch
parent825ef34f15b0b66d2c77bc6dc6002268c310a356 (diff)
downloadupstream-930195737a0916d80ad2f7fe8b0f8fe4e4691762.tar.gz
upstream-930195737a0916d80ad2f7fe8b0f8fe4e4691762.tar.bz2
upstream-930195737a0916d80ad2f7fe8b0f8fe4e4691762.zip
oxnas: delete linux 4.1 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/oxnas/patches-4.1/330-oxnas-pinctrl.patch')
-rw-r--r--target/linux/oxnas/patches-4.1/330-oxnas-pinctrl.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/oxnas/patches-4.1/330-oxnas-pinctrl.patch b/target/linux/oxnas/patches-4.1/330-oxnas-pinctrl.patch
deleted file mode 100644
index 5e7d081e03..0000000000
--- a/target/linux/oxnas/patches-4.1/330-oxnas-pinctrl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/drivers/pinctrl/Kconfig
-+++ b/drivers/pinctrl/Kconfig
-@@ -191,6 +191,15 @@ config PINCTRL_COH901
- COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
- ports of 8 GPIO pins each.
-
-+config PINCTRL_OXNAS
-+ bool "OXNAS pinctrl driver"
-+ depends on OF
-+ depends on ARCH_OXNAS
-+ select PINMUX
-+ select PINCONF
-+ help
-+ Say Y here to enable the oxnas pinctrl driver
-+
- config PINCTRL_PALMAS
- bool "Pinctrl driver for the PALMAS Series MFD devices"
- depends on OF && MFD_PALMAS
---- a/drivers/pinctrl/Makefile
-+++ b/drivers/pinctrl/Makefile
-@@ -17,6 +17,7 @@ obj-$(CONFIG_PINCTRL_AT91) += pinctrl-at
- obj-$(CONFIG_PINCTRL_AMD) += pinctrl-amd.o
- obj-$(CONFIG_PINCTRL_FALCON) += pinctrl-falcon.o
- obj-$(CONFIG_PINCTRL_MESON) += meson/
-+obj-$(CONFIG_PINCTRL_OXNAS) += pinctrl-oxnas.o
- obj-$(CONFIG_PINCTRL_PALMAS) += pinctrl-palmas.o
- obj-$(CONFIG_PINCTRL_ROCKCHIP) += pinctrl-rockchip.o
- obj-$(CONFIG_PINCTRL_SINGLE) += pinctrl-single.o