Skip to content

Commit

Permalink
BCM270X_DT: mz61581: Revert to spi-bcm2708
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
notro authored and popcornmix committed Sep 8, 2015
1 parent a95e79d commit 316c4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/overlays/mz61581-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 316c4fc

Please sign in to comment.