mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Test update to 4.14
This commit is contained in:
parent
57d33083f7
commit
dccb17c612
270 changed files with 149330 additions and 5 deletions
|
@ -0,0 +1,26 @@
|
|||
From a50ceecc3e5dd51f39f96982ac5f09cbf3f0fa85 Mon Sep 17 00:00:00 2001
|
||||
From: James Hughes <JamesH65@users.noreply.github.com>
|
||||
Date: Tue, 20 Feb 2018 13:05:21 +0000
|
||||
Subject: [PATCH 244/277] Update rpi-ft5406-overlay.dts
|
||||
|
||||
The Y resolution of the touchscreen was incorrectly set to 600, should be 480.
|
||||
---
|
||||
arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts b/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
|
||||
index d4607b9d1cbf..1915ce188bf3 100644
|
||||
--- a/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
|
||||
+++ b/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
|
||||
@@ -12,7 +12,7 @@
|
||||
firmware = <&firmware>;
|
||||
status = "okay";
|
||||
touchscreen-size-x = <800>;
|
||||
- touchscreen-size-y = <600>;
|
||||
+ touchscreen-size-y = <480>;
|
||||
touchscreen-inverted-x = <0>;
|
||||
touchscreen-inverted-y = <0>;
|
||||
touchscreen-swapped-x-y = <0>;
|
||||
--
|
||||
2.16.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue