From d479f7d93422ebe86b16ffee5af696d78d457108 Mon Sep 17 00:00:00 2001 From: Yi Zhou Date: Fri, 13 Jul 2018 19:06:30 +0800 Subject: [PATCH] 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 --- drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/reg_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/reg_ops.c b/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/reg_ops.c index 1e673838b02f..aa73f786abf0 100644 --- a/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/reg_ops.c +++ b/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/reg_ops.c @@ -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,