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

Commit 0529d8ca authored by Mayank Grover's avatar Mayank Grover Committed by Gerrit - the friendly Code Review server
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: Iae35be08cae1e514d6b6ad051e5e42137f99db8b
parent 1ce3af36
Loading
Loading
Loading
Loading
+28 −27
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@
		swr1 = &swr1;
	};

	firmware: firmware {};

	cpus {
		#address-cells = <2>;
		#size-cells = <0>;
@@ -244,10 +246,23 @@
		};
	};


	soc: soc { };

	firmware: firmware {
	sram: sram@fd04480 {
		#address-cells = <2>;
		#size-cells = <2>;
		compatible = "mmio-sram";
		reg = <0x0 0x0fd04480 0x0 0x80>;
		ranges = <0x0 0x0 0x0 0x0fd04480 0x0 0x80>;

		cpu_scp_lpri: scp-shmem@0 {
			compatible = "arm,scp-shmem";
			reg = <0x0 0x0 0x0 0x80>;
		};
	};
};

&firmware {
	scm {
		compatible = "qcom,scm";
	};
@@ -273,20 +288,6 @@
	};
};

	sram: sram@fd04480 {
		#address-cells = <2>;
		#size-cells = <2>;
		compatible = "mmio-sram";
		reg = <0x0 0x0fd04480 0x0 0x80>;
		ranges = <0x0 0x0 0x0 0x0fd04480 0x0 0x80>;

		cpu_scp_lpri: scp-shmem@0 {
			compatible = "arm,scp-shmem";
			reg = <0x0 0x0 0x0 0x80>;
		};
	};
};

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