diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-29 11:26:41 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-29 11:26:41 +0200 |
commit | 2a57a54d49e1172405c8732c472e99918a8621c2 (patch) | |
tree | db396b6cd333440625e4f4d5faff8cd37264f292 /target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch | |
parent | 8372a7f922592c0a63a60c60879d3a44c52c69d9 (diff) | |
download | upstream-2a57a54d49e1172405c8732c472e99918a8621c2.tar.gz upstream-2a57a54d49e1172405c8732c472e99918a8621c2.tar.bz2 upstream-2a57a54d49e1172405c8732c472e99918a8621c2.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.patch | 4 |
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 e0b63901ee..80f68df096 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 |