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

Commit c82c0f8a authored by David Collins's avatar David Collins
Browse files

ARM: dts: qcom: add PMIC PON log device for Lahaina

Add a PMIC PON log parser device which reads log stored in PMK8350
SDAM5.

Change-Id: I31e3656757bac1ae4bbb0a121849decf10479f72
parent 9bce36dd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -554,3 +554,11 @@
		nvmem-cell-names = "restart_reason";
	};
};

&soc {
	pmic-pon-log {
		compatible = "qcom,pmic-pon-log";
		nvmem = <&pmk8350_sdam_5>;
		nvmem-names = "pon_log";
	};
};
+5 −0
Original line number Diff line number Diff line
@@ -199,6 +199,11 @@
			};
		};

		pmk8350_sdam_5: sdam@7400 {
			compatible = "qcom,spmi-sdam";
			reg = <0x7400>;
		};

		pmk8350_sdam_13: sdam@7c00 {
			compatible = "qcom,spmi-sdam";
			reg = <0x7c00>;