1
0
Fork 0

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>
pull/10/head
Huang Chaofan 2018-06-06 14:02:43 +08:00 committed by Jason Liu
parent 3baeaa6328
commit cfbc7684a1
2 changed files with 2 additions and 2 deletions

View File

@ -3113,7 +3113,6 @@
clocks = <&clk IMX8QXP_VPU_DEC_CLK>;
clock-names = "vpu_clk";
assigned-clocks = <&clk IMX8QXP_VPU_DEC_CLK>;
assigned-clock-rates = <600000000>;
power-domains = <&pd_vpu_dec>;
status = "disabled";
};
@ -3127,7 +3126,6 @@
clocks = <&clk IMX8QXP_VPU_ENC_CLK>;
clock-names = "vpu_encoder_clk";
assigned-clocks = <&clk IMX8QXP_VPU_ENC_CLK>;
assigned-clock-rates = <600000000>;
power-domains = <&pd_vpu_enc>;
status = "disabled";
};

View File

@ -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;