Clock setting for i.MX6QP in linux kernel source.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Clock setting for i.MX6QP in linux kernel source.

530件の閲覧回数
takayuki_ishii
Contributor IV

Hello community,

In linux kernel source, clock are setting in function "imx6q_clocks_init()" on drivers/clk/imx/clk-imx6q.c

of Linux BSP L4.14.98_2.0.0-ga.

As following commit, it is changed to support imx6qp.

2016-02-14clk: imx: Add clock support for imx6qp

After that, to support 720MHz setting for GPU3D clock and 396MHz VPU clock setting for 1.2GHz imx6qp.

2019-02-12MLK-11376-02 ARM: imx: add MSL code for imx6qp

2019-02-12MLK-13119-2 ARM: imx: support VPU 396MHz for i.MX6QP 1.2GHz

But "if" statement for these clock setting, it is never called.

Because function "clk_on_imx6q()" return false by "imx6qp-sabrest.dtb" or "imx6qp-sabreauto.dtb".

It will set board statement to 

{  model = "Freescale i.MX6 Quad Plus SABRE Automotive Board";  compatible = "fsl,imx6qp-sabreauto", "fsl,imx6qp"; };

Is it OK to use this code for iMX6QP 1GHz/800MHz grade device without fix this problem?

Best regards,

Ishii.

ラベル(4)
0 件の賞賛
1 返信

450件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

Have you try the newer BSP Linux 4.14.98_2.2.0 Documentation?

0 件の賞賛