Hello all,
We have designed a custom hardware by the reference of imx8mm mini. All the hardware configurations are same, we have just removed some peripherals not required. It is rebooting again and again while loading the kernel.
I have disabled all nodes associated with the DSI, as I don't need it. Still getting error associated with display.
Following are my kernel logs :
CPU: i.MX8MMQ rev1.0 1600 MHz (running at 1200 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 37C
Reset cause: POR
Model: NXP i.MX8MM EVK board
DRAM: 2 GiB
tcpc_init: Can't find device id=0x52
setup_typec: tcpc port2 init failed, err=-19
tcpc_init: Can't find device id=0x50
setup_typec: tcpc port1 init failed, err=-19
MMC: FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... *** Warning - bad CRC, using default environment
[*]-Video Link 0adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c
fail to probe panel device adv7535@3d
mxs_video lcdif@32e00000: failed to get any video link display timings
probe video device failed, ret -22
[0] lcdif@32e00000, video
[1] mipi_dsi@32e10000, video_bridge
[2] adv7535@3d, panel
adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c
fail to probe panel device adv7535@3d
mxs_video lcdif@32e00000: failed to get any video link display timings
probe video device failed, ret -22
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated
BuildInfo:
- ATF 05f788b
switch to partitions #0, OK
mmc1 is current device
flash target is MMC:1
Net:
Warning: ethernet@30be0000 (eth0) using random MAC address - 7e:66:e8:f8:75:61
eth0: ethernet@30be0000
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
starting USB...
Bus usb@32e40000: dev_get_parent_plat: null device
"Synchronous Abort" handler, esr 0x96000004
elr: 000000004025291c lr : 0000000040252910 (reloc)
elr: 00000000bcd4491c lr : 00000000bcd44910
x0 : 0000000014000280 x1 : 0000000000000001
x2 : 00000000bcd2199c x3 : 0000000000000001
x4 : 00000000bace3ec1 x5 : 0000000000000020
x6 : 00000000ffffffd0 x7 : 00000000bace4760
x8 : 0000000000000000 x9 : 0000000000000008
x10: 0800000001000420 x11: 00000000bace47ec
x12: 000000000001869f x13: 00000000bace5548
x14: 00000000bace5650 x15: 0000000000000002
x16: 00000000bcd497c0 x17: 00000000000041a0
x18: 00000000bacf1db0 x19: 0000000000000001
x20: 0000000000000000 x21: 00000000bace484f
x22: 0000000000000000 x23: 000000000000001d
x24: 00000000bcdee140 x25: 0000000000000000
x26: 0000000000000000 x27: 0000000000000000
x28: 00000000bad20030 x29: 00000000bace4780
Code: 97ff9afe aa0003e8 f9400000 f940380a (f9400140)
Resetting CPU ...
Solved! Go to Solution.
Thanks for your reply,
The issue is resolved by disabling CONFIG_USB_TCPC in imx8mm_evk_defconfig file.
Please check your USB hardware and dts in uboot ,as the log reports that "dev_get_parent_plat: null device"
Thanks for your reply,
The issue is resolved by disabling CONFIG_USB_TCPC in imx8mm_evk_defconfig file.