Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1549583

[PATCH 4/4] arm64: dts: exynos: Add tm2 touchkey node

From Jaechul Lee <jcsing.lee@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 4/4] arm64: dts: exynos: Add tm2 touchkey node
Date 2017-01-03 09:00 +0100
Message-ID <sVsaJ-2WV-9@gated-at.bofh.it> (permalink)
References <sVsaJ-2WV-3@gated-at.bofh.it> <sVsaJ-2WV-11@gated-at.bofh.it> <sVsaJ-2WV-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add DT node support for TM2 touchkey device.

Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
---
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index 887a1f1..ef7d21c 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -18,3 +18,15 @@
 	compatible = "samsung,tm2e", "samsung,exynos5433";
 };
 
+&hsi2c_9 {
+	status = "okay";
+
+	touchkey@20 {
+		compatible = "samsung,tm2-touchkey";
+		reg = <0x20>;
+		interrupt-parent = <&gpa3>;
+		interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
+		vcc-supply = <&ldo32_reg>;
+		vdd-supply = <&ldo33_reg>;
+	};
+};
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 4/4] arm64: dts: exynos: Add tm2 touchkey node Jaechul Lee <jcsing.lee@samsung.com> - 2017-01-03 09:00 +0100
  Re: [PATCH 4/4] arm64: dts: exynos: Add tm2 touchkey node Javier Martinez Canillas <javier@osg.samsung.com> - 2017-01-03 14:20 +0100
  Re: [PATCH 4/4] arm64: dts: exynos: Add tm2 touchkey node Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-03 18:10 +0100

csiph-web