brcm2708-gpu-fw: update to latest version
[lede.git] / target / linux / brcm2708 / patches-4.4 / 0174-BCM270X_DT-rpi-display-overlay-add-swapxy-param.patch
1 From 209d0307ba01e0f15f5e75bc77d8edaa51aa91ab Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Wed, 9 Mar 2016 21:28:52 +0000
4 Subject: [PATCH 174/232] BCM270X_DT: rpi-display overlay - add swapxy param
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
7 ---
8  arch/arm/boot/dts/overlays/README                  | 5 +----
9  arch/arm/boot/dts/overlays/rpi-display-overlay.dts | 1 +
10  2 files changed, 2 insertions(+), 4 deletions(-)
11
12 --- a/arch/arm/boot/dts/overlays/README
13 +++ b/arch/arm/boot/dts/overlays/README
14 @@ -644,14 +644,11 @@ Name:   rpi-display
15  Info:   RPi-Display - 2.8" Touch Display by Watterott
16  Load:   dtoverlay=rpi-display,<param>=<val>
17  Params: speed                   Display SPI bus speed
18 -
19          rotate                  Display rotation {0,90,180,270}
20 -
21          fps                     Delay between frame updates
22 -
23          debug                   Debug output level {0-7}
24 -
25          xohms                   Touchpanel sensitivity (X-plate resistance)
26 +        swapxy                  Swap x and y axis
27  
28  
29  Name:   rpi-ft5406
30 --- a/arch/arm/boot/dts/overlays/rpi-display-overlay.dts
31 +++ b/arch/arm/boot/dts/overlays/rpi-display-overlay.dts
32 @@ -78,5 +78,6 @@
33                 fps =     <&rpidisplay>,"fps:0";
34                 debug =   <&rpidisplay>,"debug:0";
35                 xohms =   <&rpidisplay_ts>,"ti,x-plate-ohms;0";
36 +               swapxy =  <&rpidisplay_ts>,"ti,swap-xy?";
37         };
38  };