mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 23:53:52 +02:00
drm/rockchip: add more clock protect for loader logo
fix up the px30 issue when enable DDR automatic frequency. Change-Id: I3671f4be7a8408a3830cc707f5b947d136f3452b Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
parent
06c8049134
commit
95302cb671
|
|
@ -1000,9 +1000,13 @@ static void show_loader_logo(struct drm_device *drm_dev)
|
|||
|
||||
static const char *const loader_protect_clocks[] __initconst = {
|
||||
"hclk_vio",
|
||||
"hclk_vopb",
|
||||
"hclk_vopl",
|
||||
"aclk_vio",
|
||||
"aclk_vio0",
|
||||
"aclk_vio1",
|
||||
"aclk_vopb",
|
||||
"aclk_vopl",
|
||||
"aclk_vo_pre",
|
||||
"aclk_vio_pre",
|
||||
"dclk_vop",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user