Revert "misc: mnh: Allocate partial carveout for kernel use"

This reverts commit 5a8d54cf41.

bug 63347709

Change-Id: I2aedc8ff6e147d3162de10377edcda3190c82425
This commit is contained in:
Tim Murray
2017-09-01 17:54:01 +00:00
parent 1eaefe4575
commit 7006ddcef6
3 changed files with 3 additions and 3 deletions

View File

@@ -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";
};

View File

@@ -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";
};

View File

@@ -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 \