summaryrefslogtreecommitdiff
path: root/drivers/mxc
diff options
context:
space:
mode:
authorHuang Chaofan <chaofan.huang@nxp.com>2018-06-06 14:02:43 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit3f99ca02d77cfd91263becb10ac8592d0068b523 (patch)
tree1b8c90db9d93b395529320df90d756f27dc82ed0 /drivers/mxc
parentda9cb88db530de3832c710f536d1449f74e81ed8 (diff)
MLK-17305 [MX8QXP-MEK] VPU: "couldn't set vpu_dec_clk clk rate to
600000000 (-22)" and "clk: couldn't set vpu_enc_clk clk rate to 600000000 (-22), current rate: 0" when boot up. 100% vpu clock is not settable, remove the assigned-clock-rates from the dts Signed-off-by: Huang Chaofan <chaofan.huang@nxp.com>
Diffstat (limited to 'drivers/mxc')
-rw-r--r--drivers/mxc/vpu-decoder-b0/vpu_b0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mxc/vpu-decoder-b0/vpu_b0.c b/drivers/mxc/vpu-decoder-b0/vpu_b0.c
index 239e5539bc5c..084235bd3f17 100644
--- a/drivers/mxc/vpu-decoder-b0/vpu_b0.c
+++ b/drivers/mxc/vpu-decoder-b0/vpu_b0.c
@@ -1814,6 +1814,8 @@ static void vpu_api_event_handler(struct vpu_ctx *ctx, u_int32 uStrIdx, u_int32
} break;
case VID_API_EVENT_FIRMWARE_XCPT:
vpu_dbg(LVL_ERR, "warning: FIRMWARE hang, and send event VID_API_EVENT_FIRMWARE_XCPT\n");
+ case VID_API_EVENT_DEC_CFG_INFO:
+ break;
default:
vpu_dbg(LVL_ERR, "warning: uEvent %d is not handled\n", uEvent);
break;