mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 06:32:50 +00:00
ARM: dts: Add regulator-haptic node for exynos3250-rinato
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
This commit is contained in:
parent
32f144f28e
commit
c0276bc1e9
@ -99,6 +99,13 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
haptics {
|
||||
compatible = "regulator-haptic";
|
||||
haptic-supply = <&motor_reg>;
|
||||
min-microvolt = <1100000>;
|
||||
max-microvolt = <2700000>;
|
||||
};
|
||||
};
|
||||
|
||||
&adc {
|
||||
|
Loading…
Reference in New Issue
Block a user