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

Commit e692c398 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Correct the audio-mem size for mdmcalifornium



The size-cells property is 1. Therefore, express sizes as a single
32 bit number instead of 2 32 bit numbers.

Change-Id: I0fbc7fc7d8962e8cffe32c39663f819dc4ab220e
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 17d7bd58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
		audio_mem: audio_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x400000>;
			size = <0x400000>;
		 };
	};