disable power consumption imx6ull

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

disable power consumption imx6ull

1,251 Views
vladimirchernin
Contributor III

Hello!

We have built the board based on imx6ull and we need to optimize our power consumption.

We can I do it?

 Do i need to close the clocks by editing linux's clk-imx6ul.c file.

How c an I do it in device tree?

I need to disable usb phy ,pxp, audio clocks. 

Thanks in advance

Vladimir

Labels (4)
0 Kudos
2 Replies

861 Views
vladimirchernin
Contributor III

Hi Igor!

Thanks for help.

I have trying  to disable via device tree  status = "disabled";  pxp , usbotg1 usbotg2 etc. i dont see any difference in power consumption 

Basically i need RMII1 RMII2 i2c ,spi uart only

i must to disable evething what is possible to shut down USB, analog to digital,LCD, graphics components etc.

How can i do clock gating configuration for IMX6ull to reduce consumption i need to shut down clocks.

Regards

Vladimir 

0 Kudos

861 Views
igorpadykov
NXP Employee
NXP Employee

Hi Vladimir

one can check AN5345 6ULL Power Consumption Application Note

https://www.nxp.com/docs/en/application-note/AN5345.pdf 

dts file linux/arch/arm/boot/dts/imx6ull-14x14-evk.dts

imx6ull-14x14-evk.dts\dts\boot\arm\arch - linux-imx - i.MX Linux kernel 

module can be enabled with status = "okay";

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

0 Kudos