d4b8d51580
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> SVN-Revision: 47922
28 lines
933 B
Diff
28 lines
933 B
Diff
From c37fba75d3893b39c9ebf2bd30923c577abcca43 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
|
|
Date: Sun, 13 Sep 2015 15:54:28 +0200
|
|
Subject: [PATCH 180/222] Revert "BCM270X_DT: mz61581: Revert to spi-bcm2708"
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This reverts commit 1820cd05d93b2d465d1616202772efe5bf0d11fe.
|
|
|
|
The spi-bcm2835 driver has been fixed, so now we can use it again.
|
|
|
|
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
|
|
---
|
|
arch/arm/boot/dts/overlays/mz61581-overlay.dts | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/mz61581-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/mz61581-overlay.dts
|
|
@@ -12,8 +12,6 @@
|
|
fragment@0 {
|
|
target = <&spi0>;
|
|
__overlay__ {
|
|
- /* does not work with spi-bcm2835 using software chip selects */
|
|
- compatible = "brcm,bcm2708-spi";
|
|
status = "okay";
|
|
|
|
spidev@0{
|