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

Commit 756c8730 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

ARM: dts: msm: Adjust the alignment for audio_mem node on MDMFERMIUM



Correcting the alignment field as per the size-cells and
address-cells for reserved-memory.

Change-Id: If839d31d9cd5ae9747cc6108760b1567d2bb6dd6
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <vabbar@codeaurora.org>
parent 66c068c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
		audio_mem: audio_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			alignment = <0 0x400000>;
			alignment = <0x400000>;
			size = <0x400000>;
		};
	};