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

Commit d49b24f9 authored by Elliot Berman's avatar Elliot Berman
Browse files

ARM: dts: qcom: Link restart_reason nvmem cell to qcom,pshold

Associate restart_reason nvmem cell with qcom,pshold for Lahaina.

Change-Id: Ic9847cb1520d26fca400ed3f2970d372d5a29558
parent 18f11baa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -228,3 +228,8 @@
		};
	};
};

&restart {
	nvmem-cells = <&restart_reason>;
	nvmem-cell-names = "restart_reason";
};
+1 −1
Original line number Diff line number Diff line
@@ -641,7 +641,7 @@
		};
	};

	restart@c264000 {
	restart: restart@c264000 {
		compatible = "qcom,pshold";
		reg = <0xc264000 0x4>, <0x1fd3000 0x4>;
		reg-names = "pshold-base", "tcsr-boot-misc-detect";