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