I am working on power consumption in imx8mm and trying to reduce dram and cpu frequency.
Ex:
U-Boot SPL 2021.04-imx_v2021.04_5.15.5-1.0.0+gf7b43f8b4c (Mar 01 2022 - 07:31:56 +0000)
DDRINFO: start DRAM init
DDRINFO: DRAM rate 3000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Need to reduce DRAM rate 3000MTS To 1500MTS
Ex:
U-Boot 2021.04-imx_v2021.04_5.15.5-1.0.0+gf7b43f8b4c (Mar 01 2022 - 07:31:56 +0000)
CPU: i.MX8MMQ rev1.0 1600 MHz (running at 1200 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 34C
Need to reduce CPU frequency 1200 MHZ to 800 MHZ
is there anyone knows about how to decrease this?
Thanks in advance