diff options
| author | Sathish Ambley <sathishambley@codeaurora.org> | 2016-06-06 09:37:20 -0700 |
|---|---|---|
| committer | Kyle Yan <kyan@codeaurora.org> | 2016-06-07 16:04:34 -0700 |
| commit | 95ae2c3447c908485f9449db5a11a9e140a1fac8 (patch) | |
| tree | 651b2475830d74d31fabff0f4d57d8b273e65f35 | |
| parent | d48223c00cedae46178f804d5516a2b130590694 (diff) | |
ARM: dts: msm: Set alignment to 4 MB for msmcobalt
Set alignment for ADSP ION DMA buffer to 4 MB which is the
minimum alignment supported.
Change-Id: I67fef3fc65b24febef070ca9f896036f38a87fb9
Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index b666f535a664..beb6b59490f6 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -283,7 +283,7 @@ compatible = "shared-dma-pool"; alloc-ranges = <0 0x00000000 0 0xffffffff>; reusable; - alignment = <0 0x100000>; + alignment = <0 0x400000>; size = <0 0x400000>; }; |
