hdmitx: hdmitx: fix a map size error when g12b return to trunk

PD#169639: hdmitx: fix a map size error when g12b return to trunk

Change-Id: If26755418cbed435533f8547f30859165b7518b2
Signed-off-by: Yi Zhou <yi.zhou@amlogic.com>
This commit is contained in:
Yi Zhou
2018-07-13 19:06:30 +08:00
parent b059eff24a
commit d479f7d934

View File

@@ -100,7 +100,7 @@ static struct reg_map reg_maps_txlx[] = {
},
[RESET_CBUS_REG_IDX] = { /* RESET */
.phy_addr = 0xffd00000,
.size = 0x100,
.size = 0x1100,
},
[HDMITX_SEC_REG_IDX] = { /* HDMITX SECURE */
.phy_addr = 0xff63a000,
@@ -140,7 +140,7 @@ static struct reg_map reg_maps_g12a[] = {
},
[RESET_CBUS_REG_IDX] = { /* RESET */
.phy_addr = 0xffd00000,
.size = 0x100,
.size = 0x1100,
},
[HDMITX_SEC_REG_IDX] = { /* HDMITX DWC LEVEL*/
.phy_addr = 0xff600000,