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

Commit c62a9da4 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 & apq8009"

parents 853cac49 e0d6fda1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -26,3 +26,14 @@
&qcom_seecom {
	reg = <0x87a00000 0x200000>;
};

&reserved_mem {
	linux,cma {
		compatible = "shared-dma-pool";
		alloc-ranges = <0 0x00000000 0 0xa0000000>;
		reusable;
		alignment = <0 0x400000>;
		size = <0 0x1000000>;
		linux,cma-default;
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -22,3 +22,14 @@
&peripheral_mem {
	reg = <0x0 0x8a100000 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;
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -22,3 +22,14 @@
&peripheral_mem {
	reg = <0x0 0x8d000000 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;
	};
};