Problem while booting on self-designed custom board using AM5728

Hello, I have a problem with my self-design custom board using AM5728. My board design followed fully design of beaglebone X15.

i am using Processor SDK for AM57x Sitara processor (https://www.ti.com/tool/PROCESSOR-SDK-AM57X). After starting kernel, the problem happened and it stopped

My logfile from starting booting to the point where problem happened is shown below:

U-Boot SPL 2019.01-g333c3e72d3 (Apr 20 2020 - 04:15:00 +0000)
DRA752-GP ES2.0
** Unable to read file dra7-ipu1-fw.xem4 **
Firmware loading failed
Trying to boot from MMC1
Loading Environment from FAT… OK

U-Boot 2019.01-g333c3e72d3 (Apr 20 2020 - 04:15:00 +0000)

CPU : DRA752-GP ES2.0
Model: TI AM5728 BeagleBoard-X15
Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
DRAM: 2 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT… OK
Warning: fastboot.board_rev: unknown board revision
omap_hsmmc_send_cmd : DMA timeout: No status update
invalid mmc device
am57x_idk_lcd_detect: Failed to get I2C device 0/56 (ret 1)
Net: Could not get PHY for ethernet@48484000: addr 1

Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
** Unable to read file boot.scr **
1490 bytes read in 3 ms (484.4 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 …
Running uenvcmd …
1 bytes read in 1 ms (1000 Bytes/s)
Already setup.
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
4448768 bytes read in 758 ms (5.6 MiB/s)
90792 bytes read in 18 ms (4.8 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe6000, end 8ffff2a7 … OK

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.94-gbe5389fd85 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Sun Apr 19 02:36:36 UTC 2020
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM5728 BeagleBoard-X15
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
[ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009d000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
[ 0.000000] OMAP4: Map 0x00000000ffd00000 to (ptrval) for dram barrier
[ 0.000000] Hit pending asynchronous external abort (FSR=0x00001211) during first unmask, this is most likely caused by a firmware/bootloader bug.
[ 0.000000] DRA752 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
[ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 464192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=351f25a0-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 1673056K/1863680K available (10240K kernel code, 335K rwdata, 2800K rodata, 2048K init, 268K bss, 34976K reserved, 155648K cma-reserved, 1283072K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 336 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 269 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000018] Switching to timer-based delay loop, resolution 162ns
[ 0.000291] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000301] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000729] Console: colour dummy device 80x30
[ 0.000772] Calibrating delay loop (skipped), value calculated using timer frequency… 12.29 BogoMIPS (lpj=61475)
[ 0.000786] pid_max: default: 32768 minimum: 301
[ 0.000906] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000921] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001476] CPU: Testing write buffer coherency: ok
[ 0.001511] CPU0: Spectre v2: using ICIALLU workaround
[ 0.001723] /cpus/cpu@0 missing clock-frequency property
[ 0.001743] /cpus/cpu@1 missing clock-frequency property
[ 0.001756] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059918] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079932] rcu: Hierarchical SRCU implementation.
[ 0.100122] EFI services will not be available.
[ 0.119990] smp: Bringing up secondary CPUs …
[ 0.200371] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200377] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200499] smp: Brought up 1 node, 2 CPUs
[ 0.200512] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.200521] CPU: All CPU(s) started in HYP mode.
[ 0.200529] CPU: Virtualization extensions available.
[ 0.201098] devtmpfs: initialized
[ 0.217694] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.217953] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.217971] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.220604] pinctrl core: initialized pinctrl subsystem
[ 0.221121] DMI not present or invalid.
[ 0.221395] NET: Registered protocol family 16
[ 0.222529] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.223453] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.330279] wkupaon_cm:clk:0068:0: failed to disable
[ 0.429931] cpuidle: using governor ladder
[ 0.429967] cpuidle: using governor menu
[ 0.440363] OMAP GPIO hardware version 0.1
[ 0.464764] No ATAGs?
[ 0.464836] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.464851] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.465686] OMAP DMA hardware revision 0.0
[ 0.477191] edma 43300000.edma: memcpy is disabled
[ 0.480658] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.487864] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.488651] evm_5v0: supplied by main_12v0
[ 0.492051] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.492230] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.492473] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.492728] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.493101] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.493279] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.493552] iommu: Adding device 58820000.ipu to group 1
[ 0.493633] iommu: Adding device 55020000.ipu to group 2
[ 0.493757] iommu: Adding device 40800000.dsp to group 0
[ 0.493985] iommu: Adding device 41000000.dsp to group 3
[ 0.495209] SCSI subsystem initialized
[ 0.496245] palmas 0-0058: Irq flag is 0x00000008
[ 0.523514] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 0.525094] SMPS12: supplied by regulator-dummy
[ 0.526706] SMPS3: supplied by regulator-dummy
[ 0.528282] SMPS45: supplied by regulator-dummy
[ 0.530016] SMPS6: supplied by regulator-dummy
[ 0.531369] SMPS7: supplied by regulator-dummy
[ 0.532696] SMPS8: supplied by regulator-dummy
[ 0.533887] SMPS9: supplied by regulator-dummy
[ 0.534538] LDO1: supplied by regulator-dummy
[ 0.550649] random: fast init done
[ 0.551330] LDO2: supplied by regulator-dummy
[ 0.571175] LDO3: supplied by regulator-dummy
[ 0.591208] LDO4: supplied by regulator-dummy
[ 0.611230] LDO5: supplied by regulator-dummy
[ 0.611900] LDO6: supplied by regulator-dummy
[ 0.612558] LDO7: supplied by regulator-dummy
[ 0.613217] LDO8: supplied by regulator-dummy
[ 0.613891] LDO9: supplied by regulator-dummy
[ 0.621260] LDOLN: supplied by regulator-dummy
[ 0.631282] LDOUSB: supplied by regulator-dummy
[ 0.643651] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.644256] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.644452] media: Linux media interface: v0.10
[ 0.644493] videodev: Linux video capture interface: v2.00
[ 0.644569] pps_core: LinuxPPS API ver. 1 registered
[ 0.644579] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.644600] PTP clock support registered
[ 0.644630] EDAC MC: Ver: 3.0.0
[ 0.645404] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.645662] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.650862] Advanced Linux Sound Architecture Driver Initialized.
[ 0.651639] clocksource: Switched to clocksource arch_sys_counter
[ 0.660087] NET: Registered protocol family 2
[ 0.660665] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.660695] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.660885] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.661012] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.661086] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.661121] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.661252] NET: Registered protocol family 1
[ 0.681715] RPC: Registered named UNIX socket transport module.
[ 0.681727] RPC: Registered udp transport module.
[ 0.681735] RPC: Registered tcp transport module.
[ 0.681744] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.682752] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.682948] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.683930] Initialise system trusted keyrings
[ 0.684064] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 0.689089] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.699590] NFS: Registering the id_resolver key type
[ 0.699615] Key type id_resolver registered
[ 0.699625] Key type id_legacy registered
[ 0.699667] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.701350] Key type asymmetric registered
[ 0.701362] Asymmetric key parser ‘x509’ registered
[ 0.701411] bounce: pool size: 64 pages
[ 0.701445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.701457] io scheduler noop registered
[ 0.701467] io scheduler deadline registered
[ 0.701571] io scheduler cfq registered (default)
[ 0.701583] io scheduler mq-deadline registered
[ 0.701592] io scheduler kyber registered
[ 0.707269] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.711139] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
[ 0.711561] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ranges:
[ 0.711602] dra7-pcie 51000000.pcie: IO 0x20003000…0x20012fff → 0x00000000
[ 0.711660] dra7-pcie 51000000.pcie: MEM 0x20013000…0x2fffffff → 0x20013000
[ 1.711953] dra7-pcie 51000000.pcie: Phy link never came up
[ 1.712089] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 1.712103] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.712115] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.712127] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 1.717938] PCI: bus0: Fast back to back transfers disabled
[ 1.723348] PCI: bus1: Fast back to back transfers enabled
[ 1.723391] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
[ 1.723410] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.723738] pcieport 0000:00:00.0: Signaling PME with IRQ 170
[ 1.723867] pcieport 0000:00:00.0: AER enabled with IRQ 170
[ 1.727512] vdd_3v3: supplied by regen1
[ 1.727750] aic_dvdd_fixed: supplied by vdd_3v3
[ 1.727817] vtt_fixed: supplied by smps3
[ 1.778212] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 1.781904] console [ttyS2] disabled
[ 1.781955] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 45, base_baud = 3000000) is a 8250
[ 2.878027] console [ttyS2] enabled
[ 2.883690] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.884216] random: crng init done
[ 2.893511] omapdss_dss 58000000.dss: Linked as a consumer to regulator.22
[ 2.900537] DSS: OMAP DSS rev 6.1
[ 2.906848] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.16
[ 2.914380] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.16
[ 2.934547] brd: module loaded
[ 2.943851] loop: module loaded
[ 2.951120] libphy: Fixed MDIO Bus: probed
[ 3.011666] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 3.019365] libphy: 48485000.mdio: probed
[ 3.024513] mdio_bus 48485000.mdio: MDIO device at address 1 is missing.
[ 3.033629] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
[ 3.043890] cpsw 48484000.ethernet: Detected MACID = f8:30:02:d4:13:b6
[ 3.050510] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[ 3.056951] cpsw 48484000.ethernet: ALE Table size 1024
[ 3.062258] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[ 3.070250] cpsw 48484000.ethernet: cpsw: Detected MACID = f8:30:02:d4:13:b7
[ 3.078564] i2c /dev entries driver
[ 3.085213] gpio-fan gpio_fan: GPIO fan initialized
[ 3.091251] tmp102 0-0048: initialized
[ 3.098007] cpu cpu0: Linked as a consumer to regulator.6
[ 3.103530] cpu cpu0: Linked as a consumer to regulator.29
[ 3.110674] sdhci: Secure Digital Host Controller Interface driver
[ 3.116898] sdhci: Copyright© Pierre Ossman
[ 3.121900] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.128222] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.137079] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.142031] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.28
[ 3.148887] sdhci-omap 4809c000.mmc: 4809c000.mmc supply vqmmc not found, using dummy regulator
[ 3.157686] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.0
[ 3.164469] sdhci-omap 4809c000.mmc: Dropping the link to regulator.0
[ 3.171138] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.13
[ 3.178132] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.212622] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.220335] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.3
[ 3.227150] sdhci-omap 480b4000.mmc: Dropping the link to regulator.3
[ 3.233750] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.3
[ 3.264441] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.273168] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.284426] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.289604] NET: Registered protocol family 10
[ 3.297649] Segment Routing with IPv6
[ 3.301366] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.307812] NET: Registered protocol family 17
[ 3.312476] Key type dns_resolver registered
[ 3.316888] Registering SWP/SWPB emulation handler
[ 3.321727] omap_voltage_late_init: Voltage driver support not added
[ 3.328131] Power Management for TI OMAP4+ devices.
[ 3.333746] mmc0: new high speed SDHC card at address 1234
[ 3.339440] Loading compiled-in X.509 certificates
[ 3.349879] mmcblk0: mmc0:1234 SA16G 14.5 GiB
[ 3.366015] dmm 4e000000.dmm: workaround for errata i878 in use
[ 3.374053] dmm 4e000000.dmm: initialized all PAT entries
[ 3.380666] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.16
[ 3.388175] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.16
[ 3.396824] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.16
[ 3.404591] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 3.412793] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[ 3.421609] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.428295] [drm] No driver support for vblank timestamp query.
[ 3.434311] [drm] Cannot find any crtc or sizes
[ 3.439839] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 3.447464] hctosys: unable to open rtc device (rtc0)
[ 3.453146] ALSA device list:
[ 3.456124] No soundcards found.
[ 3.471162] print_req_error: I/O error, dev mmcblk0, sector 0
[ 3.477550] print_req_error: I/O error, dev mmcblk0, sector 1
[ 3.483966] print_req_error: I/O error, dev mmcblk0, sector 2
[ 3.490343] print_req_error: I/O error, dev mmcblk0, sector 3
[ 3.496740] print_req_error: I/O error, dev mmcblk0, sector 4
[ 3.503139] print_req_error: I/O error, dev mmcblk0, sector 5
[ 3.509519] print_req_error: I/O error, dev mmcblk0, sector 6
[ 3.515913] print_req_error: I/O error, dev mmcblk0, sector 7
[ 3.521700] Buffer I/O error on dev mmcblk0, logical block 0, async page read
[ 3.530266] print_req_error: I/O error, dev mmcblk0, sector 0
[ 3.536654] print_req_error: I/O error, dev mmcblk0, sector 1
[ 3.545055] Buffer I/O error on dev mmcblk0, logical block 0, async page read
[ 3.552258] mmcblk0: unable to read partition table
[ 3.557712] Waiting for root device PARTUUID=351f25a0-02…
[ 4.491698] [drm] Cannot find any crtc or sizes
[ 13.931641] mmc1: Timeout waiting for hardware interrupt.
[ 13.937067] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 13.943540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00003302
[ 13.950012] mmc1: sdhci: Blk size: 0x00000200 | Blk cnt: 0x00000001
[ 13.956482] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000013
[ 13.962953] mmc1: sdhci: Present: 0x01e00a06 | Host ctl: 0x00000010
[ 13.969423] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 13.975892] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00007807
[ 13.982362] mmc1: sdhci: Timeout: 0x00000005 | Int stat: 0x00000000
[ 13.988830] mmc1: sdhci: Int enab: 0x027f000b | Sig enab: 0x027f000b
[ 13.995300] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 14.001770] mmc1: sdhci: Caps: 0x21e90080 | Caps_1: 0x00000f77
[ 14.008239] mmc1: sdhci: Cmd: 0x0000083a | Max curr: 0x00000000
[ 14.014710] mmc1: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0xffffffe7
[ 14.021179] mmc1: sdhci: Resp[2]: 0x0f5913ff | Resp[3]: 0xd04f0132
[ 14.027645] mmc1: sdhci: Host ctl2: 0x00000000
[ 14.032110] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0xfe441210
[ 14.038579] mmc1: sdhci: ============================================
[ 14.045179] mmc1: error -110 whilst initialising MMC card
[ 24.171641] mmc1: Timeout waiting for hardware interrupt.
[ 24.177066] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 24.183539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00003302
[ 24.190010] mmc1: sdhci: Blk size: 0x00000200 | Blk cnt: 0x00000001
[ 24.196479] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000013
[ 24.202948] mmc1: sdhci: Present: 0x01e00a06 | Host ctl: 0x00000010
[ 24.209418] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 24.215886] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000a007
[ 24.222353] mmc1: sdhci: Timeout: 0x00000004 | Int stat: 0x00000000
[ 24.228823] mmc1: sdhci: Int enab: 0x027f000b | Sig enab: 0x027f000b
[ 24.235290] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 24.241758] mmc1: sdhci: Caps: 0x21e90080 | Caps_1: 0x00000f77
[ 24.248228] mmc1: sdhci: Cmd: 0x0000083a | Max curr: 0x00000000
[ 24.254697] mmc1: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0xffffffe7
[ 24.261164] mmc1: sdhci: Resp[2]: 0x0f5913ff | Resp[3]: 0xd04f0132
[ 24.267631] mmc1: sdhci: Host ctl2: 0x00000000
[ 24.272097] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0xfe441210
[ 24.278563] mmc1: sdhci: ============================================
[ 24.285190] mmc1: error -110 whilst initialising MMC card
[ 33.771697] aic_dvdd_fixed: disabling
[ 33.775558] ldousb: disabling
[ 34.411641] mmc1: Timeout waiting for hardware interrupt.
[ 34.417068] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 34.423539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00003302
[ 34.430008] mmc1: sdhci: Blk size: 0x00000200 | Blk cnt: 0x00000001
[ 34.436475] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000013
[ 34.442943] mmc1: sdhci: Present: 0x01e00a06 | Host ctl: 0x00000010
[ 34.449414] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 34.455880] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f007
[ 34.462350] mmc1: sdhci: Timeout: 0x00000004 | Int stat: 0x00000000
[ 34.468820] mmc1: sdhci: Int enab: 0x027f000b | Sig enab: 0x027f000b
[ 34.475288] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 34.481757] mmc1: sdhci: Caps: 0x21e90080 | Caps_1: 0x00000f77
[ 34.488224] mmc1: sdhci: Cmd: 0x0000083a | Max curr: 0x00000000
[ 34.494691] mmc1: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0xffffffe7
[ 34.501160] mmc1: sdhci: Resp[2]: 0x0f5913ff | Resp[3]: 0xd04f0132
[ 34.507627] mmc1: sdhci: Host ctl2: 0x00000000
[ 34.512091] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0xfe441210
[ 34.518557] mmc1: sdhci: ============================================
[ 34.525207] mmc1: error -110 whilst initialising MMC card

Can anyone help me please ? Thank you