From 89b50da9d4a4d763d740ec1d7e2993bc75da5aad Mon Sep 17 00:00:00 2001 From: xuhuicong Date: Mon, 17 Apr 2017 15:43:59 +0800 Subject: [PATCH] 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 --- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c index 20f37604c000..eb7510bf59f7 100644 --- a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c +++ b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c @@ -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);