mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user