projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249358c
)
ARM: dts: Add max77693-haptic node for exynos4412-trats2
author
Jaewon Kim
<jaewon02.kim@samsung.com>
Sat, 22 Nov 2014 14:19:22 +0000
(23:19 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Sat, 22 Nov 2014 14:19:22 +0000
(23:19 +0900)
This patch adds max77693-haptic node to support for haptic motor driver.
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4412-trats2.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos4412-trats2.dts
b/arch/arm/boot/dts/exynos4412-trats2.dts
index 5a06197f0d66b28cfe6907e19b74203a53980c46..29231b4526433ef0fbae30e81d81088671dc3ac1 100644
(file)
--- a/
arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/
arch/arm/boot/dts/exynos4412-trats2.dts
@@
-543,6
+543,12
@@
regulator-max-microamp = <2580000>;
};
};
+
+ max77693_haptic {
+ compatible = "maxim,max77693-haptic";
+ haptic-supply = <&ldo26_reg>;
+ pwms = <&pwm 0 38022 0>;
+ };
};
};