mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
clk: rockchip: rv1126: ungate pdvdec/pdjpeg's for VEPU2
Fixes: 5522e03af8 ("clk: rockchip: rv1126: mux clocks to none-cpll/hpll")
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: I8a361a11dea9d3546efd883e7c1394e9d2834223
This commit is contained in:
@@ -1399,7 +1399,9 @@ static const char *const rv1126_cru_critical_clocks[] __initconst = {
|
||||
#if IS_ENABLED(CONFIG_USB_EHCI_HCD_PLATFORM) || IS_ENABLED(CONFIG_USB_OHCI_HCD_PLATFORM)
|
||||
"clk_usbhost_utmi_ohci",
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_ROCKCHIP_MPP_VDPU2) || IS_ENABLED(CONFIG_ROCKCHIP_MPP_RKVDEC)
|
||||
#if IS_ENABLED(CONFIG_ROCKCHIP_MPP_VDPU2) || \
|
||||
IS_ENABLED(CONFIG_ROCKCHIP_MPP_RKVDEC) || \
|
||||
IS_ENABLED(CONFIG_ROCKCHIP_MPP_VEPU2)
|
||||
"aclk_pdjpeg_niu",
|
||||
"hclk_pdjpeg_niu",
|
||||
"aclk_pdvdec_niu",
|
||||
|
||||
Reference in New Issue
Block a user