summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@samsung.com>2017-01-10 16:44:29 +0900
committerAndi Shyti <andi.shyti@samsung.com>2017-02-10 15:36:47 +0900
commit9a02bc5945686a19d11b095712b76c953c858aa6 (patch)
treee59c5916ca938fed1ff636aa9150578fb1add0b4 /arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
parente561eaad9ba6087663869378ef64ab184992b7d2 (diff)
arm64: dts: exynos: Add stmfts touchscreen node for TM2 and TM2Enext/stmfts-20170210
TM2 and TM2E devices are provided with a ST-Microelectronics Finger Tip S device with small differences: - screen size - TM2E uses the stmfts also as a touchkey for "back" and "menu" In this commit the initial value of the interrupt line is set to EXYNOS_PIN_PULL_UP as the interrupt is triggered when the line goes down. Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Diffstat (limited to 'arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts')
-rw-r--r--arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
index 7891a31adc17..694717ade927 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
@@ -63,3 +63,10 @@
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
+
+&stmfts {
+ touchscreen-size-x = <1599>;
+ touchscreen-size-y = <2559>;
+ touch-key-connected;
+ ledvdd-supply = <&ldo33_reg>;
+};