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


Groups > linux.kernel > #1551752

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

From Jaechul Lee <jcsing.lee@samsung.com>
Newsgroups linux.kernel
Subject [PATCH v2 4/4] arm64: dts: exynos: Add tm2 touchkey node
Date 2017-01-05 09:50 +0100
Message-ID <sWbUd-lD-3@gated-at.bofh.it> (permalink)
References <sWbAS-f6-17@gated-at.bofh.it> <sWbUd-lD-5@gated-at.bofh.it> <sWbAS-f6-17@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: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index aa8584a..dad6fb8 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -17,3 +17,16 @@
 	model = "Samsung TM2 board";
 	compatible = "samsung,tm2", "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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] Add touch key driver support for TM2 Jaechul Lee <jcsing.lee@samsung.com> - 2017-01-05 09:30 +0100
  [PATCH v2 4/4] arm64: dts: exynos: Add tm2 touchkey node Jaechul Lee <jcsing.lee@samsung.com> - 2017-01-05 09:50 +0100
    Re: [PATCH v2 4/4] arm64: dts: exynos: Add tm2 touchkey node Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-05 19:50 +0100
  [PATCH v2 2/4] input: tm2-touchkey: Add touchkey driver support for TM2 Jaechul Lee <jcsing.lee@samsung.com> - 2017-01-05 09:50 +0100
  [PATCH v2 1/4] input: Add support for the tm2 touchkey device driver Jaechul Lee <jcsing.lee@samsung.com> - 2017-01-05 09:50 +0100
  Re: [PATCH v2 3/4] arm64: dts: exynos: make tm2 and tm2e independent  from each other Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-05 10:30 +0100
    Re: [PATCH v2 3/4] arm64: dts: exynos: make tm2 and tm2e independent  from each other Andi Shyti <andi.shyti@samsung.com> - 2017-01-05 10:40 +0100
      Re: [PATCH v2 3/4] arm64: dts: exynos: make tm2 and tm2e independent  from each other Andi Shyti <andi.shyti@samsung.com> - 2017-01-05 10:40 +0100
      Re: [PATCH v2 3/4] arm64: dts: exynos: make tm2 and tm2e independent  from each other Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-05 10:40 +0100
      Re: [PATCH v2 3/4] arm64: dts: exynos: make tm2 and tm2e independent  from each other Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-05 19:40 +0100
    Re: [PATCH v2 3/4] arm64: dts: exynos: make tm2 and tm2e independent  from each other Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-05 11:00 +0100

csiph-web