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

Commit c15a25f8 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Add PWM device node for PM6125



Add PWM device node to enable the clients use the PWM peripheral
for trinket.

Change-Id: I261737678bcf7ade7b8d97f55b3c1e94100b4ed5
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 4b54d9aa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -107,6 +107,13 @@
		#address-cells = <1>;
		#size-cells = <1>;

		pm6125_pwm: qcom,pwms@b300 {
			status = "disabled";
			compatible = "qcom,pwm-lpg";
			reg = <0xb300 0x100>;
			reg-names = "lpg-base";
			#pwm-cells = <2>;
		};
	};
};