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

Commit 5958abfd authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

ARM: dts: msm: Add nvmem devices on PMK8350 to support PPG

PWMs on PM8350C require the nvmem devices SDAM21 and SDAM22 to store
pattern data as well as per-channel data. Add the required devices to
PMK8350 so that they may be referenced and used by the PWM node.

Change-Id: I762ff0c81ed7855d52231be81b8e08abfef5e708
parent c42d3d21
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -199,6 +199,16 @@
			};
		};

		pmk8350_sdam_21: sdam@8400 {
			compatible = "qcom,spmi-sdam";
			reg = <0x8400>;
		};

		pmk8350_sdam_22: sdam@8500 {
			compatible = "qcom,spmi-sdam";
			reg = <0x8500>;
		};

		pmk8350_gpios: pinctrl@b000 {
			compatible = "qcom,pmk8350-gpio";
			reg = <0xb000>;