Skip to content

Commit

Permalink
BCM270X_DT: rpi-display overlay - add swapxy param
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell authored and popcornmix committed Mar 14, 2016
1 parent 04abbb8 commit 1ab5525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -644,14 +644,11 @@ Name: rpi-display
Info: RPi-Display - 2.8" Touch Display by Watterott
Load: dtoverlay=rpi-display,<param>=<val>
Params: speed Display SPI bus speed

rotate Display rotation {0,90,180,270}

fps Delay between frame updates

debug Debug output level {0-7}

xohms Touchpanel sensitivity (X-plate resistance)
swapxy Swap x and y axis


Name: rpi-ft5406
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/rpi-display-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
fps = <&rpidisplay>,"fps:0";
debug = <&rpidisplay>,"debug:0";
xohms = <&rpidisplay_ts>,"ti,x-plate-ohms;0";
swapxy = <&rpidisplay_ts>,"ti,swap-xy?";
};
};

0 comments on commit 1ab5525

Please sign in to comment.