mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Remove redundant/unused secure display CMA region for Waipio"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
66529bc9af
@@ -564,6 +564,17 @@
|
||||
reg = <0x0 0xed900000 0x0 0x3b00000>;
|
||||
};
|
||||
|
||||
/*
|
||||
* Statically determine address to ensure that this CMA area's
|
||||
* allocation is not impacted by fragmentation from smaller regions
|
||||
* being allocated first.
|
||||
*/
|
||||
non_secure_display_memory: non_secure_display_region {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 0xf2800000 0x0 0xd800000>;
|
||||
};
|
||||
|
||||
sp_mem: sp_region { /* SPSS-HLOS ION shared mem */
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
@@ -596,14 +607,6 @@
|
||||
size = <0x0 0x1000000>;
|
||||
};
|
||||
|
||||
secure_display_memory: secure_display_region { /* Secure UI */
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0x0 0xA400000>;
|
||||
};
|
||||
|
||||
cnss_wlan_mem: cnss_wlan_region {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
@@ -612,14 +615,6 @@
|
||||
size = <0x0 0x1400000>;
|
||||
};
|
||||
|
||||
non_secure_display_memory: non_secure_display_region {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0x0 0xD800000>;
|
||||
};
|
||||
|
||||
audio_cma_mem: audio_cma_region {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
@@ -3325,7 +3320,6 @@
|
||||
#include "waipio-usb.dtsi"
|
||||
#include "waipio-coresight.dtsi"
|
||||
#include "waipio-dma-heaps.dtsi"
|
||||
#include "lahaina-ion.dtsi"
|
||||
#include "waipio-debug.dtsi"
|
||||
#include "waipio-eva.dtsi"
|
||||
#include "waipio-audio.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user