Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -99,6 +99,13 @@
			};
		};
	};

	haptics {
		compatible = "regulator-haptic";
		haptic-supply = <&motor_reg>;
		min-microvolt = <1100000>;
		max-microvolt = <2700000>;
	};
};

&adc {