disp: msm: dsi: remove reg dump sub range

Remove the redundant register dump sub range
registration for DSI ctl/phy as it needs only
the base registration, since it is considered
as a single block.

Change-Id: I11546bfcde05d02849c53577c4546dcfa9203539
Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
这个提交包含在:
Veera Sundaram Sankaran
2019-05-13 13:53:13 -07:00
父节点 74f328561e
当前提交 4d353d556e
修改 2 个文件,包含 0 行新增4 行删除

查看文件

@@ -592,8 +592,6 @@ int dsi_phy_drv_init(struct msm_dsi_phy *dsi_phy)
snprintf(dbg_name, DSI_DEBUG_NAME_LEN, "dsi%d_phy", dsi_phy->index);
sde_dbg_reg_register_base(dbg_name, dsi_phy->hw.base,
msm_iomap_size(dsi_phy->pdev, "dsi_phy"));
sde_dbg_reg_register_dump_range(dbg_name, dbg_name, 0,
msm_iomap_size(dsi_phy->pdev, "dsi_phy"), 0);
return 0;
}