Enable PU regulator

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Enable PU regulator

跳至解决方案
2,792 次查看
niklasmolin
Senior Contributor I

Hi.

I wonder if there is a quick way to enable the PU regulator, either in the device tree or from user space?

For the moment it seems like the PU regulator is disabled (during the startup I can see it first enables and then disables it).

Since it's disabled, the VDDPU won't follow the VDDSOC (which it should according to the datasheet), when changing the frequency (in the imx6q-cpufreq.c file).

If I don't have an application using the VPU, will it automatically disabled the VDDPU?

Thanks,

Niklas

标签 (3)
0 项奖励
回复
1 解答
2,566 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Niklas

one can check "reg_pu" in imx6qdl.dtsi :

linux-2.6-imx.git - Freescale i.MX Linux Tree

If application is not using the VPU, linux will automatically disable the VDDPU.

Requirement that VDDPU should follow the VDDSOC applies when VDDPU is enabled.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,567 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Niklas

one can check "reg_pu" in imx6qdl.dtsi :

linux-2.6-imx.git - Freescale i.MX Linux Tree

If application is not using the VPU, linux will automatically disable the VDDPU.

Requirement that VDDPU should follow the VDDSOC applies when VDDPU is enabled.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
2,566 次查看
niklasmolin
Senior Contributor I

Hi Igor.

Thanks for the answer.

I assume that was the case.

Thanks,

Niklas

0 项奖励
回复