projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c1683
)
drm/rockchip: fix hdmi no display when resume or switch resolution
author
xuhuicong
<xhc@rock-chips.com>
Mon, 17 Apr 2017 07:43:59 +0000
(15:43 +0800)
committer
xuhuicong
<xhc@rock-chips.com>
Mon, 17 Apr 2017 07:49:42 +0000
(15:49 +0800)
spelling mistake cause hdmi phy configure error, now correct it
Change-Id: I548d76dd44e8d39e35b95138ec3d25b358cf3376
Signed-off-by: xuhuicong <xhc@rock-chips.com>
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
index 65cc55a8647889d3a4cd2eb9b739a355a27d1270..81af1747566b5111bdc96f53fef1905fafd12d2f 100644
(file)
--- a/
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
+++ b/
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
@@
-244,7
+244,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);