phy: rockchip: mipi-dcphy: modify dcphy internal address mapping

Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Change-Id: Ic7da123f8e827fdc151748aba13ea008307bbebf
This commit is contained in:
Guochun Huang
2021-11-18 17:24:47 +08:00
committed by Tao Huang
parent 3ce8a83106
commit 422c7cfa33

View File

@@ -1810,10 +1810,11 @@ static const struct phy_ops samsung_mipi_dcphy_ops = {
};
static const struct regmap_config samsung_mipi_dcphy_regmap_config = {
.name = "dcphy_tx",
.reg_bits = 32,
.val_bits = 32,
.reg_stride = 4,
.max_register = 0x1fec,
.max_register = 0x0b00,
};
static int samsung_mipi_dcphy_probe(struct platform_device *pdev)