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

Commit 7743851a 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: msm: Add common CMA device configuration for msm8909w & apq8909"

parents f381e593 47b4fb50
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -22,3 +22,14 @@
&peripheral_mem {
	reg = <0x0 0x8a300000 0x0 0x0600000>;
};

&reserved_mem {
	linux,cma {
		compatible = "shared-dma-pool";
		alloc-ranges = <0 0x00000000 0 0xa0000000>;
		reusable;
		alignment = <0 0x400000>;
		size = <0 0x1000000>;
		linux,cma-default;
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@
		};
	};

	reserved-memory {
	reserved_mem: reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;
+11 −0
Original line number Diff line number Diff line
@@ -22,3 +22,14 @@
&peripheral_mem {
	reg = <0x0 0x8d200000 0x0 0x0600000>;
};

&reserved_mem {
	linux,cma {
		compatible = "shared-dma-pool";
		alloc-ranges = <0 0x00000000 0 0xa0000000>;
		reusable;
		alignment = <0 0x400000>;
		size = <0 0x1000000>;
		linux,cma-default;
	};
};