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

Commit 0af96f6c authored by Elliot Berman's avatar Elliot Berman Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable new download/restart mode drivers for Lahaina

Enable download/restart mode drivers for Lahaina.

Change-Id: I609d88e3649b2935bb62aac9ba2ea347ebb94822
parent 8e0aa5f0
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -545,7 +545,10 @@
	};
};

&restart {
&soc {
	reboot_reason {
		compatible = "qcom,reboot-reason";
		nvmem-cells = <&restart_reason>;
		nvmem-cell-names = "restart_reason";
	};
};
+8 −4
Original line number Diff line number Diff line
@@ -266,6 +266,7 @@
	firmware: firmware {
		scm {
			compatible = "qcom,scm";
			qcom,dload-mode = <&tcsr 0x13000>;
		};

		android {
@@ -2069,10 +2070,8 @@
		};
	};

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

	tlmm: pinctrl@f000000 {
@@ -3182,6 +3181,11 @@
		#hwlock-cells = <1>;
	};

	tcsr: syscon@1fc0000 {
		compatible = "syscon";
		reg = <0x1fc0000 0x30000>;
	};

	smem: qcom,smem {
		compatible = "qcom,smem";
		memory-region = <&smem_mem>;