summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.4/0173-BCM270X_DT-rpi-display-overlay-add-swapxy-param.patch
blob: e783f33f3c7c73ec9ce9a45d7c8103c8e22b5fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From 7a33a72a9f2fd1091cd8b5f38bd9468c3fdbfdb9 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.org>
Date: Wed, 9 Mar 2016 21:28:52 +0000
Subject: [PATCH 173/423] BCM270X_DT: rpi-display overlay - add swapxy param

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
---
 arch/arm/boot/dts/overlays/README                  | 5 +----
 arch/arm/boot/dts/overlays/rpi-display-overlay.dts | 1 +
 2 files changed, 2 insertions(+), 4 deletions(-)

--- a/arch/arm/boot/dts/overlays/README
+++ b/arch/arm/boot/dts/overlays/README
@@ -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
--- a/arch/arm/boot/dts/overlays/rpi-display-overlay.dts
+++ b/arch/arm/boot/dts/overlays/rpi-display-overlay.dts
@@ -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?";
 	};
 };