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

Commit 2f99d94e authored by Jishnu Prakash's avatar Jishnu Prakash Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Correct #address-cells property for PM6125

Correct #address-cells property for SPMI SID 1 of PM6125
to ensure module addresses under it can be read correctly.

Change-Id: I5380640c061715be34f6afc24925d117b51e0b32
parent 0fc8a758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@
	qcom,pm6125@1 {
		compatible ="qcom,spmi-pmic";
		reg = <0x1 0x0>;
		#address-cells = <2>;
		#address-cells = <1>;
		#size-cells = <0>;

		pm6125_pwm: qcom,pwms@b300 {