diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-06 22:43:41 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-06 22:43:41 -0800 |
| commit | 05cbf8d3517749ed902326f92c0b61c6136e65ef (patch) | |
| tree | 610a305bd45cd0b56c2e07ace8e702077a76452f | |
| parent | 00f85231bc8ea2bd6577fa17bf2a2d8fce8fa7fe (diff) | |
| parent | 5111aa7c043ff8fb41bfb34d0df94ab58c40a165 (diff) | |
Merge "ARM: dts: msm: setting alignment size of adsp cma region to 8MB for SDM630"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index 13fe20ac6a52..2c00cedd36c3 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -347,7 +347,7 @@ alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; - size = <0x0 0xa00000>; + size = <0x0 0x800000>; }; qseecom_mem: qseecom_region { |
