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

Commit 5d470144 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ee6ea064 d49b24f9
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";
+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 {