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

Commit 78d9b836 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: Fix address and size width for common cma node for sdx20"

parents 515de738 4c7f90f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,10 +42,10 @@
&reserved_mem {
	linux,cma {
		compatible = "shared-dma-pool";
		alloc-ranges = <0 0x00000000 0 0x90000000>;
		alloc-ranges = <0 0x90000000>;
		reusable;
		alignment = <0 0x400000>;
		size = <0 0xc00000>;
		alignment = <0x400000>;
		size = <0xc00000>;
		linux,cma-default;
	};
};