diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-06 22:43:43 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-06 22:43:42 -0800 |
| commit | dc255d3cee3ceca26ddf85c91d5b95728e5cff59 (patch) | |
| tree | 46921fdfbe4e540c7118695eda57f7e88caaab25 | |
| parent | 67d173f7e9b15f2ce9bfb6c125f36ebd704f39b6 (diff) | |
| parent | be44242e5ddb8325adf3de11ca7e26d88c02961f (diff) | |
Merge "ARM: dts: msm: Setting alignment size of adsp cma region to 8MB for SDM660"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi index c14449289594..417df33047f6 100644 --- a/arch/arm/boot/dts/qcom/sdm660.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660.dtsi @@ -345,7 +345,7 @@ alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; - size = <0x0 0xa00000>; + size = <0x0 0x800000>; }; qseecom_mem: qseecom_region { |
