aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-24 13:01:37 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 13:01:37 +0200
commite50af47fcd8f1e36e5e2451d81d81595bb3b7659 (patch)
treed0dac58a772b30222475f85488a71c781219211a /target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch
parentf46657208c87defa5551022b45072d9c02619dc9 (diff)
downloadmaster-187ad058-e50af47fcd8f1e36e5e2451d81d81595bb3b7659.tar.gz
master-187ad058-e50af47fcd8f1e36e5e2451d81d81595bb3b7659.tar.bz2
master-187ad058-e50af47fcd8f1e36e5e2451d81d81595bb3b7659.zip
ramips: add backported MT7628 pinmux fixes
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch')
-rw-r--r--target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch b/target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch
index 517a7d7f13..8a78bda840 100644
--- a/target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch
+++ b/target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch
@@ -13,7 +13,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
-@@ -483,6 +483,12 @@
+@@ -483,6 +483,12 @@ config SPI_RT2880
help
This selects a driver for the Ralink RT288x/RT305x SPI Controller.
@@ -28,7 +28,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
depends on ARCH_S3C24XX
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
-@@ -51,6 +51,7 @@
+@@ -51,6 +51,7 @@ obj-$(CONFIG_SPI_MPC512x_PSC) += spi-mp
obj-$(CONFIG_SPI_MPC52xx_PSC) += spi-mpc52xx-psc.o
obj-$(CONFIG_SPI_MPC52xx) += spi-mpc52xx.o
obj-$(CONFIG_SPI_MT65XX) += spi-mt65xx.o