Commit c0276bc1 authored by Jaewon Kim's avatar Jaewon Kim Committed by Kukjin Kim

ARM: dts: Add regulator-haptic node for exynos3250-rinato

This patch adds regulator-haptic device node controlled by regulator.
Signed-off-by: default avatarJaewon Kim <jaewon02.kim@samsung.com>
Reviewed-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 32f144f2
......@@ -99,6 +99,13 @@ charger {
};
};
};
haptics {
compatible = "regulator-haptic";
haptic-supply = <&motor_reg>;
min-microvolt = <1100000>;
max-microvolt = <2700000>;
};
};
&adc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment