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

Commit 72a3333f authored by Murali Nalajala's avatar Murali Nalajala
Browse files

ARM: dts: qcom: fix memory node address and enable scm driver

Fix memory node address to 0x28800000 from 0x28000000.
This address has to be proper for hypervisor to indetify the memory
node for overlay. Additionally enable SCM driver.

Change-Id: I30f2c67bb730aea3757beacb15cf9b266c48ba49
parent a00d39d0
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
	#size-cells = <0x2>;
	interrupt-parent = <&vgic>;

	memory@28000000 {
	memory@28800000 {
		device_type = "memory";
		reg = <0x0 0x28800000 0x0 0x76f7000>; /* Temp S2 mapping */
	};
@@ -168,7 +168,7 @@
			#address-cells = <0x2>;
			#size-cells = <0x0>;
			base-address = <0x0 0xD0800000>;
			size-min = <0x0 0x7800000>;    /* 120 MB */
			size-min = <0x0 0x76f7000>;    /* 118 MB */
		};

		segments {
@@ -221,6 +221,12 @@
		};
	};

	firmware: firmware {
		scm {
			compatible = "qcom,scm";
		};
	};

	soc: soc { };
};