Skip to content

Commit 291260a

Browse files
committed
Merge pull request #1132 from notro/mz61581
Revert "BCM270X_DT: mz61581: Revert to spi-bcm2708"
2 parents f1e8cc4 + 83e77b6 commit 291260a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ Params: speed Display SPI bus speed
368368

369369
fps Delay between frame updates
370370

371+
txbuflen Transmit buffer length (default 32768)
372+
371373
debug Debug output level {0-7}
372374

373375
xohms Touchpanel sensitivity (X-plate resistance)

arch/arm/boot/dts/overlays/mz61581-overlay.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
fragment@0 {
1313
target = <&spi0>;
1414
__overlay__ {
15-
/* does not work with spi-bcm2835 using software chip selects */
16-
compatible = "brcm,bcm2708-spi";
1715
status = "okay";
1816

1917
spidev@0{
@@ -59,6 +57,7 @@
5957
bgr;
6058
fps = <30>;
6159
buswidth = <8>;
60+
txbuflen = <32768>;
6261

6362
reset-gpios = <&gpio 15 0>;
6463
dc-gpios = <&gpio 25 0>;
@@ -105,6 +104,7 @@
105104
speed = <&mz61581>, "spi-max-frequency:0";
106105
rotate = <&mz61581>, "rotate:0";
107106
fps = <&mz61581>, "fps:0";
107+
txbuflen = <&mz61581>, "txbuflen:0";
108108
debug = <&mz61581>, "debug:0";
109109
xohms = <&mz61581_ts>,"ti,x-plate-ohms;0";
110110
};

0 commit comments

Comments
 (0)