Revert "misc: mnh: Allocate partial carveout for kernel use"
This reverts commit 5a8d54cf41.
bug 63347709
Change-Id: I2aedc8ff6e147d3162de10377edcda3190c82425
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
easel_mem: easel_mem@95c00000 {
|
||||
compatible = "removed-dma-pool";
|
||||
reg = <0 0x95c00000 0 0x6000000>; /* 96 MB */
|
||||
reg = <0 0x95c00000 0 0x4000000>;
|
||||
label = "easel_mem";
|
||||
};
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
easel_mem: easel_mem@96000000 {
|
||||
linux,contiguous-region;
|
||||
reg = <0 0x96000000 0 0x6000000>; /* 96 MB */
|
||||
reg = <0 0x96000000 0 0x4000000>;
|
||||
label = "easel_mem";
|
||||
};
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#define MNH_SM_IOC_MAGIC 'T'
|
||||
#define MNH_SM_MAX 8
|
||||
|
||||
#define MNH_ION_BUFFER_SIZE (SZ_32M + SZ_16M) /* 48 MB for kernel */
|
||||
#define MNH_ION_BUFFER_SIZE SZ_64M
|
||||
#define FW_VER_SIZE 16
|
||||
|
||||
#define MNH_SM_IOC_GET_STATE \
|
||||
|
||||
Reference in New Issue
Block a user