aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.14/148-dt-sun7i-add-spi-muxing.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:24 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:24 +0000
commitb34d1f6b435b05479c3ddee74be1ef428ae7455a (patch)
tree5517152c2f56e9778150440c47def9ed06b3eea2 /target/linux/sunxi/patches-3.14/148-dt-sun7i-add-spi-muxing.patch
parentad966e5eaad945f22ffdfd404b58e0c3ef6cd9dc (diff)
downloadmaster-187ad058-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.gz
master-187ad058-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.bz2
master-187ad058-b34d1f6b435b05479c3ddee74be1ef428ae7455a.zip
sunxi: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44824 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.14/148-dt-sun7i-add-spi-muxing.patch')
-rw-r--r--target/linux/sunxi/patches-3.14/148-dt-sun7i-add-spi-muxing.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/sunxi/patches-3.14/148-dt-sun7i-add-spi-muxing.patch b/target/linux/sunxi/patches-3.14/148-dt-sun7i-add-spi-muxing.patch
deleted file mode 100644
index 0c78fa4bc8..0000000000
--- a/target/linux/sunxi/patches-3.14/148-dt-sun7i-add-spi-muxing.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From c38fe0f410a59e194ef5e58429658506d853f1b4 Mon Sep 17 00:00:00 2001
-From: Maxime Ripard <maxime.ripard@free-electrons.com>
-Date: Sat, 22 Feb 2014 22:35:58 +0100
-Subject: [PATCH] ARM: dt: sun7i: Add SPI muxing options
-
-Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
----
- arch/arm/boot/dts/sun7i-a20.dtsi | 14 ++++++++++++++
- 1 file changed, 14 insertions(+)
-
---- a/arch/arm/boot/dts/sun7i-a20.dtsi
-+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
-@@ -571,6 +571,20 @@
- allwinner,drive = <3>;
- allwinner,pull = <0>;
- };
-+
-+ spi1_pins_a: spi1@0 {
-+ allwinner,pins = "PI16", "PI17", "PI18", "PI19";
-+ allwinner,function = "spi1";
-+ allwinner,drive = <0>;
-+ allwinner,pull = <0>;
-+ };
-+
-+ spi2_pins_a: spi2@0 {
-+ allwinner,pins = "PC19", "PC20", "PC21", "PC22";
-+ allwinner,function = "spi2";
-+ allwinner,drive = <0>;
-+ allwinner,pull = <0>;
-+ };
- };
-
- timer@01c20c00 {