summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos4412-n710x.dts
diff options
context:
space:
mode:
authorSimon Shields <simon@lineageos.org>2019-11-12 16:53:23 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2019-11-13 14:18:34 +0100
commitd4ec0cb050644febad4daf3d379969583f745296 (patch)
tree1c392837f8465acbd999c8af23166e8ad689f03b /arch/arm/boot/dts/exynos4412-n710x.dts
parentb6df5e2bc8fca0635490c09c003b2240afaaf3ca (diff)
ARM: dts: exynos: Add support for the touch-sensitive buttons on Midas family
Add support for the capacitive touch-sensitive buttons of the following smartphones: - Samsung Galaxy SIII (I9300) - Samsung Galaxy SIII 4G (I9305) - Samsung Galaxy Note II (N7100) - Samsung Galaxy Note II 4G (N7105) The keycodes correspond to markings on the phone case. Signed-off-by: Simon Shields <simon@lineageos.org> [GNUtoo@cyberdimension.org: Fixed keycodes, modified commit message] Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-n710x.dts')
-rw-r--r--arch/arm/boot/dts/exynos4412-n710x.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-n710x.dts b/arch/arm/boot/dts/exynos4412-n710x.dts
index fe2bfd76cc4e..98cd1284cd90 100644
--- a/arch/arm/boot/dts/exynos4412-n710x.dts
+++ b/arch/arm/boot/dts/exynos4412-n710x.dts
@@ -73,3 +73,8 @@
vdda-supply = <&cam_vdda_reg>;
status = "okay";
};
+
+&touchkey_reg {
+ gpio = <&gpm0 5 GPIO_ACTIVE_HIGH>;
+ status = "okay";
+};