diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-06 22:43:40 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-06 22:43:39 -0800 |
| commit | 2ab20ffb7b2d4e7bd698cd82d791135a8ba795dc (patch) | |
| tree | 577406b9e5da9833e936501b8f3727b55127f751 /arch | |
| parent | 5f92ec65b96b46e75d3e9bee66477fb7ae573f86 (diff) | |
| parent | b95657a9d29e6101d833d8f6b876382b74e17e16 (diff) | |
Merge "ARM: dts: msm: add MBA carveout for sdm630"
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index cd895a067f65..4bf0ab288582 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -322,6 +322,18 @@ reg = <0x0 0x92a00000 0x0 0x1e00000>; }; + pil_mba_mem: pil_mba_region@94800000 { + compatible = "removed-dma-pool"; + no-map; + reg = <0x0 0x94800000 0x0 0x200000>; + }; + + buffer_mem: buffer_region@94a00000 { + compatible = "removed-dma-pool"; + no-map; + reg = <0x0 0x94a00000 0x0 0x100000>; + }; + venus_fw_mem: venus_fw_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x80000000 0x0 0x20000000>; |
