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

Commit ed6905e8 authored by Smita Solanki's avatar Smita Solanki
Browse files

ARM: dts: mdm9630: Increase memory hole size



Additional memory is needed for peripheral processors.
Increase the memory hole size to give this space.

Change-Id: Ic11132ff23a8901ebbb7e33748483cbf68dcd5f7
Signed-off-by: default avatarSmita Solanki <ssolanki@codeaurora.org>
parent 1559d923
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x1000000 0x5e00000>;
			reg = <0x1000000 0x6100000>;
			label = "peripheral_mem";
		};

@@ -1133,11 +1133,11 @@
		compatible = "qcom,msm-dai-q6";
	};

	qcom,cnss@6d00000 {
	qcom,cnss@7000000 {
		compatible = "qcom,cnss";
		wlan-en-gpio = <&msmgpio 70 0>;
		vdd-wlan-supply = <&wlan_vreg>;
		reg = <0x06d00000 0x100000>;
		reg = <0x07000000 0x100000>;
		reg-names = "ramdump";
		qcom,notify-modem-status;
	};