diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2017-01-17 00:54:39 -0500 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-01-19 15:08:45 -0500 |
commit | 5205761d7a2ecf7af559f285b061da2345ea79ac (patch) | |
tree | 71b9cce82023143c62d175329a9524b1fdd616ff | |
parent | 0e879a3e7d35613ed0e7e1e53614e915ffa7297a (diff) |
arm64: dts: exynos: Add TM2 touchkey node
Add DT node 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: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts index 2449266b268f..ddba2f889326 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | |||
@@ -18,6 +18,19 @@ | |||
18 | compatible = "samsung,tm2", "samsung,exynos5433"; | 18 | compatible = "samsung,tm2", "samsung,exynos5433"; |
19 | }; | 19 | }; |
20 | 20 | ||
21 | &hsi2c_9 { | ||
22 | status = "okay"; | ||
23 | |||
24 | touchkey@20 { | ||
25 | compatible = "cypress,tm2-touchkey"; | ||
26 | reg = <0x20>; | ||
27 | interrupt-parent = <&gpa3>; | ||
28 | interrupts = <2 IRQ_TYPE_EDGE_FALLING>; | ||
29 | vcc-supply = <&ldo32_reg>; | ||
30 | vdd-supply = <&ldo33_reg>; | ||
31 | }; | ||
32 | }; | ||
33 | |||
21 | &ldo31_reg { | 34 | &ldo31_reg { |
22 | regulator-name = "TSP_VDD_1.85V_AP"; | 35 | regulator-name = "TSP_VDD_1.85V_AP"; |
23 | regulator-min-microvolt = <1850000>; | 36 | regulator-min-microvolt = <1850000>; |