aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.1/0167-BCM270X_DT-mz61581-Revert-to-spi-bcm2708.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-26 09:01:05 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-26 09:01:05 +0000
commit7cc0f6e3bcead0a27956704cd1b105aa5f805e4f (patch)
tree3bad1f36686ac6caa692c4e386b843c68e592066 /target/linux/brcm2708/patches-4.1/0167-BCM270X_DT-mz61581-Revert-to-spi-bcm2708.patch
parentdf51f2916b87b0c54a0d60932257c9288c845e62 (diff)
downloadmaster-187ad058-7cc0f6e3bcead0a27956704cd1b105aa5f805e4f.tar.gz
master-187ad058-7cc0f6e3bcead0a27956704cd1b105aa5f805e4f.tar.bz2
master-187ad058-7cc0f6e3bcead0a27956704cd1b105aa5f805e4f.zip
brcm2708: update 4.1 patches
As usual, this patches were taken (and rebased) from https://github.com/raspberrypi/linux/commits/rpi-4.1.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47258 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0167-BCM270X_DT-mz61581-Revert-to-spi-bcm2708.patch')
-rw-r--r--target/linux/brcm2708/patches-4.1/0167-BCM270X_DT-mz61581-Revert-to-spi-bcm2708.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0167-BCM270X_DT-mz61581-Revert-to-spi-bcm2708.patch b/target/linux/brcm2708/patches-4.1/0167-BCM270X_DT-mz61581-Revert-to-spi-bcm2708.patch
deleted file mode 100644
index 6b16eec5d5..0000000000
--- a/target/linux/brcm2708/patches-4.1/0167-BCM270X_DT-mz61581-Revert-to-spi-bcm2708.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 79cc7775c324c4dd392d62db7f50c2933d23cf1f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
-Date: Sun, 19 Jul 2015 18:57:06 +0200
-Subject: [PATCH 167/171] BCM270X_DT: mz61581: Revert to spi-bcm2708
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The MZ61581 display does not work with spi-bcm2835 and software
-chip select. It works before the commit:
-spi: bcm2835: transform native-cs to gpio-cs on first spi_setup
-
-Revert to spi-bcm2708 until the cause has been detected and the
-issue resolved.
-
-Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
----
- arch/arm/boot/dts/overlays/mz61581-overlay.dts | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/arch/arm/boot/dts/overlays/mz61581-overlay.dts
-+++ b/arch/arm/boot/dts/overlays/mz61581-overlay.dts
-@@ -12,6 +12,8 @@
- fragment@0 {
- target = <&spi0>;
- __overlay__ {
-+ /* does not work with spi-bcm2835 using software chip selects */
-+ compatible = "brcm,bcm2708-spi";
- status = "okay";
-
- spidev@0{