Skip to content

Revert "BCM270X_DT: mz61581: Revert to spi-bcm2708" #1132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ Params: speed Display SPI bus speed

fps Delay between frame updates

txbuflen Transmit buffer length (default 32768)

debug Debug output level {0-7}

xohms Touchpanel sensitivity (X-plate resistance)
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/overlays/mz61581-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -59,6 +57,7 @@
bgr;
fps = <30>;
buswidth = <8>;
txbuflen = <32768>;

reset-gpios = <&gpio 15 0>;
dc-gpios = <&gpio 25 0>;
Expand Down Expand Up @@ -105,6 +104,7 @@
speed = <&mz61581>, "spi-max-frequency:0";
rotate = <&mz61581>, "rotate:0";
fps = <&mz61581>, "fps:0";
txbuflen = <&mz61581>, "txbuflen:0";
debug = <&mz61581>, "debug:0";
xohms = <&mz61581_ts>,"ti,x-plate-ohms;0";
};
Expand Down