mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
Revert "drm/rockchip: Add support to unprotect clocks"
This reverts commit 9028a39e63.
Change-Id: I2d483062d9cb53f5303f784afe10cc4524750e2e
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#include "rockchip_drm_logo.h"
|
||||
|
||||
#include "../drm_crtc_internal.h"
|
||||
#include "../drivers/clk/rockchip/clk.h"
|
||||
|
||||
#define DRIVER_NAME "rockchip"
|
||||
#define DRIVER_DESC "RockChip Soc DRM"
|
||||
@@ -1584,8 +1583,6 @@ static int rockchip_drm_bind(struct device *dev)
|
||||
if (ret)
|
||||
goto err_kms_helper_poll_fini;
|
||||
|
||||
rockchip_clk_unprotect();
|
||||
|
||||
return 0;
|
||||
err_kms_helper_poll_fini:
|
||||
rockchip_gem_pool_destroy(drm_dev);
|
||||
|
||||
Reference in New Issue
Block a user