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

Commit 1e09bb15 authored by Maria Yu's avatar Maria Yu
Browse files

ARM: dts: msm: Move firmware node ahead

Bootloader need to update property in firmware,
so move firmware node ahead can improve the
bootloader search dt and update property time.

Change-Id: Id04bf9b8544cf43e33c0fc30aaef4b9bf5eb093d
parent 677d5936
Loading
Loading
Loading
Loading
+23 −21
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@
		usb1 = &usb1;
	};

	firmware: firmware {};

	cpus {
		#address-cells = <2>;
		#size-cells = <0>;
@@ -267,9 +269,10 @@
	};

	soc: soc { };
};


	firmware: firmware {
&firmware {
	scm {
		compatible = "qcom,scm";
		qcom,dload-mode = <&tcsr 0x13000>;
@@ -295,7 +298,6 @@
		};
	};
};
};

&reserved_memory {
	#address-cells = <2>;