已解决! 转到解答。
Hi @oprata ,
just for clarification and for other visitors. Changing PMIC could be done in uboot`s DTS . As references could be used older branch e.g. 5.4.24. where is still used BD71837. Paste it to the same place instead of PCA9450.
Or you can try to use a different machine config named as imx8mmevk-qcawifi.conf
which uses old PMIC DTS see there.
Martin
Hi Oscavo
to use BD71847 instead of PCA9450 one can look at uboot:
#define CONFIG_POWER_BD71837
https://source.codeaurora.org/external/imx/uboot-imx/tree/include/configs/imx8mm_evk.h?h=imx_v2020.0...
Best regards
igor
Hello Igor,
Unfortunately it didn't work. I think Its because the source code of BD71837 it's not available. I tried other option with those macros:
MACHINE_FEATURES += "pmic_bd71837"
IMAGE_INSTALL_append += "kernel-module-pmic_bd71837"
in local.conf file.
Do you know how can I solve this issue?
Thanks in advance.
Hi @oprata ,
just for clarification and for other visitors. Changing PMIC could be done in uboot`s DTS . As references could be used older branch e.g. 5.4.24. where is still used BD71837. Paste it to the same place instead of PCA9450.
Or you can try to use a different machine config named as imx8mmevk-qcawifi.conf
which uses old PMIC DTS see there.
Martin
Hello Igor,
I change the u-boot-imx_2020.04.bb to work with branch rel_imx_5.4.47_2.2.0 of u-boot, and the BD71837 was identified...
But the CPU Clock doesn't change to 1800MHz its still works on 1200MHz. Do you know how can I change it?
Thanks in advance.