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

Commit c00ea83e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 388111da c15a25f8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -168,6 +168,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>;
		};
	};
};