diff options
author | Jaechul Lee <[email protected]> | 2017-01-17 14:54:39 +0900 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2017-01-19 22:08:45 +0200 |
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 <[email protected]>
Signed-off-by: Jaechul Lee <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Reviewed-by: Chanwoo Choi <[email protected]>
Tested-by: Chanwoo Choi <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-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 @@ compatible = "samsung,tm2", "samsung,exynos5433"; }; +&hsi2c_9 { + status = "okay"; + + touchkey@20 { + compatible = "cypress,tm2-touchkey"; + reg = <0x20>; + interrupt-parent = <&gpa3>; + interrupts = <2 IRQ_TYPE_EDGE_FALLING>; + vcc-supply = <&ldo32_reg>; + vdd-supply = <&ldo33_reg>; + }; +}; + &ldo31_reg { regulator-name = "TSP_VDD_1.85V_AP"; regulator-min-microvolt = <1850000>; |