File tree 2 files changed +4
-2
lines changed
arch/arm/boot/dts/overlays 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,8 @@ Params: speed Display SPI bus speed
368
368
369
369
fps Delay between frame updates
370
370
371
+ txbuflen Transmit buffer length (default 32768)
372
+
371
373
debug Debug output level {0-7}
372
374
373
375
xohms Touchpanel sensitivity (X-plate resistance)
Original file line number Diff line number Diff line change 12
12
fragment@0 {
13
13
target = <&spi0>;
14
14
__overlay__ {
15
- /* does not work with spi-bcm2835 using software chip selects */
16
- compatible = "brcm,bcm2708-spi";
17
15
status = "okay";
18
16
19
17
spidev@0{
59
57
bgr;
60
58
fps = <30>;
61
59
buswidth = <8>;
60
+ txbuflen = <32768>;
62
61
63
62
reset-gpios = <&gpio 15 0>;
64
63
dc-gpios = <&gpio 25 0>;
105
104
speed = <&mz61581>, "spi-max-frequency:0";
106
105
rotate = <&mz61581>, "rotate:0";
107
106
fps = <&mz61581>, "fps:0";
107
+ txbuflen = <&mz61581>, "txbuflen:0";
108
108
debug = <&mz61581>, "debug:0";
109
109
xohms = <&mz61581_ts>,"ti,x-plate-ohms;0";
110
110
};
You can’t perform that action at this time.
0 commit comments