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

Commit 00d276a2 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Correct PWM-LPG base addresses for PM6150l

Remove sizes specified in base addresses of PWM-LPG devices
to follow the convention of msm-5.4 to use base addresses
alone without specifying size.

Change-Id: I7d925f5286701696deb5c472897d6f2bf23f475f
parent 03417227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@

		pm6150l_lpg: qcom,pwms@b100 {
			compatible = "qcom,pwm-lpg";
			reg = <0xb100 0x300>, <0xb000 0x100>;
			reg = <0xb100>, <0xb000>;
			reg-names = "lpg-base", "lut-base";
			#pwm-cells = <2>;
			qcom,num-lpg-channels = <3>;