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

Commit 18f11baa authored by David Collins's avatar David Collins Committed by Elliot Berman
Browse files

ARM: dts: qcom: add nvmem cell for PMK8350 SDAM2 restart reason

Add an nvmem cell for the restart reason within PMIC PMK8350
SDAM2.  This is used by the high-level OS to inform boot loaders
of special actions to perform upon rebooting.

Change-Id: Ifb0b247a1616ee1484360db28e1bb9900f33696f
parent 7efeef6d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -43,6 +43,13 @@
		pmk8350_sdam_2: sdam@7100 {
			compatible = "qcom,spmi-sdam";
			reg = <0x7100>;
			#address-cells = <1>;
			#size-cells = <1>;

			restart_reason: restart@48 {
				reg = <0x48 0x1>;
				bits = <1 7>;
			};
		};

		pmk8350_gpios: pinctrl@b000 {