Hi NXP support
I had already porting bd718x7.c on imx8mm board. The device tree is OK and the driver can't load OK.
I can't figure about irq issue ? Can you help me which buttom shall I pree and let the diriver load finish ?
All the step are the attaches.
thank you
jeffrey
Solved! Go to Solution.
Hello,
You may take i.MX8MM DDR4 EVK code as reference for this:
https://source.codeaurora.org/external/imx/uboot-imx/tree/arch/arm/dts/imx8mm-ddr4-evk.dts?h=lf_v202...
Also, please note that the IRQ comes from PMIC_nINT.
Best regards,
Aldo.
Hi NXP support and all engineers
I had finished it by my self . All you can check this one.
https://www.youtube.com/watch?v=PHixi3yK7XA
ps : attach files is the codes to reference.
I will try it asap
Hi NXP support
I am porting bd71847 for imx8mm now but I have a serious question. According ,the attach files , I already make the dts Ok and it can go untile devm_mfd_add_devices of "rohm-bd718x7.c.
It is stop at
ret = devm_mfd_add_devices(bd718xx->chip.dev, PLATFORM_DEVID_AUTO,
mfd, cells, NULL, 0,
regmap_irq_get_domain(bd718xx->irq_data));
and hang there .
My linux version Linux version 5.10.72-lts-5.10 and I can't figure out what's wrong.
Please help me. SOS. thank you
Jeffrey
Hi.
I have a problem close that. In my case I used the 5.15.32-2.0.0 version. I made some changes in dts files and imx8mm_evk.h files too. At imx8mm_evk.h I disabled PCA9450 and enable BD71847.
Hello,
You may take i.MX8MM DDR4 EVK code as reference for this:
https://source.codeaurora.org/external/imx/uboot-imx/tree/arch/arm/dts/imx8mm-ddr4-evk.dts?h=lf_v202...
Also, please note that the IRQ comes from PMIC_nINT.
Best regards,
Aldo.