Converting imx28-evk to DM

Hi Lukasz,
I am working on converting imx28-evk to DM.
Things are working as expected and U-Boot is able to boot the Linux kernel.
I am getting the following error though:
U-Boot 2021.04-rc1-00219-g7fa88ac80054-dirty (Feb 17 2021 - 20:53:16 -0300)
CPU: Freescale i.MX28 rev1.2 at 454 MHz BOOT: SSP SD/MMC #0, 3V3 DRAM: 128 MiB NAND: 0 MiB MMC: MXS MMC: 0, MXS MMC: 1 Loading Environment from MMC... mxs_of_to_plat: 'gpio-ranges' not defined - using default!
Would you have any suggestions for fixing this error?
Do you see such a warning in the imx28_xea_defconfig target?
Thanks,
Fabio Estevam

On Wed, Feb 17, 2021 at 9:00 PM Fabio Estevam festevam@gmail.com wrote:
Hi Lukasz,
I am working on converting imx28-evk to DM.
Things are working as expected and U-Boot is able to boot the Linux kernel.
I am getting the following error though:
U-Boot 2021.04-rc1-00219-g7fa88ac80054-dirty (Feb 17 2021 - 20:53:16 -0300)
CPU: Freescale i.MX28 rev1.2 at 454 MHz BOOT: SSP SD/MMC #0, 3V3 DRAM: 128 MiB NAND: 0 MiB MMC: MXS MMC: 0, MXS MMC: 1 Loading Environment from MMC... mxs_of_to_plat: 'gpio-ranges' not defined - using default!
Ah, just needed to include "imx28-u-boot.dtsi". I thought this was included automatically.
Now the error is gone.
Thanks
participants (1)
-
Fabio Estevam