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

Commit 512fe370 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: mdm9630: Increase memory hole size"

parents 270e520b ed6905e8
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;
	};