hdmirx: revert commit 86761 [1/1]

PD#SWPL-14763

Problem:
rx cannot work after suspend

Solution:
rx22 memory issue. revert related commit.

Verify:
TL1

Change-Id: Ia3a092e2fc602470e4ffc54f0d3b25ae0221f69f
Signed-off-by: Lei Yang <lei.yang@amlogic.com>
This commit is contained in:
Lei Yang
2019-09-29 18:03:35 +08:00
committed by Luke Go
parent d6e9bc98a6
commit 61153f4415
2 changed files with 2 additions and 3 deletions

View File

@@ -325,8 +325,7 @@ static long init(struct file *f, void __user *arg)
rc = alloc_dma_areas(esm, &info);
if (rc < 0)
goto err_free;
info.hpi_base =
reg_maps[MAP_ADDR_MODULE_HDMIRX_CAPB3].phy_addr;
hpi_mem = request_mem_region(info.hpi_base, 128, "esm-hpi");
if (!hpi_mem) {
rc = -EADDRNOTAVAIL;

View File

@@ -47,7 +47,7 @@
*
*
*/
#define RX_VER2 "ver.2019/09/25"
#define RX_VER2 "ver.2019/09/11"
/*print type*/
#define LOG_EN 0x01