mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
drm/rockchip: fix hdmi no display when resume or switch resolution
spelling mistake cause hdmi phy configure error, now correct it Change-Id: I548d76dd44e8d39e35b95138ec3d25b358cf3376 Signed-off-by: xuhuicong <xhc@rock-chips.com>
This commit is contained in:
@@ -390,7 +390,7 @@ static int rockchip_hdmi_parse_dt(struct rockchip_hdmi *hdmi)
|
||||
return -ENOMEM;
|
||||
}
|
||||
phy_table_size = val / 16;
|
||||
of_property_read_u32_array(np, "rockchip,phy_table",
|
||||
of_property_read_u32_array(np, "rockchip,phy-table",
|
||||
phy_config, val / sizeof(u32));
|
||||
ret = rockchip_hdmi_update_phy_table(hdmi, phy_config,
|
||||
phy_table_size);
|
||||
|
||||
Reference in New Issue
Block a user