SK-AM62: An SDIO device is externally connected using the SD pins,After adapting the driver, a power-on failure error is reported------sdhci-am654 fa00000.mmc: Power on failed

Part Number: SK-AM62
Other Parts Discussed in Thread: AM62P

Tool/software:

[ 7.342317] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3decc801, host->caps1=0x18002407
[ 7.351083] mmc0: CQHCI version 5.10
[ 7.354683] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3de8c801, host->caps1=0x18002407
[ 7.354691] mmc1: CQHCI version 5.10
[ 7.408899] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 7.429431] mmc_select_voltage--ocr=0xc0ff8080, ocr_avail=0x300080
[ 7.435617] mmc_select_voltage--final.ocr=0x300000
[ 7.475763] mmc0: new HS200 MMC card at address 0001
[ 7.481716] mmcblk0: mmc0:0001 IS008G 7.20 GiB
[ 7.490715] mmcblk0: p1
[ 7.494138] mmcblk0boot0: mmc0:0001 IS008G 16.0 MiB
[ 7.500661] mmcblk0boot1: mmc0:0001 IS008G 16.0 MiB
[ 7.506993] mmcblk0rpmb: mmc0:0001 IS008G 4.00 MiB, chardev (239:0)
[ 8.881710] sdhci-am654 fa00000.mmc: Power on failed
[ 8.911836] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 9.981406] EXT4-fs (mmcblk0p1): recovery complete
[ 9.987583] EXT4-fs (mmcblk0p1): mounted filesystem df55c9b4-ab34-4143-af16-febd6b620543 r/w with ordered data mode. Quota mode: none.
[ 9.999767] VFS: Mounted root (ext4 filesystem) on device 179:1.

  • [ 8.881710] sdhci-am654 fa00000.mmc: Power on failed

    This should not be causing any issues. Are you seeing any failures?

  • 基于ti-linux-kernel-6.12.17+git-ti修改的设备树0001-add-debug2dts.patch

    触发CD脚后的内核日志for-ti-com46-dmesg.txt

    diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    index b6373c1a3..d85f4612d 100644
    --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    @@ -183,6 +183,14 @@ exp1: gpio@22 {
     &sdhci1 {
            vmmc-supply = <&vdd_mmc1>;
            vqmmc-supply = <&vdd_sd_dv>;
    +       max-frequency = <25000000>;
    +        no-sd;
    +        no-mmc;
    +        sd-uhs-sdr12;
    +
    +        mmc-ddr-1_8v;
    +        mmc-hs200-1_8v;
    +        no-mmc-hs400;
     };
     
     &cpsw3g {
    diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
    index 327029f5c..8f419120b 100644
    --- a/drivers/mmc/core/core.c
    +++ b/drivers/mmc/core/core.c
    @@ -7,6 +7,7 @@
      *  Copyright (C) 2005-2008 Pierre Ossman, All Rights Reserved.
      *  MMCv4 support Copyright (C) 2006 Philip Langdale, All Rights Reserved.
      */
    +#define DEBUG
     #include <linux/module.h>
     #include <linux/init.h>
     #include <linux/interrupt.h>
    diff --git a/drivers/mmc/core/sdio.c b/drivers/mmc/core/sdio.c
    index 4b19b8a16..ad366359d 100644
    --- a/drivers/mmc/core/sdio.c
    +++ b/drivers/mmc/core/sdio.c
    @@ -4,7 +4,7 @@
      *
      *  Copyright 2006-2007 Pierre Ossman
      */
    -
    +#define DEBUG
     #include <linux/err.h>
     #include <linux/pm_runtime.h>
     #include <linux/sysfs.h>
    diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
    index 4b91c9e96..d37a42e65 100644
    --- a/drivers/mmc/host/sdhci.c
    +++ b/drivers/mmc/host/sdhci.c
    @@ -8,7 +8,7 @@
      *
      *     - JMicron (hardware and technical support)
      */
    -
    +#define DEBUG
     #include <linux/bitfield.h>
     #include <linux/delay.h>
     #include <linux/dmaengine.h>
    diff --git a/drivers/mmc/host/sdhci_am654.c b/drivers/mmc/host/sdhci_am654.c
    index 9ff07aadb..27977ba4d 100644
    --- a/drivers/mmc/host/sdhci_am654.c
    +++ b/drivers/mmc/host/sdhci_am654.c
    @@ -5,6 +5,7 @@
      * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com
      *
      */
    +#define DEBUG
     #include <linux/clk.h>
     #include <linux/iopoll.h>
     #include <linux/of.h>

  • 触发CD脚后的内核日志for-ti-com46-dmesg.txt

    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:1
    Error: could not access storage.
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181-dirty (Jul 31 2025 - 11:11:37 +0800)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    DRAM:  2 GiB
    Core:  83 devices, 32 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eth0: ethernet@8000000port@1
    
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Can't set block device
    22256128 bytes read in 123 ms (172.6 MiB/s)
    61681 bytes read in 2 ms (29.4 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feed000, end 000000008fffffff ... OK
    Working FDT set to 8feed000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.17-gc85877d40f8e-dirty (uid00909@hzh46167u) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Sep  9 15:13:17 CST 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000f8000000..0x00000000ffffffff (131072 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=a6b87761-6a2b-a244-83a1-b2dd022dd2b9 rw rootfstype=ext4 rootwait
    [    0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 524288
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000f5600000-0x00000000f5800000] (2MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080450000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008734] Console: colour dummy device 80x25
    [    0.013343] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.024028] pid_max: default: 32768 minimum: 301
    [    0.028855] LSM: initializing lsm=capability,selinux
    [    0.033996] SELinux:  Initializing.
    [    0.038116] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.045701] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.066228] rcu: Hierarchical SRCU implementation.
    [    0.071174] rcu:     Max phase no-delay instances is 1000.
    [    0.076736] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.085553] EFI services will not be available.
    [    0.094238] smp: Bringing up secondary CPUs ...
    [    0.103303] Detected VIPT I-cache on CPU1
    [    0.103402] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.103422] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [    0.103479] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.107425] Detected VIPT I-cache on CPU2
    [    0.107499] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.107514] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [    0.107551] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.111268] Detected VIPT I-cache on CPU3
    [    0.111338] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.111353] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [    0.111389] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.111522] smp: Brought up 1 node, 4 CPUs
    [    0.191252] SMP: Total of 4 processors activated.
    [    0.196065] CPU: All CPU(s) started at EL2
    [    0.200272] CPU features: detected: 32-bit EL0 Support
    [    0.205532] CPU features: detected: CRC32 instructions
    [    0.210830] alternatives: applying system-wide alternatives
    [    0.217195] Memory: 1834296K/2097152K available (12928K kernel code, 1254K rwdata, 4648K rodata, 2752K init, 639K bss, 122924K reserved, 131072K cma-reserved)
    [    0.233013] devtmpfs: initialized
    [    0.245463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.255488] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.266791] 27152 pages in range for non-PLT usage
    [    0.266821] 518672 pages in range for PLT usage
    [    0.272143] pinctrl core: initialized pinctrl subsystem
    [    0.282714] DMI not present or invalid.
    [    0.289132] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.296625] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.304506] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.313206] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.321869] audit: initializing netlink subsys (disabled)
    [    0.327802] audit: type=2000 audit(0.216:1): state=initialized audit_enabled=0 res=1
    [    0.328308] thermal_sys: Registered thermal governor 'step_wise'
    [    0.335740] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.341932] cpuidle: using governor menu
    [    0.352834] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.359887] ASID allocator initialised with 65536 entries
    [    0.371356] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.382888] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.394921] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.404857] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    0.416924] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.431772] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.443941] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.454721] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    0.467569] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.477515] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.489223] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.498488] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.509645] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.516627] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.523049] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.529991] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.536402] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.543343] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.549755] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.556696] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.565131] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.574576] iommu: Default domain type: Translated
    [    0.579516] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.586328] SCSI subsystem initialized
    [    0.590582] usbcore: registered new interface driver usbfs
    [    0.596227] usbcore: registered new interface driver hub
    [    0.601693] usbcore: registered new device driver usb
    [    0.607428] pps_core: LinuxPPS API ver. 1 registered
    [    0.612511] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.621865] PTP clock support registered
    [    0.625914] EDAC MC: Ver: 3.0.0
    [    0.629496] scmi_core: SCMI protocol bus registered
    [    0.634823] FPGA manager framework
    [    0.638395] Advanced Linux Sound Architecture Driver Initialized.
    [    0.645771] vgaarb: loaded
    [    0.648998] clocksource: Switched to clocksource arch_sys_counter
    [    0.655642] VFS: Disk quotas dquot_6.6.0
    [    0.659693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.674226] NET: Registered PF_INET protocol family
    [    0.679520] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.688791] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.697624] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.705563] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.713771] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.721780] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.728724] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.735651] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.743178] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.749578] RPC: Registered named UNIX socket transport module.
    [    0.755668] RPC: Registered udp transport module.
    [    0.760480] RPC: Registered tcp transport module.
    [    0.765291] RPC: Registered tcp-with-tls transport module.
    [    0.770902] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.777505] NET: Registered PF_XDP protocol family
    [    0.782428] PCI: CLS 0 bytes, default 64
    [    0.788003] Initialise system trusted keyrings
    [    0.792869] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.799832] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.806131] NFS: Registering the id_resolver key type
    [    0.811337] Key type id_resolver registered
    [    0.815621] Key type id_legacy registered
    [    0.819740] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.826598] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.887285] Key type asymmetric registered
    [    0.891498] Asymmetric key parser 'x509' registered
    [    0.896591] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.904385] io scheduler mq-deadline registered
    [    0.909029] io scheduler kyber registered
    [    0.913166] io scheduler bfq registered
    [    0.920398] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.927038] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.934788] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.947269] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.963561] loop: module loaded
    [    0.968056] megasas: 07.727.03.00-rc1
    [    0.975967] tun: Universal TUN/TAP device driver, 1.6
    [    0.982378] VFIO - User Level meta-driver version: 0.3
    [    0.988894] usbcore: registered new interface driver usb-storage
    [    0.995676] i2c_dev: i2c /dev entries driver
    [    1.001881] sdhci: Secure Digital Host Controller Interface driver
    [    1.008262] sdhci: Copyright(c) Pierre Ossman
    [    1.012951] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.019425] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.026716] usbcore: registered new interface driver usbhid
    [    1.032430] usbhid: USB HID core driver
    [    1.037773] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    1.048074] optee: probing for conduit method.
    [    1.052656] optee: revision 4.5 (ef1ebdc23034a804)
    [    1.053117] optee: dynamic shared memory is enabled
    [    1.063809] optee: initialized driver
    [    1.063922] random: crng init done
    [    1.069955] Initializing XFRM netlink socket
    [    1.075488] NET: Registered PF_PACKET protocol family
    [    1.080759] Key type dns_resolver registered
    [    1.094042] registered taskstats version 1
    [    1.098456] Loading compiled-in X.509 certificates
    [    1.117115] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [    1.196021] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.208188] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.215357] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.224626] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.234561] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.243787] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.254112] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.261365] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.267369] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.276663] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.287500] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.296416] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.307784] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.319146] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.329813] printk: legacy console [ttyS2] disabled
    [    1.335193] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 238, base_baud = 3000000) is a 8250
    [    1.344191] printk: legacy console [ttyS2] enabled
    [    1.344191] printk: legacy console [ttyS2] enabled
    [    1.353928] printk: legacy bootconsole [ns16550a0] disabled
    [    1.353928] printk: legacy bootconsole [ns16550a0] disabled
    [    1.373095] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.380091] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.385491] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.392529] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.399094] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.405833] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.412200] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.419141] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.425897] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.682040] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.725007] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.736380] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.744492] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.752616] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.765580] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    1.771957] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.779089] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    1.787180] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.808454] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.820070] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.831987] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    1.849620] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    1.855155] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    1.862957] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    1.868961] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    1.878405] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [    1.885345] hub 1-0:1.0: USB hub found
    [    1.889132] hub 1-0:1.0: 1 port detected
    [    1.897073] mmc0: CQHCI version 5.10
    [    1.906563] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.913354] pca953x 1-0022: using AI
    [    1.939395] clk: Disabling unused clocks
    [    1.943363] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.960063] PM: genpd: Disabling unused power domains
    [    1.965229] ALSA device list:
    [    1.965232] mmc1: CQHCI version 5.10
    [    1.968191]   No soundcards found.
    [    2.038861] mmc0: Command Queue Engine enabled
    [    2.043336] mmc0: new HS200 MMC card at address 0001
    [    2.049553] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    2.057648]  mmcblk0: p1
    [    2.060729] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    2.066908] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    2.073042] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    3.489209] sdhci-am654 fa00000.mmc: Power on failed
    [    3.524836] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    3.630888] EXT4-fs (mmcblk0p1): recovery complete
    [    3.636356] EXT4-fs (mmcblk0p1): mounted filesystem df55c9b4-ab34-4143-af16-febd6b620543 r/w with ordered data mode. Quota mode: none.
    [    3.648541] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [    3.656289] devtmpfs: mounted
    [    3.661081] Freeing unused kernel memory: 2752K
    [    3.665710] Run /sbin/init as init process
    [    3.781404] systemd[1]: System time before build time, advancing clock.
    [    3.815540] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    3.847490] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    3.862864] systemd[1]: Hostname set to <am62xx-evm>.
    [    4.127754] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [    4.136723] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [    4.320203] systemd[1]: Queued start job for default target Multi-User System.
    [    4.383641] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.403691] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.423619] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.443069] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.461594] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.481420] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.501209] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    4.517261] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.533163] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.549135] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.561146] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.623923] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.641396] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.664383] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.681745] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.702598] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    4.722002] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.742062] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.754190] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.774758] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.793921] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.813905] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.865492] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.886292] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.910707] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.925946] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.945103] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.957765] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.12.17-gc85877d40f8e-dirty/modules.devname).
    [    4.980514] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.999212] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    5.019263] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    5.039800] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    5.063780] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    5.073578] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    5.097101] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.121949] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.140311] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    5.198380] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems[    5.207766] systemd-journald[121]: Collecting audit messages is enabled.
    [0m...
    [    5.233819] systemd-journald[121]: /dev/kmsg buffer overrun, some messages lost.
    [    5.236166] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
             Starting Create Static Device Nodes in /dev gracefully...
    [    5.277473] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    5.291134] EXT4-fs (mmcblk0p1): re-mounted df55c9b4-ab34-4143-af16-febd6b620543 r/w. Quota mode: none.
    [    5.315988] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.326545] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    5.346300] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    5.366374] systemd[1]: Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Debug File System.
    [    5.386182] systemd[1]: Mounted Temporary Directory /tmp.
    [  OK  ] Mounted Temporary Directory /tmp.
    [    5.406843] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    5.415024] systemd[1]: Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module configfs.
    [    5.433973] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev[0[    5.679278] systemd-journald[121]: Received client request to flush runtime journal.
    m...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
    [    5.832455] audit: type=1334 audit(1736360579.044:2): prog-id=6 op=LOAD
    [    5.839235] audit: type=1334 audit(1736360579.056:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create System Files and Directories...
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Create System Files and Directories.
    [    6.060890] audit: type=1334 audit(1736360579.272:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    6.098123] audit: type=1334 audit(1736360579.312:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    6.145912] audit: type=1334 audit(1736360579.360:6): prog-id=10 op=LOAD
    [    6.152739] audit: type=1334 audit(1736360579.364:7): prog-id=11 op=LOAD
    [    6.159642] audit: type=1334 audit(1736360579.372:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [    6.912329] audit: type=1334 audit(1736406198.696:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [    7.429846] audit: type=1334 audit(1736406199.216:10): prog-id=14 op=LOAD
    [    7.441134] audit: type=1334 audit(1736406199.220:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [  OK  ] Started User Login Management.
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
    [    8.041373] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.052402] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
             Starting containerd container runtime...
    [    8.083777] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
             Starting LLDP daemon...
    [    8.100474] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [  OK  ] Started Netperf Benchmark Server.
             Starting Permit User Sessions...
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
    [  OK  ] Started LLDP daemon.
    [  OK  ] Reached target Hardware activated USB gadget.
    [  OK  ] Created slice Slice /system/tee-supplicant.
    [  OK  ] Started TEE Supplicant on teepriv0.
             Starting Virtual Console Setup...
    [  OK  ] Finished Virtual Console Setup.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            bash
            cifs-utils
            dosfstools
            grub-common
            grub-editenv
            grub-efi
            kbd-keymaps-pine
            less
            libdw1
            libelf1
            libgcc1
            libreadline8
            libstdc++6
            parted
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Started containerd container runtime.
    [  OK  ] Reached target Multi-User System.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62xx-evm ttyS2
    
    Arago 2025.01 am62xx-evm ttyS2
    
    am62xx-evm login: [   12.013880] platform 2b300050.target-module: deferred probe pending: (reason unknown)
    [   12.174592] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    am62xx-evm login: 
    am62xx-evm login: root
    [   14.178507] kauditd_printk_skb: 2 callbacks suppressed
    [   14.178530] audit: type=1006 audit(1736406205.964:14): pid=506 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   14.183779] audit: type=1300 audit(1736406205.964:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff5205db8 a2=1 a3=1 items=0 ppid=1 pid=506 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   14.224653] audit: type=1327 audit(1736406205.964:14): proctitle="(systemd)"
    [   14.305792] audit: type=1334 audit(1736406206.092:15): prog-id=18 op=LOAD
    [   14.312661] audit: type=1300 audit(1736406206.092:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffffef6048 a2=90 a3=0 items=0 ppid=1 pid=506 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   14.339482] audit: type=1327 audit(1736406206.092:15): proctitle="(systemd)"
    [   14.346624] audit: type=1334 audit(1736406206.092:16): prog-id=18 op=UNLOAD
    [   14.353742] audit: type=1300 audit(1736406206.092:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff82f8ec60 items=0 ppid=1 pid=506 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   14.380382] audit: type=1327 audit(1736406206.092:16): proctitle="(systemd)"
    [   14.387581] audit: type=1334 audit(1736406206.092:17): prog-id=19 op=LOAD
    root@am62xx-evm:~# 
    root@am62xx-evm:~# 
    root@am62xx-evm:~# 
    root@am62xx-evm:~# 
    root@am62xx-evm:~# [   33.830365] sdhci-am654 fa00000.mmc: card claims to support voltages below defined range
    [   33.889286] mmc1: error -110 whilst initialising SDIO card
    [   34.003532] mmc1: Skipping voltage switch
    [   34.015680] mmc1: error -110 whilst initialising SDIO card
    [   34.137693] mmc1: Skipping voltage switch
    [   34.153149] mmc1: error -110 whilst initialising SDIO card
    [   34.209042] sdhci-am654 fa00000.mmc: card claims to support voltages below defined range
    [   34.227740] mmc1: error -110 whilst initialising SDIO card
    
    root@am62xx-evm:~# 
    root@am62xx-evm:~# 
    root@am62xx-evm:~# dmesg
    [    9.241201] mmc0: CQE transfer done tag 22
    [    9.241207] mmc0:     524288 bytes transferred: 0
    [    9.241384] mmc0: sdhci: IRQ status 0x00004000
    [    9.241392] mmc0: CQE transfer done tag 23
    [    9.241398] mmc0:     12288 bytes transferred: 0
    [    9.243903] mmc0: starting CQE transfer for tag 19 blkaddr 38730
    [    9.243955] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.247487] mmc0: sdhci: IRQ status 0x00004000
    [    9.247537] mmc0: CQE transfer done tag 17
    [    9.247544] mmc0:     524288 bytes transferred: 0
    [    9.249494] mmc0: sdhci: IRQ status 0x00004000
    [    9.249537] mmc0: CQE transfer done tag 18
    [    9.249545] mmc0:     139264 bytes transferred: 0
    [    9.250559] mmc0: sdhci: IRQ status 0x00004000
    [    9.250593] mmc0: CQE transfer done tag 19
    [    9.250599] mmc0:     131072 bytes transferred: 0
    [    9.250707] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [    9.250727] mmc0: sdhci: CQE off, IRQ mask 0xff0003, IRQ status 0x0
    [    9.250751] mmc0: sdhci: IRQ status 0x00000001
    [    9.251005] mmc0: sdhci: IRQ status 0x00000002
    [    9.251043] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [    9.251103] mmc0: starting CMD13 arg 00010000 flags 00000195
    [    9.251126] mmc0: sdhci: IRQ status 0x00000001
    [    9.251135] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [    9.251248] mmc0: starting CQE transfer for tag 21 blkaddr 530282
    [    9.251259] mmc0:     blksz 512 blocks 8 flags 00003100 tsac 2105 ms nsac 8000
    [    9.251273] mmc0: sdhci: CQE on, IRQ mask 0x2ff4000, IRQ status 0x0
    [    9.251746] mmc0: sdhci: IRQ status 0x00004000
    [    9.251787] mmc0: CQE transfer done tag 21
    [    9.251794] mmc0:     4096 bytes transferred: 0
    [    9.253596] mmc0: starting CQE transfer for tag 16 blkaddr 38570
    [    9.253635] mmc0:     blksz 512 blocks 160 flags 00000200 tsac 800 ms nsac 1000
    [    9.253921] mmc0: starting CQE transfer for tag 17 blkaddr 589866
    [    9.253941] mmc0:     blksz 512 blocks 8 flags 00000100 tsac 2105 ms nsac 8000
    [    9.254286] mmc0: sdhci: IRQ status 0x00004000
    [    9.254308] mmc0: CQE transfer done tag 16
    [    9.254316] mmc0:     81920 bytes transferred: 0
    [    9.254507] mmc0: sdhci: IRQ status 0x00004000
    [    9.254524] mmc0: CQE transfer done tag 17
    [    9.254529] mmc0:     4096 bytes transferred: 0
    [    9.255050] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [    9.255084] mmc0: sdhci: CQE off, IRQ mask 0xff0003, IRQ status 0x0
    [    9.255114] mmc0: sdhci: IRQ status 0x00000001
    [    9.255363] mmc0: sdhci: IRQ status 0x00000002
    [    9.255388] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [    9.255432] mmc0: starting CMD13 arg 00010000 flags 00000195
    [    9.255452] mmc0: sdhci: IRQ status 0x00000001
    [    9.255461] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [    9.256344] mmc0: starting CQE transfer for tag 19 blkaddr 1003410
    [    9.256378] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.256394] mmc0: sdhci: CQE on, IRQ mask 0x2ff4000, IRQ status 0x0
    [    9.257395] mmc0: sdhci: IRQ status 0x00004000
    [    9.257426] mmc0: CQE transfer done tag 19
    [    9.257433] mmc0:     131072 bytes transferred: 0
    [    9.257808] mmc0: starting CQE transfer for tag 20 blkaddr 38394
    [    9.257825] mmc0:     blksz 512 blocks 176 flags 00000200 tsac 800 ms nsac 1000
    [    9.258537] mmc0: sdhci: IRQ status 0x00004000
    [    9.258554] mmc0: CQE transfer done tag 20
    [    9.258560] mmc0:     90112 bytes transferred: 0
    [    9.259370] mmc0: starting CQE transfer for tag 21 blkaddr 1009434
    [    9.259406] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.260349] mmc0: sdhci: IRQ status 0x00004000
    [    9.260379] mmc0: CQE transfer done tag 21
    [    9.260386] mmc0:     131072 bytes transferred: 0
    [    9.260707] mmc0: starting CQE transfer for tag 22 blkaddr 1011274
    [    9.260730] mmc0:     blksz 512 blocks 136 flags 00000200 tsac 800 ms nsac 1000
    [    9.261354] mmc0: sdhci: IRQ status 0x00004000
    [    9.261387] mmc0: CQE transfer done tag 22
    [    9.261395] mmc0:     69632 bytes transferred: 0
    [    9.261804] mmc0: starting CQE transfer for tag 23 blkaddr 1000498
    [    9.261826] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.262013] mmc0: starting CQE transfer for tag 16 blkaddr 1001778
    [    9.262023] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.262783] mmc0: sdhci: IRQ status 0x00004000
    [    9.262814] mmc0: CQE transfer done tag 23
    [    9.262821] mmc0:     131072 bytes transferred: 0
    [    9.263891] mmc0: sdhci: IRQ status 0x00004000
    [    9.263929] mmc0: CQE transfer done tag 16
    [    9.263936] mmc0:     131072 bytes transferred: 0
    [    9.264447] mmc0: starting CQE transfer for tag 17 blkaddr 1014570
    [    9.264482] mmc0:     blksz 512 blocks 248 flags 00000200 tsac 800 ms nsac 1000
    [    9.265569] mmc0: sdhci: IRQ status 0x00004000
    [    9.265601] mmc0: CQE transfer done tag 17
    [    9.265607] mmc0:     126976 bytes transferred: 0
    [    9.266395] mmc0: starting CQE transfer for tag 18 blkaddr 41970
    [    9.266432] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.267425] mmc0: sdhci: IRQ status 0x00004000
    [    9.267453] mmc0: CQE transfer done tag 18
    [    9.267460] mmc0:     131072 bytes transferred: 0
    [    9.267751] mmc0: starting CQE transfer for tag 19 blkaddr 39058
    [    9.267763] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.268717] mmc0: sdhci: IRQ status 0x00004000
    [    9.268746] mmc0: CQE transfer done tag 19
    [    9.268751] mmc0:     131072 bytes transferred: 0
    [    9.269198] mmc0: starting CQE transfer for tag 20 blkaddr 1014818
    [    9.269228] mmc0:     blksz 512 blocks 152 flags 00000200 tsac 800 ms nsac 1000
    [    9.269815] mmc0: sdhci: IRQ status 0x00004000
    [    9.269833] mmc0: CQE transfer done tag 20
    [    9.269838] mmc0:     77824 bytes transferred: 0
    [    9.270574] mmc0: starting CQE transfer for tag 21 blkaddr 1003202
    [    9.270594] mmc0:     blksz 512 blocks 208 flags 00000200 tsac 800 ms nsac 1000
    [    9.271411] mmc0: sdhci: IRQ status 0x00004000
    [    9.271436] mmc0: CQE transfer done tag 21
    [    9.271442] mmc0:     106496 bytes transferred: 0
    [    9.271808] mmc0: starting CQE transfer for tag 22 blkaddr 42402
    [    9.271832] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.272742] mmc0: sdhci: IRQ status 0x00004000
    [    9.272780] mmc0: CQE transfer done tag 22
    [    9.272787] mmc0:     131072 bytes transferred: 0
    [    9.273306] mmc0: starting CQE transfer for tag 16 blkaddr 39490
    [    9.273334] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.274236] mmc0: sdhci: IRQ status 0x00004000
    [    9.274269] mmc0: CQE transfer done tag 16
    [    9.274276] mmc0:     131072 bytes transferred: 0
    [    9.274679] mmc0: starting CQE transfer for tag 17 blkaddr 36482
    [    9.274701] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.275578] mmc0: sdhci: IRQ status 0x00004000
    [    9.275614] mmc0: CQE transfer done tag 17
    [    9.275622] mmc0:     131072 bytes transferred: 0
    [    9.276133] mmc0: starting CQE transfer for tag 18 blkaddr 1011666
    [    9.276163] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.276392] mmc0: sdhci: IRQ status 0x00004000
    [    9.276404] mmc0: CQE transfer done tag 18
    [    9.276409] mmc0:     4096 bytes transferred: 0
    [    9.276730] mmc0: starting CQE transfer for tag 19 blkaddr 1002450
    [    9.276740] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.277724] mmc0: sdhci: IRQ status 0x00004000
    [    9.277752] mmc0: CQE transfer done tag 19
    [    9.277758] mmc0:     131072 bytes transferred: 0
    [    9.278280] mmc0: starting CQE transfer for tag 20 blkaddr 1000754
    [    9.278298] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.278579] mmc0: starting CQE transfer for tag 21 blkaddr 1009274
    [    9.278594] mmc0:     blksz 512 blocks 160 flags 00000200 tsac 800 ms nsac 1000
    [    9.279199] mmc0: sdhci: IRQ status 0x00004000
    [    9.279219] mmc0: CQE transfer done tag 20
    [    9.279225] mmc0:     131072 bytes transferred: 0
    [    9.279687] mmc0: sdhci: IRQ status 0x00004000
    [    9.279697] mmc0: CQE transfer done tag 21
    [    9.279701] mmc0:     81920 bytes transferred: 0
    [    9.280191] mmc0: starting CQE transfer for tag 22 blkaddr 1007834
    [    9.280213] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.281223] mmc0: sdhci: IRQ status 0x00004000
    [    9.281253] mmc0: CQE transfer done tag 22
    [    9.281259] mmc0:     131072 bytes transferred: 0
    [    9.281612] mmc0: starting CQE transfer for tag 23 blkaddr 1001194
    [    9.281628] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.282814] mmc0: sdhci: IRQ status 0x00004000
    [    9.282838] mmc0: CQE transfer done tag 23
    [    9.282845] mmc0:     131072 bytes transferred: 0
    [    9.283121] mmc0: starting CQE transfer for tag 16 blkaddr 1001450
    [    9.283135] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.283755] mmc0: sdhci: IRQ status 0x00004000
    [    9.283773] mmc0: CQE transfer done tag 16
    [    9.283778] mmc0:     65536 bytes transferred: 0
    [    9.284306] mmc0: starting CQE transfer for tag 17 blkaddr 1002706
    [    9.284333] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.284766] mmc0: starting CQE transfer for tag 18 blkaddr 1005754
    [    9.284782] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.285245] mmc0: sdhci: IRQ status 0x00004000
    [    9.285265] mmc0: CQE transfer done tag 17
    [    9.285271] mmc0:     131072 bytes transferred: 0
    [    9.286011] mmc0: sdhci: IRQ status 0x00004000
    [    9.286031] mmc0: CQE transfer done tag 18
    [    9.286036] mmc0:     131072 bytes transferred: 0
    [    9.286353] mmc0: starting CQE transfer for tag 19 blkaddr 1006162
    [    9.286367] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.287283] mmc0: sdhci: IRQ status 0x00004000
    [    9.287313] mmc0: CQE transfer done tag 19
    [    9.287318] mmc0:     131072 bytes transferred: 0
    [    9.287638] mmc0: starting CQE transfer for tag 20 blkaddr 1006010
    [    9.287662] mmc0:     blksz 512 blocks 152 flags 00000200 tsac 800 ms nsac 1000
    [    9.288267] mmc0: sdhci: IRQ status 0x00004000
    [    9.288288] mmc0: CQE transfer done tag 20
    [    9.288293] mmc0:     77824 bytes transferred: 0
    [    9.288798] mmc0: starting CQE transfer for tag 21 blkaddr 1002034
    [    9.288816] mmc0:     blksz 512 blocks 152 flags 00000200 tsac 800 ms nsac 1000
    [    9.289462] mmc0: sdhci: IRQ status 0x00004000
    [    9.289490] mmc0: CQE transfer done tag 21
    [    9.289497] mmc0:     77824 bytes transferred: 0
    [    9.290194] mmc0: starting CQE transfer for tag 22 blkaddr 41954
    [    9.290221] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.290446] mmc0: sdhci: IRQ status 0x00004000
    [    9.290460] mmc0: CQE transfer done tag 22
    [    9.290466] mmc0:     4096 bytes transferred: 0
    [    9.290836] mmc0: starting CQE transfer for tag 23 blkaddr 1001578
    [    9.290860] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.291526] mmc0: sdhci: IRQ status 0x00004000
    [    9.291539] mmc0: CQE transfer done tag 23
    [    9.291545] mmc0:     65536 bytes transferred: 0
    [    9.291814] mmc0: starting CQE transfer for tag 16 blkaddr 35946
    [    9.291827] mmc0:     blksz 512 blocks 232 flags 00000200 tsac 800 ms nsac 1000
    [    9.292685] mmc0: sdhci: IRQ status 0x00004000
    [    9.292705] mmc0: CQE transfer done tag 16
    [    9.292711] mmc0:     118784 bytes transferred: 0
    [    9.293176] mmc0: starting CQE transfer for tag 17 blkaddr 1001706
    [    9.293196] mmc0:     blksz 512 blocks 72 flags 00000200 tsac 800 ms nsac 1000
    [    9.293457] mmc0: starting CQE transfer for tag 18 blkaddr 1007402
    [    9.293468] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.293619] mmc0: sdhci: IRQ status 0x00004000
    [    9.293632] mmc0: CQE transfer done tag 17
    [    9.293638] mmc0:     36864 bytes transferred: 0
    [    9.294668] mmc0: sdhci: IRQ status 0x00004000
    [    9.294676] mmc0: CQE transfer done tag 18
    [    9.294681] mmc0:     131072 bytes transferred: 0
    [    9.295075] mmc0: starting CQE transfer for tag 19 blkaddr 1014298
    [    9.295087] mmc0:     blksz 512 blocks 16 flags 00000200 tsac 800 ms nsac 1000
    [    9.295186] mmc0: starting CQE transfer for tag 20 blkaddr 1002186
    [    9.295193] mmc0:     blksz 512 blocks 176 flags 00000200 tsac 800 ms nsac 1000
    [    9.295375] mmc0: sdhci: IRQ status 0x00004000
    [    9.295383] mmc0: CQE transfer done tag 19
    [    9.295388] mmc0:     8192 bytes transferred: 0
    [    9.296042] mmc0: sdhci: IRQ status 0x00004000
    [    9.296049] mmc0: CQE transfer done tag 20
    [    9.296054] mmc0:     90112 bytes transferred: 0
    [    9.296360] mmc0: starting CQE transfer for tag 21 blkaddr 1004602
    [    9.296368] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.297255] mmc0: sdhci: IRQ status 0x00004000
    [    9.297267] mmc0: CQE transfer done tag 21
    [    9.297273] mmc0:     131072 bytes transferred: 0
    [    9.297542] mmc0: starting CQE transfer for tag 22 blkaddr 1004290
    [    9.297552] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.298460] mmc0: sdhci: IRQ status 0x00004000
    [    9.298468] mmc0: CQE transfer done tag 22
    [    9.298472] mmc0:     131072 bytes transferred: 0
    [    9.298952] mmc0: starting CQE transfer for tag 23 blkaddr 1008754
    [    9.298963] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.299899] mmc0: sdhci: IRQ status 0x00004000
    [    9.299906] mmc0: CQE transfer done tag 23
    [    9.299912] mmc0:     131072 bytes transferred: 0
    [    9.300103] mmc0: starting CQE transfer for tag 16 blkaddr 1009010
    [    9.300110] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.300197] mmc0: starting CQE transfer for tag 17 blkaddr 1001010
    [    9.300204] mmc0:     blksz 512 blocks 184 flags 00000200 tsac 800 ms nsac 1000
    [    9.301009] mmc0: sdhci: IRQ status 0x00004000
    [    9.301017] mmc0: CQE transfer done tag 16
    [    9.301022] mmc0:     131072 bytes transferred: 0
    [    9.301746] mmc0: sdhci: IRQ status 0x00004000
    [    9.301755] mmc0: CQE transfer done tag 17
    [    9.301760] mmc0:     94208 bytes transferred: 0
    [    9.302450] mmc0: starting CQE transfer for tag 18 blkaddr 1004546
    [    9.302467] mmc0:     blksz 512 blocks 56 flags 00000200 tsac 800 ms nsac 1000
    [    9.302828] mmc0: sdhci: IRQ status 0x00004000
    [    9.302837] mmc0: CQE transfer done tag 18
    [    9.302841] mmc0:     28672 bytes transferred: 0
    [    9.303073] mmc0: starting CQE transfer for tag 19 blkaddr 1005154
    [    9.303081] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.303957] mmc0: sdhci: IRQ status 0x00004000
    [    9.303964] mmc0: CQE transfer done tag 19
    [    9.303969] mmc0:     131072 bytes transferred: 0
    [    9.304121] mmc0: starting CQE transfer for tag 20 blkaddr 1006546
    [    9.304129] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.305030] mmc0: sdhci: IRQ status 0x00004000
    [    9.305042] mmc0: CQE transfer done tag 20
    [    9.305047] mmc0:     131072 bytes transferred: 0
    [    9.305411] mmc0: starting CQE transfer for tag 21 blkaddr 1002362
    [    9.305424] mmc0:     blksz 512 blocks 88 flags 00000200 tsac 800 ms nsac 1000
    [    9.305838] mmc0: sdhci: IRQ status 0x00004000
    [    9.305846] mmc0: CQE transfer done tag 21
    [    9.305851] mmc0:     45056 bytes transferred: 0
    [    9.306171] mmc0: starting CQE transfer for tag 22 blkaddr 45066
    [    9.306181] mmc0:     blksz 512 blocks 40 flags 00000200 tsac 800 ms nsac 1000
    [    9.306423] mmc0: starting CQE transfer for tag 23 blkaddr 39314
    [    9.306431] mmc0:     blksz 512 blocks 176 flags 00000200 tsac 800 ms nsac 1000
    [    9.306446] mmc0: sdhci: IRQ status 0x00004000
    [    9.306455] mmc0: CQE transfer done tag 22
    [    9.306460] mmc0:     20480 bytes transferred: 0
    [    9.307102] mmc0: sdhci: IRQ status 0x00004000
    [    9.307109] mmc0: CQE transfer done tag 23
    [    9.307114] mmc0:     90112 bytes transferred: 0
    [    9.307281] mmc0: starting CQE transfer for tag 16 blkaddr 42226
    [    9.307289] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.307831] mmc0: sdhci: IRQ status 0x00004000
    [    9.307839] mmc0: CQE transfer done tag 16
    [    9.307844] mmc0:     65536 bytes transferred: 0
    [    9.308016] mmc0: starting CQE transfer for tag 17 blkaddr 1014970
    [    9.308023] mmc0:     blksz 512 blocks 192 flags 00000200 tsac 800 ms nsac 1000
    [    9.308728] mmc0: sdhci: IRQ status 0x00004000
    [    9.308735] mmc0: CQE transfer done tag 17
    [    9.308740] mmc0:     98304 bytes transferred: 0
    [    9.308875] mmc0: starting CQE transfer for tag 18 blkaddr 43818
    [    9.308882] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.309807] mmc0: sdhci: IRQ status 0x00004000
    [    9.309819] mmc0: CQE transfer done tag 18
    [    9.309824] mmc0:     131072 bytes transferred: 0
    [    9.310143] mmc0: starting CQE transfer for tag 19 blkaddr 1003002
    [    9.310154] mmc0:     blksz 512 blocks 200 flags 00000200 tsac 800 ms nsac 1000
    [    9.310931] mmc0: sdhci: IRQ status 0x00004000
    [    9.310940] mmc0: CQE transfer done tag 19
    [    9.310944] mmc0:     102400 bytes transferred: 0
    [    9.311597] mmc0: starting CQE transfer for tag 20 blkaddr 1005410
    [    9.311617] mmc0:     blksz 512 blocks 248 flags 00000200 tsac 800 ms nsac 1000
    [    9.312449] mmc0: sdhci: IRQ status 0x00004000
    [    9.312459] mmc0: CQE transfer done tag 20
    [    9.312464] mmc0:     126976 bytes transferred: 0
    [    9.315228] mmc0: starting CQE transfer for tag 21 blkaddr 1002962
    [    9.315256] mmc0:     blksz 512 blocks 40 flags 00000200 tsac 800 ms nsac 1000
    [    9.315596] mmc0: sdhci: IRQ status 0x00004000
    [    9.315607] mmc0: CQE transfer done tag 21
    [    9.315613] mmc0:     20480 bytes transferred: 0
    [    9.316396] mmc0: starting CQE transfer for tag 22 blkaddr 1006418
    [    9.316414] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.317026] mmc0: sdhci: IRQ status 0x00004000
    [    9.317038] mmc0: CQE transfer done tag 22
    [    9.317043] mmc0:     65536 bytes transferred: 0
    [    9.317468] mmc0: starting CQE transfer for tag 23 blkaddr 1006810
    [    9.317485] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.318456] mmc0: sdhci: IRQ status 0x00004000
    [    9.318467] mmc0: CQE transfer done tag 23
    [    9.318473] mmc0:     131072 bytes transferred: 0
    [    9.318859] mmc0: starting CQE transfer for tag 16 blkaddr 1008090
    [    9.318870] mmc0:     blksz 512 blocks 208 flags 00000200 tsac 800 ms nsac 1000
    [    9.319665] mmc0: sdhci: IRQ status 0x00004000
    [    9.319673] mmc0: CQE transfer done tag 16
    [    9.319678] mmc0:     106496 bytes transferred: 0
    [    9.319898] mmc0: starting CQE transfer for tag 17 blkaddr 1007066
    [    9.319906] mmc0:     blksz 512 blocks 240 flags 00000200 tsac 800 ms nsac 1000
    [    9.320856] mmc0: sdhci: IRQ status 0x00004000
    [    9.320863] mmc0: CQE transfer done tag 17
    [    9.320869] mmc0:     122880 bytes transferred: 0
    [    9.321360] mmc0: starting CQE transfer for tag 18 blkaddr 1004858
    [    9.321375] mmc0:     blksz 512 blocks 136 flags 00000200 tsac 800 ms nsac 1000
    [    9.321924] mmc0: sdhci: IRQ status 0x00004000
    [    9.321935] mmc0: CQE transfer done tag 18
    [    9.321940] mmc0:     69632 bytes transferred: 0
    [    9.322211] mmc0: starting CQE transfer for tag 19 blkaddr 1004994
    [    9.322221] mmc0:     blksz 512 blocks 160 flags 00000200 tsac 800 ms nsac 1000
    [    9.322746] mmc0: sdhci: IRQ status 0x00004000
    [    9.322754] mmc0: CQE transfer done tag 19
    [    9.322759] mmc0:     81920 bytes transferred: 0
    [    9.322947] mmc0: starting CQE transfer for tag 20 blkaddr 1005658
    [    9.322955] mmc0:     blksz 512 blocks 96 flags 00000200 tsac 800 ms nsac 1000
    [    9.323471] mmc0: sdhci: IRQ status 0x00004000
    [    9.323478] mmc0: CQE transfer done tag 20
    [    9.323483] mmc0:     49152 bytes transferred: 0
    [    9.327897] mmc0: starting CQE transfer for tag 21 blkaddr 43034
    [    9.327935] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.328834] mmc0: sdhci: IRQ status 0x00004000
    [    9.328845] mmc0: CQE transfer done tag 21
    [    9.328850] mmc0:     131072 bytes transferred: 0
    [    9.329161] mmc0: starting CQE transfer for tag 22 blkaddr 40034
    [    9.329173] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.330104] mmc0: sdhci: IRQ status 0x00004000
    [    9.330115] mmc0: CQE transfer done tag 22
    [    9.330120] mmc0:     131072 bytes transferred: 0
    [    9.330380] mmc0: starting CQE transfer for tag 23 blkaddr 1015162
    [    9.330390] mmc0:     blksz 512 blocks 168 flags 00000200 tsac 800 ms nsac 1000
    [    9.331030] mmc0: sdhci: IRQ status 0x00004000
    [    9.331039] mmc0: CQE transfer done tag 23
    [    9.331044] mmc0:     86016 bytes transferred: 0
    [    9.331280] mmc0: starting CQE transfer for tag 16 blkaddr 43386
    [    9.331293] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.332220] mmc0: sdhci: IRQ status 0x00004000
    [    9.332229] mmc0: CQE transfer done tag 16
    [    9.332234] mmc0:     131072 bytes transferred: 0
    [    9.332489] mmc0: starting CQE transfer for tag 17 blkaddr 40410
    [    9.332499] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.333432] mmc0: sdhci: IRQ status 0x00004000
    [    9.333442] mmc0: CQE transfer done tag 17
    [    9.333447] mmc0:     131072 bytes transferred: 0
    [    9.335142] mmc0: starting CQE transfer for tag 18 blkaddr 1003666
    [    9.335174] mmc0:     blksz 512 blocks 168 flags 00000200 tsac 800 ms nsac 1000
    [    9.335837] mmc0: sdhci: IRQ status 0x00004000
    [    9.335850] mmc0: CQE transfer done tag 18
    [    9.335855] mmc0:     86016 bytes transferred: 0
    [    9.336253] mmc0: starting CQE transfer for tag 19 blkaddr 1004002
    [    9.336269] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.337152] mmc0: sdhci: IRQ status 0x00004000
    [    9.337166] mmc0: CQE transfer done tag 19
    [    9.337171] mmc0:     131072 bytes transferred: 0
    [    9.337487] mmc0: starting CQE transfer for tag 20 blkaddr 1007658
    [    9.337499] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.338131] mmc0: sdhci: IRQ status 0x00004000
    [    9.338140] mmc0: CQE transfer done tag 20
    [    9.338145] mmc0:     65536 bytes transferred: 0
    [    9.339202] mmc0: starting CQE transfer for tag 21 blkaddr 1007306
    [    9.339224] mmc0:     blksz 512 blocks 96 flags 00000200 tsac 800 ms nsac 1000
    [    9.339667] mmc0: sdhci: IRQ status 0x00004000
    [    9.339679] mmc0: CQE transfer done tag 21
    [    9.339684] mmc0:     49152 bytes transferred: 0
    [    9.340227] mmc0: starting CQE transfer for tag 22 blkaddr 1008338
    [    9.340241] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.341193] mmc0: sdhci: IRQ status 0x00004000
    [    9.341210] mmc0: CQE transfer done tag 22
    [    9.341215] mmc0:     131072 bytes transferred: 0
    [    9.341650] mmc0: starting CQE transfer for tag 23 blkaddr 1008602
    [    9.341666] mmc0:     blksz 512 blocks 152 flags 00000200 tsac 800 ms nsac 1000
    [    9.342376] mmc0: sdhci: IRQ status 0x00004000
    [    9.342385] mmc0: CQE transfer done tag 23
    [    9.342390] mmc0:     77824 bytes transferred: 0
    [    9.343563] mmc0: starting CQE transfer for tag 16 blkaddr 1009690
    [    9.343587] mmc0:     blksz 512 blocks 64 flags 00000200 tsac 800 ms nsac 1000
    [    9.344028] mmc0: sdhci: IRQ status 0x00004000
    [    9.344040] mmc0: CQE transfer done tag 16
    [    9.344045] mmc0:     32768 bytes transferred: 0
    [    9.346204] mmc0: starting CQE transfer for tag 17 blkaddr 131106
    [    9.346240] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [    9.346644] mmc0: sdhci: IRQ status 0x00004000
    [    9.346655] mmc0: CQE transfer done tag 17
    [    9.346662] mmc0:     16384 bytes transferred: 0
    [    9.347319] mmc0: starting CQE transfer for tag 18 blkaddr 60138
    [    9.347342] mmc0:     blksz 512 blocks 136 flags 00000200 tsac 800 ms nsac 1000
    [    9.347384] mmc0: starting CQE transfer for tag 21 blkaddr 41834
    [    9.347396] mmc0:     blksz 512 blocks 120 flags 00000200 tsac 800 ms nsac 1000
    [    9.347419] mmc0: starting CQE transfer for tag 22 blkaddr 41962
    [    9.347426] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.348187] mmc0: sdhci: IRQ status 0x00004000
    [    9.348197] mmc0: CQE transfer done tag 18
    [    9.348202] mmc0:     69632 bytes transferred: 0
    [    9.348527] mmc0: starting CQE transfer for tag 23 blkaddr 133058
    [    9.348538] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.348557] mmc0: sdhci: IRQ status 0x00004000
    [    9.348565] mmc0: CQE transfer done tag 21
    [    9.348571] mmc0:     61440 bytes transferred: 0
    [    9.348600] mmc0: sdhci: IRQ status 0x00004000
    [    9.348608] mmc0: CQE transfer done tag 22
    [    9.348613] mmc0:     4096 bytes transferred: 0
    [    9.348928] mmc0: starting CQE transfer for tag 16 blkaddr 38986
    [    9.348941] mmc0:     blksz 512 blocks 72 flags 00000200 tsac 800 ms nsac 1000
    [    9.349421] mmc0: sdhci: IRQ status 0x00004000
    [    9.349437] mmc0: CQE transfer done tag 23
    [    9.349443] mmc0:     131072 bytes transferred: 0
    [    9.349645] mmc0: sdhci: IRQ status 0x00004000
    [    9.349654] mmc0: CQE transfer done tag 16
    [    9.349659] mmc0:     36864 bytes transferred: 0
    [    9.349669] mmc0: starting CQE transfer for tag 17 blkaddr 140834
    [    9.349678] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.350678] mmc0: sdhci: IRQ status 0x00004000
    [    9.350689] mmc0: CQE transfer done tag 17
    [    9.350693] mmc0:     131072 bytes transferred: 0
    [    9.350895] mmc0: starting CQE transfer for tag 18 blkaddr 59746
    [    9.350904] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.351806] mmc0: sdhci: IRQ status 0x00004000
    [    9.351815] mmc0: CQE transfer done tag 18
    [    9.351820] mmc0:     131072 bytes transferred: 0
    [    9.351981] mmc0: starting CQE transfer for tag 19 blkaddr 141210
    [    9.351989] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.352873] mmc0: sdhci: IRQ status 0x00004000
    [    9.352880] mmc0: CQE transfer done tag 19
    [    9.352885] mmc0:     131072 bytes transferred: 0
    [    9.353059] mmc0: starting CQE transfer for tag 20 blkaddr 60002
    [    9.353070] mmc0:     blksz 512 blocks 136 flags 00000200 tsac 800 ms nsac 1000
    [    9.353666] mmc0: sdhci: IRQ status 0x00004000
    [    9.353677] mmc0: CQE transfer done tag 20
    [    9.353682] mmc0:     69632 bytes transferred: 0
    [    9.353891] mmc0: starting CQE transfer for tag 21 blkaddr 143890
    [    9.353900] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.354775] mmc0: sdhci: IRQ status 0x00004000
    [    9.354785] mmc0: CQE transfer done tag 21
    [    9.354790] mmc0:     131072 bytes transferred: 0
    [    9.355062] mmc0: starting CQE transfer for tag 22 blkaddr 131138
    [    9.355072] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.355205] mmc0: starting CQE transfer for tag 16 blkaddr 131394
    [    9.355213] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.355957] mmc0: sdhci: IRQ status 0x00004000
    [    9.355967] mmc0: CQE transfer done tag 22
    [    9.355971] mmc0:     131072 bytes transferred: 0
    [    9.356221] mmc0: starting CQE transfer for tag 17 blkaddr 144210
    [    9.356232] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.356719] mmc0: sdhci: IRQ status 0x00004000
    [    9.356730] mmc0: CQE transfer done tag 16
    [    9.356735] mmc0:     131072 bytes transferred: 0
    [    9.357461] mmc0: sdhci: IRQ status 0x00004000
    [    9.357475] mmc0: CQE transfer done tag 17
    [    9.357481] mmc0:     131072 bytes transferred: 0
    [    9.357847] mmc0: starting CQE transfer for tag 18 blkaddr 144466
    [    9.357861] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.358094] mmc0: starting CQE transfer for tag 19 blkaddr 144722
    [    9.358102] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.358661] mmc0: sdhci: IRQ status 0x00004000
    [    9.358671] mmc0: CQE transfer done tag 18
    [    9.358677] mmc0:     131072 bytes transferred: 0
    [    9.359144] mmc0: starting CQE transfer for tag 20 blkaddr 131650
    [    9.359161] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.359498] mmc0: starting CQE transfer for tag 21 blkaddr 144978
    [    9.359513] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.359828] mmc0: sdhci: IRQ status 0x00004000
    [    9.359842] mmc0: CQE transfer done tag 19
    [    9.359847] mmc0:     131072 bytes transferred: 0
    [    9.360489] mmc0: starting CQE transfer for tag 23 blkaddr 131906
    [    9.360511] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.360734] mmc0: sdhci: IRQ status 0x00004000
    [    9.360746] mmc0: CQE transfer done tag 20
    [    9.360751] mmc0:     131072 bytes transferred: 0
    [    9.361095] mmc0: starting CQE transfer for tag 16 blkaddr 145234
    [    9.361109] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.361655] mmc0: sdhci: IRQ status 0x00004000
    [    9.361667] mmc0: CQE transfer done tag 21
    [    9.361672] mmc0:     131072 bytes transferred: 0
    [    9.362339] mmc0: starting CQE transfer for tag 17 blkaddr 145490
    [    9.362369] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.362638] mmc0: sdhci: IRQ status 0x00004000
    [    9.362650] mmc0: CQE transfer done tag 23
    [    9.362656] mmc0:     131072 bytes transferred: 0
    [    9.363723] mmc0: sdhci: IRQ status 0x00004000
    [    9.363734] mmc0: CQE transfer done tag 16
    [    9.363739] mmc0:     131072 bytes transferred: 0
    [    9.363966] mmc0: starting CQE transfer for tag 18 blkaddr 132162
    [    9.363976] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.364552] mmc0: starting CQE transfer for tag 19 blkaddr 132418
    [    9.364579] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.364877] mmc0: sdhci: IRQ status 0x00004000
    [    9.364889] mmc0: CQE transfer done tag 17
    [    9.364894] mmc0:     131072 bytes transferred: 0
    [    9.366155] mmc0: sdhci: IRQ status 0x00004000
    [    9.366168] mmc0: CQE transfer done tag 18
    [    9.366173] mmc0:     131072 bytes transferred: 0
    [    9.366452] mmc0: starting CQE transfer for tag 20 blkaddr 145746
    [    9.366464] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.367075] mmc0: starting CQE transfer for tag 22 blkaddr 132674
    [    9.367102] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.367224] mmc0: sdhci: IRQ status 0x00004000
    [    9.367238] mmc0: CQE transfer done tag 19
    [    9.367243] mmc0:     131072 bytes transferred: 0
    [    9.367489] mmc0: starting CQE transfer for tag 16 blkaddr 146002
    [    9.367497] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.368388] mmc0: sdhci: IRQ status 0x00004000
    [    9.368400] mmc0: CQE transfer done tag 20
    [    9.368405] mmc0:     131072 bytes transferred: 0
    [    9.368960] mmc0: starting CQE transfer for tag 17 blkaddr 132930
    [    9.369051] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.369754] mmc0: sdhci: IRQ status 0x00004000
    [    9.369767] mmc0: CQE transfer done tag 22
    [    9.369772] mmc0:     131072 bytes transferred: 0
    [    9.370225] mmc0: starting CQE transfer for tag 18 blkaddr 146258
    [    9.370241] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.371146] mmc0: sdhci: IRQ status 0x00004000
    [    9.371157] mmc0: CQE transfer done tag 16
    [    9.371162] mmc0:     131072 bytes transferred: 0
    [    9.371995] mmc0: sdhci: IRQ status 0x00004000
    [    9.372008] mmc0: CQE transfer done tag 17
    [    9.372013] mmc0:     65536 bytes transferred: 0
    [    9.372754] mmc0: starting CQE transfer for tag 19 blkaddr 141466
    [    9.372784] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.374057] mmc0: sdhci: IRQ status 0x00004000
    [    9.374083] mmc0: CQE transfer done tag 18
    [    9.374090] mmc0:     131072 bytes transferred: 0
    [    9.375953] mmc0: sdhci: IRQ status 0x00004000
    [    9.375987] mmc0: CQE transfer done tag 19
    [    9.375993] mmc0:     131072 bytes transferred: 0
    [    9.376425] mmc0: starting CQE transfer for tag 21 blkaddr 141090
    [    9.376448] mmc0:     blksz 512 blocks 120 flags 00000200 tsac 800 ms nsac 1000
    [    9.377031] mmc0: sdhci: IRQ status 0x00004000
    [    9.377058] mmc0: CQE transfer done tag 21
    [    9.377064] mmc0:     61440 bytes transferred: 0
    [    9.377388] mmc0: starting CQE transfer for tag 23 blkaddr 143274
    [    9.377401] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.378294] mmc0: sdhci: IRQ status 0x00004000
    [    9.378302] mmc0: CQE transfer done tag 23
    [    9.378308] mmc0:     131072 bytes transferred: 0
    [    9.378622] mmc0: starting CQE transfer for tag 16 blkaddr 141722
    [    9.378631] mmc0:     blksz 512 blocks 232 flags 00000200 tsac 800 ms nsac 1000
    [    9.379452] mmc0: sdhci: IRQ status 0x00004000
    [    9.379460] mmc0: CQE transfer done tag 16
    [    9.379465] mmc0:     118784 bytes transferred: 0
    [    9.379936] mmc0: starting CQE transfer for tag 17 blkaddr 141954
    [    9.379945] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.380021] mmc0: starting CQE transfer for tag 18 blkaddr 140698
    [    9.380028] mmc0:     blksz 512 blocks 136 flags 00000200 tsac 800 ms nsac 1000
    [    9.380800] mmc0: sdhci: IRQ status 0x00004000
    [    9.380807] mmc0: CQE transfer done tag 17
    [    9.380812] mmc0:     131072 bytes transferred: 0
    [    9.381219] mmc0: sdhci: IRQ status 0x00004000
    [    9.381232] mmc0: CQE transfer done tag 18
    [    9.381237] mmc0:     69632 bytes transferred: 0
    [    9.381433] mmc0: starting CQE transfer for tag 19 blkaddr 133978
    [    9.381442] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.382375] mmc0: sdhci: IRQ status 0x00004000
    [    9.382388] mmc0: CQE transfer done tag 19
    [    9.382393] mmc0:     131072 bytes transferred: 0
    [    9.382854] mmc0: starting CQE transfer for tag 20 blkaddr 143530
    [    9.382866] mmc0:     blksz 512 blocks 208 flags 00000200 tsac 800 ms nsac 1000
    [    9.383657] mmc0: sdhci: IRQ status 0x00004000
    [    9.383665] mmc0: CQE transfer done tag 20
    [    9.383671] mmc0:     106496 bytes transferred: 0
    [    9.383909] mmc0: starting CQE transfer for tag 21 blkaddr 133690
    [    9.383917] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.384841] mmc0: sdhci: IRQ status 0x00004000
    [    9.384848] mmc0: CQE transfer done tag 21
    [    9.384853] mmc0:     131072 bytes transferred: 0
    [    9.385118] mmc0: starting CQE transfer for tag 22 blkaddr 133506
    [    9.385128] mmc0:     blksz 512 blocks 184 flags 00000200 tsac 800 ms nsac 1000
    [    9.385781] mmc0: sdhci: IRQ status 0x00004000
    [    9.385791] mmc0: CQE transfer done tag 22
    [    9.385796] mmc0:     94208 bytes transferred: 0
    [    9.386036] mmc0: starting CQE transfer for tag 23 blkaddr 142210
    [    9.386047] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.386432] mmc0: starting CQE transfer for tag 16 blkaddr 57610
    [    9.386442] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.386971] mmc0: sdhci: IRQ status 0x00004000
    [    9.386980] mmc0: CQE transfer done tag 23
    [    9.386985] mmc0:     131072 bytes transferred: 0
    [    9.387725] mmc0: sdhci: IRQ status 0x00004000
    [    9.387732] mmc0: CQE transfer done tag 16
    [    9.387737] mmc0:     131072 bytes transferred: 0
    [    9.387919] mmc0: starting CQE transfer for tag 17 blkaddr 57866
    [    9.387927] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.388070] mmc0: starting CQE transfer for tag 18 blkaddr 58122
    [    9.388078] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.388917] mmc0: sdhci: IRQ status 0x00004000
    [    9.388924] mmc0: CQE transfer done tag 17
    [    9.388929] mmc0:     131072 bytes transferred: 0
    [    9.389190] mmc0: starting CQE transfer for tag 19 blkaddr 133314
    [    9.389201] mmc0:     blksz 512 blocks 192 flags 00000200 tsac 800 ms nsac 1000
    [    9.389756] mmc0: sdhci: IRQ status 0x00004000
    [    9.389779] mmc0: CQE transfer done tag 18
    [    9.389786] mmc0:     131072 bytes transferred: 0
    [    9.390429] mmc0: sdhci: IRQ status 0x00004000
    [    9.390456] mmc0: CQE transfer done tag 19
    [    9.390462] mmc0:     98304 bytes transferred: 0
    [    9.392820] mmc0: starting CQE transfer for tag 20 blkaddr 133946
    [    9.392856] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [    9.393205] mmc0: sdhci: IRQ status 0x00004000
    [    9.393233] mmc0: CQE transfer done tag 20
    [    9.393239] mmc0:     16384 bytes transferred: 0
    [    9.394831] mmc0: starting CQE transfer for tag 21 blkaddr 55922
    [    9.394865] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.395923] mmc0: sdhci: IRQ status 0x00004000
    [    9.395935] mmc0: CQE transfer done tag 21
    [    9.395941] mmc0:     131072 bytes transferred: 0
    [    9.397103] mmc0: starting CQE transfer for tag 22 blkaddr 147346
    [    9.397139] mmc0:     blksz 512 blocks 144 flags 00000200 tsac 800 ms nsac 1000
    [    9.397164] mmc0: starting CQE transfer for tag 16 blkaddr 55914
    [    9.397170] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.397894] mmc0: sdhci: IRQ status 0x00004000
    [    9.397909] mmc0: CQE transfer done tag 22
    [    9.397915] mmc0:     73728 bytes transferred: 0
    [    9.397925] mmc0: sdhci: IRQ status 0x00004000
    [    9.397931] mmc0: CQE transfer done tag 16
    [    9.397937] mmc0:     4096 bytes transferred: 0
    [    9.398502] mmc0: starting CQE transfer for tag 17 blkaddr 138210
    [    9.398520] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.399461] mmc0: sdhci: IRQ status 0x00004000
    [    9.399473] mmc0: CQE transfer done tag 17
    [    9.399478] mmc0:     131072 bytes transferred: 0
    [    9.399732] mmc0: starting CQE transfer for tag 18 blkaddr 147170
    [    9.399740] mmc0:     blksz 512 blocks 176 flags 00000200 tsac 800 ms nsac 1000
    [    9.400414] mmc0: sdhci: IRQ status 0x00004000
    [    9.400422] mmc0: CQE transfer done tag 18
    [    9.400427] mmc0:     90112 bytes transferred: 0
    [    9.400906] mmc0: starting CQE transfer for tag 19 blkaddr 134234
    [    9.400921] mmc0:     blksz 512 blocks 192 flags 00000200 tsac 800 ms nsac 1000
    [    9.401631] mmc0: sdhci: IRQ status 0x00004000
    [    9.401648] mmc0: CQE transfer done tag 19
    [    9.401654] mmc0:     98304 bytes transferred: 0
    [    9.401973] mmc0: starting CQE transfer for tag 20 blkaddr 135146
    [    9.401983] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.402942] mmc0: sdhci: IRQ status 0x00004000
    [    9.402953] mmc0: CQE transfer done tag 20
    [    9.402959] mmc0:     131072 bytes transferred: 0
    [    9.403222] mmc0: starting CQE transfer for tag 21 blkaddr 142466
    [    9.403231] mmc0:     blksz 512 blocks 224 flags 00000200 tsac 800 ms nsac 1000
    [    9.404019] mmc0: sdhci: IRQ status 0x00004000
    [    9.404028] mmc0: CQE transfer done tag 21
    [    9.404032] mmc0:     114688 bytes transferred: 0
    [    9.404228] mmc0: starting CQE transfer for tag 23 blkaddr 58378
    [    9.404235] mmc0:     blksz 512 blocks 240 flags 00000200 tsac 800 ms nsac 1000
    [    9.405248] mmc0: sdhci: IRQ status 0x00004000
    [    9.405260] mmc0: CQE transfer done tag 23
    [    9.405265] mmc0:     122880 bytes transferred: 0
    [    9.405475] mmc0: starting CQE transfer for tag 16 blkaddr 56218
    [    9.405484] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.406377] mmc0: sdhci: IRQ status 0x00004000
    [    9.406386] mmc0: CQE transfer done tag 16
    [    9.406392] mmc0:     131072 bytes transferred: 0
    [    9.406742] mmc0: starting CQE transfer for tag 17 blkaddr 137354
    [    9.406751] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.407922] mmc0: sdhci: IRQ status 0x00004000
    [    9.407930] mmc0: CQE transfer done tag 17
    [    9.407935] mmc0:     131072 bytes transferred: 0
    [    9.408100] mmc0: starting CQE transfer for tag 18 blkaddr 136522
    [    9.408108] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.409192] mmc0: sdhci: IRQ status 0x00004000
    [    9.409206] mmc0: CQE transfer done tag 18
    [    9.409211] mmc0:     131072 bytes transferred: 0
    [    9.409524] mmc0: starting CQE transfer for tag 19 blkaddr 134538
    [    9.409539] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.410675] mmc0: sdhci: IRQ status 0x00004000
    [    9.410688] mmc0: CQE transfer done tag 19
    [    9.410693] mmc0:     131072 bytes transferred: 0
    [    9.411235] mmc0: starting CQE transfer for tag 20 blkaddr 134810
    [    9.411252] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.412143] mmc0: sdhci: IRQ status 0x00004000
    [    9.412153] mmc0: CQE transfer done tag 20
    [    9.412158] mmc0:     131072 bytes transferred: 0
    [    9.412308] mmc0: starting CQE transfer for tag 21 blkaddr 135066
    [    9.412315] mmc0:     blksz 512 blocks 80 flags 00000200 tsac 800 ms nsac 1000
    [    9.412699] mmc0: sdhci: IRQ status 0x00004000
    [    9.412706] mmc0: CQE transfer done tag 21
    [    9.412710] mmc0:     40960 bytes transferred: 0
    [    9.413057] mmc0: starting CQE transfer for tag 22 blkaddr 140490
    [    9.413077] mmc0:     blksz 512 blocks 208 flags 00000200 tsac 800 ms nsac 1000
    [    9.414076] mmc0: sdhci: IRQ status 0x00004000
    [    9.414090] mmc0: CQE transfer done tag 22
    [    9.414095] mmc0:     106496 bytes transferred: 0
    [    9.414425] mmc0: starting CQE transfer for tag 23 blkaddr 134426
    [    9.414435] mmc0:     blksz 512 blocks 112 flags 00000200 tsac 800 ms nsac 1000
    [    9.414716] mmc0: starting CQE transfer for tag 16 blkaddr 137610
    [    9.414725] mmc0:     blksz 512 blocks 184 flags 00000200 tsac 800 ms nsac 1000
    [    9.414925] mmc0: sdhci: IRQ status 0x00004000
    [    9.414936] mmc0: CQE transfer done tag 23
    [    9.414941] mmc0:     57344 bytes transferred: 0
    [    9.415677] mmc0: sdhci: IRQ status 0x00004000
    [    9.415684] mmc0: CQE transfer done tag 16
    [    9.415688] mmc0:     94208 bytes transferred: 0
    [    9.415837] mmc0: starting CQE transfer for tag 17 blkaddr 136322
    [    9.415845] mmc0:     blksz 512 blocks 200 flags 00000200 tsac 800 ms nsac 1000
    [    9.416561] mmc0: sdhci: IRQ status 0x00004000
    [    9.416569] mmc0: CQE transfer done tag 17
    [    9.416574] mmc0:     102400 bytes transferred: 0
    [    9.416761] mmc0: starting CQE transfer for tag 18 blkaddr 135746
    [    9.416769] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.417646] mmc0: sdhci: IRQ status 0x00004000
    [    9.417660] mmc0: CQE transfer done tag 18
    [    9.417666] mmc0:     131072 bytes transferred: 0
    [    9.418024] mmc0: starting CQE transfer for tag 19 blkaddr 134794
    [    9.418037] mmc0:     blksz 512 blocks 16 flags 00000200 tsac 800 ms nsac 1000
    [    9.418240] mmc0: sdhci: IRQ status 0x00004000
    [    9.418252] mmc0: CQE transfer done tag 19
    [    9.418257] mmc0:     8192 bytes transferred: 0
    [    9.418374] mmc0: starting CQE transfer for tag 20 blkaddr 136290
    [    9.418383] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.418601] mmc0: sdhci: IRQ status 0x00004000
    [    9.418610] mmc0: CQE transfer done tag 20
    [    9.418615] mmc0:     4096 bytes transferred: 0
    [    9.418707] mmc0: starting CQE transfer for tag 21 blkaddr 138882
    [    9.418718] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.418863] mmc0: sdhci: IRQ status 0x00004000
    [    9.418871] mmc0: CQE transfer done tag 21
    [    9.418876] mmc0:     4096 bytes transferred: 0
    [    9.418941] mmc0: starting CQE transfer for tag 22 blkaddr 146658
    [    9.418949] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.419162] mmc0: sdhci: IRQ status 0x00004000
    [    9.419170] mmc0: CQE transfer done tag 22
    [    9.419175] mmc0:     4096 bytes transferred: 0
    [    9.419487] mmc0: starting CQE transfer for tag 16 blkaddr 136002
    [    9.419499] mmc0:     blksz 512 blocks 216 flags 00000200 tsac 800 ms nsac 1000
    [    9.420248] mmc0: sdhci: IRQ status 0x00004000
    [    9.420261] mmc0: CQE transfer done tag 16
    [    9.420266] mmc0:     110592 bytes transferred: 0
    [    9.420486] mmc0: starting CQE transfer for tag 17 blkaddr 138682
    [    9.420495] mmc0:     blksz 512 blocks 200 flags 00000200 tsac 800 ms nsac 1000
    [    9.420534] mmc0: starting CQE transfer for tag 18 blkaddr 138890
    [    9.420541] mmc0:     blksz 512 blocks 48 flags 00000200 tsac 800 ms nsac 1000
    [    9.421265] mmc0: sdhci: IRQ status 0x00004000
    [    9.421277] mmc0: CQE transfer done tag 17
    [    9.421283] mmc0:     102400 bytes transferred: 0
    [    9.421423] mmc0: sdhci: IRQ status 0x00004000
    [    9.421431] mmc0: CQE transfer done tag 18
    [    9.421436] mmc0:     24576 bytes transferred: 0
    [    9.421596] mmc0: starting CQE transfer for tag 19 blkaddr 137970
    [    9.421604] mmc0:     blksz 512 blocks 240 flags 00000200 tsac 800 ms nsac 1000
    [    9.422510] mmc0: sdhci: IRQ status 0x00004000
    [    9.422518] mmc0: CQE transfer done tag 19
    [    9.422524] mmc0:     122880 bytes transferred: 0
    [    9.422757] mmc0: starting CQE transfer for tag 20 blkaddr 136778
    [    9.422766] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.422961] mmc0: starting CQE transfer for tag 21 blkaddr 139778
    [    9.422968] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.423933] mmc0: sdhci: IRQ status 0x00004000
    [    9.423940] mmc0: CQE transfer done tag 20
    [    9.423945] mmc0:     131072 bytes transferred: 0
    [    9.424751] mmc0: sdhci: IRQ status 0x00004000
    [    9.424758] mmc0: CQE transfer done tag 21
    [    9.424762] mmc0:     131072 bytes transferred: 0
    [    9.424934] mmc0: starting CQE transfer for tag 22 blkaddr 139362
    [    9.424942] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.425872] mmc0: sdhci: IRQ status 0x00004000
    [    9.425887] mmc0: CQE transfer done tag 22
    [    9.425893] mmc0:     131072 bytes transferred: 0
    [    9.426689] mmc0: starting CQE transfer for tag 23 blkaddr 136218
    [    9.426709] mmc0:     blksz 512 blocks 72 flags 00000200 tsac 800 ms nsac 1000
    [    9.426744] mmc0: starting CQE transfer for tag 16 blkaddr 136298
    [    9.426751] mmc0:     blksz 512 blocks 24 flags 00000200 tsac 800 ms nsac 1000
    [    9.427080] mmc0: sdhci: IRQ status 0x00004000
    [    9.427090] mmc0: CQE transfer done tag 23
    [    9.427095] mmc0:     36864 bytes transferred: 0
    [    9.427158] mmc0: sdhci: IRQ status 0x00004000
    [    9.427167] mmc0: CQE transfer done tag 16
    [    9.427171] mmc0:     12288 bytes transferred: 0
    [    9.427380] mmc0: starting CQE transfer for tag 17 blkaddr 144146
    [    9.427391] mmc0:     blksz 512 blocks 64 flags 00000200 tsac 800 ms nsac 1000
    [    9.427778] mmc0: sdhci: IRQ status 0x00004000
    [    9.427785] mmc0: CQE transfer done tag 17
    [    9.427790] mmc0:     32768 bytes transferred: 0
    [    9.428087] mmc0: starting CQE transfer for tag 18 blkaddr 58618
    [    9.428096] mmc0:     blksz 512 blocks 216 flags 00000200 tsac 800 ms nsac 1000
    [    9.428949] mmc0: sdhci: IRQ status 0x00004000
    [    9.428956] mmc0: CQE transfer done tag 18
    [    9.428961] mmc0:     110592 bytes transferred: 0
    [    9.429136] mmc0: starting CQE transfer for tag 19 blkaddr 56474
    [    9.429146] mmc0:     blksz 512 blocks 240 flags 00000200 tsac 800 ms nsac 1000
    [    9.429991] mmc0: sdhci: IRQ status 0x00004000
    [    9.430003] mmc0: CQE transfer done tag 19
    [    9.430009] mmc0:     122880 bytes transferred: 0
    [    9.430305] mmc0: starting CQE transfer for tag 20 blkaddr 58922
    [    9.430314] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.431204] mmc0: sdhci: IRQ status 0x00004000
    [    9.431214] mmc0: CQE transfer done tag 20
    [    9.431220] mmc0:     131072 bytes transferred: 0
    [    9.431376] mmc0: starting CQE transfer for tag 21 blkaddr 56762
    [    9.431384] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.432379] mmc0: sdhci: IRQ status 0x00004000
    [    9.432386] mmc0: CQE transfer done tag 21
    [    9.432390] mmc0:     131072 bytes transferred: 0
    [    9.432521] mmc0: starting CQE transfer for tag 22 blkaddr 142706
    [    9.432528] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.433435] mmc0: sdhci: IRQ status 0x00004000
    [    9.433450] mmc0: CQE transfer done tag 22
    [    9.433455] mmc0:     131072 bytes transferred: 0
    [    9.434127] mmc0: starting CQE transfer for tag 16 blkaddr 137034
    [    9.434144] mmc0:     blksz 512 blocks 216 flags 00000200 tsac 800 ms nsac 1000
    [    9.435165] mmc0: sdhci: IRQ status 0x00004000
    [    9.435178] mmc0: CQE transfer done tag 16
    [    9.435184] mmc0:     110592 bytes transferred: 0
    [    9.435447] mmc0: starting CQE transfer for tag 17 blkaddr 140058
    [    9.435457] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.436341] mmc0: sdhci: IRQ status 0x00004000
    [    9.436349] mmc0: CQE transfer done tag 17
    [    9.436354] mmc0:     131072 bytes transferred: 0
    [    9.436562] mmc0: starting CQE transfer for tag 18 blkaddr 139178
    [    9.436570] mmc0:     blksz 512 blocks 184 flags 00000200 tsac 800 ms nsac 1000
    [    9.437317] mmc0: sdhci: IRQ status 0x00004000
    [    9.437329] mmc0: CQE transfer done tag 18
    [    9.437334] mmc0:     94208 bytes transferred: 0
    [    9.437594] mmc0: starting CQE transfer for tag 19 blkaddr 138490
    [    9.437605] mmc0:     blksz 512 blocks 192 flags 00000200 tsac 800 ms nsac 1000
    [    9.438357] mmc0: sdhci: IRQ status 0x00004000
    [    9.438366] mmc0: CQE transfer done tag 19
    [    9.438372] mmc0:     98304 bytes transferred: 0
    [    9.438523] mmc0: starting CQE transfer for tag 20 blkaddr 138938
    [    9.438531] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.439136] mmc0: sdhci: IRQ status 0x00004000
    [    9.439143] mmc0: CQE transfer done tag 20
    [    9.439149] mmc0:     65536 bytes transferred: 0
    [    9.439233] mmc0: starting CQE transfer for tag 21 blkaddr 138466
    [    9.439240] mmc0:     blksz 512 blocks 24 flags 00000200 tsac 800 ms nsac 1000
    [    9.439456] mmc0: sdhci: IRQ status 0x00004000
    [    9.439463] mmc0: CQE transfer done tag 21
    [    9.439468] mmc0:     12288 bytes transferred: 0
    [    9.439848] mmc0: starting CQE transfer for tag 22 blkaddr 139066
    [    9.439859] mmc0:     blksz 512 blocks 112 flags 00000200 tsac 800 ms nsac 1000
    [    9.440382] mmc0: sdhci: IRQ status 0x00004000
    [    9.440390] mmc0: CQE transfer done tag 22
    [    9.440395] mmc0:     57344 bytes transferred: 0
    [    9.441229] mmc0: starting CQE transfer for tag 23 blkaddr 59218
    [    9.441246] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.442189] mmc0: sdhci: IRQ status 0x00004000
    [    9.442201] mmc0: CQE transfer done tag 23
    [    9.442207] mmc0:     131072 bytes transferred: 0
    [    9.442423] mmc0: starting CQE transfer for tag 16 blkaddr 57034
    [    9.442432] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.443602] mmc0: sdhci: IRQ status 0x00004000
    [    9.443612] mmc0: CQE transfer done tag 16
    [    9.443617] mmc0:     131072 bytes transferred: 0
    [    9.444064] mmc0: starting CQE transfer for tag 17 blkaddr 142962
    [    9.444074] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.444666] mmc0: sdhci: IRQ status 0x00004000
    [    9.444675] mmc0: CQE transfer done tag 17
    [    9.444680] mmc0:     65536 bytes transferred: 0
    [    9.444855] mmc0: starting CQE transfer for tag 18 blkaddr 57458
    [    9.444862] mmc0:     blksz 512 blocks 152 flags 00000200 tsac 800 ms nsac 1000
    [    9.445519] mmc0: sdhci: IRQ status 0x00004000
    [    9.445533] mmc0: CQE transfer done tag 18
    [    9.445538] mmc0:     77824 bytes transferred: 0
    [    9.446807] mmc0: starting CQE transfer for tag 19 blkaddr 140314
    [    9.446832] mmc0:     blksz 512 blocks 176 flags 00000200 tsac 800 ms nsac 1000
    [    9.447548] mmc0: sdhci: IRQ status 0x00004000
    [    9.447559] mmc0: CQE transfer done tag 19
    [    9.447565] mmc0:     90112 bytes transferred: 0
    [    9.447831] mmc0: starting CQE transfer for tag 20 blkaddr 135402
    [    9.447839] mmc0:     blksz 512 blocks 136 flags 00000200 tsac 800 ms nsac 1000
    [    9.448385] mmc0: sdhci: IRQ status 0x00004000
    [    9.448393] mmc0: CQE transfer done tag 20
    [    9.448398] mmc0:     69632 bytes transferred: 0
    [    9.448683] mmc0: starting CQE transfer for tag 21 blkaddr 137810
    [    9.448691] mmc0:     blksz 512 blocks 160 flags 00000200 tsac 800 ms nsac 1000
    [    9.449351] mmc0: sdhci: IRQ status 0x00004000
    [    9.449363] mmc0: CQE transfer done tag 21
    [    9.449368] mmc0:     81920 bytes transferred: 0
    [    9.449823] mmc0: starting CQE transfer for tag 22 blkaddr 139618
    [    9.449835] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.450378] mmc0: sdhci: IRQ status 0x00004000
    [    9.450390] mmc0: CQE transfer done tag 22
    [    9.450395] mmc0:     65536 bytes transferred: 0
    [    9.450607] mmc0: starting CQE transfer for tag 23 blkaddr 59482
    [    9.450616] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.451507] mmc0: sdhci: IRQ status 0x00004000
    [    9.451517] mmc0: CQE transfer done tag 23
    [    9.451522] mmc0:     131072 bytes transferred: 0
    [    9.451657] mmc0: starting CQE transfer for tag 16 blkaddr 57306
    [    9.451665] mmc0:     blksz 512 blocks 152 flags 00000200 tsac 800 ms nsac 1000
    [    9.452307] mmc0: sdhci: IRQ status 0x00004000
    [    9.452315] mmc0: CQE transfer done tag 16
    [    9.452320] mmc0:     77824 bytes transferred: 0
    [    9.452440] mmc0: starting CQE transfer for tag 17 blkaddr 146906
    [    9.452447] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.453335] mmc0: sdhci: IRQ status 0x00004000
    [    9.453347] mmc0: CQE transfer done tag 17
    [    9.453352] mmc0:     131072 bytes transferred: 0
    [    9.468859] mmc0: starting CQE transfer for tag 18 blkaddr 895786
    [    9.468908] mmc0:     blksz 512 blocks 16 flags 00000200 tsac 800 ms nsac 1000
    [    9.469094] mmc0: sdhci: IRQ status 0x00004000
    [    9.469106] mmc0: starting CQE transfer for tag 19 blkaddr 895810
    [    9.469115] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [    9.469119] mmc0: CQE transfer done tag 18
    [    9.469126] mmc0:     8192 bytes transferred: 0
    [    9.469279] mmc0: sdhci: IRQ status 0x00004000
    [    9.469291] mmc0: CQE transfer done tag 19
    [    9.469297] mmc0:     16384 bytes transferred: 0
    [    9.470045] mmc0: starting CQE transfer for tag 20 blkaddr 935474
    [    9.470071] mmc0:     blksz 512 blocks 128 flags 00000200 tsac 800 ms nsac 1000
    [    9.470666] mmc0: sdhci: IRQ status 0x00004000
    [    9.470688] mmc0: CQE transfer done tag 20
    [    9.470694] mmc0:     65536 bytes transferred: 0
    [    9.471199] mmc0: starting CQE transfer for tag 21 blkaddr 959106
    [    9.471238] mmc0:     blksz 512 blocks 192 flags 00000200 tsac 800 ms nsac 1000
    [    9.472026] mmc0: sdhci: IRQ status 0x00004000
    [    9.472072] mmc0: CQE transfer done tag 21
    [    9.472079] mmc0:     98304 bytes transferred: 0
    [    9.472498] mmc0: starting CQE transfer for tag 22 blkaddr 919642
    [    9.472537] mmc0:     blksz 512 blocks 80 flags 00000200 tsac 800 ms nsac 1000
    [    9.472986] mmc0: sdhci: IRQ status 0x00004000
    [    9.473026] mmc0: CQE transfer done tag 22
    [    9.473034] mmc0:     40960 bytes transferred: 0
    [    9.492543] mmc0: starting CQE transfer for tag 23 blkaddr 966362
    [    9.492587] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [    9.493533] mmc0: sdhci: IRQ status 0x00004000
    [    9.493555] mmc0: CQE transfer done tag 23
    [    9.493561] mmc0:     131072 bytes transferred: 0
    [    9.499293] mmc0: starting CQE transfer for tag 16 blkaddr 939810
    [    9.499358] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.499406] mmc0: starting CQE transfer for tag 17 blkaddr 966210
    [    9.499417] mmc0:     blksz 512 blocks 152 flags 00000200 tsac 800 ms nsac 1000
    [    9.499551] mmc0: sdhci: IRQ status 0x00004000
    [    9.499566] mmc0: CQE transfer done tag 16
    [    9.499573] mmc0:     4096 bytes transferred: 0
    [    9.500148] mmc0: sdhci: IRQ status 0x00004000
    [    9.500168] mmc0: CQE transfer done tag 17
    [    9.500173] mmc0:     77824 bytes transferred: 0
    [    9.596737] mmc0: starting CQE transfer for tag 18 blkaddr 425426
    [    9.596771] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [    9.597138] mmc0: sdhci: IRQ status 0x00004000
    [    9.597153] mmc0: CQE transfer done tag 18
    [    9.597159] mmc0:     16384 bytes transferred: 0
    [    9.599485] mmc0: starting CQE transfer for tag 19 blkaddr 425554
    [    9.599527] mmc0:     blksz 512 blocks 48 flags 00000200 tsac 800 ms nsac 1000
    [    9.599831] mmc0: sdhci: IRQ status 0x00004000
    [    9.599844] mmc0: CQE transfer done tag 19
    [    9.599851] mmc0:     24576 bytes transferred: 0
    [    9.599935] mmc0: starting CQE transfer for tag 22 blkaddr 425602
    [    9.599943] mmc0:     blksz 512 blocks 88 flags 00000200 tsac 800 ms nsac 1000
    [    9.600298] mmc0: sdhci: IRQ status 0x00004000
    [    9.600305] mmc0: CQE transfer done tag 22
    [    9.600310] mmc0:     45056 bytes transferred: 0
    [    9.600975] mmc0: starting CQE transfer for tag 23 blkaddr 425490
    [    9.601068] mmc0:     blksz 512 blocks 64 flags 00000200 tsac 800 ms nsac 1000
    [    9.601171] mmc0: starting CQE transfer for tag 17 blkaddr 425458
    [    9.601180] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [    9.601461] mmc0: sdhci: IRQ status 0x00004000
    [    9.601485] mmc0: CQE transfer done tag 23
    [    9.601491] mmc0:     32768 bytes transferred: 0
    [    9.601753] mmc0: sdhci: IRQ status 0x00004000
    [    9.601774] mmc0: CQE transfer done tag 17
    [    9.601779] mmc0:     16384 bytes transferred: 0
    [    9.604036] mmc0: starting CQE transfer for tag 18 blkaddr 848690
    [    9.604069] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [    9.604366] mmc0: sdhci: IRQ status 0x00004000
    [    9.604378] mmc0: CQE transfer done tag 18
    [    9.604384] mmc0:     16384 bytes transferred: 0
    [    9.604942] mmc0: starting CQE transfer for tag 19 blkaddr 848642
    [    9.604961] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [    9.605112] mmc0: sdhci: IRQ status 0x00004000
    [    9.605129] mmc0: CQE transfer done tag 19
    [    9.605135] mmc0:     4096 bytes transferred: 0
    [   12.013880] platform 2b300050.target-module: deferred probe pending: (reason unknown)
    [   12.174592] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [   13.862743] mmc0: starting CQE transfer for tag 20 blkaddr 20666
    [   13.862782] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.863112] mmc0: sdhci: IRQ status 0x00004000
    [   13.863125] mmc0: CQE transfer done tag 20
    [   13.863131] mmc0:     4096 bytes transferred: 0
    [   13.863547] mmc0: starting CQE transfer for tag 21 blkaddr 1210258
    [   13.863564] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.863787] mmc0: sdhci: IRQ status 0x00004000
    [   13.863799] mmc0: CQE transfer done tag 21
    [   13.863804] mmc0:     16384 bytes transferred: 0
    [   13.864729] mmc0: starting CQE transfer for tag 22 blkaddr 1210290
    [   13.864745] mmc0:     blksz 512 blocks 112 flags 00000200 tsac 800 ms nsac 1000
    [   13.865144] mmc0: sdhci: IRQ status 0x00004000
    [   13.865155] mmc0: CQE transfer done tag 22
    [   13.865161] mmc0:     57344 bytes transferred: 0
    [   13.866693] mmc0: starting CQE transfer for tag 16 blkaddr 119778
    [   13.866724] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.867132] mmc0: sdhci: IRQ status 0x00004000
    [   13.867144] mmc0: CQE transfer done tag 16
    [   13.867149] mmc0:     16384 bytes transferred: 0
    [   13.867416] mmc0: starting CQE transfer for tag 17 blkaddr 119810
    [   13.867424] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.867878] mmc0: sdhci: IRQ status 0x00004000
    [   13.867885] mmc0: CQE transfer done tag 17
    [   13.867890] mmc0:     53248 bytes transferred: 0
    [   13.870502] mmc0: starting CQE transfer for tag 18 blkaddr 20210
    [   13.870528] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.870759] mmc0: sdhci: IRQ status 0x00004000
    [   13.870772] mmc0: CQE transfer done tag 18
    [   13.870777] mmc0:     4096 bytes transferred: 0
    [   13.870979] mmc0: starting CQE transfer for tag 19 blkaddr 848866
    [   13.870988] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.871202] mmc0: sdhci: IRQ status 0x00004000
    [   13.871209] mmc0: CQE transfer done tag 19
    [   13.871214] mmc0:     4096 bytes transferred: 0
    [   13.871483] mmc0: starting CQE transfer for tag 20 blkaddr 113826
    [   13.871493] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.871705] mmc0: sdhci: IRQ status 0x00004000
    [   13.871713] mmc0: CQE transfer done tag 20
    [   13.871717] mmc0:     4096 bytes transferred: 0
    [   13.871871] mmc0: starting CQE transfer for tag 21 blkaddr 340138
    [   13.871879] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.872091] mmc0: sdhci: IRQ status 0x00004000
    [   13.872098] mmc0: CQE transfer done tag 21
    [   13.872103] mmc0:     16384 bytes transferred: 0
    [   13.872424] mmc0: starting CQE transfer for tag 22 blkaddr 340170
    [   13.872434] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.872801] mmc0: sdhci: IRQ status 0x00004000
    [   13.872807] mmc0: CQE transfer done tag 22
    [   13.872813] mmc0:     53248 bytes transferred: 0
    [   13.873442] mmc0: starting CQE transfer for tag 23 blkaddr 341634
    [   13.873460] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.873716] mmc0: sdhci: IRQ status 0x00004000
    [   13.873728] mmc0: CQE transfer done tag 23
    [   13.873734] mmc0:     16384 bytes transferred: 0
    [   13.874163] mmc0: starting CQE transfer for tag 16 blkaddr 341666
    [   13.874174] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.874660] mmc0: sdhci: IRQ status 0x00004000
    [   13.874669] mmc0: CQE transfer done tag 16
    [   13.874674] mmc0:     53248 bytes transferred: 0
    [   13.875198] mmc0: starting CQE transfer for tag 17 blkaddr 341226
    [   13.875213] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.875462] mmc0: sdhci: IRQ status 0x00004000
    [   13.875473] mmc0: CQE transfer done tag 17
    [   13.875478] mmc0:     16384 bytes transferred: 0
    [   13.875882] mmc0: starting CQE transfer for tag 18 blkaddr 341258
    [   13.875894] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.876269] mmc0: sdhci: IRQ status 0x00004000
    [   13.876280] mmc0: CQE transfer done tag 18
    [   13.876285] mmc0:     53248 bytes transferred: 0
    [   13.876774] mmc0: starting CQE transfer for tag 19 blkaddr 340002
    [   13.876787] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.877075] mmc0: sdhci: IRQ status 0x00004000
    [   13.877086] mmc0: CQE transfer done tag 19
    [   13.877092] mmc0:     16384 bytes transferred: 0
    [   13.877522] mmc0: starting CQE transfer for tag 20 blkaddr 340034
    [   13.877535] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.877911] mmc0: sdhci: IRQ status 0x00004000
    [   13.877921] mmc0: CQE transfer done tag 20
    [   13.877926] mmc0:     53248 bytes transferred: 0
    [   13.878491] mmc0: starting CQE transfer for tag 21 blkaddr 848818
    [   13.878509] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.878663] mmc0: sdhci: IRQ status 0x00004000
    [   13.878672] mmc0: CQE transfer done tag 21
    [   13.878677] mmc0:     4096 bytes transferred: 0
    [   13.878911] mmc0: starting CQE transfer for tag 22 blkaddr 343602
    [   13.878920] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.879132] mmc0: sdhci: IRQ status 0x00004000
    [   13.879139] mmc0: CQE transfer done tag 22
    [   13.879144] mmc0:     16384 bytes transferred: 0
    [   13.879415] mmc0: starting CQE transfer for tag 23 blkaddr 343634
    [   13.879423] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.879796] mmc0: sdhci: IRQ status 0x00004000
    [   13.879803] mmc0: CQE transfer done tag 23
    [   13.879808] mmc0:     53248 bytes transferred: 0
    [   13.880788] mmc0: starting CQE transfer for tag 16 blkaddr 335730
    [   13.880809] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.881099] mmc0: sdhci: IRQ status 0x00004000
    [   13.881110] mmc0: CQE transfer done tag 16
    [   13.881116] mmc0:     16384 bytes transferred: 0
    [   13.881505] mmc0: starting CQE transfer for tag 17 blkaddr 335762
    [   13.881518] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.881902] mmc0: sdhci: IRQ status 0x00004000
    [   13.881912] mmc0: CQE transfer done tag 17
    [   13.881917] mmc0:     53248 bytes transferred: 0
    [   13.882411] mmc0: starting CQE transfer for tag 18 blkaddr 341362
    [   13.882425] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.882717] mmc0: sdhci: IRQ status 0x00004000
    [   13.882728] mmc0: CQE transfer done tag 18
    [   13.882733] mmc0:     16384 bytes transferred: 0
    [   13.883106] mmc0: starting CQE transfer for tag 19 blkaddr 341394
    [   13.883117] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.883492] mmc0: sdhci: IRQ status 0x00004000
    [   13.883501] mmc0: CQE transfer done tag 19
    [   13.883506] mmc0:     53248 bytes transferred: 0
    [   13.884102] mmc0: starting CQE transfer for tag 20 blkaddr 340274
    [   13.884117] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.884371] mmc0: sdhci: IRQ status 0x00004000
    [   13.884382] mmc0: CQE transfer done tag 20
    [   13.884387] mmc0:     16384 bytes transferred: 0
    [   13.884799] mmc0: starting CQE transfer for tag 21 blkaddr 340306
    [   13.884813] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.885194] mmc0: sdhci: IRQ status 0x00004000
    [   13.885208] mmc0: CQE transfer done tag 21
    [   13.885213] mmc0:     53248 bytes transferred: 0
    [   13.885787] mmc0: starting CQE transfer for tag 22 blkaddr 340546
    [   13.885802] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.886093] mmc0: sdhci: IRQ status 0x00004000
    [   13.886104] mmc0: CQE transfer done tag 22
    [   13.886109] mmc0:     16384 bytes transferred: 0
    [   13.886525] mmc0: starting CQE transfer for tag 23 blkaddr 340578
    [   13.886534] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.886939] mmc0: sdhci: IRQ status 0x00004000
    [   13.886948] mmc0: CQE transfer done tag 23
    [   13.886953] mmc0:     53248 bytes transferred: 0
    [   13.887465] mmc0: starting CQE transfer for tag 16 blkaddr 340954
    [   13.887477] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.887762] mmc0: sdhci: IRQ status 0x00004000
    [   13.887770] mmc0: CQE transfer done tag 16
    [   13.887775] mmc0:     16384 bytes transferred: 0
    [   13.888056] mmc0: starting CQE transfer for tag 17 blkaddr 340986
    [   13.888064] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.888427] mmc0: sdhci: IRQ status 0x00004000
    [   13.888434] mmc0: CQE transfer done tag 17
    [   13.888439] mmc0:     53248 bytes transferred: 0
    [   13.888802] mmc0: starting CQE transfer for tag 18 blkaddr 340818
    [   13.888812] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.889169] mmc0: sdhci: IRQ status 0x00004000
    [   13.889180] mmc0: CQE transfer done tag 18
    [   13.889185] mmc0:     16384 bytes transferred: 0
    [   13.889568] mmc0: starting CQE transfer for tag 19 blkaddr 340850
    [   13.889580] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.889970] mmc0: sdhci: IRQ status 0x00004000
    [   13.889980] mmc0: CQE transfer done tag 19
    [   13.889986] mmc0:     53248 bytes transferred: 0
    [   13.890519] mmc0: starting CQE transfer for tag 20 blkaddr 848810
    [   13.890537] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.890692] mmc0: sdhci: IRQ status 0x00004000
    [   13.890702] mmc0: CQE transfer done tag 20
    [   13.890708] mmc0:     4096 bytes transferred: 0
    [   13.891057] mmc0: starting CQE transfer for tag 21 blkaddr 848826
    [   13.891067] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.891152] mmc0: sdhci: IRQ status 0x00004000
    [   13.891161] mmc0: CQE transfer done tag 21
    [   13.891167] mmc0:     4096 bytes transferred: 0
    [   13.891412] mmc0: starting CQE transfer for tag 22 blkaddr 848834
    [   13.891422] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.891503] mmc0: sdhci: IRQ status 0x00004000
    [   13.891512] mmc0: CQE transfer done tag 22
    [   13.891517] mmc0:     4096 bytes transferred: 0
    [   13.891795] mmc0: starting CQE transfer for tag 23 blkaddr 341906
    [   13.891807] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.892141] mmc0: sdhci: IRQ status 0x00004000
    [   13.892150] mmc0: CQE transfer done tag 23
    [   13.892156] mmc0:     16384 bytes transferred: 0
    [   13.892634] mmc0: starting CQE transfer for tag 16 blkaddr 343186
    [   13.892649] mmc0:     blksz 512 blocks 144 flags 00000200 tsac 800 ms nsac 1000
    [   13.893273] mmc0: sdhci: IRQ status 0x00004000
    [   13.893288] mmc0: CQE transfer done tag 16
    [   13.893294] mmc0:     73728 bytes transferred: 0
    [   13.894594] mmc0: starting CQE transfer for tag 17 blkaddr 341938
    [   13.894620] mmc0:     blksz 512 blocks 224 flags 00000200 tsac 800 ms nsac 1000
    [   13.895474] mmc0: sdhci: IRQ status 0x00004000
    [   13.895483] mmc0: CQE transfer done tag 17
    [   13.895489] mmc0:     114688 bytes transferred: 0
    [   13.895745] mmc0: starting CQE transfer for tag 18 blkaddr 342162
    [   13.895753] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [   13.896567] mmc0: sdhci: IRQ status 0x00004000
    [   13.896583] mmc0: CQE transfer done tag 18
    [   13.896588] mmc0:     131072 bytes transferred: 0
    [   13.896670] mmc0: starting CQE transfer for tag 19 blkaddr 848882
    [   13.896679] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.896895] mmc0: sdhci: IRQ status 0x00004000
    [   13.896902] mmc0: CQE transfer done tag 19
    [   13.896906] mmc0:     4096 bytes transferred: 0
    [   13.897294] mmc0: starting CQE transfer for tag 20 blkaddr 343738
    [   13.897311] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.897563] mmc0: sdhci: IRQ status 0x00004000
    [   13.897573] mmc0: CQE transfer done tag 20
    [   13.897579] mmc0:     16384 bytes transferred: 0
    [   13.898056] mmc0: starting CQE transfer for tag 21 blkaddr 343770
    [   13.898072] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.898505] mmc0: sdhci: IRQ status 0x00004000
    [   13.898515] mmc0: CQE transfer done tag 21
    [   13.898521] mmc0:     53248 bytes transferred: 0
    [   13.900650] mmc0: starting CQE transfer for tag 22 blkaddr 848986
    [   13.900680] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.900937] mmc0: sdhci: IRQ status 0x00004000
    [   13.900949] mmc0: CQE transfer done tag 22
    [   13.900955] mmc0:     4096 bytes transferred: 0
    [   13.936680] mmc0: starting CQE transfer for tag 23 blkaddr 470498
    [   13.936719] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   13.936996] mmc0: sdhci: IRQ status 0x00004000
    [   13.937010] mmc0: CQE transfer done tag 23
    [   13.937016] mmc0:     16384 bytes transferred: 0
    [   13.938340] mmc0: starting CQE transfer for tag 16 blkaddr 470530
    [   13.938364] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   13.938741] mmc0: sdhci: IRQ status 0x00004000
    [   13.938752] mmc0: CQE transfer done tag 16
    [   13.938758] mmc0:     53248 bytes transferred: 0
    [   13.942593] mmc0: starting CQE transfer for tag 17 blkaddr 849106
    [   13.942626] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.942857] mmc0: sdhci: IRQ status 0x00004000
    [   13.942868] mmc0: CQE transfer done tag 17
    [   13.942874] mmc0:     4096 bytes transferred: 0
    [   13.986243] mmc0: starting CQE transfer for tag 18 blkaddr 20586
    [   13.986284] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.986445] mmc0: sdhci: IRQ status 0x00004000
    [   13.986460] mmc0: CQE transfer done tag 18
    [   13.986465] mmc0:     4096 bytes transferred: 0
    [   13.986765] mmc0: starting CQE transfer for tag 19 blkaddr 20226
    [   13.986775] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.986997] mmc0: sdhci: IRQ status 0x00004000
    [   13.987008] mmc0: CQE transfer done tag 19
    [   13.987013] mmc0:     4096 bytes transferred: 0
    [   13.987195] mmc0: starting CQE transfer for tag 20 blkaddr 849050
    [   13.987206] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.987533] mmc0: sdhci: IRQ status 0x00004000
    [   13.987543] mmc0: CQE transfer done tag 20
    [   13.987548] mmc0:     4096 bytes transferred: 0
    [   13.987845] mmc0: starting CQE transfer for tag 21 blkaddr 848394
    [   13.987860] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.988035] mmc0: sdhci: IRQ status 0x00004000
    [   13.988045] mmc0: CQE transfer done tag 21
    [   13.988050] mmc0:     4096 bytes transferred: 0
    [   13.988378] mmc0: starting CQE transfer for tag 22 blkaddr 849026
    [   13.988391] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.988539] mmc0: sdhci: IRQ status 0x00004000
    [   13.988547] mmc0: CQE transfer done tag 22
    [   13.988552] mmc0:     4096 bytes transferred: 0
    [   13.988755] mmc0: starting CQE transfer for tag 23 blkaddr 20234
    [   13.988763] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.988975] mmc0: sdhci: IRQ status 0x00004000
    [   13.988982] mmc0: CQE transfer done tag 23
    [   13.988987] mmc0:     4096 bytes transferred: 0
    [   13.989703] mmc0: starting CQE transfer for tag 16 blkaddr 262122
    [   13.989724] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.989947] mmc0: sdhci: IRQ status 0x00004000
    [   13.989957] mmc0: CQE transfer done tag 16
    [   13.989963] mmc0:     4096 bytes transferred: 0
    [   13.990113] mmc0: starting CQE transfer for tag 17 blkaddr 262130
    [   13.990121] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   13.990251] mmc0: sdhci: IRQ status 0x00004000
    [   13.990259] mmc0: CQE transfer done tag 17
    [   13.990264] mmc0:     4096 bytes transferred: 0
    [   13.991212] mmc0: starting CQE transfer for tag 18 blkaddr 342434
    [   13.991235] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [   13.992419] mmc0: sdhci: IRQ status 0x00004000
    [   13.992432] mmc0: CQE transfer done tag 18
    [   13.992437] mmc0:     131072 bytes transferred: 0
    [   13.992662] mmc0: starting CQE transfer for tag 19 blkaddr 342714
    [   13.992670] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [   13.993608] mmc0: sdhci: IRQ status 0x00004000
    [   13.993621] mmc0: CQE transfer done tag 19
    [   13.993627] mmc0:     131072 bytes transferred: 0
    [   13.993835] mmc0: starting CQE transfer for tag 20 blkaddr 342690
    [   13.993844] mmc0:     blksz 512 blocks 24 flags 00000200 tsac 800 ms nsac 1000
    [   13.994103] mmc0: sdhci: IRQ status 0x00004000
    [   13.994111] mmc0: CQE transfer done tag 20
    [   13.994116] mmc0:     12288 bytes transferred: 0
    [   13.994273] mmc0: starting CQE transfer for tag 21 blkaddr 342970
    [   13.994280] mmc0:     blksz 512 blocks 176 flags 00000200 tsac 800 ms nsac 1000
    [   13.994938] mmc0: sdhci: IRQ status 0x00004000
    [   13.994946] mmc0: CQE transfer done tag 21
    [   13.994951] mmc0:     90112 bytes transferred: 0
    [   13.995285] mmc0: starting CQE transfer for tag 22 blkaddr 342418
    [   13.995297] mmc0:     blksz 512 blocks 16 flags 00000200 tsac 800 ms nsac 1000
    [   13.995540] mmc0: sdhci: IRQ status 0x00004000
    [   13.995554] mmc0: CQE transfer done tag 22
    [   13.995559] mmc0:     8192 bytes transferred: 0
    [   14.000379] mmc0: starting CQE transfer for tag 23 blkaddr 343146
    [   14.000417] mmc0:     blksz 512 blocks 40 flags 00000200 tsac 800 ms nsac 1000
    [   14.000697] mmc0: sdhci: IRQ status 0x00004000
    [   14.000712] mmc0: CQE transfer done tag 23
    [   14.000717] mmc0:     20480 bytes transferred: 0
    [   14.009943] mmc0: starting CQE transfer for tag 16 blkaddr 339266
    [   14.009985] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.010217] mmc0: sdhci: IRQ status 0x00004000
    [   14.010228] mmc0: CQE transfer done tag 16
    [   14.010233] mmc0:     4096 bytes transferred: 0
    [   14.012184] mmc0: starting CQE transfer for tag 17 blkaddr 114074
    [   14.012212] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.012397] mmc0: sdhci: IRQ status 0x00004000
    [   14.012406] mmc0: CQE transfer done tag 17
    [   14.012412] mmc0:     4096 bytes transferred: 0
    [   14.012693] mmc0: starting CQE transfer for tag 18 blkaddr 114066
    [   14.012701] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.012780] mmc0: sdhci: IRQ status 0x00004000
    [   14.012788] mmc0: CQE transfer done tag 18
    [   14.012793] mmc0:     4096 bytes transferred: 0
    [   14.012973] mmc0: starting CQE transfer for tag 19 blkaddr 339282
    [   14.012982] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.013339] mmc0: sdhci: IRQ status 0x00004000
    [   14.013353] mmc0: CQE transfer done tag 19
    [   14.013358] mmc0:     4096 bytes transferred: 0
    [   14.015166] mmc0: starting CQE transfer for tag 20 blkaddr 114058
    [   14.015187] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.015372] mmc0: sdhci: IRQ status 0x00004000
    [   14.015381] mmc0: CQE transfer done tag 20
    [   14.015386] mmc0:     4096 bytes transferred: 0
    [   14.015642] mmc0: starting CQE transfer for tag 21 blkaddr 339242
    [   14.015650] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.015864] mmc0: sdhci: IRQ status 0x00004000
    [   14.015871] mmc0: CQE transfer done tag 21
    [   14.015877] mmc0:     4096 bytes transferred: 0
    [   14.016562] mmc0: starting CQE transfer for tag 22 blkaddr 339250
    [   14.016578] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.016661] mmc0: sdhci: IRQ status 0x00004000
    [   14.016668] mmc0: CQE transfer done tag 22
    [   14.016673] mmc0:     4096 bytes transferred: 0
    [   14.062661] mmc0: starting CQE transfer for tag 23 blkaddr 366434
    [   14.062694] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   14.062955] mmc0: sdhci: IRQ status 0x00004000
    [   14.062968] mmc0: CQE transfer done tag 23
    [   14.062974] mmc0:     16384 bytes transferred: 0
    [   14.065223] mmc0: starting CQE transfer for tag 16 blkaddr 366466
    [   14.065246] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   14.065628] mmc0: sdhci: IRQ status 0x00004000
    [   14.065640] mmc0: CQE transfer done tag 16
    [   14.065649] mmc0:     53248 bytes transferred: 0
    [   14.122397] mmc0: starting CQE transfer for tag 17 blkaddr 113602
    [   14.122433] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.122668] mmc0: sdhci: IRQ status 0x00004000
    [   14.122682] mmc0: CQE transfer done tag 17
    [   14.122687] mmc0:     4096 bytes transferred: 0
    [   14.122885] mmc0: starting CQE transfer for tag 18 blkaddr 304090
    [   14.122893] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.123112] mmc0: sdhci: IRQ status 0x00004000
    [   14.123120] mmc0: CQE transfer done tag 18
    [   14.123125] mmc0:     4096 bytes transferred: 0
    [   14.124618] mmc0: starting CQE transfer for tag 19 blkaddr 340682
    [   14.124645] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   14.124917] mmc0: sdhci: IRQ status 0x00004000
    [   14.124925] mmc0: CQE transfer done tag 19
    [   14.124930] mmc0:     16384 bytes transferred: 0
    [   14.125673] mmc0: starting CQE transfer for tag 20 blkaddr 340714
    [   14.125695] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   14.126072] mmc0: sdhci: IRQ status 0x00004000
    [   14.126085] mmc0: CQE transfer done tag 20
    [   14.126090] mmc0:     53248 bytes transferred: 0
    [   14.126725] mmc0: starting CQE transfer for tag 21 blkaddr 340410
    [   14.126740] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   14.127072] mmc0: sdhci: IRQ status 0x00004000
    [   14.127081] mmc0: CQE transfer done tag 21
    [   14.127086] mmc0:     16384 bytes transferred: 0
    [   14.127523] mmc0: starting CQE transfer for tag 22 blkaddr 340442
    [   14.127533] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   14.127987] mmc0: sdhci: IRQ status 0x00004000
    [   14.127995] mmc0: CQE transfer done tag 22
    [   14.128000] mmc0:     53248 bytes transferred: 0
    [   14.128478] mmc0: starting CQE transfer for tag 23 blkaddr 341090
    [   14.128494] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   14.128711] mmc0: sdhci: IRQ status 0x00004000
    [   14.128719] mmc0: CQE transfer done tag 23
    [   14.128724] mmc0:     16384 bytes transferred: 0
    [   14.129108] mmc0: starting CQE transfer for tag 16 blkaddr 341122
    [   14.129122] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   14.129504] mmc0: sdhci: IRQ status 0x00004000
    [   14.129524] mmc0: CQE transfer done tag 16
    [   14.129530] mmc0:     53248 bytes transferred: 0
    [   14.130390] mmc0: starting CQE transfer for tag 17 blkaddr 343466
    [   14.130409] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   14.130703] mmc0: sdhci: IRQ status 0x00004000
    [   14.130714] mmc0: CQE transfer done tag 17
    [   14.130719] mmc0:     16384 bytes transferred: 0
    [   14.131187] mmc0: starting CQE transfer for tag 18 blkaddr 343498
    [   14.131199] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   14.131566] mmc0: sdhci: IRQ status 0x00004000
    [   14.131574] mmc0: CQE transfer done tag 18
    [   14.131579] mmc0:     53248 bytes transferred: 0
    [   14.178507] kauditd_printk_skb: 2 callbacks suppressed
    [   14.178530] audit: type=1006 audit(1736406205.964:14): pid=506 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   14.179488] mmc0: starting CQE transfer for tag 19 blkaddr 20242
    [   14.183779] audit: type=1300 audit(1736406205.964:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff5205db8 a2=1 a3=1 items=0 ppid=1 pid=506 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   14.197118] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.224653] audit: type=1327 audit(1736406205.964:14): proctitle="(systemd)"
    [   14.231691] mmc0: sdhci: IRQ status 0x00004000
    [   14.231702] mmc0: CQE transfer done tag 19
    [   14.231707] mmc0:     4096 bytes transferred: 0
    [   14.232115] mmc0: starting CQE transfer for tag 20 blkaddr 849034
    [   14.232130] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.232286] mmc0: sdhci: IRQ status 0x00004000
    [   14.232295] mmc0: CQE transfer done tag 20
    [   14.232300] mmc0:     4096 bytes transferred: 0
    [   14.241689] mmc0: starting CQE transfer for tag 21 blkaddr 530290
    [   14.241731] mmc0:     blksz 512 blocks 280 flags 00002100 tsac 2105 ms nsac 8000
    [   14.243571] mmc0: sdhci: IRQ status 0x00004000
    [   14.243599] mmc0: CQE transfer done tag 21
    [   14.243606] mmc0:     143360 bytes transferred: 0
    [   14.243972] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [   14.244004] mmc0: sdhci: CQE off, IRQ mask 0xff0003, IRQ status 0x0
    [   14.244033] mmc0: sdhci: IRQ status 0x00000001
    [   14.244277] mmc0: sdhci: IRQ status 0x00000002
    [   14.244291] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [   14.244326] mmc0: starting CMD13 arg 00010000 flags 00000195
    [   14.244343] mmc0: sdhci: IRQ status 0x00000001
    [   14.244351] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [   14.244415] mmc0: starting CQE transfer for tag 23 blkaddr 530570
    [   14.244423] mmc0:     blksz 512 blocks 8 flags 00003100 tsac 2105 ms nsac 8000
    [   14.244434] mmc0: sdhci: CQE on, IRQ mask 0x2ff4000, IRQ status 0x0
    [   14.245258] mmc0: sdhci: IRQ status 0x00004000
    [   14.245283] mmc0: CQE transfer done tag 23
    [   14.245289] mmc0:     4096 bytes transferred: 0
    [   14.262231] mmc0: starting CQE transfer for tag 16 blkaddr 849282
    [   14.262268] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.262505] mmc0: sdhci: IRQ status 0x00004000
    [   14.262517] mmc0: CQE transfer done tag 16
    [   14.262522] mmc0:     4096 bytes transferred: 0
    [   14.305792] audit: type=1334 audit(1736406206.092:15): prog-id=18 op=LOAD
    [   14.312661] audit: type=1300 audit(1736406206.092:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffffef6048 a2=90 a3=0 items=0 ppid=1 pid=506 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   14.339482] audit: type=1327 audit(1736406206.092:15): proctitle="(systemd)"
    [   14.340645] mmc0: starting CQE transfer for tag 17 blkaddr 114138
    [   14.346591] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.346624] audit: type=1334 audit(1736406206.092:16): prog-id=18 op=UNLOAD
    [   14.346756] mmc0: sdhci: IRQ status 0x00004000
    [   14.353580] mmc0: CQE transfer done tag 17
    [   14.353587] mmc0:     4096 bytes transferred: 0
    [   14.353742] audit: type=1300 audit(1736406206.092:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff82f8ec60 items=0 ppid=1 pid=506 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   14.358518] mmc0: starting CQE transfer for tag 18 blkaddr 367250
    [   14.380352] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   14.380382] audit: type=1327 audit(1736406206.092:16): proctitle="(systemd)"
    [   14.380659] mmc0: sdhci: IRQ status 0x00004000
    [   14.387428] mmc0: CQE transfer done tag 18
    [   14.387434] mmc0:     16384 bytes transferred: 0
    [   14.387581] audit: type=1334 audit(1736406206.092:17): prog-id=19 op=LOAD
    [   14.389547] mmc0: starting CQE transfer for tag 19 blkaddr 367282
    [   14.394397] mmc0:     blksz 512 blocks 104 flags 00000200 tsac 800 ms nsac 1000
    [   14.394783] mmc0: sdhci: IRQ status 0x00004000
    [   14.394799] mmc0: CQE transfer done tag 19
    [   14.394805] mmc0:     53248 bytes transferred: 0
    [   14.408318] mmc0: starting CQE transfer for tag 20 blkaddr 20730
    [   14.408354] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.408610] mmc0: sdhci: IRQ status 0x00004000
    [   14.408623] mmc0: CQE transfer done tag 20
    [   14.408628] mmc0:     4096 bytes transferred: 0
    [   14.414386] mmc0: starting CQE transfer for tag 21 blkaddr 114146
    [   14.414421] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.414582] mmc0: sdhci: IRQ status 0x00004000
    [   14.414594] mmc0: CQE transfer done tag 21
    [   14.414599] mmc0:     4096 bytes transferred: 0
    [   14.459695] mmc0: starting CQE transfer for tag 22 blkaddr 20538
    [   14.459734] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.459897] mmc0: sdhci: IRQ status 0x00004000
    [   14.459909] mmc0: CQE transfer done tag 22
    [   14.459915] mmc0:     4096 bytes transferred: 0
    [   14.460065] mmc0: starting CQE transfer for tag 23 blkaddr 20546
    [   14.460072] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.460152] mmc0: sdhci: IRQ status 0x00004000
    [   14.460159] mmc0: CQE transfer done tag 23
    [   14.460164] mmc0:     4096 bytes transferred: 0
    [   14.460470] mmc0: starting CQE transfer for tag 16 blkaddr 260922
    [   14.460480] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.460652] mmc0: sdhci: IRQ status 0x00004000
    [   14.460659] mmc0: CQE transfer done tag 16
    [   14.460663] mmc0:     4096 bytes transferred: 0
    [   14.462632] mmc0: starting CQE transfer for tag 17 blkaddr 20410
    [   14.462653] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.462883] mmc0: sdhci: IRQ status 0x00004000
    [   14.462894] mmc0: CQE transfer done tag 17
    [   14.462900] mmc0:     4096 bytes transferred: 0
    [   14.463168] mmc0: starting CQE transfer for tag 18 blkaddr 114122
    [   14.463177] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.463323] mmc0: sdhci: IRQ status 0x00004000
    [   14.463330] mmc0: CQE transfer done tag 18
    [   14.463335] mmc0:     4096 bytes transferred: 0
    [   14.770820] mmc0: starting CQE transfer for tag 19 blkaddr 339538
    [   14.770860] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.771109] mmc0: sdhci: IRQ status 0x00004000
    [   14.771122] mmc0: CQE transfer done tag 19
    [   14.771128] mmc0:     4096 bytes transferred: 0
    [   14.772319] mmc0: starting CQE transfer for tag 20 blkaddr 339594
    [   14.772334] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.772485] mmc0: sdhci: IRQ status 0x00004000
    [   14.772493] mmc0: CQE transfer done tag 20
    [   14.772498] mmc0:     4096 bytes transferred: 0
    [   14.773579] mmc0: starting CQE transfer for tag 21 blkaddr 339498
    [   14.773597] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.773776] mmc0: sdhci: IRQ status 0x00004000
    [   14.773786] mmc0: CQE transfer done tag 21
    [   14.773792] mmc0:     4096 bytes transferred: 0
    [   14.775010] mmc0: starting CQE transfer for tag 22 blkaddr 339570
    [   14.775025] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.775124] mmc0: sdhci: IRQ status 0x00004000
    [   14.775133] mmc0: CQE transfer done tag 22
    [   14.775139] mmc0:     4096 bytes transferred: 0
    [   14.776044] mmc0: starting CQE transfer for tag 23 blkaddr 339658
    [   14.776054] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.776146] mmc0: sdhci: IRQ status 0x00004000
    [   14.776154] mmc0: CQE transfer done tag 23
    [   14.776159] mmc0:     4096 bytes transferred: 0
    [   14.777068] mmc0: starting CQE transfer for tag 16 blkaddr 339610
    [   14.777084] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.777167] mmc0: sdhci: IRQ status 0x00004000
    [   14.777176] mmc0: CQE transfer done tag 16
    [   14.777181] mmc0:     4096 bytes transferred: 0
    [   14.778014] mmc0: starting CQE transfer for tag 17 blkaddr 114130
    [   14.778033] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.778187] mmc0: sdhci: IRQ status 0x00004000
    [   14.778197] mmc0: CQE transfer done tag 17
    [   14.778202] mmc0:     4096 bytes transferred: 0
    [   14.779435] mmc0: starting CQE transfer for tag 18 blkaddr 339530
    [   14.779457] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.779640] mmc0: sdhci: IRQ status 0x00004000
    [   14.779651] mmc0: CQE transfer done tag 18
    [   14.779656] mmc0:     4096 bytes transferred: 0
    [   14.781427] mmc0: starting CQE transfer for tag 19 blkaddr 339482
    [   14.781447] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.781539] mmc0: sdhci: IRQ status 0x00004000
    [   14.781549] mmc0: CQE transfer done tag 19
    [   14.781555] mmc0:     4096 bytes transferred: 0
    [   14.782703] mmc0: starting CQE transfer for tag 20 blkaddr 339522
    [   14.782717] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.782807] mmc0: sdhci: IRQ status 0x00004000
    [   14.782817] mmc0: CQE transfer done tag 20
    [   14.782822] mmc0:     4096 bytes transferred: 0
    [   14.783945] mmc0: starting CQE transfer for tag 21 blkaddr 339586
    [   14.783959] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.784052] mmc0: sdhci: IRQ status 0x00004000
    [   14.784060] mmc0: CQE transfer done tag 21
    [   14.784065] mmc0:     4096 bytes transferred: 0
    [   14.885372] mmc0: starting CQE transfer for tag 22 blkaddr 849018
    [   14.885405] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.885567] mmc0: sdhci: IRQ status 0x00004000
    [   14.885582] mmc0: CQE transfer done tag 22
    [   14.885588] mmc0:     4096 bytes transferred: 0
    [   14.896683] mmc0: starting CQE transfer for tag 23 blkaddr 20418
    [   14.896723] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.896958] mmc0: sdhci: IRQ status 0x00004000
    [   14.896969] mmc0: CQE transfer done tag 23
    [   14.896975] mmc0:     4096 bytes transferred: 0
    [   14.897328] mmc0: starting CQE transfer for tag 16 blkaddr 20466
    [   14.897345] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.897442] mmc0: sdhci: IRQ status 0x00004000
    [   14.897452] mmc0: CQE transfer done tag 16
    [   14.897457] mmc0:     4096 bytes transferred: 0
    [   14.897745] mmc0: starting CQE transfer for tag 17 blkaddr 849362
    [   14.897758] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.897936] mmc0: sdhci: IRQ status 0x00004000
    [   14.897944] mmc0: CQE transfer done tag 17
    [   14.897949] mmc0:     4096 bytes transferred: 0
    [   14.899261] mmc0: starting CQE transfer for tag 18 blkaddr 848938
    [   14.899292] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.899480] mmc0: sdhci: IRQ status 0x00004000
    [   14.899490] mmc0: CQE transfer done tag 18
    [   14.899495] mmc0:     4096 bytes transferred: 0
    [   14.900447] mmc0: starting CQE transfer for tag 19 blkaddr 20218
    [   14.900468] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.900689] mmc0: sdhci: IRQ status 0x00004000
    [   14.900698] mmc0: CQE transfer done tag 19
    [   14.900703] mmc0:     4096 bytes transferred: 0
    [   14.901209] mmc0: starting CQE transfer for tag 20 blkaddr 848946
    [   14.901235] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.901417] mmc0: sdhci: IRQ status 0x00004000
    [   14.901427] mmc0: CQE transfer done tag 20
    [   14.901433] mmc0:     4096 bytes transferred: 0
    [   14.902421] mmc0: starting CQE transfer for tag 21 blkaddr 115994
    [   14.902440] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.902624] mmc0: sdhci: IRQ status 0x00004000
    [   14.902633] mmc0: CQE transfer done tag 21
    [   14.902638] mmc0:     4096 bytes transferred: 0
    [   14.903083] mmc0: starting CQE transfer for tag 22 blkaddr 473386
    [   14.903097] mmc0:     blksz 512 blocks 240 flags 00000200 tsac 800 ms nsac 1000
    [   14.904143] mmc0: sdhci: IRQ status 0x00004000
    [   14.904150] mmc0: CQE transfer done tag 22
    [   14.904156] mmc0:     122880 bytes transferred: 0
    [   14.925480] mmc0: starting CQE transfer for tag 23 blkaddr 20138
    [   14.925520] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.925772] mmc0: sdhci: IRQ status 0x00004000
    [   14.925782] mmc0: CQE transfer done tag 23
    [   14.925788] mmc0:     4096 bytes transferred: 0
    [   14.949899] mmc0: starting CQE transfer for tag 16 blkaddr 20042
    [   14.949939] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.950168] mmc0: sdhci: IRQ status 0x00004000
    [   14.950179] mmc0: CQE transfer done tag 16
    [   14.950184] mmc0:     4096 bytes transferred: 0
    [   14.950809] mmc0: starting CQE transfer for tag 17 blkaddr 848218
    [   14.950824] mmc0:     blksz 512 blocks 40 flags 00000200 tsac 800 ms nsac 1000
    [   14.951137] mmc0: sdhci: IRQ status 0x00004000
    [   14.951144] mmc0: CQE transfer done tag 17
    [   14.951149] mmc0:     20480 bytes transferred: 0
    [   14.964557] mmc0: starting CQE transfer for tag 18 blkaddr 848258
    [   14.964596] mmc0:     blksz 512 blocks 24 flags 00000200 tsac 800 ms nsac 1000
    [   14.964736] mmc0: sdhci: IRQ status 0x00004000
    [   14.964747] mmc0: CQE transfer done tag 18
    [   14.964752] mmc0:     12288 bytes transferred: 0
    [   14.976798] mmc0: starting CQE transfer for tag 19 blkaddr 20626
    [   14.976838] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.977066] mmc0: sdhci: IRQ status 0x00004000
    [   14.977080] mmc0: CQE transfer done tag 19
    [   14.977086] mmc0:     4096 bytes transferred: 0
    [   14.978450] mmc0: starting CQE transfer for tag 20 blkaddr 848954
    [   14.978475] mmc0:     blksz 512 blocks 8 flags 00000200 tsac 800 ms nsac 1000
    [   14.978661] mmc0: sdhci: IRQ status 0x00004000
    [   14.978670] mmc0: CQE transfer done tag 20
    [   14.978676] mmc0:     4096 bytes transferred: 0
    [   14.981204] mmc0: starting CQE transfer for tag 21 blkaddr 1208754
    [   14.981234] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   14.981577] mmc0: sdhci: IRQ status 0x00004000
    [   14.981592] mmc0: CQE transfer done tag 21
    [   14.981597] mmc0:     16384 bytes transferred: 0
    [   14.982843] mmc0: starting CQE transfer for tag 22 blkaddr 1209042
    [   14.982864] mmc0:     blksz 512 blocks 144 flags 00000200 tsac 800 ms nsac 1000
    [   14.983442] mmc0: sdhci: IRQ status 0x00004000
    [   14.983452] mmc0: CQE transfer done tag 22
    [   14.983457] mmc0:     73728 bytes transferred: 0
    [   14.985305] mmc0: starting CQE transfer for tag 23 blkaddr 1208786
    [   14.985337] mmc0:     blksz 512 blocks 256 flags 00000200 tsac 800 ms nsac 1000
    [   14.986272] mmc0: sdhci: IRQ status 0x00004000
    [   14.986286] mmc0: CQE transfer done tag 23
    [   14.986291] mmc0:     131072 bytes transferred: 0
    [   20.205541] mmc0: starting CQE transfer for tag 16 blkaddr 530578
    [   20.205581] mmc0:     blksz 512 blocks 288 flags 00002100 tsac 2105 ms nsac 8000
    [   20.207188] mmc0: sdhci: IRQ status 0x00004000
    [   20.207202] mmc0: CQE transfer done tag 16
    [   20.207208] mmc0:     147456 bytes transferred: 0
    [   20.207413] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [   20.207429] mmc0: sdhci: CQE off, IRQ mask 0xff0003, IRQ status 0x0
    [   20.207450] mmc0: sdhci: IRQ status 0x00000001
    [   20.207693] mmc0: sdhci: IRQ status 0x00000002
    [   20.207705] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [   20.207735] mmc0: starting CMD13 arg 00010000 flags 00000195
    [   20.207750] mmc0: sdhci: IRQ status 0x00000001
    [   20.207758] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [   20.207804] mmc0: starting CQE transfer for tag 18 blkaddr 530866
    [   20.207812] mmc0:     blksz 512 blocks 8 flags 00003100 tsac 2105 ms nsac 8000
    [   20.207827] mmc0: sdhci: CQE on, IRQ mask 0x2ff4000, IRQ status 0x0
    [   20.208282] mmc0: sdhci: IRQ status 0x00004000
    [   20.208290] mmc0: CQE transfer done tag 18
    [   20.208295] mmc0:     4096 bytes transferred: 0
    [   23.022067] mmc0: starting CQE transfer for tag 19 blkaddr 754
    [   23.022100] mmc0:     blksz 512 blocks 64 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022125] mmc0: starting CQE transfer for tag 20 blkaddr 946
    [   23.022131] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022142] mmc0: starting CQE transfer for tag 21 blkaddr 978
    [   23.022148] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022159] mmc0: starting CQE transfer for tag 22 blkaddr 1002
    [   23.022164] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022175] mmc0: starting CQE transfer for tag 23 blkaddr 1026
    [   23.022180] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022191] mmc0: starting CQE transfer for tag 16 blkaddr 1050
    [   23.022197] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022207] mmc0: starting CQE transfer for tag 17 blkaddr 1090
    [   23.022213] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022223] mmc0: starting CQE transfer for tag 18 blkaddr 1114
    [   23.022229] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022241] mmc0: starting CQE transfer for tag 26 blkaddr 1178
    [   23.022246] mmc0:     blksz 512 blocks 32 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022258] mmc0: starting CQE transfer for tag 27 blkaddr 1234
    [   23.022264] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022274] mmc0: starting CQE transfer for tag 28 blkaddr 1266
    [   23.022280] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022290] mmc0: starting CQE transfer for tag 29 blkaddr 1506
    [   23.022296] mmc0:     blksz 512 blocks 24 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022307] mmc0: starting CQE transfer for tag 30 blkaddr 1538
    [   23.022312] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022324] mmc0: starting CQE transfer for tag 31 blkaddr 1554
    [   23.022331] mmc0:     blksz 512 blocks 72 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022345] mmc0: starting CQE transfer for tag 24 blkaddr 2106
    [   23.022351] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022361] mmc0: starting CQE transfer for tag 25 blkaddr 2362
    [   23.022367] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022377] mmc0: starting CQE transfer for tag 1 blkaddr 2386
    [   23.022383] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022392] mmc0: starting CQE transfer for tag 2 blkaddr 2514
    [   23.022399] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022410] mmc0: starting CQE transfer for tag 3 blkaddr 2538
    [   23.022415] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022425] mmc0: starting CQE transfer for tag 4 blkaddr 2554
    [   23.022431] mmc0:     blksz 512 blocks 32 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022442] mmc0: starting CQE transfer for tag 5 blkaddr 2610
    [   23.022448] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022457] mmc0: starting CQE transfer for tag 6 blkaddr 2682
    [   23.022463] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022473] mmc0: starting CQE transfer for tag 7 blkaddr 2754
    [   23.022478] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022489] mmc0: starting CQE transfer for tag 0 blkaddr 2770
    [   23.022494] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022506] mmc0: starting CQE transfer for tag 8 blkaddr 2802
    [   23.022512] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022521] mmc0: starting CQE transfer for tag 9 blkaddr 2818
    [   23.022527] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022537] mmc0: starting CQE transfer for tag 10 blkaddr 3130
    [   23.022543] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022552] mmc0: starting CQE transfer for tag 11 blkaddr 3362
    [   23.022558] mmc0:     blksz 512 blocks 16 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022568] mmc0: starting CQE transfer for tag 12 blkaddr 3434
    [   23.022573] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022583] mmc0: starting CQE transfer for tag 13 blkaddr 3450
    [   23.022589] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022599] mmc0: starting CQE transfer for tag 14 blkaddr 3466
    [   23.022605] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022635] mmc0: starting CQE transfer for tag 15 blkaddr 5210
    [   23.022641] mmc0:     blksz 512 blocks 1024 flags 00002100 tsac 2105 ms nsac 8000
    [   23.022737] mmc0: sdhci: IRQ status 0x00004000
    [   23.022750] mmc0: CQE transfer done tag 19
    [   23.022756] mmc0:     32768 bytes transferred: 0
    [   23.022941] mmc0: sdhci: IRQ status 0x00004000
    [   23.022951] mmc0: CQE transfer done tag 20
    [   23.022956] mmc0:     4096 bytes transferred: 0
    [   23.023198] mmc0: starting CQE transfer for tag 19 blkaddr 6234
    [   23.023208] mmc0:     blksz 512 blocks 904 flags 00002100 tsac 2105 ms nsac 8000
    [   23.023400] mmc0: starting CQE transfer for tag 20 blkaddr 7146
    [   23.023409] mmc0:     blksz 512 blocks 8 flags 00002100 tsac 2105 ms nsac 8000
    [   23.023424] mmc0: sdhci: IRQ status 0x00004000
    [   23.023434] mmc0: CQE transfer done tag 21
    [   23.023442] mmc0:     8192 bytes transferred: 0
    [   23.023636] mmc0: sdhci: IRQ status 0x00004000
    [   23.023644] mmc0: CQE transfer done tag 22
    [   23.023649] mmc0:     4096 bytes transferred: 0
    [   23.024513] mmc0: sdhci: IRQ status 0x00004000
    [   23.024521] mmc0: CQE transfer done tag 23
    [   23.024526] mmc0:     8192 bytes transferred: 0
    [   23.024722] mmc0: sdhci: IRQ status 0x00004000
    [   23.024729] mmc0: CQE transfer done tag 16
    [   23.024734] mmc0:     4096 bytes transferred: 0
    [   23.024973] mmc0: sdhci: IRQ status 0x00004000
    [   23.024981] mmc0: CQE transfer done tag 17
    [   23.024986] mmc0:     8192 bytes transferred: 0
    [   23.025444] mmc0: sdhci: IRQ status 0x00004000
    [   23.025455] mmc0: CQE transfer done tag 18
    [   23.025460] mmc0:     8192 bytes transferred: 0
    [   23.025977] mmc0: sdhci: IRQ status 0x00004000
    [   23.025986] mmc0: CQE transfer done tag 26
    [   23.025991] mmc0:     16384 bytes transferred: 0
    [   23.026185] mmc0: sdhci: IRQ status 0x00004000
    [   23.026196] mmc0: CQE transfer done tag 27
    [   23.026201] mmc0:     4096 bytes transferred: 0
    [   23.026407] mmc0: sdhci: IRQ status 0x00004000
    [   23.026415] mmc0: CQE transfer done tag 28
    [   23.026420] mmc0:     4096 bytes transferred: 0
    [   23.026900] mmc0: sdhci: IRQ status 0x00004000
    [   23.026908] mmc0: CQE transfer done tag 29
    [   23.026913] mmc0:     12288 bytes transferred: 0
    [   23.027125] mmc0: sdhci: IRQ status 0x00004000
    [   23.027132] mmc0: CQE transfer done tag 30
    [   23.027138] mmc0:     4096 bytes transferred: 0
    [   23.027961] mmc0: sdhci: IRQ status 0x00004000
    [   23.027968] mmc0: CQE transfer done tag 31
    [   23.027974] mmc0:     36864 bytes transferred: 0
    [   23.028185] mmc0: sdhci: IRQ status 0x00004000
    [   23.028192] mmc0: CQE transfer done tag 24
    [   23.028197] mmc0:     4096 bytes transferred: 0
    [   23.028653] mmc0: sdhci: IRQ status 0x00004000
    [   23.028662] mmc0: CQE transfer done tag 25
    [   23.028667] mmc0:     8192 bytes transferred: 0
    [   23.028860] mmc0: sdhci: IRQ status 0x00004000
    [   23.028868] mmc0: CQE transfer done tag 1
    [   23.028873] mmc0:     4096 bytes transferred: 0
    [   23.029342] mmc0: sdhci: IRQ status 0x00004000
    [   23.029350] mmc0: CQE transfer done tag 2
    [   23.029355] mmc0:     8192 bytes transferred: 0
    [   23.029548] mmc0: sdhci: IRQ status 0x00004000
    [   23.029557] mmc0: CQE transfer done tag 3
    [   23.029561] mmc0:     4096 bytes transferred: 0
    [   23.030059] mmc0: sdhci: IRQ status 0x00004000
    [   23.030067] mmc0: CQE transfer done tag 4
    [   23.030075] mmc0:     16384 bytes transferred: 0
    [   23.030267] mmc0: sdhci: IRQ status 0x00004000
    [   23.030275] mmc0: CQE transfer done tag 5
    [   23.030280] mmc0:     4096 bytes transferred: 0
    [   23.030754] mmc0: sdhci: IRQ status 0x00004000
    [   23.030761] mmc0: CQE transfer done tag 6
    [   23.030766] mmc0:     4096 bytes transferred: 0
    [   23.030963] mmc0: sdhci: IRQ status 0x00004000
    [   23.030971] mmc0: CQE transfer done tag 7
    [   23.030979] mmc0:     4096 bytes transferred: 0
    [   23.031215] mmc0: sdhci: IRQ status 0x00004000
    [   23.031223] mmc0: CQE transfer done tag 0
    [   23.031228] mmc0:     8192 bytes transferred: 0
    [   23.031652] mmc0: sdhci: IRQ status 0x00004000
    [   23.031662] mmc0: CQE transfer done tag 8
    [   23.031667] mmc0:     4096 bytes transferred: 0
    [   23.031860] mmc0: sdhci: IRQ status 0x00004000
    [   23.031867] mmc0: CQE transfer done tag 9
    [   23.031872] mmc0:     4096 bytes transferred: 0
    [   23.032085] mmc0: sdhci: IRQ status 0x00004000
    [   23.032093] mmc0: CQE transfer done tag 10
    [   23.032098] mmc0:     4096 bytes transferred: 0
    [   23.032553] mmc0: sdhci: IRQ status 0x00004000
    [   23.032563] mmc0: CQE transfer done tag 11
    [   23.032568] mmc0:     8192 bytes transferred: 0
    [   23.032762] mmc0: sdhci: IRQ status 0x00004000
    [   23.032770] mmc0: CQE transfer done tag 12
    [   23.032775] mmc0:     4096 bytes transferred: 0
    [   23.033609] mmc0: sdhci: IRQ status 0x00004000
    [   23.033617] mmc0: CQE transfer done tag 13
    [   23.033622] mmc0:     4096 bytes transferred: 0
    [   23.033816] mmc0: sdhci: IRQ status 0x00004000
    [   23.033824] mmc0: CQE transfer done tag 14
    [   23.033830] mmc0:     4096 bytes transferred: 0
    [   23.039208] mmc0: sdhci: IRQ status 0x00004000
    [   23.039215] mmc0: CQE transfer done tag 15
    [   23.039220] mmc0:     524288 bytes transferred: 0
    [   23.043826] mmc0: sdhci: IRQ status 0x00004000
    [   23.043837] mmc0: CQE transfer done tag 19
    [   23.043842] mmc0:     462848 bytes transferred: 0
    [   23.044267] mmc0: sdhci: IRQ status 0x00004000
    [   23.044278] mmc0: CQE transfer done tag 20
    [   23.044282] mmc0:     4096 bytes transferred: 0
    [   33.585955] mmc1: sdhci: IRQ status 0x00000040
    [   33.789019] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [   33.789041] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [   33.802558] sdhci-am654 fa00000.mmc: Initial signal voltage of 3.3v
    [   33.813028] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.825005] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   33.825327] mmc1: sdhci: IRQ status 0x00018000
    [   33.825413] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   33.825599] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   33.825909] mmc1: sdhci: IRQ status 0x00018000
    [   33.825968] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   33.825988] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   33.827293] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   33.827438] mmc1: sdhci: IRQ status 0x00000001
    [   33.827447] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   33.828718] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.830022] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   33.830331] mmc1: sdhci: IRQ status 0x00000001
    [   33.830342] mmc1: req done (CMD5): 0: fdffffff 00000000 00000000 00000000
    [   33.830365] sdhci-am654 fa00000.mmc: card claims to support voltages below defined range
    [   33.838514] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [   33.838881] mmc1: sdhci: IRQ status 0x00000001
    [   33.838897] mmc1: req done (CMD5): 0: fffffbff 00000000 00000000 00000000
    [   33.838927] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   33.840248] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   33.840403] mmc1: sdhci: IRQ status 0x00000001
    [   33.840415] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   33.841698] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.843019] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [   33.843333] mmc1: sdhci: IRQ status 0x00018000
    [   33.843412] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [   33.843436] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   33.843732] mmc1: sdhci: IRQ status 0x000a8001
    [   33.843787] mmc1: req done (CMD55): -84: 00000000 00000000 00000000 00000000
    [   33.843802] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   33.844110] mmc1: sdhci: IRQ status 0x00018000
    [   33.844163] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [   33.844178] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   33.844487] mmc1: sdhci: IRQ status 0x00018000
    [   33.844540] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [   33.844555] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   33.844862] mmc1: sdhci: IRQ status 0x00018000
    [   33.844915] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [   33.844935] mmc1: starting CMD11 arg 00000000 flags 00000015
    [   33.845244] mmc1: sdhci: IRQ status 0x00018000
    [   33.845305] mmc1: req done (CMD11): -110: 00000000 00000000 00000000 00000000
    [   33.845323] mmc1: Signal voltage switch failed, power cycling card
    [   33.845331] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [   33.848267] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [   33.862541] sdhci-am654 fa00000.mmc: Initial signal voltage of 3.3v
    [   33.875071] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.887652] mmc1: starting CMD3 arg 00000000 flags 00000075
    [   33.887978] mmc1: sdhci: IRQ status 0x00018000
    [   33.888065] mmc1: req failed (CMD3): -110, retrying...
    [   33.888461] mmc1: sdhci: IRQ status 0x000a8001
    [   33.888521] mmc1: req failed (CMD3): -84, retrying...
    [   33.888826] mmc1: sdhci: IRQ status 0x00018000
    [   33.888885] mmc1: req failed (CMD3): -110, retrying...
    [   33.889193] mmc1: sdhci: IRQ status 0x00018000
    [   33.889258] mmc1: req done (CMD3): -110: 00000000 00000000 00000000 00000000
    [   33.889286] mmc1: error -110 whilst initialising SDIO card
    [   33.894786] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [   33.896440] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [   33.896450] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [   33.912327] sdhci-am654 fa00000.mmc: Initial signal voltage of 3.3v
    [   33.924853] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.937428] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   33.937849] mmc1: sdhci: IRQ status 0x00018000
    [   33.937927] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   33.937947] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   33.938356] mmc1: sdhci: IRQ status 0x00018000
    [   33.938410] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   33.938426] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   33.939727] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   33.939916] mmc1: sdhci: IRQ status 0x00000001
    [   33.939924] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   33.941002] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.942304] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   33.942690] mmc1: sdhci: IRQ status 0x00000001
    [   33.942701] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [   33.942721] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [   33.943103] mmc1: sdhci: IRQ status 0x00000001
    [   33.943111] mmc1: req done (CMD5): 0: 91ff8000 00000000 00000000 00000000
    [   33.943137] mmc1: starting CMD11 arg 00000000 flags 00000015
    [   33.943514] mmc1: sdhci: IRQ status 0x00000001
    [   33.943521] mmc1: req done (CMD11): 0: 00001e00 00000000 00000000 00000000
    [   33.944793] mmc1: Signal voltage switch failed, power cycling card
    [   33.944801] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [   33.947725] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [   33.963618] sdhci-am654 fa00000.mmc: Initial signal voltage of 3.3v
    [   33.976144] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.988725] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   33.989150] mmc1: sdhci: IRQ status 0x00018000
    [   33.989230] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   33.989252] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   33.989663] mmc1: sdhci: IRQ status 0x00018000
    [   33.989717] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   33.989734] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   33.991036] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   33.991228] mmc1: sdhci: IRQ status 0x00000001
    [   33.991237] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   33.992508] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   33.993811] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [   33.994224] mmc1: sdhci: IRQ status 0x00018000
    [   33.994288] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [   33.994306] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   33.994686] mmc1: sdhci: IRQ status 0x00000001
    [   33.994694] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [   33.994710] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [   33.995117] mmc1: sdhci: IRQ status 0x00018000
    [   33.995176] mmc1: req failed (CMD5): -110, retrying...
    [   33.995554] mmc1: sdhci: IRQ status 0x00000001
    [   33.995562] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [   33.995587] mmc1: starting CMD3 arg 00000000 flags 00000075
    [   33.995995] mmc1: sdhci: IRQ status 0x00018000
    [   33.996054] mmc1: req failed (CMD3): -110, retrying...
    [   33.996430] mmc1: sdhci: IRQ status 0x00000001
    [   33.996437] mmc1: req done (CMD3): 0: 0001c000 00000000 00000000 00000000
    [   33.996453] mmc1: starting CMD7 arg 00010000 flags 00000015
    [   33.996834] mmc1: sdhci: IRQ status 0x000a8001
    [   33.996892] mmc1: req failed (CMD7): -84, retrying...
    [   33.997271] mmc1: sdhci: IRQ status 0x00000001
    [   33.997281] mmc1: req done (CMD7): 0: 00801e00 00000000 00000000 00000000
    [   33.997301] mmc1: starting CMD52 arg 00000000 flags 00000195
    [   33.997679] mmc1: sdhci: IRQ status 0x000a8001
    [   33.997742] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [   33.997765] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   33.998144] mmc1: sdhci: IRQ status 0x00000001
    [   33.998154] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [   33.998171] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   33.998548] mmc1: sdhci: IRQ status 0x00000001
    [   33.998557] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
    [   33.998573] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   33.999887] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   34.000079] mmc1: sdhci: IRQ status 0x00000001
    [   34.000089] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   34.001365] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.002667] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [   34.003051] mmc1: sdhci: IRQ status 0x000a8001
    [   34.003114] mmc1: req done (CMD8): -84: 00000000 00000000 00000000 00000000
    [   34.003130] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   34.003511] mmc1: sdhci: IRQ status 0x00000001
    [   34.003518] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [   34.003532] mmc1: Skipping voltage switch
    [   34.007558] mmc1: starting CMD5 arg 00300000 flags 000002e1
    [   34.007940] mmc1: sdhci: IRQ status 0x00000001
    [   34.007951] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [   34.007972] mmc1: starting CMD3 arg 00000000 flags 00000075
    [   34.008350] mmc1: sdhci: IRQ status 0x00000001
    [   34.008358] mmc1: req done (CMD3): 0: 00010000 00000000 00000000 00000000
    [   34.008373] mmc1: starting CMD7 arg 00010000 flags 00000015
    [   34.008751] mmc1: sdhci: IRQ status 0x00000001
    [   34.008758] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [   34.008773] mmc1: starting CMD52 arg 00000000 flags 00000195
    [   34.009154] mmc1: sdhci: IRQ status 0x00000001
    [   34.009164] mmc1: req done (CMD52): 0: 00001043 00000000 00000000 00000000
    [   34.009182] mmc1: starting CMD52 arg 00001000 flags 00000195
    [   34.009590] mmc1: sdhci: IRQ status 0x00018000
    [   34.009657] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   34.009677] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   34.010054] mmc1: sdhci: IRQ status 0x00000001
    [   34.010063] mmc1: req done (CMD52): 0: 00009000 00000000 00000000 00000000
    [   34.010080] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   34.010489] mmc1: sdhci: IRQ status 0x00018000
    [   34.010547] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   34.010564] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   34.011870] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   34.012060] mmc1: sdhci: IRQ status 0x00000001
    [   34.012068] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   34.013344] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.014651] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [   34.015061] mmc1: sdhci: IRQ status 0x00018000
    [   34.015122] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [   34.015139] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   34.015657] mmc1: sdhci: IRQ status 0x00000001
    [   34.015664] mmc1: req done (CMD5): 0: dffbffff 00000000 00000000 00000000
    [   34.015680] mmc1: error -110 whilst initialising SDIO card
    [   34.021177] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [   34.022826] mmc1: mmc_rescan_try_freq: trying to init card at 200000 Hz
    [   34.022835] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [   34.038723] sdhci-am654 fa00000.mmc: Initial signal voltage of 3.3v
    [   34.051256] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.063836] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   34.064452] mmc1: sdhci: IRQ status 0x00018000
    [   34.064533] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   34.064553] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   34.065114] mmc1: sdhci: IRQ status 0x00000001
    [   34.065127] mmc1: req done (CMD52): 0: 0000d008 00000000 00000000 00000000
    [   34.065148] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   34.066455] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   34.066736] mmc1: sdhci: IRQ status 0x00000001
    [   34.066745] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   34.068017] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.069318] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   34.069924] mmc1: sdhci: IRQ status 0x00018000
    [   34.069996] mmc1: req failed (CMD5): -110, retrying...
    [   34.070558] mmc1: sdhci: IRQ status 0x00000001
    [   34.070566] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [   34.070583] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [   34.071163] mmc1: sdhci: IRQ status 0x00000001
    [   34.071170] mmc1: req done (CMD5): 0: 91ff8000 00000000 00000000 00000000
    [   34.071195] mmc1: starting CMD11 arg 00000000 flags 00000015
    [   34.071763] mmc1: sdhci: IRQ status 0x00000001
    [   34.071770] mmc1: req done (CMD11): 0: 00001e00 00000000 00000000 00000000
    [   34.073006] mmc1: Signal voltage switch failed, power cycling card
    [   34.073014] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [   34.075935] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [   34.091823] sdhci-am654 fa00000.mmc: Initial signal voltage of 3.3v
    [   34.104354] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.116942] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   34.117703] mmc1: sdhci: IRQ status 0x000a8001
    [   34.117795] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [   34.117820] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   34.118430] mmc1: sdhci: IRQ status 0x00018000
    [   34.118489] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   34.118505] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   34.119817] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   34.120098] mmc1: sdhci: IRQ status 0x00000001
    [   34.120106] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   34.121380] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.122684] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [   34.123291] mmc1: sdhci: IRQ status 0x00018000
    [   34.123357] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [   34.123374] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   34.123981] mmc1: sdhci: IRQ status 0x00018000
    [   34.124042] mmc1: req failed (CMD5): -110, retrying...
    [   34.124606] mmc1: sdhci: IRQ status 0x00000001
    [   34.124613] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [   34.124628] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [   34.125211] mmc1: sdhci: IRQ status 0x00000001
    [   34.125222] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [   34.125250] mmc1: starting CMD3 arg 00000000 flags 00000075
    [   34.125855] mmc1: sdhci: IRQ status 0x00018000
    [   34.125925] mmc1: req failed (CMD3): -110, retrying...
    [   34.126481] mmc1: sdhci: IRQ status 0x00000001
    [   34.126490] mmc1: req done (CMD3): 0: 00018000 00000000 00000000 00000000
    [   34.126505] mmc1: starting CMD7 arg 00010000 flags 00000015
    [   34.127081] mmc1: sdhci: IRQ status 0x000a8001
    [   34.127147] mmc1: req failed (CMD7): -84, retrying...
    [   34.127706] mmc1: sdhci: IRQ status 0x00028001
    [   34.127771] mmc1: req failed (CMD7): -84, retrying...
    [   34.128326] mmc1: sdhci: IRQ status 0x00000001
    [   34.128334] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [   34.128349] mmc1: starting CMD52 arg 00000000 flags 00000195
    [   34.128915] mmc1: sdhci: IRQ status 0x000a8001
    [   34.128975] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [   34.129018] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   34.129576] mmc1: sdhci: IRQ status 0x00000001
    [   34.129585] mmc1: req done (CMD52): 0: 00001800 00000000 00000000 00000000
    [   34.129600] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   34.130220] mmc1: sdhci: IRQ status 0x00018000
    [   34.130275] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   34.130290] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   34.131597] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   34.131874] mmc1: sdhci: IRQ status 0x00000001
    [   34.131881] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   34.133012] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.134318] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [   34.134924] mmc1: sdhci: IRQ status 0x00018000
    [   34.134991] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [   34.135007] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   34.135613] mmc1: sdhci: IRQ status 0x00018000
    [   34.135673] mmc1: req failed (CMD5): -110, retrying...
    [   34.136273] mmc1: sdhci: IRQ status 0x00018000
    [   34.136332] mmc1: req failed (CMD5): -110, retrying...
    [   34.136933] mmc1: sdhci: IRQ status 0x00018000
    [   34.137009] mmc1: req failed (CMD5): -110, retrying...
    [   34.137614] mmc1: sdhci: IRQ status 0x00018000
    [   34.137673] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [   34.137693] mmc1: Skipping voltage switch
    [   34.141730] mmc1: starting CMD5 arg 00300000 flags 000002e1
    [   34.142439] mmc1: sdhci: IRQ status 0x00000001
    [   34.142451] mmc1: req done (CMD5): 0: fdffffff 00000000 00000000 00000000
    [   34.142476] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   34.143793] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   34.144072] mmc1: sdhci: IRQ status 0x00000001
    [   34.144080] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   34.145353] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.146655] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [   34.147472] mmc1: sdhci: IRQ status 0x000a8001
    [   34.147539] mmc1: req done (CMD8): -84: 00000000 00000000 00000000 00000000
    [   34.147558] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   34.148162] mmc1: sdhci: IRQ status 0x00018000
    [   34.148217] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [   34.148232] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   34.148867] mmc1: sdhci: IRQ status 0x000a8001
    [   34.148920] mmc1: req done (CMD55): -84: 00000000 00000000 00000000 00000000
    [   34.148935] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   34.149538] mmc1: sdhci: IRQ status 0x00018000
    [   34.149605] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [   34.149623] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [   34.150227] mmc1: sdhci: IRQ status 0x00018000
    [   34.150281] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [   34.150300] mmc1: starting CMD3 arg 00000000 flags 00000075
    [   34.150902] mmc1: sdhci: IRQ status 0x00018000
    [   34.150961] mmc1: req failed (CMD3): -110, retrying...
    [   34.151562] mmc1: sdhci: IRQ status 0x00018000
    [   34.151622] mmc1: req failed (CMD3): -110, retrying...
    [   34.152407] mmc1: sdhci: IRQ status 0x000a8001
    [   34.152466] mmc1: req failed (CMD3): -84, retrying...
    [   34.153067] mmc1: sdhci: IRQ status 0x00018000
    [   34.153122] mmc1: req done (CMD3): -110: 00000000 00000000 00000000 00000000
    [   34.153149] mmc1: error -110 whilst initialising SDIO card
    [   34.158642] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [   34.160303] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
    [   34.160313] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [   34.174537] sdhci-am654 fa00000.mmc: Initial signal voltage of 3.3v
    [   34.187066] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.199649] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [   34.200858] mmc1: sdhci: IRQ status 0x00018000
    [   34.200941] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [   34.200960] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [   34.202065] mmc1: sdhci: IRQ status 0x00028001
    [   34.202126] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [   34.202146] mmc1: clock 100000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [   34.203458] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [   34.204010] mmc1: sdhci: IRQ status 0x00000001
    [   34.204018] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [   34.205293] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [   34.206600] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [   34.207800] mmc1: sdhci: IRQ status 0x00018000
    [   34.207865] mmc1: req failed (CMD5): -110, retrying...
    [   34.209010] mmc1: sdhci: IRQ status 0x00000001
    [   34.209019] mmc1: req done (CMD5): 0: 10ff8001 00000000 00000000 00000000
    [   34.209042] sdhci-am654 fa00000.mmc: card claims to support voltages below defined range
    [   34.217150] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [   34.218351] mmc1: sdhci: IRQ status 0x00018000
    [   34.218437] mmc1: req failed (CMD5): -110, retrying...
    [   34.219640] mmc1: sdhci: IRQ status 0x00018000
    [   34.219703] mmc1: req failed (CMD5): -110, retrying...
    [   34.220930] mmc1: sdhci: IRQ status 0x00018000
    [   34.221030] mmc1: req failed (CMD5): -110, retrying...
    [   34.222150] mmc1: sdhci: IRQ status 0x00000001
    [   34.222160] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [   34.222188] mmc1: starting CMD3 arg 00000000 flags 00000075
    [   34.223440] mmc1: sdhci: IRQ status 0x00018000
    [   34.223509] mmc1: req failed (CMD3): -110, retrying...
    [   34.225080] mmc1: sdhci: IRQ status 0x000a8001
    [   34.225149] mmc1: req failed (CMD3): -84, retrying...
    [   34.226370] mmc1: sdhci: IRQ status 0x00018000
    [   34.226436] mmc1: req failed (CMD3): -110, retrying...
    [   34.227660] mmc1: sdhci: IRQ status 0x00018000
    [   34.227719] mmc1: req done (CMD3): -110: 00000000 00000000 00000000 00000000
    [   34.227740] mmc1: error -110 whilst initialising SDIO card
    [   34.233245] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [   36.429952] mmc1: sdhci: IRQ status 0x00000080
    [   42.311584] mmc0: starting CQE transfer for tag 16 blkaddr 883554
    [   42.311628] mmc0:     blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [   42.311929] mmc0: sdhci: IRQ status 0x00004000
    [   42.311939] mmc0: CQE transfer done tag 16
    [   42.311945] mmc0:     16384 bytes transferred: 0
    [   42.313193] mmc0: starting CQE transfer for tag 17 blkaddr 883682
    [   42.313212] mmc0:     blksz 512 blocks 144 flags 00000200 tsac 800 ms nsac 1000
    [   42.313973] mmc0: sdhci: IRQ status 0x00004000
    [   42.313987] mmc0: CQE transfer done tag 17
    [   42.313992] mmc0:     73728 bytes transferred: 0
    [   42.314656] mmc0: starting CQE transfer for tag 18 blkaddr 883586
    [   42.314678] mmc0:     blksz 512 blocks 96 flags 00000200 tsac 800 ms nsac 1000
    [   42.315192] mmc0: sdhci: IRQ status 0x00004000
    [   42.315208] mmc0: CQE transfer done tag 18
    [   42.315214] mmc0:     49152 bytes transferred: 0
    [   48.109518] mmc0: starting CQE transfer for tag 19 blkaddr 530874
    [   48.109549] mmc0:     blksz 512 blocks 48 flags 00002100 tsac 2105 ms nsac 8000
    [   48.110141] mmc0: sdhci: IRQ status 0x00004000
    [   48.110155] mmc0: CQE transfer done tag 19
    [   48.110161] mmc0:     24576 bytes transferred: 0
    [   48.110297] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [   48.110313] mmc0: sdhci: CQE off, IRQ mask 0xff0003, IRQ status 0x0
    [   48.110335] mmc0: sdhci: IRQ status 0x00000001
    [   48.110579] mmc0: sdhci: IRQ status 0x00000002
    [   48.110591] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [   48.110623] mmc0: starting CMD13 arg 00010000 flags 00000195
    [   48.110638] mmc0: sdhci: IRQ status 0x00000001
    [   48.110646] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [   48.110695] mmc0: starting CQE transfer for tag 21 blkaddr 530922
    [   48.110702] mmc0:     blksz 512 blocks 8 flags 00003100 tsac 2105 ms nsac 8000
    [   48.110713] mmc0: sdhci: CQE on, IRQ mask 0x2ff4000, IRQ status 0x0
    [   48.111519] mmc0: sdhci: IRQ status 0x00004000
    [   48.111527] mmc0: CQE transfer done tag 21
    [   48.111533] mmc0:     4096 bytes transferred: 0
    root@am62xx-evm:~# 

  • 高通主代码可以在线查看:

    高通主控的日志如下

    root@sa525m:/# echo "file sdhci-msm.c +p" > /sys/kernel/debug/dynamic_debug/control
    cho "file sdhci.c +p" > /sys/kerneroot@sa525m:/# echo "file sdhci.c +p" > /sys/kernel/debug/dynamic_debug/control
    cho "file sdioroot@sa525m:/# echo "file sdio.c +p" > /sys/kernel/debug/dynamic_debug/control
    ho "file mmcroot@sa525m:/# echo "file mmc.c +p" > /sys/kernel/debug/dynamic_debug/control
    ile core.c +p" > /sys/kernel/debugroot@sa525m:/# echo "file core.c +p" > /sys/kernel/debug/dynamic_debug/control
    e sdio_busroot@sa525m:/# echo "file sdio_bus.c +p" > /sys/kernel/debug/dynamic_debug/control
    "file sdhroot@sa525m:/# echo "file sdhci-pltfm.c +p" > /sys/kernel/debug/dynamic_debug/control
    root@sa525m:/#
    root@sa525m:/#
    root@sa525m:/# dmesg -c >/dev/null
    root@sa525m:/#
    root@sa525m:/#
    root@sa525m:/#
    root@sa525m:/# dmesg
    [ 63.087414][ T26] mmc1: sdhci_msm_registers_save: registers saved. PWRCTL_MASK = 0xf
    [ 63.807722][ T26] sdhci_msm 8844000.sdhci: _set_opp: switching OPP: Freq 50000000 -> 50000000 Hz, Level 0 -> 0, Bw 1600000 -> 1600000
    [ 63.809203][ T26] mmc1: sdhci_msm_registers_restore: registers restored. PWRCTL_MASK = 0xf
    [ 63.809282][ T26] sdhci_msm 8844000.sdhci: Voted pmqos - cpu: 0
    [ 63.809306][ T26] mmc1: starting CMD7 arg 00010000 flags 00000015
    [ 63.809367][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 63.809408][ C0] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [ 64.159310][ T26] mmc1: sdhci_msm_registers_save: registers saved. PWRCTL_MASK = 0xf
    [ 64.832526][ T26] sdhci_msm 8844000.sdhci: _set_opp: switching OPP: Freq 50000000 -> 50000000 Hz, Level 0 -> 0, Bw 1600000 -> 1600000
    [ 64.833875][ T26] mmc1: sdhci_msm_registers_restore: registers restored. PWRCTL_MASK = 0xf
    [ 64.833947][ T26] sdhci_msm 8844000.sdhci: Voted pmqos - cpu: 0
    [ 64.833970][ T26] mmc1: starting CMD7 arg 00010000 flags 00000015
    [ 64.834028][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.834185][ T26] mmc1: req failed (CMD7): -110, retrying...
    [ 64.834222][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.834287][ T26] mmc1: req failed (CMD7): -110, retrying...
    [ 64.834320][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.834384][ T26] mmc1: req failed (CMD7): -110, retrying...
    [ 64.834416][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.834454][ T182] mmc1: req done (CMD7): -110: 00000000 00000000 00000000 00000000
    [ 64.834489][ T26] mmc1: card remove detected
    [ 64.834622][ T2664] sdio_thread: Device is removed
    [ 64.834860][ T26] mmc1: card 0001 removed
    [ 64.834983][ T26] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 64.834997][ T26] mmc1: sdhci_msm_check_power_status: request 1 curr_pwr_state 2 curr_io_level 4
    [ 64.835219][ T179] sdc2_sd_ls_vccb: DRMS operation not allowed
    [ 64.835295][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x9, ack=0x5
    [ 64.840653][ T26] mmc1: sdhci_msm_check_power_status: request 1 done
    [ 64.840693][ T26] mmc1: sdhci_msm_check_power_status: request 1 curr_pwr_state 1 curr_io_level 8
    [ 64.840701][ T26] mmc1: sdhci_msm_check_power_status: request 1 done
    [ 64.840719][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 1 curr_io_level 8
    [ 64.840725][ T26] mmc1: do not wait for power IRQ that never comes, req_type: 8
    [ 64.840748][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=0 uhs=0 ctrl_2=0x0
    [ 64.840758][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 1 curr_io_level 8
    [ 64.840764][ T26] mmc1: do not wait for power IRQ that never comes, req_type: 8
    [ 64.842093][ T26] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 64.842110][ T26] mmc_rescan_try_freq2068, host->ocr_avail = 0x60000
    [ 64.842116][ T26] mmc_power_up1347, host->ios.vdd = 0x0
    [ 64.842123][ T26] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 18 width 1 timing 0
    [ 64.842140][ T26] mmc1: sdhci_msm_check_power_status: request 2 curr_pwr_state 1 curr_io_level 8
    [ 64.842263][ T179] sdc2_sd_ls_vccb: DRMS operation not allowed
    [ 64.842327][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x2, ack=0x1
    [ 64.842379][ T26] mmc1: sdhci_msm_check_power_status: request 2 done
    [ 64.842403][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 2 curr_io_level 8
    [ 64.842409][ T26] mmc1: sdhci_msm_check_power_status: request 8 done
    [ 64.842429][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=0 uhs=0 ctrl_2=0x0
    [ 64.842437][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 2 curr_io_level 8
    [ 64.842443][ T26] mmc1: sdhci_msm_check_power_status: request 8 done
    [ 64.842455][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 8
    [ 64.842527][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x4, ack=0x4
    [ 64.842570][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 64.848262][ T26] sdhci_msm 8844000.sdhci: Initial signal voltage of 1.8v
    [ 64.860889][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 1 timing 0
    [ 64.860951][ T26] sdhci_msm 8844000.sdhci: _set_opp: switching OPP: Freq 50000000 -> 400000 Hz, Level 0 -> 0, Bw 1600000 -> 1600000
    [ 64.861524][ T26] mmc1: Setting clock at rate 400000 at timing 0
    [ 64.874197][ T26] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 64.874620][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.874823][ T182] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 64.874864][ T26] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 64.875249][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.875426][ T182] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 64.875478][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 18 width 1 timing 0
    [ 64.875507][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 64.875513][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 64.875540][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=0 ctrl_2=0x8
    [ 64.875547][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 64.875552][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 64.875580][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 64.875587][ T26] mmc1: Setting clock at rate 400000 at timing 0
    [ 64.876962][ T26] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 64.877170][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 64.877197][ C0] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 64.878567][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 1 timing 0
    [ 64.878603][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 64.878615][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 64.878649][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=0 ctrl_2=0x8
    [ 64.878662][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 64.878672][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 64.878706][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 64.878718][ T26] mmc1: Setting clock at rate 400000 at timing 0
    [ 64.880237][ T26] mmc_rescan_try_freq2096, host->ocr_avail = 0x60000
    [ 64.880259][ T26] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 64.880669][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.881059][ T26] mmc1: req failed (CMD5): -110, retrying...
    [ 64.881453][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.881646][ T26] mmc1: req failed (CMD5): -110, retrying...
    [ 64.882030][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.882226][ T26] mmc1: req failed (CMD5): -110, retrying...
    [ 64.882617][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 64.882801][ T182] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 64.882874][ T26] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 64.882900][ T26] mmc1: sdhci_msm_check_power_status: request 1 curr_pwr_state 2 curr_io_level 4
    [ 64.883225][ T179] sdc2_sd_ls_vccb: DRMS operation not allowed
    [ 64.883329][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x9, ack=0x5
    [ 64.883884][ T26] mmc1: sdhci_msm_check_power_status: request 1 done
    [ 64.883927][ T26] mmc1: sdhci_msm_check_power_status: request 1 curr_pwr_state 1 curr_io_level 8
    [ 64.883941][ T26] mmc1: sdhci_msm_check_power_status: request 1 done
    [ 64.883965][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 1 curr_io_level 8
    [ 64.883977][ T26] mmc1: do not wait for power IRQ that never comes, req_type: 8
    [ 64.884012][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=0 uhs=0 ctrl_2=0x0
    [ 64.884027][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 1 curr_io_level 8
    [ 64.884039][ T26] mmc1: do not wait for power IRQ that never comes, req_type: 8
    [ 65.200535][ T26] mmc1: sdhci_msm_registers_save: registers saved. PWRCTL_MASK = 0xf
    [ 65.888213][ T26] mmc1: sdhci_msm_registers_restore: registers restored. PWRCTL_MASK = 0xf
    [ 65.888294][ T26] sdhci_msm 8844000.sdhci: Voted pmqos - cpu: 0
    [ 65.888315][ T26] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 65.888327][ T26] mmc_rescan_try_freq2068, host->ocr_avail = 0x60000
    [ 65.888337][ T26] mmc_power_up1347, host->ios.vdd = 0x0
    [ 65.888348][ T26] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 18 width 1 timing 0
    [ 65.888378][ T26] mmc1: sdhci_msm_check_power_status: request 2 curr_pwr_state 1 curr_io_level 8
    [ 65.888549][ T179] sdc2_sd_ls_vccb: DRMS operation not allowed
    [ 65.888611][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x2, ack=0x1
    [ 65.888652][ T26] mmc1: sdhci_msm_check_power_status: request 2 done
    [ 65.888674][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 2 curr_io_level 8
    [ 65.888680][ T26] mmc1: sdhci_msm_check_power_status: request 8 done
    [ 65.888703][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=0 uhs=0 ctrl_2=0x0
    [ 65.888710][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 2 curr_io_level 8
    [ 65.888714][ T26] mmc1: sdhci_msm_check_power_status: request 8 done
    [ 65.888733][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 8
    [ 65.888786][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x4, ack=0x4
    [ 65.888823][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.894425][ T26] sdhci_msm 8844000.sdhci: Initial signal voltage of 1.8v
    [ 65.907098][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 1 timing 0
    [ 65.907169][ T26] sdhci_msm 8844000.sdhci: _set_opp: switching OPP: Freq 400000 -> 400000 Hz, Level 0 -> 0, Bw 1600000 -> 1600000
    [ 65.907760][ T26] mmc1: Setting clock at rate 400000 at timing 0
    [ 65.919264][ T26] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 65.919693][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 65.919974][ T182] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 65.920078][ T26] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 65.920469][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 65.920628][ T182] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 65.920674][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 18 width 1 timing 0
    [ 65.920703][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.920709][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.920735][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=0 ctrl_2=0x8
    [ 65.920743][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.920747][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.920776][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 65.920783][ T26] mmc1: Setting clock at rate 400000 at timing 0
    
    
    
    [ 65.922218][ T26] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 65.922419][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.922444][ C0] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 65.923963][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 1 timing 0
    [ 65.924008][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.924023][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.924061][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=0 ctrl_2=0x8
    [ 65.924076][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.924088][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.924129][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 65.924143][ T26] mmc1: Setting clock at rate 400000 at timing 0
    [ 65.925535][ T26] mmc_rescan_try_freq2096, host->ocr_avail = 0x60000
    [ 65.925558][ T26] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 65.925901][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.925947][ C0] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [ 65.926650][ T26] mmc_attach_sdio1206, host->ocr_avail = 0x60000
    [ 65.926668][ T26] mmc_attach_sdio1207, host->ocr_avail = 0x60000
    [ 65.926676][ T26] mmc_attach_sdio1211, ocr = 0x10ff8000
    [ 65.926685][ T26] host->ocr_avail = 0x60000
    [ 65.926694][ T26] mmc1: starting CMD5 arg 01060000 flags 000002e1
    [ 65.927156][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.927193][ C0] mmc1: req done (CMD5): 0: 91ff8000 00000000 00000000 00000000
    [ 65.927667][ T26] mmc1: sdhci_msm_init_card: failed to init wakeup: -12
    [ 65.934855][ T26] mmc1: starting CMD11 arg 00000000 flags 00000015
    [ 65.935207][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.935243][ C0] mmc1: req done (CMD11): 0: 00001e00 00000000 00000000 00000000
    [ 65.936929][ T26] mmc1: Signal voltage switch failed, power cycling card
    [ 65.936954][ T26] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 65.936979][ T26] mmc1: sdhci_msm_check_power_status: request 1 curr_pwr_state 2 curr_io_level 4
    [ 65.937282][ T179] sdc2_sd_ls_vccb: DRMS operation not allowed
    [ 65.937361][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x9, ack=0x5
    [ 65.937403][ T26] mmc1: sdhci_msm_check_power_status: request 1 done
    [ 65.937432][ T26] mmc1: sdhci_msm_check_power_status: request 1 curr_pwr_state 1 curr_io_level 8
    [ 65.937444][ T26] mmc1: sdhci_msm_check_power_status: request 1 done
    [ 65.937459][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 1 curr_io_level 8
    [ 65.937464][ T26] mmc1: do not wait for power IRQ that never comes, req_type: 8
    [ 65.937489][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=0 uhs=0 ctrl_2=0x0
    [ 65.937495][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 1 curr_io_level 8
    [ 65.937499][ T26] mmc1: do not wait for power IRQ that never comes, req_type: 8
    [ 65.940335][ T26] mmc_power_up1347, host->ios.vdd = 0x0
    [ 65.940358][ T26] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 18 width 1 timing 0
    [ 65.940388][ T26] mmc1: sdhci_msm_check_power_status: request 2 curr_pwr_state 1 curr_io_level 8
    [ 65.940551][ T179] sdc2_sd_ls_vccb: DRMS operation not allowed
    [ 65.940614][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x2, ack=0x1
    [ 65.940671][ T26] mmc1: sdhci_msm_check_power_status: request 2 done
    [ 65.940697][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 2 curr_io_level 8
    [ 65.940702][ T26] mmc1: sdhci_msm_check_power_status: request 8 done
    [ 65.940725][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=0 uhs=0 ctrl_2=0x0
    [ 65.940732][ T26] mmc1: sdhci_msm_check_power_status: request 8 curr_pwr_state 2 curr_io_level 8
    [ 65.940737][ T26] mmc1: sdhci_msm_check_power_status: request 8 done
    [ 65.940755][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 8
    [ 65.940825][ T179] sdhci_msm 8844000.sdhci: mmc1: sdhci_msm_handle_pwr_irq: Handled IRQ(27), irq_status=0x4, ack=0x4
    [ 65.940909][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.946511][ T26] sdhci_msm 8844000.sdhci: Initial signal voltage of 1.8v
    [ 65.959107][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 1 timing 0
    [ 65.959175][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 65.959191][ T26] mmc1: Setting clock at rate 400000 at timing 0
    [ 65.971903][ T26] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 65.972332][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 65.972615][ T182] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 65.973095][ T26] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 65.973487][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 65.973646][ T182] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 65.973690][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 18 width 1 timing 0
    [ 65.973731][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.973749][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.973786][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=0 ctrl_2=0x8
    [ 65.973802][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.973815][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.973857][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 65.973871][ T26] mmc1: Setting clock at rate 400000 at timing 0
    
    
    
    [ 65.980600][ T26] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 65.980818][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.980859][ C0] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 65.982259][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 1 timing 0
    [ 65.982309][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.982324][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.982364][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=0 ctrl_2=0x8
    [ 65.982380][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 65.982392][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 65.982435][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 65.982448][ T26] mmc1: Setting clock at rate 400000 at timing 0
    
    
    
    [ 65.984059][ T26] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [ 65.984484][ C0] mmc1: sdhci: IRQ status 0x00018000
    [ 65.984709][ T182] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    
    [ 65.984757][ T26] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 65.985075][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.985093][ C0] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [ 65.985132][ T26] mmc1: starting CMD5 arg 01060000 flags 000002e1
    [ 65.985447][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.985465][ C0] mmc1: req done (CMD5): 0: 90ff8000 00000000 00000000 00000000
    [ 65.985511][ T26] mmc1: sdhci_msm_init_card: failed to init wakeup: -12
    [ 65.992707][ T26] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 65.993062][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.993102][ C0] mmc1: req done (CMD3): 0: 00010000 00000000 00000000 00000000
    [ 65.993173][ T26] mmc1: starting CMD7 arg 00010000 flags 00000015
    [ 65.993510][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.993539][ C0] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [ 65.993603][ T26] mmc1: starting CMD52 arg 00000000 flags 00000195
    [ 65.993938][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.993965][ C0] mmc1: req done (CMD52): 0: 00001043 00000000 00000000 00000000
    [ 65.994034][ T26] mmc1: starting CMD52 arg 00001000 flags 00000195
    [ 65.994367][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.994394][ C0] mmc1: req done (CMD52): 0: 0000101f 00000000 00000000 00000000
    [ 65.994459][ T26] mmc1: starting CMD52 arg 00002400 flags 00000195
    [ 65.994791][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.994819][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 65.994883][ T26] mmc1: starting CMD52 arg 00002600 flags 00000195
    [ 65.995216][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.995241][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 65.995311][ T26] mmc1: starting CMD52 arg 00002800 flags 00000195
    [ 65.995649][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.995674][ C0] mmc1: req done (CMD52): 0: 00001007 00000000 00000000 00000000
    [ 65.995917][ T26] mmc1: starting CMD52 arg 00002a00 flags 00000195
    [ 65.996253][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.996277][ C0] mmc1: req done (CMD52): 0: 00001007 00000000 00000000 00000000
    [ 65.996363][ T26] mmc1: starting CMD52 arg 00001200 flags 00000195
    [ 65.996702][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.996727][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 65.996910][ T26] mmc1: starting CMD52 arg 00001400 flags 00000195
    [ 65.997248][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.997274][ C0] mmc1: req done (CMD52): 0: 00001010 00000000 00000000 00000000
    [ 65.997431][ T26] mmc1: starting CMD52 arg 00001600 flags 00000195
    [ 65.997771][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.997796][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 65.997960][ T26] mmc1: starting CMD52 arg 00200000 flags 00000195
    [ 65.998301][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.998328][ C0] mmc1: req done (CMD52): 0: 00001021 00000000 00000000 00000000
    [ 65.998404][ T26] mmc1: starting CMD52 arg 00200200 flags 00000195
    [ 65.998739][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.998765][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 65.998833][ T26] mmc1: starting CMD52 arg 00200400 flags 00000195
    [ 65.999161][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.999189][ C0] mmc1: req done (CMD52): 0: 0000100c 00000000 00000000 00000000
    [ 65.999252][ T26] mmc1: starting CMD52 arg 00200600 flags 00000195
    [ 65.999586][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 65.999610][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.000071][ T26] mmc1: starting CMD52 arg 00200800 flags 00000195
    [ 66.000410][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.000435][ C0] mmc1: req done (CMD52): 0: 00001022 00000000 00000000 00000000
    [ 66.000505][ T26] mmc1: starting CMD52 arg 00200a00 flags 00000195
    [ 66.000843][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.000868][ C0] mmc1: req done (CMD52): 0: 00001004 00000000 00000000 00000000
    [ 66.001058][ T26] mmc1: starting CMD52 arg 00200c00 flags 00000195
    [ 66.001398][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.001423][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.001583][ T26] mmc1: starting CMD52 arg 00200e00 flags 00000195
    [ 66.001923][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.001948][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.002102][ T26] mmc1: starting CMD52 arg 00201000 flags 00000195
    [ 66.002440][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.002465][ C0] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
    [ 66.002568][ T26] mmc1: starting CMD52 arg 00201200 flags 00000195
    [ 66.002906][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.002934][ C0] mmc1: req done (CMD52): 0: 00001032 00000000 00000000 00000000
    [ 66.003006][ T26] mmc1: starting CMD52 arg 00201400 flags 00000195
    [ 66.003495][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.003523][ C0] mmc1: req done (CMD52): 0: 00001020 00000000 00000000 00000000
    [ 66.003864][ T26] mmc1: starting CMD52 arg 00201600 flags 00000195
    [ 66.004209][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.004237][ C0] mmc1: req done (CMD52): 0: 00001004 00000000 00000000 00000000
    [ 66.004447][ T26] mmc1: starting CMD52 arg 00201800 flags 00000195
    [ 66.004790][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.004817][ C0] mmc1: req done (CMD52): 0: 00001096 00000000 00000000 00000000
    [ 66.005019][ T26] mmc1: starting CMD52 arg 00201a00 flags 00000195
    [ 66.005360][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.005388][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 66.005581][ T26] mmc1: starting CMD52 arg 00201c00 flags 00000195
    [ 66.005922][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.005950][ C0] mmc1: req done (CMD52): 0: 00001047 00000000 00000000 00000000
    [ 66.006144][ T26] mmc1: starting CMD52 arg 00201e00 flags 00000195
    [ 66.006487][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.006516][ C0] mmc1: req done (CMD52): 0: 00001053 00000000 00000000 00000000
    [ 66.006598][ T26] mmc1: starting CMD52 arg 00202000 flags 00000195
    [ 66.006935][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.006962][ C0] mmc1: req done (CMD52): 0: 000010ff 00000000 00000000 00000000
    [ 66.007139][ T26] mmc1: starting CMD52 arg 00000e00 flags 00000195
    [ 66.007477][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.007504][ C0] mmc1: req done (CMD52): 0: 00001040 00000000 00000000 00000000
    [ 66.007783][ T26] mmc1: starting CMD52 arg 80000e42 flags 00000195
    [ 66.008122][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.008145][ C0] mmc1: req done (CMD52): 0: 00001042 00000000 00000000 00000000
    [ 66.008276][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 4 timing 0
    [ 66.008313][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 66.008326][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 66.008361][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=0 ctrl_2=0x8
    [ 66.008374][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 66.008384][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 66.008422][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 66.008434][ T26] mmc1: Setting clock at rate 400000 at timing 0
    [ 66.008507][ T26] mmc1: starting CMD52 arg 00002600 flags 00000195
    [ 66.008836][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.008862][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 66.009028][ T26] mmc1: starting CMD52 arg 80002607 flags 00000195
    [ 66.009365][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.009389][ C0] mmc1: req done (CMD52): 0: 00001007 00000000 00000000 00000000
    
    
    [ 66.009522][ T26] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 4 timing 6
    [ 66.009559][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 66.009572][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 66.009605][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=400000 uhs=6 ctrl_2=0x8
    [ 66.009618][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 66.009628][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 66.009662][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 66.009673][ T26] mmc1: Setting clock at rate 400000 at timing 6
    [ 66.009742][ T26] mmc1: clock 50000000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 4 timing 6
    [ 66.009777][ T26] sdhci_msm 8844000.sdhci: _set_opp: switching OPP: Freq 400000 -> 50000000 Hz, Level 0 -> 0, Bw 1600000 -> 1600000
    [ 66.010495][ T26] mmc1: Setting clock at rate 50000000 at timing 6
    [ 66.010542][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 66.010554][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 66.010581][ T26] sdhci_msm 8844000.sdhci: mmc1: clock=50000000 uhs=6 ctrl_2=0x8
    [ 66.010594][ T26] mmc1: sdhci_msm_check_power_status: request 4 curr_pwr_state 2 curr_io_level 4
    [ 66.010604][ T26] mmc1: sdhci_msm_check_power_status: request 4 done
    [ 66.010632][ T26] sdhci_msm 8844000.sdhci: _set_opp: OPPs are same, nothing to do
    [ 66.010641][ T26] mmc1: Setting clock at rate 50000000 at timing 6
    [ 66.010683][ T26] mmc1: starting CMD52 arg 00020000 flags 00000195
    [ 66.010737][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.010763][ C0] mmc1: req done (CMD52): 0: 00001047 00000000 00000000 00000000
    [ 66.010833][ T26] mmc1: starting CMD52 arg 00021200 flags 00000195
    [ 66.010885][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.010910][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.010969][ T26] mmc1: starting CMD52 arg 00021400 flags 00000195
    [ 66.011022][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.011044][ C0] mmc1: req done (CMD52): 0: 00001020 00000000 00000000 00000000
    [ 66.011164][ T26] mmc1: starting CMD52 arg 00021600 flags 00000195
    [ 66.011250][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.011274][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.011317][ T26] mmc1: starting CMD52 arg 00400000 flags 00000195
    [ 66.011370][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.011391][ C0] mmc1: req done (CMD52): 0: 00001021 00000000 00000000 00000000
    [ 66.011447][ T26] mmc1: starting CMD52 arg 00400200 flags 00000195
    [ 66.011497][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.011520][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 66.011586][ T26] mmc1: starting CMD52 arg 00400400 flags 00000195
    [ 66.011636][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.011658][ C0] mmc1: req done (CMD52): 0: 0000100c 00000000 00000000 00000000
    [ 66.011714][ T26] mmc1: starting CMD52 arg 00400600 flags 00000195
    [ 66.011764][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.011786][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.011841][ T26] mmc1: starting CMD52 arg 00400800 flags 00000195
    [ 66.011890][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.011911][ C0] mmc1: req done (CMD52): 0: 00001022 00000000 00000000 00000000
    [ 66.012125][ T26] mmc1: starting CMD52 arg 00400a00 flags 00000195
    [ 66.012179][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.012203][ C0] mmc1: req done (CMD52): 0: 0000102a 00000000 00000000 00000000
    [ 66.012267][ T26] mmc1: starting CMD52 arg 00400c00 flags 00000195
    [ 66.012318][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.012340][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 66.012588][ T26] mmc1: starting CMD52 arg 00400e00 flags 00000195
    [ 66.012642][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.012665][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 66.012732][ T26] mmc1: starting CMD52 arg 00401000 flags 00000195
    [ 66.012786][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.012810][ C0] mmc1: req done (CMD52): 0: 00001020 00000000 00000000 00000000
    [ 66.013009][ T26] mmc1: starting CMD52 arg 00401200 flags 00000195
    [ 66.013062][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.013087][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.013148][ T26] mmc1: starting CMD52 arg 00401400 flags 00000195
    [ 66.013199][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.013222][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.013421][ T26] mmc1: starting CMD52 arg 00401600 flags 00000195
    [ 66.013476][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.013499][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.013559][ T26] mmc1: starting CMD52 arg 00401800 flags 00000195
    [ 66.013610][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.013633][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.013694][ T26] mmc1: starting CMD52 arg 00401a00 flags 00000195
    [ 66.013745][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.013768][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.014012][ T26] mmc1: starting CMD52 arg 00401c00 flags 00000195
    [ 66.014065][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.014089][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.014150][ T26] mmc1: starting CMD52 arg 00401e00 flags 00000195
    [ 66.014201][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.014224][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 66.014280][ T26] mmc1: starting CMD52 arg 00402000 flags 00000195
    [ 66.014330][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.014352][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.014408][ T26] mmc1: starting CMD52 arg 00402200 flags 00000195
    [ 66.014457][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.014479][ C0] mmc1: req done (CMD52): 0: 00001003 00000000 00000000 00000000
    [ 66.014725][ T26] mmc1: starting CMD52 arg 00402400 flags 00000195
    [ 66.014780][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.014803][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.014869][ T26] mmc1: starting CMD52 arg 00402600 flags 00000195
    [ 66.014920][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.014941][ C0] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
    [ 66.015301][ T26] mmc1: starting CMD52 arg 00402800 flags 00000195
    [ 66.015358][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.015381][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.015437][ T26] mmc1: starting CMD52 arg 00402a00 flags 00000195
    [ 66.015485][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.015505][ C0] mmc1: req done (CMD52): 0: 00001080 00000000 00000000 00000000
    [ 66.015765][ T26] mmc1: starting CMD52 arg 00402c00 flags 00000195
    [ 66.015818][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.015841][ C0] mmc1: req done (CMD52): 0: 000010ff 00000000 00000000 00000000
    [ 66.015900][ T26] mmc1: starting CMD52 arg 00402e00 flags 00000195
    [ 66.015948][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.015968][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.016174][ T26] mmc1: starting CMD52 arg 00403000 flags 00000195
    [ 66.016224][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.016245][ C0] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
    [ 66.016301][ T26] mmc1: starting CMD52 arg 00403200 flags 00000195
    [ 66.016348][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.016370][ C0] mmc1: req done (CMD52): 0: 0000100a 00000000 00000000 00000000
    [ 66.016422][ T26] mmc1: starting CMD52 arg 00403400 flags 00000195
    [ 66.016468][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.016489][ C0] mmc1: req done (CMD52): 0: 0000100f 00000000 00000000 00000000
    [ 66.016668][ T26] mmc1: starting CMD52 arg 00403600 flags 00000195
    [ 66.016721][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.016743][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 66.016845][ T26] mmc1: starting CMD52 arg 00403800 flags 00000195
    [ 66.016894][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.016915][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 66.017066][ T26] mmc1: starting CMD52 arg 00403a00 flags 00000195
    [ 66.017116][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.017137][ C0] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 66.017270][ T26] mmc1: starting CMD52 arg 00403c00 flags 00000195
    [ 66.017321][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.017342][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.017455][ T26] mmc1: starting CMD52 arg 00403e00 flags 00000195
    [ 66.017504][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.017525][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.017671][ T26] mmc1: starting CMD52 arg 00404000 flags 00000195
    [ 66.017720][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.017742][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.017795][ T26] mmc1: starting CMD52 arg 00404200 flags 00000195
    [ 66.017841][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.017862][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.017916][ T26] mmc1: starting CMD52 arg 00404400 flags 00000195
    [ 66.017962][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.017983][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018033][ T26] mmc1: starting CMD52 arg 00404600 flags 00000195
    [ 66.018078][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018099][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018148][ T26] mmc1: starting CMD52 arg 00404800 flags 00000195
    [ 66.018195][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018215][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018264][ T26] mmc1: starting CMD52 arg 00404a00 flags 00000195
    [ 66.018309][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018327][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018375][ T26] mmc1: starting CMD52 arg 00404c00 flags 00000195
    [ 66.018421][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018442][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018490][ T26] mmc1: starting CMD52 arg 00404e00 flags 00000195
    [ 66.018537][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018556][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018605][ T26] mmc1: starting CMD52 arg 00405000 flags 00000195
    [ 66.018651][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018671][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018719][ T26] mmc1: starting CMD52 arg 00405200 flags 00000195
    [ 66.018764][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018785][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018834][ T26] mmc1: starting CMD52 arg 00405400 flags 00000195
    [ 66.018880][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.018901][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.018952][ T26] mmc1: starting CMD52 arg 00405600 flags 00000195
    [ 66.018998][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.019021][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.019338][ T26] mmc1: starting CMD52 arg 00405800 flags 00000195
    [ 66.019387][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.019409][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.019430][ T26] mmc1: starting CMD52 arg 00405a00 flags 00000195
    [ 66.019474][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.019492][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.019542][ T26] mmc1: starting CMD52 arg 00405c00 flags 00000195
    [ 66.019585][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.019604][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.019652][ T26] mmc1: starting CMD52 arg 00405e00 flags 00000195
    [ 66.019695][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.019714][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.019763][ T26] mmc1: starting CMD52 arg 00406000 flags 00000195
    [ 66.019807][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.019826][ C0] mmc1: req done (CMD52): 0: 00001091 00000000 00000000 00000000
    [ 66.019988][ T26] mmc1: starting CMD52 arg 00406200 flags 00000195
    [ 66.020036][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.020056][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 66.020159][ T26] mmc1: starting CMD52 arg 00406400 flags 00000195
    [ 66.020208][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.020229][ C0] mmc1: req done (CMD52): 0: 00001007 00000000 00000000 00000000
    [ 66.020352][ T26] mmc1: starting CMD52 arg 00406600 flags 00000195
    [ 66.020398][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.020416][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.020540][ T26] mmc1: starting CMD52 arg 00406800 flags 00000195
    [ 66.020585][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.020604][ C0] mmc1: req done (CMD52): 0: 000010ff 00000000 00000000 00000000
    [ 66.020720][ T26] mmc1: new ultra high speed SDR104 SDIO card at address 0001
    [ 66.021517][ T26] device: 'mmc1:0001': device_add
    [ 66.025869][ T26] device: 'mmc1:0001:1': device_add
    [ 66.029347][ T26] mmc1: starting CMD52 arg 80022000 flags 00000195
    [ 66.029417][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.029440][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.029683][ T26] mmc1: starting CMD52 arg 80022202 flags 00000195
    [ 66.029740][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.029760][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 66.029823][ T26] mmc1: starting CMD52 arg 80022000 flags 00000195
    [ 66.029867][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.029885][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.029929][ T26] mmc1: starting CMD52 arg 80022202 flags 00000195
    [ 66.029970][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.029987][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    
    [ 66.030030][ T26] atlk_sdio mmc1:0001:1: multi_block=1 sdio_set_block_size()=512 0
    [ 66.030042][ T26] mmc1: starting CMD52 arg 00000400 flags 00000195
    [ 66.030079][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.030096][ C0] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
    [ 66.030138][ T26] mmc1: starting CMD52 arg 80000402 flags 00000195
    [ 66.030177][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.030194][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 66.030355][ T26] mmc1: starting CMD52 arg 00000600 flags 00000195
    [ 66.030398][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 66.030416][ C0] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
    [ 66.031580][ T26] atlk_sdio mmc1:0001:1: atlk_sdio_init: POLL mode with polling thread configured, polling delay 600-800 us, reschedule limit
    2.
    [ 66.335413][ T26] mmc1: sdhci_msm_registers_save: registers saved. PWRCTL_MASK = 0xf
    [ 67.040545][ T26] sdhci_msm 8844000.sdhci: _set_opp: switching OPP: Freq 50000000 -> 50000000 Hz, Level 0 -> 0, Bw 1600000 -> 1600000
    [ 67.041909][ T26] mmc1:
    /: registers restored. PWRCTL_MASK = 0xf
    [ 67.041977][ T26] sdhci_msm 8844000.sdhci: Voted pmqos - cpu: 0
    [ 67.041999][ T26] mmc1: starting CMD7 arg 00010000 flags 00000015
    [ 67.042180][ C0] mmc1: sdhci: IRQ status 0x00000001
    [ 67.042222][ C0] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [ 67.347809][ T26] mmc1: sdhci_msm_registers_save: registers saved. PWRCTL_MASK = 0xf
    root@sa525m:/#
    root@sa525m:/# cd /sys/bus/sdio/devices/
    root@sa525m:/sys/bus/sdio/devices# ls
    mmc1:0001:1
    root@sa525m:/sys/bus/sdio/devices#

  • 高通日志开始查看点

    [   64.842093][   T26] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz

  • 配了no-sd;和no-mmc;

    日志中为啥还有CMD55的发送

    [ 26.094259] mmc0: CQE transfer done tag 17
    [ 26.094265] mmc0: 4096 bytes transferred: 0
    [ 33.996622] mmc1: sdhci: IRQ status 0x00000040
    [ 34.200289] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 34.200310] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 34.207141] mmc_set_signal_voltage:1165 pass
    [ 34.211426] mmc_set_signal_voltage:1170 pass
    [ 34.215696] mmc_set_signal_voltage:1165 pass
    [ 34.219984] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 34.232511] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.245092] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 34.245418] mmc1: sdhci: IRQ status 0x00018000
    [ 34.245498] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 34.245523] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 34.245830] mmc1: sdhci: IRQ status 0x00018000
    [ 34.245884] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 34.245901] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.247202] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.247348] mmc1: sdhci: IRQ status 0x00000001
    [ 34.247356] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.248631] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.249938] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 34.250233] mmc1: sdhci: IRQ status 0x00000001
    [ 34.250243] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [ 34.250259] mmc_attach_sdio:1265 ocr=10ff8000
    [ 34.254631] mmc_select_voltage--ocr=0x10ff8000, ocr_avail=0x300000
    [ 34.260813] mmc_select_voltage--final.ocr=0x300000
    [ 34.265600] mmc_attach_sdio:1273 rocr=300000,ocr=10ff8000
    [ 34.270996] mmc_sdio_init_card:700#ocr =1300000
    [ 34.275524] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [ 34.275837] mmc1: sdhci: IRQ status 0x00018000
    [ 34.275915] mmc1: req failed (CMD5): -110, retrying...
    [ 34.276201] mmc1: sdhci: IRQ status 0x00000001
    [ 34.276210] mmc1: req done (CMD5): 0: 83ff0001 00000000 00000000 00000000
    [ 34.276224] mmc_sdio_init_card:705 #ocr=1300000,rocr=83ff0001
    [ 34.276239] mmc_sdio_init_card:719 #card=80a7800
    [ 34.281983] mmc_sdio_init_card:734 #pass
    [ 34.286600] mmc_sdio_init_card:780 #pass
    [ 34.290519] mmc_sdio_init_card:782 #pass
    [ 34.294438] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 34.298640] mmc1: sdhci: IRQ status 0x00000001
    [ 34.298650] mmc1: req done (CMD3): 0: 00010000 00000000 00000000 00000000
    [ 34.298666] mmc_sdio_init_card:811 #pass
    [ 34.298671] mmc_sdio_init_card:813 #pass
    [ 34.302596] mmc1: starting CMD7 arg 00010000 flags 00000015
    [ 34.306799] mmc1: sdhci: IRQ status 0x00000001
    [ 34.306808] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [ 34.306824] mmc_sdio_init_card:819 #pass
    [ 34.306828] mmc_sdio_init_card:846 #pass
    [ 34.310759] mmc1: starting CMD52 arg 00000000 flags 00000195
    [ 34.314984] mmc1: sdhci: IRQ status 0x00018000
    [ 34.315050] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 34.315071] mmc_sdio_init_card:849 #pass
    [ 34.315082] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 34.319284] mmc1: sdhci: IRQ status 0x00000001
    [ 34.319293] mmc1: req done (CMD52): 0: 0000d000 00000000 00000000 00000000
    [ 34.319309] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 34.319616] mmc1: sdhci: IRQ status 0x00018000
    [ 34.319671] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 34.319688] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.321000] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.321148] mmc1: sdhci: IRQ status 0x00000001
    [ 34.321156] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.322428] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.323727] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [ 34.324070] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.324127] mmc1: req done (CMD8): -84: 00000000 00000000 00000000 00000000
    [ 34.324144] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 34.324454] mmc1: sdhci: IRQ status 0x00018000
    [ 34.324525] mmc1: req failed (CMD5): -110, retrying...
    [ 34.324833] mmc1: sdhci: IRQ status 0x00018000
    [ 34.324894] mmc1: req failed (CMD5): -110, retrying...
    [ 34.325173] mmc1: sdhci: IRQ status 0x00000001
    [ 34.325181] mmc1: req done (CMD5): 0: ffffffff 00000000 00000000 00000000
    [ 34.325195] mmc_sdio_init_card:852 #pass
    [ 34.325200] mmc1: Skipping voltage switch
    [ 34.333127] mmc_sdio_init_card:700#ocr =300000
    [ 34.337569] mmc1: starting CMD5 arg 00300000 flags 000002e1
    [ 34.337856] mmc1: sdhci: IRQ status 0x00000001
    [ 34.337864] mmc1: req done (CMD5): 0: fdffefff 00000000 00000000 00000000
    [ 34.337878] mmc_sdio_init_card:705 #ocr=300000,rocr=fdffefff
    [ 34.337891] mmc_sdio_init_card:719 #card=80a7800
    [ 34.343548] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.349468] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.349620] mmc1: sdhci: IRQ status 0x00000001
    [ 34.349630] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.350902] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.352203] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [ 34.352511] mmc1: sdhci: IRQ status 0x00018000
    [ 34.352581] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [ 34.352605] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.352914] mmc1: sdhci: IRQ status 0x00018000
    [ 34.352969] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.352985] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.353305] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.353360] mmc1: req done (CMD55): -84: 00000000 00000000 00000000 00000000
    [ 34.353375] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.353683] mmc1: sdhci: IRQ status 0x00018000
    [ 34.353737] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.353753] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.354060] mmc1: sdhci: IRQ status 0x00018000
    [ 34.354114] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.354131] mmc_sdio_init_card:734 #pass
    [ 34.354138] mmc_sdio_init_card:780 #pass
    [ 34.358067] mmc_sdio_init_card:782 #pass
    [ 34.361990] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 34.366204] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.366273] mmc1: req failed (CMD3): -84, retrying...
    [ 34.366580] mmc1: sdhci: IRQ status 0x00018000
    [ 34.366641] mmc1: req failed (CMD3): -110, retrying...
    [ 34.366948] mmc1: sdhci: IRQ status 0x00018000
    [ 34.367007] mmc1: req failed (CMD3): -110, retrying...
    [ 34.367313] mmc1: sdhci: IRQ status 0x00018000
    [ 34.367367] mmc1: req done (CMD3): -110: 00000000 00000000 00000000 00000000
    [ 34.367391] mmc_attach_sdio:1286 err=ffffff92
    [ 34.371749] mmc1: error -110 whilst initialising SDIO card
    [ 34.377237] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 34.378902] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 34.378912] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 34.389268] mmc_set_signal_voltage:1165 pass
    [ 34.393542] mmc_set_signal_voltage:1170 pass
    [ 34.397809] mmc_set_signal_voltage:1165 pass
    [ 34.402096] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 34.412478] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.425061] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 34.425446] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.425525] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [ 34.425549] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 34.425928] mmc1: sdhci: IRQ status 0x00000001
    [ 34.425938] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
    [ 34.425953] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.427256] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.427446] mmc1: sdhci: IRQ status 0x00000001
    [ 34.427453] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.428731] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.430035] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 34.430419] mmc1: sdhci: IRQ status 0x00000001
    [ 34.430429] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [ 34.430443] mmc_attach_sdio:1265 ocr=10ff8000
    [ 34.434813] mmc_select_voltage--ocr=0x10ff8000, ocr_avail=0x300000
    [ 34.440996] mmc_select_voltage--final.ocr=0x300000
    [ 34.445782] mmc_attach_sdio:1273 rocr=300000,ocr=10ff8000
    [ 34.451178] mmc_sdio_init_card:700#ocr =1300000
    [ 34.455706] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [ 34.456091] mmc1: sdhci: IRQ status 0x00000001
    [ 34.456101] mmc1: req done (CMD5): 0: 91ff8000 00000000 00000000 00000000
    [ 34.456118] mmc_sdio_init_card:705 #ocr=1300000,rocr=91ff8000
    [ 34.456131] mmc_sdio_init_card:719 #card=80a7800
    [ 34.461875] mmc_sdio_init_card:734 #pass
    [ 34.466493] mmc_sdio_init_card:780 #pass
    [ 34.470414] mmc_sdio_init_card:782 #pass
    [ 34.474346] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 34.478650] mmc1: sdhci: IRQ status 0x00000001
    [ 34.478663] mmc1: req done (CMD3): 0: 00010000 00000000 00000000 00000000
    [ 34.478681] mmc_sdio_init_card:811 #pass
    [ 34.478686] mmc_sdio_init_card:813 #pass
    [ 34.482619] mmc1: starting CMD7 arg 00010000 flags 00000015
    [ 34.486916] mmc1: sdhci: IRQ status 0x00000001
    [ 34.486925] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [ 34.486941] mmc_sdio_init_card:819 #pass
    [ 34.486945] mmc_sdio_init_card:846 #pass
    [ 34.490869] mmc1: starting CMD52 arg 00000000 flags 00000195
    [ 34.495165] mmc1: sdhci: IRQ status 0x00000001
    [ 34.495174] mmc1: req done (CMD52): 0: 00001043 00000000 00000000 00000000
    [ 34.495191] mmc1: starting CMD52 arg 00001000 flags 00000195
    [ 34.495569] mmc1: sdhci: IRQ status 0x00000001
    [ 34.495577] mmc1: req done (CMD52): 0: 0000101f 00000000 00000000 00000000
    [ 34.495592] sdio_read_cccr:178 pass
    [ 34.499083] mmc1: starting CMD52 arg 00002400 flags 00000195
    [ 34.499463] mmc1: sdhci: IRQ status 0x00000001
    [ 34.499472] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 34.499488] sdio_read_cccr:187 pass
    [ 34.502983] sdio_read_cccr:190 pass
    [ 34.506468] sdio_read_cccr:192 pass
    [ 34.509960] mmc1: starting CMD52 arg 00002600 flags 00000195
    [ 34.510339] mmc1: sdhci: IRQ status 0x00000001
    [ 34.510347] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
    [ 34.510364] mmc1: starting CMD52 arg 00002800 flags 00000195
    [ 34.510739] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.510808] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [ 34.510830] sdio_read_cccr:207 pass
    [ 34.514321] mmc_sdio_init_card:849 #pass
    [ 34.514336] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 34.518635] mmc1: sdhci: IRQ status 0x00000001
    [ 34.518644] mmc1: req done (CMD52): 0: 00009000 00000000 00000000 00000000
    [ 34.518660] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 34.519026] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.519084] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [ 34.519102] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.520284] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.520476] mmc1: sdhci: IRQ status 0x00000001
    [ 34.520484] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.521758] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.523061] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [ 34.523539] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.523598] mmc1: req done (CMD8): -84: 00000000 00000000 00000000 00000000
    [ 34.523616] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 34.524024] mmc1: sdhci: IRQ status 0x00018000
    [ 34.524084] mmc1: req failed (CMD5): -110, retrying...
    [ 34.524491] mmc1: sdhci: IRQ status 0x00018000
    [ 34.524565] mmc1: req failed (CMD5): -110, retrying...
    [ 34.524972] mmc1: sdhci: IRQ status 0x00018000
    [ 34.525034] mmc1: req failed (CMD5): -110, retrying...
    [ 34.525397] mmc1: sdhci: IRQ status 0x00000001
    [ 34.525404] mmc1: req done (CMD5): 0: ef7bffff 00000000 00000000 00000000
    [ 34.525418] mmc_sdio_init_card:852 #pass
    [ 34.525423] mmc1: Skipping voltage switch
    [ 34.533353] mmc_sdio_init_card:700#ocr =300000
    [ 34.537795] mmc1: starting CMD5 arg 00300000 flags 000002e1
    [ 34.538173] mmc1: sdhci: IRQ status 0x00000001
    [ 34.538181] mmc1: req done (CMD5): 0: effbffff 00000000 00000000 00000000
    [ 34.538197] mmc_sdio_init_card:705 #ocr=300000,rocr=effbffff
    [ 34.538209] mmc_sdio_init_card:719 #card=80a7800
    [ 34.543886] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.549808] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.550004] mmc1: sdhci: IRQ status 0x00000001
    [ 34.550014] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.551287] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.552588] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [ 34.552997] mmc1: sdhci: IRQ status 0x00018000
    [ 34.553061] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [ 34.553083] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.553621] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.553675] mmc1: req done (CMD55): -84: 00000000 00000000 00000000 00000000
    [ 34.553691] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.554099] mmc1: sdhci: IRQ status 0x00018000
    [ 34.554153] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.554169] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.554577] mmc1: sdhci: IRQ status 0x00018000
    [ 34.554630] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.554646] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.555054] mmc1: sdhci: IRQ status 0x00018000
    [ 34.555108] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.555125] mmc_sdio_init_card:734 #pass
    [ 34.555132] mmc_sdio_init_card:780 #pass
    [ 34.559057] mmc_sdio_init_card:782 #pass
    [ 34.562981] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 34.567306] mmc1: sdhci: IRQ status 0x00018000
    [ 34.567375] mmc1: req failed (CMD3): -110, retrying...
    [ 34.567896] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.567958] mmc1: req failed (CMD3): -84, retrying...
    [ 34.568364] mmc1: sdhci: IRQ status 0x00018000
    [ 34.568430] mmc1: req failed (CMD3): -110, retrying...
    [ 34.568825] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.568880] mmc1: req done (CMD3): -84: 00000000 00000000 00000000 00000000
    [ 34.568903] mmc_attach_sdio:1286 err=ffffffac
    [ 34.573264] mmc1: error -84 whilst initialising SDIO card
    [ 34.578666] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 34.580284] mmc1: mmc_rescan_try_freq: trying to init card at 200000 Hz
    [ 34.580298] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 34.590660] mmc_set_signal_voltage:1165 pass
    [ 34.594934] mmc_set_signal_voltage:1170 pass
    [ 34.599200] mmc_set_signal_voltage:1165 pass
    [ 34.603484] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 34.616012] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.628592] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 34.629162] mmc1: sdhci: IRQ status 0x00000001
    [ 34.629176] mmc1: req done (CMD52): 0: 0000d000 00000000 00000000 00000000
    [ 34.629193] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 34.629759] mmc1: sdhci: IRQ status 0x00028001
    [ 34.629827] mmc1: req done (CMD52): -84: 00000000 00000000 00000000 00000000
    [ 34.629850] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.631151] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.631429] mmc1: sdhci: IRQ status 0x00000001
    [ 34.631437] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.632713] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.634018] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 34.634584] mmc1: sdhci: IRQ status 0x00000001
    [ 34.634594] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [ 34.634609] mmc_attach_sdio:1265 ocr=10ff8000
    [ 34.638975] mmc_select_voltage--ocr=0x10ff8000, ocr_avail=0x300000
    [ 34.645158] mmc_select_voltage--final.ocr=0x300000
    [ 34.649946] mmc_attach_sdio:1273 rocr=300000,ocr=10ff8000
    [ 34.655343] mmc_sdio_init_card:700#ocr =1300000
    [ 34.659872] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [ 34.660438] mmc1: sdhci: IRQ status 0x00000001
    [ 34.660449] mmc1: req done (CMD5): 0: 91ff8000 00000000 00000000 00000000
    [ 34.660473] mmc_sdio_init_card:705 #ocr=1300000,rocr=91ff8000
    [ 34.660489] mmc_sdio_init_card:719 #card=80a7800
    [ 34.666232] mmc_sdio_init_card:734 #pass
    [ 34.670859] mmc_sdio_init_card:780 #pass
    [ 34.674779] mmc_sdio_init_card:782 #pass
    [ 34.678702] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 34.683224] mmc1: sdhci: IRQ status 0x00018000
    [ 34.683304] mmc1: req failed (CMD3): -110, retrying...
    [ 34.683908] mmc1: sdhci: IRQ status 0x00018000
    [ 34.683971] mmc1: req failed (CMD3): -110, retrying...
    [ 34.684528] mmc1: sdhci: IRQ status 0x00028001
    [ 34.684597] mmc1: req failed (CMD3): -84, retrying...
    [ 34.685158] mmc1: sdhci: IRQ status 0x00000001
    [ 34.685167] mmc1: req done (CMD3): 0: 00020000 00000000 00000000 00000000
    [ 34.685181] mmc_sdio_init_card:811 #pass
    [ 34.685187] mmc_sdio_init_card:813 #pass
    [ 34.689110] mmc1: starting CMD7 arg 00020000 flags 00000015
    [ 34.693593] mmc1: sdhci: IRQ status 0x00048001
    [ 34.693658] mmc1: req failed (CMD7): -84, retrying...
    [ 34.694213] mmc1: sdhci: IRQ status 0x00000001
    [ 34.694221] mmc1: req done (CMD7): 0: 00001e00 00000000 00000000 00000000
    [ 34.694236] mmc_sdio_init_card:819 #pass
    [ 34.694241] mmc_sdio_init_card:846 #pass
    [ 34.698164] mmc1: starting CMD52 arg 00000000 flags 00000195
    [ 34.702643] mmc1: sdhci: IRQ status 0x00000001
    [ 34.702652] mmc1: req done (CMD52): 0: 00001043 00000000 00000000 00000000
    [ 34.702669] mmc1: starting CMD52 arg 00001000 flags 00000195
    [ 34.703288] mmc1: sdhci: IRQ status 0x00018000
    [ 34.703345] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 34.703363] mmc_sdio_init_card:849 #pass
    [ 34.703375] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 34.707853] mmc1: sdhci: IRQ status 0x00000001
    [ 34.707862] mmc1: req done (CMD52): 0: 00009000 00000000 00000000 00000000
    [ 34.707878] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 34.708453] mmc1: sdhci: IRQ status 0x00000001
    [ 34.708462] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
    [ 34.708485] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.709800] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.710081] mmc1: sdhci: IRQ status 0x00000001
    [ 34.710089] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.711360] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.712664] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [ 34.713270] mmc1: sdhci: IRQ status 0x00018000
    [ 34.713330] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [ 34.713349] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 34.713919] mmc1: sdhci: IRQ status 0x00000001
    [ 34.713927] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [ 34.713941] mmc_sdio_init_card:852 #pass
    [ 34.713946] mmc1: Skipping voltage switch
    [ 34.721875] mmc_sdio_init_card:700#ocr =300000
    [ 34.726316] mmc1: starting CMD5 arg 00300000 flags 000002e1
    [ 34.726925] mmc1: sdhci: IRQ status 0x00018000
    [ 34.726993] mmc1: req failed (CMD5): -110, retrying...
    [ 34.727594] mmc1: sdhci: IRQ status 0x00018000
    [ 34.727655] mmc1: req failed (CMD5): -110, retrying...
    [ 34.728259] mmc1: sdhci: IRQ status 0x00018000
    [ 34.728331] mmc1: req failed (CMD5): -110, retrying...
    [ 34.728920] mmc1: sdhci: IRQ status 0x00000001
    [ 34.728929] mmc1: req done (CMD5): 0: ffffffff 00000000 00000000 00000000
    [ 34.728943] mmc_sdio_init_card:705 #ocr=300000,rocr=ffffffff
    [ 34.728955] mmc_sdio_init_card:719 #card=80a7800
    [ 34.734624] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.740541] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.740827] mmc1: sdhci: IRQ status 0x00000001
    [ 34.740835] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.742108] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.743406] mmc1: starting CMD8 arg 000001aa flags 000002f5
    [ 34.744010] mmc1: sdhci: IRQ status 0x00018000
    [ 34.744068] mmc1: req done (CMD8): -110: 00000000 00000000 00000000 00000000
    [ 34.744089] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.744695] mmc1: sdhci: IRQ status 0x00018000
    [ 34.744757] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.744775] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.745575] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.745629] mmc1: req done (CMD55): -84: 00000000 00000000 00000000 00000000
    [ 34.745645] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.746250] mmc1: sdhci: IRQ status 0x00018000
    [ 34.746304] mmc1: req done (CMD55): -110: 00000000 00000000 00000000 00000000
    [ 34.746320] mmc1: starting CMD55 arg 00000000 flags 000000f5
    [ 34.746865] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.746918] mmc1: req done (CMD55): -84: 00000000 00000000 00000000 00000000
    [ 34.746934] mmc_sdio_init_card:734 #pass
    [ 34.746941] mmc_sdio_init_card:780 #pass
    [ 34.750867] mmc_sdio_init_card:782 #pass
    [ 34.754792] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 34.759315] mmc1: sdhci: IRQ status 0x00018000
    [ 34.759383] mmc1: req failed (CMD3): -110, retrying...
    [ 34.759965] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.760025] mmc1: req failed (CMD3): -84, retrying...
    [ 34.760630] mmc1: sdhci: IRQ status 0x00018000
    [ 34.760700] mmc1: req failed (CMD3): -110, retrying...
    [ 34.761305] mmc1: sdhci: IRQ status 0x00018000
    [ 34.761359] mmc1: req done (CMD3): -110: 00000000 00000000 00000000 00000000
    [ 34.761381] mmc_attach_sdio:1286 err=ffffff92
    [ 34.765740] mmc1: error -110 whilst initialising SDIO card
    [ 34.771230] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 34.772893] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
    [ 34.772906] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 34.783268] mmc_set_signal_voltage:1165 pass
    [ 34.787544] mmc_set_signal_voltage:1170 pass
    [ 34.791811] mmc_set_signal_voltage:1165 pass
    [ 34.796094] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 34.808621] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.820290] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 34.821504] mmc1: sdhci: IRQ status 0x00018000
    [ 34.821579] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 34.821603] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 34.822802] mmc1: sdhci: IRQ status 0x00018000
    [ 34.822857] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 34.822874] mmc1: clock 100000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 34.824182] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 34.824725] mmc1: sdhci: IRQ status 0x00000001
    [ 34.824737] mmc1: req done (CMD0): 0: 00000000 00000000 00000000 00000000
    [ 34.826016] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 34.827324] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 34.828525] mmc1: sdhci: IRQ status 0x00018000
    [ 34.828596] mmc1: req failed (CMD5): -110, retrying...
    [ 34.829815] mmc1: sdhci: IRQ status 0x00018000
    [ 34.829875] mmc1: req failed (CMD5): -110, retrying...
    [ 34.831025] mmc1: sdhci: IRQ status 0x00000001
    [ 34.831033] mmc1: req done (CMD5): 0: 10ff8000 00000000 00000000 00000000
    [ 34.831047] mmc_attach_sdio:1265 ocr=10ff8000
    [ 34.835413] mmc_select_voltage--ocr=0x10ff8000, ocr_avail=0x300000
    [ 34.841594] mmc_select_voltage--final.ocr=0x300000
    [ 34.846381] mmc_attach_sdio:1273 rocr=300000,ocr=10ff8000
    [ 34.851778] mmc_sdio_init_card:700#ocr =1300000
    [ 34.856308] mmc1: starting CMD5 arg 01300000 flags 000002e1
    [ 34.857425] mmc1: sdhci: IRQ status 0x00000001
    [ 34.857435] mmc1: req done (CMD5): 0: 91ff8000 00000000 00000000 00000000
    [ 34.857451] mmc_sdio_init_card:705 #ocr=1300000,rocr=91ff8000
    [ 34.857463] mmc_sdio_init_card:719 #card=80a7800
    [ 34.863216] mmc_sdio_init_card:734 #pass
    [ 34.867833] mmc_sdio_init_card:780 #pass
    [ 34.871751] mmc_sdio_init_card:782 #pass
    [ 34.875672] mmc1: starting CMD3 arg 00000000 flags 00000075
    [ 34.880785] mmc1: sdhci: IRQ status 0x00018000
    [ 34.880868] mmc1: req failed (CMD3): -110, retrying...
    [ 34.882455] mmc1: sdhci: IRQ status 0x000a8001
    [ 34.882518] mmc1: req failed (CMD3): -84, retrying...
    [ 34.883745] mmc1: sdhci: IRQ status 0x00018000
    [ 34.883806] mmc1: req failed (CMD3): -110, retrying...
    [ 34.884945] mmc1: sdhci: IRQ status 0x00028001
    [ 34.885007] mmc1: req done (CMD3): -84: 00000000 00000000 00000000 00000000
    [ 34.885032] mmc_attach_sdio:1286 err=ffffffac
    [ 34.889393] mmc1: error -84 whilst initialising SDIO card
    [ 34.894801] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 39.064620] mmc1: sdhci: IRQ status 0x00000080
    [ 45.918580] mmc0: starting CQE transfer for tag 18 blkaddr 883554
    [ 45.918623] mmc0: blksz 512 blocks 32 flags 00000200 tsac 800 ms nsac 1000
    [ 45.918925] mmc0: sdhci: IRQ status 0x00004000
    [ 45.918940] mmc0: CQE transfer done tag 18

  • 最新状态是:CD脚拉低,可以探测到SDIO设备;

    目标是,使用轮询的方式探测SDIO设备,所以在设备树中增加了broken-cd属性,报[ 80.321744] mmc1: Timeout waiting for hardware cmd interrupt.错误,相关核心日志如下:

    [ 80.321744] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 80.327515] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 80.333941] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 80.340367] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 80.346793] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 80.353219] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 80.359644] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 80.366070] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 80.372495] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 80.378921] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 80.385346] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 80.391773] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 80.398198] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 80.404624] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 80.411049] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 80.417475] mmc1: sdhci: Host ctl2: 0x00000000
    [ 80.421906] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 80.429024] mmc1: sdhci: ============================================
    [ 80.435554] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 80.442648] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 80.451131] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 80.457750] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 81.981478] sdhci-am654 fa00000.mmc: Power on failed
    [ 81.986523] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 82.005316] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 82.025562] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 84.673945] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.679817] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 84.685485] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.692710] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.697982] mmc0: sdhci: IRQ status 0x00000001
    [ 84.702424] mmc0: sdhci: IRQ status 0x00000002
    [ 84.706863] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.713724] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.720585] mmc0: 4096 bytes transferred: 0
    [ 84.725104] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.731580] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.737260] mmc0: sdhci: IRQ status 0x00000001
    [ 84.741698] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 92.097744] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 92.103514] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 92.109940] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 92.116366] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 92.122792] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 92.129217] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 92.135643] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 92.142068] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 92.148494] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 92.154919] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 92.161345] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 92.167771] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 92.174197] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 92.180622] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 92.187047] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 92.193473] mmc1: sdhci: Host ctl2: 0x00000000
    [ 92.197904] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 92.205023] mmc1: sdhci: ============================================
    [ 92.211532] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 92.218721] mmc1: starting CMD52 arg 80000c08 flags 00000195

    目前在查看为啥broken-cd属性添加后,自动探测的CMD交互只有部分内容,想请问的问题如下

    1.当前的SDK是否支持broken-cd属性探测SDIO设备;有相关的E2E案例没?

  • Xiaoding, this is another example that "non-removable" resolves this issue, so i will strongly suggest you to have a try. 

    AM6548: Runtime SD card detection issue (broken-cd) - Processors forum - Processors - TI E2E support forums

    In parallel, BU expert and owner will update you ticket there in timely basis, please you also update new information to Ti here in English, appreciate. 

  • More inputs from Ti's wifi/BT combo chip expert who had similar experience like the V2X vendor as counterpart:

    For example, this is our wifi card configuration on TI Linux: 

    https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am625-sk-m2-cc3351.dtso?h=ti-linux-6.12.y-cicd

    Also, if the WIFI module being used is close is similar to: 

    - https://www.ti.com/tool/M2-CC3351 

    or NXP seen here: 

    - https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1332676/sk-am62-sdio-based-wi-fi-card-initialization-error-mmc1-error--110-whilst-initializing-sdio-card?tisearch=e2e-sitesearch&keymatch=sdio%20mmc1#
    Then the SDIO voltage should not switch from 3.3V to 1.8V and perhaps we should try limiting to:
    - High Speed -> 4-bit PHY operating 3.3 V, 50 MHz
     which is the mode used on our own WIFI cards tested in TI boards.

  • Hi Xu,

    Could you please ask the customer to share all the changes they have made on the "driver" and the "dts" side till now? This will help better understand the baseline for us to provide further feedback.

    Thanks!

  • HI Prashant:

    Using CD-detect in our board, the driver can be recognized and loaded normally from the device.  We need to detect the SDIO device in poll mode. The DTS modifications are as follows, and the driver remains unmodified. The latest logs are as follows:

    the dts is:

    sdhci1: mmc@fa00000 {
    compatible = "ti,am62-sdhci";
    reg = <0x00 0x0fa00000 0x00 0x1000>, <0x00 0x0fa08000 0x00 0x400>;
    interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
    power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>;
    clocks = <&k3_clks 58 5>, <&k3_clks 58 6>;
    clock-names = "clk_ahb", "clk_xin";
    bus-width = <4>;
    ti,clkbuf-sel = <0x7>;
    ti,otap-del-sel-legacy = <0x0>;
    // ti,otap-del-sel-sd-hs = <0x0>;
    ti,otap-del-sel-sdr12 = <0xf>;
    // ti,otap-del-sel-sdr25 = <0xf>;
    // ti,otap-del-sel-sdr50 = <0xc>;
    // ti,otap-del-sel-sdr104 = <0x6>;
    // ti,otap-del-sel-ddr50 = <0x9>;
    ti,itap-del-sel-legacy = <0x0>;
    // ti,itap-del-sel-sd-hs = <0x0>;
    ti,itap-del-sel-sdr12 = <0x0>;
    // ti,itap-del-sel-sdr25 = <0x0>;
    status = "disabled";
    };
    
    &sdhci1 {
    vmmc-supply = <&vdd_mmc1>;
    vqmmc-supply = <&vdd_sd_dv>;
    
    max-frequency = <25000000>;
    mmc-ddr-1_8v;
    mmc-hs200-1_8v;
    mmc-hs400-1_8v;
    //no-1-8-v;
    sd-uhs-sdr12;
    broken-cd;
    // non-removable;
    no-sd;
    no-mmc;
    pinctrl-0 = <&main_mmc1_pins_default>, <&v2x_pins_default>;
    SOC2SW_PWR_EN-gpios = <&mcu_gpio0 3 GPIO_ACTIVE_HIGH>;
    V2X_BOOT0-gpios = <&main_gpio0 88 GPIO_ACTIVE_HIGH>;
    SOC2V2X_PWR_EN-gpios = <&mcu_gpio0 4 GPIO_ACTIVE_HIGH>;
    SOC2V2X_PWR_EN1-gpios = <&main_gpio0 89 GPIO_ACTIVE_HIGH>;
    SOC2V2X_PWR_EN2-gpios = <&main_gpio0 90 GPIO_ACTIVE_HIGH>;
    SOC2V2X_RST-gpio = <&main_gpio0 91 GPIO_ACTIVE_HIGH>;
    V2X_BOOT2-gpios = <&mcu_gpio0 23 GPIO_ACTIVE_HIGH>;
    };

    The driver has not been modified.

    The latest logs are as follows:

    root@am62xx-evm:~#
    U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 23 2025 - 14:48:26 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE: BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE: BL31: Built : 12:35:58, Mar 24 2025
    
    U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 23 2025 - 14:48:44 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:1
    Error: could not access storage.
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181-dirty (Aug 23 2025 - 14:48:44 +0800)
    
    SoC: AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    DRAM: 2 GiB
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Core: 83 devices, 32 uclasses, devicetree: separate
    MMC: mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In: serial
    Out: serial
    Err: serial
    Net: eth0: ethernet@8000000port@1
    
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Can't set block device
    22258176 bytes read in 127 ms (167.1 MiB/s)
    61674 bytes read in 3 ms (19.6 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    Loading Device Tree to 000000008feed000, end 000000008fffffff ... OK
    Working FDT set to 8feed000
    
    Starting kernel ...
    
    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 6.12.17-g505d6c2c6f8f-dirty (uid00909@hzh46167u) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #59 SMP PREEMPT Mon Sep 15 16:28:25 CST 2025
    [ 0.000000] KASLR disabled due to lack of seed
    [ 0.000000] Machine model: Texas Instruments AM625 SK
    [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x00000000f8000000..0x00000000ffffffff (131072 KiB) map reusable linux,cma
    [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [ 0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
    [ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
    [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
    [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
    [ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
    [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: Trusted OS migration not required
    [ 0.000000] psci: SMC Calling Convention v1.5
    [ 0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] CPU features: detected: ARM erratum 845719
    [ 0.000000] alternatives: applying boot alternatives
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=b17163db-e69e-3c43-96dc-90527f2b556b rw rootfstype=ext4 rootwait
    [ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space.
    [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 524288
    [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [ 0.000000] software IO TLB: area num 4.
    [ 0.000000] software IO TLB: mapped [mem 0x00000000f5600000-0x00000000f5800000] (2MB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU event tracing is enabled.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] Tracing variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [ 0.000000] GICv3: 256 SPIs implemented
    [ 0.000000] GICv3: 0 Extended SPIs implemented
    [ 0.000000] Root IRQ handler: gic_handle_irq
    [ 0.000000] GICv3: GICv3 features: 16 PPIs
    [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [ 0.000000] ITS [mem 0x01820000-0x0182ffff]
    [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000000080450000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.008766] Console: colour dummy device 80x25
    [ 0.013391] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.024078] pid_max: default: 32768 minimum: 301
    [ 0.028908] LSM: initializing lsm=capability,selinux
    [ 0.034054] SELinux: Initializing.
    [ 0.038215] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.045802] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.065941] rcu: Hierarchical SRCU implementation.
    [ 0.070884] rcu: Max phase no-delay instances is 1000.
    [ 0.076463] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.085339] EFI services will not be available.
    [ 0.094026] smp: Bringing up secondary CPUs ...
    [ 0.107119] Detected VIPT I-cache on CPU1
    [ 0.107232] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.107251] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [ 0.107313] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.115108] Detected VIPT I-cache on CPU2
    [ 0.115193] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.115209] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [ 0.115253] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.123121] Detected VIPT I-cache on CPU3
    [ 0.123211] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.123225] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [ 0.123262] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.123426] smp: Brought up 1 node, 4 CPUs
    [ 0.203173] SMP: Total of 4 processors activated.
    [ 0.207987] CPU: All CPU(s) started at EL2
    [ 0.212190] CPU features: detected: 32-bit EL0 Support
    [ 0.217450] CPU features: detected: CRC32 instructions
    [ 0.222765] alternatives: applying system-wide alternatives
    [ 0.229188] Memory: 1834296K/2097152K available (12928K kernel code, 1256K rwdata, 4660K rodata, 2752K init, 641K bss, 122924K reserved, 131072K cma-reserved)
    [ 0.245153] devtmpfs: initialized
    [ 0.257959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.267998] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.280330] 27152 pages in range for non-PLT usage
    [ 0.280371] 518672 pages in range for PLT usage
    [ 0.285782] pinctrl core: initialized pinctrl subsystem
    [ 0.296411] DMI not present or invalid.
    [ 0.303007] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.310614] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.318550] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.327273] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.336018] audit: initializing netlink subsys (disabled)
    [ 0.342009] audit: type=2000 audit(0.228:1): state=initialized audit_enabled=0 res=1
    [ 0.342559] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.349950] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.356149] cpuidle: using governor menu
    [ 0.367091] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.374149] ASID allocator initialised with 65536 entries
    [ 0.385882] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [ 0.397419] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.409505] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.427048] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.440293] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.457101] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.464092] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.470506] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.477448] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.483858] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.490800] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.497211] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.504151] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.512769] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.522363] iommu: Default domain type: Translated
    [ 0.527309] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.534294] SCSI subsystem initialized
    [ 0.538662] usbcore: registered new interface driver usbfs
    [ 0.544307] usbcore: registered new interface driver hub
    [ 0.549775] usbcore: registered new device driver usb
    [ 0.555596] pps_core: LinuxPPS API ver. 1 registered
    [ 0.560682] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.570039] PTP clock support registered
    [ 0.574086] EDAC MC: Ver: 3.0.0
    [ 0.577738] scmi_core: SCMI protocol bus registered
    [ 0.583077] FPGA manager framework
    [ 0.586660] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.594065] vgaarb: loaded
    [ 0.597339] clocksource: Switched to clocksource arch_sys_counter
    [ 0.603958] VFS: Disk quotas dquot_6.6.0
    [ 0.608003] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.622727] NET: Registered PF_INET protocol family
    [ 0.628045] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.637410] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.646243] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.654184] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.662392] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [ 0.670567] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.677551] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.684490] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.692068] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.698552] RPC: Registered named UNIX socket transport module.
    [ 0.704648] RPC: Registered udp transport module.
    [ 0.709460] RPC: Registered tcp transport module.
    [ 0.714271] RPC: Registered tcp-with-tls transport module.
    [ 0.719890] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.726486] NET: Registered PF_XDP protocol family
    [ 0.731412] PCI: CLS 0 bytes, default 64
    [ 0.737307] Initialise system trusted keyrings
    [ 0.742261] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.749259] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.755595] NFS: Registering the id_resolver key type
    [ 0.760817] Key type id_resolver registered
    [ 0.765099] Key type id_legacy registered
    [ 0.769221] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.776079] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.836883] Key type asymmetric registered
    [ 0.841097] Asymmetric key parser 'x509' registered
    [ 0.846195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 0.854008] io scheduler mq-deadline registered
    [ 0.858653] io scheduler kyber registered
    [ 0.862801] io scheduler bfq registered
    [ 0.870568] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.877283] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.885178] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.898062] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.915235] loop: module loaded
    [ 0.919822] megasas: 07.727.03.00-rc1
    [ 0.928035] tun: Universal TUN/TAP device driver, 1.6
    [ 0.934560] VFIO - User Level meta-driver version: 0.3
    [ 0.941169] usbcore: registered new interface driver usb-storage
    [ 0.947958] i2c_dev: i2c /dev entries driver
    [ 0.954317] sdhci: Secure Digital Host Controller Interface driver
    [ 0.960685] sdhci: Copyright(c) Pierre Ossman
    [ 0.965403] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.972274] net atk0: atlk_nic_init: ATLK multi-block mode enabled.
    [ 0.979425] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 0.986775] usbcore: registered new interface driver usbhid
    [ 0.992489] usbhid: USB HID core driver
    [ 0.997983] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [ 1.008368] optee: probing for conduit method.
    [ 1.012964] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.013468] optee: dynamic shared memory is enabled
    [ 1.024224] optee: initialized driver
    [ 1.024338] random: crng init done
    [ 1.030681] Initializing XFRM netlink socket
    [ 1.035897] NET: Registered PF_PACKET protocol family
    [ 1.041161] Key type dns_resolver registered
    [ 1.054596] registered taskstats version 1
    [ 1.059254] Loading compiled-in X.509 certificates
    [ 1.078135] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.160727] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.172897] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.180248] omap_i2c 20020000.i2c: bus 1 rev0.12 at 400 kHz
    [ 1.186327] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [ 1.194699] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.203998] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.214996] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.223982] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.235566] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.247041] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.258008] printk: legacy console [ttyS2] disabled
    [ 1.263425] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 237, base_baud = 3000000) is a 8250
    [ 1.272390] printk: legacy console [ttyS2] enabled
    [ 1.272390] printk: legacy console [ttyS2] enabled
    [ 1.282122] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.282122] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.299208] 2810000.serial: ttyS0 at MMIO 0x2810000 (irq = 239, base_baud = 3000000) is a 8250
    [ 1.310941] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
    [ 1.319130] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.361349] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.585721] mdio_bus 8000f00.mdio: MDIO device at address 1 is missing.
    [ 1.592353] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83TC812CS2.0
    [ 1.601093] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.614087] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [ 1.620504] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.627646] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.635880] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.656580] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.668564] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.680517] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 1.698611] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 1.704170] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 1.711976] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [ 1.717981] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [ 1.727436] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [ 1.735125] hub 1-0:1.0: USB hub found
    [ 1.738932] hub 1-0:1.0: 1 port detected
    [ 1.746356] ##soc2sw_pwren_gpio:0
    [ 1.749870] v2x_boot0_gpio:0
    [ 1.752849] v2x_boot2_gpio:0
    [ 1.756741] ##soc2sw_pwren_gpio:49c0c60
    [ 1.757984] clk: Disabling unused clocks
    [ 1.760832] v2x_boot0_gpio:1021b00
    [ 1.768125] v2x_boot2_gpio:49c0ee0
    [ 1.773856] PM: genpd: Disabling unused power domains
    [ 1.779034] ALSA device list:
    [ 1.782075] No soundcards found.
    [ 1.835865] soc2v2x_pwr_en_gpio:0
    [ 1.851632] ***entry here
    [ 1.854249] soc2v2x_pwr_en_gpio:49c0c80
    [ 1.899279] soc2v2x_pwr_en1_gpio:0
    [ 1.918171] soc2v2x_pwr_en1_gpio:1021b20
    [ 1.942766] soc2v2x_pwr_en2_gpio:0
    [ 1.962203] soc2v2x_pwr_en2_gpio:1021b40
    [ 2.466270] FREE v2x_boot0_gpio
    [ 2.469510] FREE v2x_boot2_gpio
    [ 3.470204] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3decc801, host->caps1=0x18002407
    [ 3.478939] mmc0: CQHCI version 5.10
    [ 3.502390] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3de8c801, host->caps1=0x18002407
    [ 3.511110] mmc1: CQHCI version 5.10
    [ 3.525371] mmc_rescan:2218 pass
    [ 3.528600] mmc_rescan:2265 pass###
    [ 3.532092] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 3.553641] mmc_select_voltage--ocr=0xc0ff8080, ocr_avail=0x300080
    [ 3.559836] mmc_select_voltage--final.ocr=0x300000
    [ 3.600009] mmc0: new HS200 MMC card at address 0001
    [ 3.606021] mmcblk0: mmc0:0001 IS008G 7.20 GiB
    [ 3.614905] mmcblk0: p1
    [ 3.618315] mmcblk0boot0: mmc0:0001 IS008G 16.0 MiB
    [ 3.624864] mmcblk0boot1: mmc0:0001 IS008G 16.0 MiB
    [ 3.631242] mmcblk0rpmb: mmc0:0001 IS008G 4.00 MiB, chardev (239:0)
    [ 3.637645] mmc_rescan:2267 pass###
    [ 5.029632] sdhci-am654 fa00000.mmc: Power on failed
    [ 5.059750] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 5.067237] mmc_rescan:2218 pass
    [ 5.070473] mmc_rescan:2265 pass###
    [ 5.681196] EXT4-fs (mmcblk0p1): recovery complete
    [ 5.687374] EXT4-fs (mmcblk0p1): mounted filesystem df55c9b4-ab34-4143-af16-febd6b620543 r/w with ordered data mode. Quota mode: none.
    [ 5.699571] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [ 5.708580] devtmpfs: mounted
    [ 5.713495] Freeing unused kernel memory: 2752K
    [ 5.718149] Run /sbin/init as init process
    [ 5.884081] systemd[1]: System time before build time, advancing clock.
    [ 5.926304] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [ 5.958223] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [ 5.975881] systemd[1]: Hostname set to <am62xx-evm>.
    [ 6.287635] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [ 6.296617] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [ 6.510725] systemd[1]: Queued start job for default target Multi-User System.
    [ 6.572243] systemd[1]: Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/getty.
    [ 6.592254] systemd[1]: Created slice Slice /system/modprobe.
    [ OK ] Created slice Slice /system/modprobe.
    [ 6.612204] systemd[1]: Created slice Slice /system/serial-getty.
    [ OK ] Created slice Slice /system/serial-getty.
    [ 6.631651] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 6.649993] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 6.669840] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 6.689601] systemd[1]: Expecting device /dev/ttyS2...
    Expecting device /dev/ttyS2...
    [ 6.705607] systemd[1]: Reached target Path Units.
    [ OK ] Reached target Path Units.
    [ 6.721534] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 6.737492] systemd[1]: Reached target Slice Units.
    [ OK ] Reached target Slice Units.
    [ 6.753506] systemd[1]: Reached target Swaps.
    [ OK ] Reached target Swaps.
    [ 6.801296] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 6.825747] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 6.849310] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 6.866135] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 6.887180] systemd[1]: Listening on Journal Audit Socket.
    [ OK ] Listening on Journal Audit Socket.
    [ 6.906383] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 6.926461] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 6.942631] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 6.963553] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 6.982352] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 7.002353] systemd[1]: Listening on User Database Manager Socket.
    [ OK ] Listening on User Database Manager Socket.
    [ 7.065854] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 7.087582] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 7.111725] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 7.130362] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 7.150744] systemd[1]: Mounting Temporary Directory /tmp...
    Mounting Temporary Directory /tmp...
    [ 7.170082] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.12.17-g505d6c2c6f8f-dirty/modules.devname).
    [ 7.193798] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module configfs...
    [ 7.219988] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module drm...
    [ 7.240673] systemd[1]: Starting Load Kernel Module fuse...
    Starting Load Kernel Module fuse...
    [ 7.265545] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 7.297743] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 7.310050] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [ 7.334984] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 7.356931] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 7.383062] systemd[1]: Starting Generate network units from Kernel command line...
    Starting Generate network units from Kernel command line...
    [ 7.415055] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 7.444022] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
    Starting Create Static Device Nodes in /dev gracefully...
    [ 7.461021] systemd[1]: Starting Coldplug All udev Devices...
    Starting Coldplug All udev Devices...
    [ 7.470482] systemd-journald[117]: Collecting audit messages is enabled.
    [ 7.493846] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 7.501190] systemd-journald[117]: /dev/kmsg buffer overrun, some messages lost.
    [ 7.512731] systemd[1]: Mounted Huge Pages File System.
    [ OK ] Mounted Huge Pages File System.
    [ 7.539479] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File Sy[ 7.549983] EXT4-fs (mmcblk0p1): re-mounted df55c9b4-ab34-4143-af16-febd6b620543 r/w. Quota mode: none.
    stem.
    [ 7.577936] systemd[1]: Mounted Kernel Debug File System.
    [ OK ] Mounted Kernel Debug File System.
    [ 7.603119] systemd[1]: Mounted Temporary Directory /tmp.
    [ OK ] Mounted Temporary Directory /tmp.
    [ 7.627872] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [ 7.636217] systemd[1]: Finished Load Kernel Module configfs.
    [ OK ] Finished Load Kernel Module configfs.
    [ 7.659440] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [ 7.667947] systemd[1]: Finished Load Kernel Module drm.
    [ OK ] Finished Load Kernel Module drm.
    [ 7.691410] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [ 7.699608] systemd[1]: Finished Load Kernel Module fuse.
    [ OK ] Finished Load Kernel Module fuse.
    [ 7.718442] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [ OK ] Finished Load Kernel Modules.
    [ OK ] Finished Generate network units from Kernel command line.
    [ OK ] Finished Remount Root and Kernel File Systems.
    [ OK ] Finished Create Static Device Nodes in /dev gracefully.
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev...
    [ 7.996875] systemd-journald[117]: Received client request to flush runtime journal.
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Finished Flush Journal to Persistent Storage.
    [ OK ] Finished Apply Kernel Variables.
    [ OK ] Finished Create Static Device Nodes in /dev.
    [ OK ] Reached target Preparation for Local File Systems.
    Mounting /var/volatile...
    [ 8.161266] audit: type=1334 audit(1736360579.272:2): prog-id=6 op=LOAD
    [ 8.170379] audit: type=1334 audit(1736360579.280:3): prog-id=7 op=LOAD
    Starting Rule-based Manager for Device Events and Files...
    [ OK ] Mounted /var/volatile.
    [ OK ] Finished Coldplug All udev Devices.
    Starting Load/Save OS Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create System Files and Directories...
    [ OK ] Finished Load/Save OS Random Seed.
    [ OK ] Finished Create System Files and Directories.
    [ 8.439085] audit: type=1334 audit(1736360579.552:4): prog-id=8 op=LOAD
    Starting Network Name Resolution...
    [ 8.478795] audit: type=1334 audit(1736360579.592:5): prog-id=9 op=LOAD
    Starting Network Time Synchronization...
    Starting Record System Boot/Shutdown in UTMP...
    [ 8.542692] audit: type=1334 audit(1736360579.656:6): prog-id=10 op=LOAD
    [ 8.549534] audit: type=1334 audit(1736360579.664:7): prog-id=11 op=LOAD
    [ 8.585912] audit: type=1334 audit(1736360579.700:8): prog-id=12 op=LOAD
    Starting User Database Manager...
    [ OK ] Finished Record System Boot/Shutdown in UTMP.
    [ OK ] Started User Database Manager.
    [ OK ] Started Rule-based Manager for Device Events and Files.
    [ OK ] Found device /dev/ttyS2.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timer Units.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API...
    [ OK ] Listening on dropbear.socket.
    [ 9.304636] audit: type=1334 audit(1736361004.084:9): prog-id=13 op=LOAD
    Starting D-Bus System Message Bus...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Reached target Socket Units.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target Basic System.
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    Starting Expand the rootfs partiti…to full size of the boot device....
    [ 9.827177] audit: type=1334 audit(1736361004.608:10): prog-id=14 op=LOAD
    [ 9.834263] audit: type=1334 audit(1736361004.616:11): prog-id=15 op=LOAD
    Starting User Login Management...
    Starting Telnet Server...
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Reached target Preparation for Network.
    Starting Network Configuration...
    [ OK ] Finished Telnet Server.
    [ OK ] Started User Login Management.
    [ OK ] Finished Expand the rootfs partition to full size of the boot device..
    [ OK ] Started Network Configuration.
    [ OK ] Reached target Network.
    Starting containerd container runtime...
    Starting LLDP daemon...
    [ OK ] Started Netperf Benchmark Server.
    Starting Permit User Sessions...
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    [ 10.888734] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83TC812CS2.0] (irq=POLL)
    [ 10.923633] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ OK ] Started LLDP daemon.
    [ OK ] Reached target Hardware activated USB gadget.
    [ OK ] Created slice Slice /system/tee-supplicant.
    [ OK ] Started TEE Supplicant on teepriv0.
    Starting Virtual Console Setup...
    [ OK ] Finished Virtual Console Setup.
    [ 11.950291] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
    [ 11.954090] platform 2b300050.target-module: deferred probe pending: (reason unknown)
    [ OK ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    bash
    cifs-utils
    dosfstools
    grub-common
    grub-editenv
    grub-efi
    kbd-keymaps-pine
    less
    libdw1
    libelf1
    libgcc1
    libreadline8
    libstdc++6
    parted
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [ OK ] Finished Print notice about GPLv3 packages.
    [ OK ] Reached target Multi-User System.
    Starting Record Runlevel Change in UTMP...
    [ OK ] Finished Record Runlevel Change in UTMP.
    
    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|
    
    Arago Project am62xx-evm ttyS2
    
    Arago 2025.01 am62xx-evm ttyS2
    
    am62xx-evm login:
    am62xx-evm login:
    am62xx-evm login: [ 15.277340] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 15.283121] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 15.289548] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 15.295975] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 15.302400] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 15.308825] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 15.315251] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 15.321677] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 15.328103] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 15.334528] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 15.340954] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 15.347379] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 15.353804] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 15.360230] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 15.366657] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 15.373082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 15.377513] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 15.384631] mmc1: sdhci: ============================================
    root
    [ 16.508789] kauditd_printk_skb: 2 callbacks suppressed
    [ 16.508816] audit: type=1006 audit(1736361011.288:14): pid=451 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 16.514061] audit: type=1300 audit(1736361011.288:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffde69c9e8 a2=1 a3=1 items=0 ppid=1 pid=451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [ 16.554914] audit: type=1327 audit(1736361011.288:14): proctitle="(systemd)"
    [ 16.634300] audit: type=1334 audit(1736361011.416:15): prog-id=18 op=LOAD
    [ 16.641192] audit: type=1300 audit(1736361011.416:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd2598a68 a2=90 a3=0 items=0 ppid=1 pid=451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    
    [ 16.668104] audit: type=1327 audit(1736361011.416:15): proctitle="(systemd)"
    [ 16.675321] audit: type=1334 audit(1736361011.416:16): prog-id=18 op=UNLOAD
    [ 16.682311] audit: type=1300 audit(1736361011.416:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb4cc0c60 items=0 ppid=1 pid=451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [ 16.708939] audit: type=1327 audit(1736361011.416:16): proctitle="(systemd)"
    [ 16.716022] audit: type=1334 audit(1736361011.416:17): prog-id=19 op=LOAD
    
    root@am62xx-evm:~# gpioset -c 1 88=1
    ^C
    root@am62xx-evm:~# [ 25.517335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 25.523114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 25.529541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 25.535969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 25.542395] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 25.548821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 25.555246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 25.561672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 25.568096] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 25.574522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 25.580948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 25.587373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 25.593799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 25.600225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 25.606649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 25.613074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 25.617506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 25.624625] mmc1: sdhci: ============================================
    gpioset -c 0 23=0
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 1 91=1[ 35.757335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 35.763109] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 35.769535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 35.775961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 35.782387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 35.788813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 35.795238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 35.801664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 35.808090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 35.814515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 35.820942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 35.827368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 35.833793] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 35.840217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 35.846643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 35.853068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 35.857499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 35.864618] mmc1: sdhci: ============================================
    
    
    
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 1 91=0
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# dmesg |tail [ 45.997335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 46.003116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 46.009543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 46.015970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 46.022396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 46.028821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 46.035247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 46.041673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 46.048097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 46.054522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 46.060948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 46.067373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 46.073798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 46.080223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 46.086648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 46.093074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 46.097505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 46.104625] mmc1: sdhci: ============================================
    -fn 100
    [ 35.775961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 35.782387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 35.788813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 35.795238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 35.801664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 35.808090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 35.814515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 35.820942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 35.827368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 35.833793] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 35.840217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 35.846643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 35.853068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 35.857499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 35.864618] mmc1: sdhci: ============================================
    [ 35.871145] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 35.872456] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 35.873800] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 41.133694] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 41.133740] mmc0: starting CMD25 arg 00084602 flags 000000b5
    [ 41.133748] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 41.133757] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 41.133799] mmc0: sdhci: IRQ status 0x00000001
    [ 41.136354] mmc0: sdhci: IRQ status 0x00000002
    [ 41.136381] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 41.136391] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 41.136399] mmc0: 20480 bytes transferred: 0
    [ 41.136405] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 41.136457] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.136474] mmc0: sdhci: IRQ status 0x00000001
    [ 41.136482] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 41.136688] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 41.136706] mmc0: sdhci: IRQ status 0x00000001
    [ 41.137835] mmc0: sdhci: IRQ status 0x00000002
    [ 41.137850] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 41.137881] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.137897] mmc0: sdhci: IRQ status 0x00000001
    [ 41.137906] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 41.137984] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 41.137992] mmc0: starting CMD25 arg 0008462a flags 000000b5
    [ 41.137998] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 41.138005] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 41.138023] mmc0: sdhci: IRQ status 0x00000001
    [ 41.139022] mmc0: sdhci: IRQ status 0x00000002
    [ 41.139034] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 41.139041] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 41.139048] mmc0: 4096 bytes transferred: 0
    [ 41.139054] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 41.139082] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.139095] mmc0: sdhci: IRQ status 0x00000001
    [ 41.139103] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 45.997335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 46.003116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 46.009543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 46.015970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 46.022396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 46.028821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 46.035247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 46.041673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 46.048097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 46.054522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 46.060948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 46.067373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 46.073798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 46.080223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 46.086648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 46.093074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 46.097505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 46.104625] mmc1: sdhci: ============================================
    [ 46.111165] mmc1: req failed (CMD5): -110, retrying...
    [ 48.136941] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 48.136992] mmc0: starting CMD18 arg 000d7b62 flags 000000b5
    [ 48.136999] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 48.137008] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.137048] mmc0: sdhci: IRQ status 0x00000001
    [ 48.139565] mmc0: sdhci: IRQ status 0x00000002
    [ 48.139628] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.139638] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.139646] mmc0: 16384 bytes transferred: 0
    [ 48.139654] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 48.141156] <mmc0: starting CMD23 arg 00000090 flags 00000015>
    [ 48.141195] mmc0: starting CMD18 arg 000d7be2 flags 000000b5
    [ 48.141203] mmc0: blksz 512 blocks 144 flags 00000200 tsac 400 ms nsac 1000
    [ 48.141211] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.141255] mmc0: sdhci: IRQ status 0x00000001
    [ 48.142046] mmc0: sdhci: IRQ status 0x00000002
    [ 48.142067] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.142075] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.142083] mmc0: 73728 bytes transferred: 0
    [ 48.142088] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 48.143571] <mmc0: starting CMD23 arg 00000060 flags 00000015>
    [ 48.143599] mmc0: starting CMD18 arg 000d7b82 flags 000000b5
    [ 48.143606] mmc0: blksz 512 blocks 96 flags 00000200 tsac 400 ms nsac 1000
    [ 48.143614] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.143650] mmc0: sdhci: IRQ status 0x00000001
    [ 48.144340] mmc0: sdhci: IRQ status 0x00000002
    [ 48.144360] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.144370] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.144378] mmc0: 49152 bytes transferred: 0
    [ 48.144384] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    root@am62xx-evm:~# [ 56.237334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 56.243101] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 56.249526] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 56.255951] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 56.262376] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 56.268801] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 56.275227] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 56.281653] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 56.288078] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 56.294504] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 56.300929] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 56.307355] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 56.313780] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 56.320205] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 56.326630] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 56.333056] mmc1: sdhci: Host ctl2: 0x00000000
    [ 56.337488] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 56.344608] mmc1: sdhci: ============================================
    
    root@am62xx-evm:~#
    root@am62xx-evm:~# dmesg |tail -fn 100
    [ 53.944597] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945524] mmc0: sdhci: IRQ status 0x00000002
    [ 53.945536] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.945544] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.945551] mmc0: 16384 bytes transferred: 0
    [ 53.945557] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.945580] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.945594] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945603] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.945618] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 53.945629] mmc0: starting CMD25 arg 0000064a flags 000000b5
    [ 53.945635] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.945642] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.945656] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945959] mmc0: sdhci: IRQ status 0x00000002
    [ 53.945967] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.945976] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.945983] mmc0: 8192 bytes transferred: 0
    [ 53.945989] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.946005] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.946018] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946026] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.946042] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.946050] mmc0: starting CMD25 arg 00000952 flags 000000b5
    [ 53.946056] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.946063] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.946077] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946386] mmc0: sdhci: IRQ status 0x00000002
    [ 53.946395] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.946404] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.946411] mmc0: 4096 bytes transferred: 0
    [ 53.946415] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.946433] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.946445] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946454] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.946469] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.946477] mmc0: starting CMD25 arg 00000c3a flags 000000b5
    [ 53.946483] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.946490] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.946503] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946984] mmc0: sdhci: IRQ status 0x00000002
    [ 53.946993] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.947001] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.947008] mmc0: 4096 bytes transferred: 0
    [ 53.947014] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.947060] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.947073] mmc0: sdhci: IRQ status 0x00000001
    [ 53.947081] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.189639] <mmc0: starting CMD23 arg 20000040 flags 00000015>
    [ 54.189667] mmc0: starting CMD25 arg 00084632 flags 000000b5
    [ 54.189674] mmc0: blksz 512 blocks 64 flags 00002100 tsac 1600 ms nsac 4000
    [ 54.189681] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 54.189711] mmc0: sdhci: IRQ status 0x00000001
    [ 54.192081] mmc0: sdhci: IRQ status 0x00000002
    [ 54.192097] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 54.192105] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 54.192114] mmc0: 32768 bytes transferred: 0
    [ 54.192120] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 54.192153] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.192168] mmc0: sdhci: IRQ status 0x00000001
    [ 54.192175] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.192337] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 54.192353] mmc0: sdhci: IRQ status 0x00000001
    [ 54.196086] mmc0: sdhci: IRQ status 0x00000002
    [ 54.196100] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 54.196127] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.196142] mmc0: sdhci: IRQ status 0x00000001
    [ 54.196150] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.196202] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 54.196210] mmc0: starting CMD25 arg 00084672 flags 000000b5
    [ 54.196216] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 54.196223] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 54.196239] mmc0: sdhci: IRQ status 0x00000001
    [ 54.197200] mmc0: sdhci: IRQ status 0x00000002
    [ 54.197207] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 54.197215] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 54.197222] mmc0: 4096 bytes transferred: 0
    [ 54.197227] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 54.197251] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.197267] mmc0: sdhci: IRQ status 0x00000001
    [ 54.197275] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 56.237334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 56.243101] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 56.249526] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 56.255951] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 56.262376] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 56.268801] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 56.275227] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 56.281653] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 56.288078] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 56.294504] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 56.300929] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 56.307355] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 56.313780] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 56.320205] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 56.326630] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 56.333056] mmc1: sdhci: Host ctl2: 0x00000000
    [ 56.337488] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 56.344608] mmc1: sdhci: ============================================
    [ 56.351132] mmc1: req failed (CMD5): -110, retrying...
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# dmesg
    [ 16.140436] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.140443] mmc0: 16384 bytes transferred: 0
    [ 16.140448] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.140832] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.140844] mmc0: starting CMD18 arg 0005350a flags 000000b5
    [ 16.140851] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.140858] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.140876] mmc0: sdhci: IRQ status 0x00000001
    [ 16.141549] mmc0: sdhci: IRQ status 0x00000002
    [ 16.141567] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.141575] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.141583] mmc0: 53248 bytes transferred: 0
    [ 16.141589] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.145035] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.145064] mmc0: starting CMD18 arg 00053022 flags 000000b5
    [ 16.145071] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.145079] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.145119] mmc0: sdhci: IRQ status 0x00000001
    [ 16.145481] mmc0: sdhci: IRQ status 0x00000002
    [ 16.145496] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.145504] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.145512] mmc0: 16384 bytes transferred: 0
    [ 16.145518] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.146036] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.146056] mmc0: starting CMD18 arg 00053042 flags 000000b5
    [ 16.146063] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.146070] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.146098] mmc0: sdhci: IRQ status 0x00000001
    [ 16.146793] mmc0: sdhci: IRQ status 0x00000002
    [ 16.146806] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.146816] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.146823] mmc0: 53248 bytes transferred: 0
    [ 16.146829] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.147544] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.147568] mmc0: starting CMD18 arg 000cf3b2 flags 000000b5
    [ 16.147575] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.147582] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.147614] mmc0: sdhci: IRQ status 0x00000001
    [ 16.147924] mmc0: sdhci: IRQ status 0x00000002
    [ 16.147933] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.147941] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.147949] mmc0: 4096 bytes transferred: 0
    [ 16.147954] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.148264] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.148274] mmc0: starting CMD18 arg 00053e32 flags 000000b5
    [ 16.148281] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.148288] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.148304] mmc0: sdhci: IRQ status 0x00000001
    [ 16.148803] mmc0: sdhci: IRQ status 0x00000002
    [ 16.148811] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.148819] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.148826] mmc0: 16384 bytes transferred: 0
    [ 16.148831] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.149166] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.149177] mmc0: starting CMD18 arg 00053e52 flags 000000b5
    [ 16.149183] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.149191] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.149208] mmc0: sdhci: IRQ status 0x00000001
    [ 16.149916] mmc0: sdhci: IRQ status 0x00000002
    [ 16.149938] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.149946] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.149953] mmc0: 53248 bytes transferred: 0
    [ 16.149958] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.153440] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.153475] mmc0: starting CMD18 arg 00051f72 flags 000000b5
    [ 16.153482] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.153489] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.153524] mmc0: sdhci: IRQ status 0x00000001
    [ 16.154028] mmc0: sdhci: IRQ status 0x00000002
    [ 16.154041] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.154049] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.154056] mmc0: 16384 bytes transferred: 0
    [ 16.154062] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.154496] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.154508] mmc0: starting CMD18 arg 00051f92 flags 000000b5
    [ 16.154515] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.154522] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.154544] mmc0: sdhci: IRQ status 0x00000001
    [ 16.155207] mmc0: sdhci: IRQ status 0x00000002
    [ 16.155216] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.155223] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.155231] mmc0: 53248 bytes transferred: 0
    [ 16.155235] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.155708] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.155724] mmc0: starting CMD18 arg 00053572 flags 000000b5
    [ 16.155731] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.155738] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.155760] mmc0: sdhci: IRQ status 0x00000001
    [ 16.156269] mmc0: sdhci: IRQ status 0x00000002
    [ 16.156278] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.156285] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.156293] mmc0: 16384 bytes transferred: 0
    [ 16.156298] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.156595] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.156604] mmc0: starting CMD18 arg 00053592 flags 000000b5
    [ 16.156610] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.156618] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.156634] mmc0: sdhci: IRQ status 0x00000001
    [ 16.157318] mmc0: sdhci: IRQ status 0x00000002
    [ 16.157327] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.157334] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.157342] mmc0: 53248 bytes transferred: 0
    [ 16.157347] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.158184] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.158209] mmc0: starting CMD18 arg 00053132 flags 000000b5
    [ 16.158216] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.158224] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.158262] mmc0: sdhci: IRQ status 0x00000001
    [ 16.158677] mmc0: sdhci: IRQ status 0x00000002
    [ 16.158690] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.158698] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.158706] mmc0: 16384 bytes transferred: 0
    [ 16.158713] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.159285] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.159302] mmc0: starting CMD18 arg 00053152 flags 000000b5
    [ 16.159309] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.159316] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.159350] mmc0: sdhci: IRQ status 0x00000001
    [ 16.160077] mmc0: sdhci: IRQ status 0x00000002
    [ 16.160088] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.160096] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.160106] mmc0: 53248 bytes transferred: 0
    [ 16.160112] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.160792] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.160811] mmc0: starting CMD18 arg 00053242 flags 000000b5
    [ 16.160818] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.160826] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.160860] mmc0: sdhci: IRQ status 0x00000001
    [ 16.161256] mmc0: sdhci: IRQ status 0x00000002
    [ 16.161267] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.161275] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.161283] mmc0: 16384 bytes transferred: 0
    [ 16.161288] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.162006] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.162026] mmc0: starting CMD18 arg 00053262 flags 000000b5
    [ 16.162033] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.162041] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.162075] mmc0: sdhci: IRQ status 0x00000001
    [ 16.162799] mmc0: sdhci: IRQ status 0x00000002
    [ 16.162811] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.162819] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.162826] mmc0: 53248 bytes transferred: 0
    [ 16.162831] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.163608] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.163629] mmc0: starting CMD18 arg 000533da flags 000000b5
    [ 16.163636] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.163644] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.163677] mmc0: sdhci: IRQ status 0x00000001
    [ 16.164026] mmc0: sdhci: IRQ status 0x00000002
    [ 16.164038] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.164046] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.164053] mmc0: 16384 bytes transferred: 0
    [ 16.164059] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.164472] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.164482] mmc0: starting CMD18 arg 000533fa flags 000000b5
    [ 16.164489] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.164496] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.164515] mmc0: sdhci: IRQ status 0x00000001
    [ 16.165133] mmc0: sdhci: IRQ status 0x00000002
    [ 16.165142] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.165149] mmc0: req d[ 66.477337] mmc1: Timeout waiting for hardware cmd interrupt.
    one (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.1651[ 66.487513] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    57] mmc0: 53248 bytes transferred: 0
    [ 16.165162] mmc0: [ 66.499476] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.16579[ 66.511441] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    2] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.16[ 66.523407] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    5816] mmc0: starting CMD18 arg 00053352 flags 000000b5
    [ 16.1[ 66.535374] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    65823] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms [ 66.547341] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    nsac 1000
    [ 16.165831] mmc0: CMD12 arg 00000000 flags 000[ 66.559307] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    00095
    [ 16.165859] mmc0: sdhci: IRQ status 0x00000001
    [ 16[ 66.571273] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    .166296] mmc0: sdhci: IRQ status 0x00000002
    [ 16.166312] mmc0[ 66.583240] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    : req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ [ 66.595206] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    16.166320] mmc0: req done (CMD18): 0: 00000900 00000000 00000000[ 66.607173] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    00000000
    [ 16.166328] mmc0: 16384 bytes transferred: 0
    [ 66.619139] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 16.166333] mmc0: (CMD12): 0: 00000000 00000000 00000000 [ 66.631106] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    00000000
    [ 16.166850] <mmc0: starting CMD23 arg 00000068 flag[ 66.643072] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    s 00000015>
    [ 16.166867] mmc0: starting CMD18 arg 00053372 fl[ 66.655040] mmc1: sdhci: Host ctl2: 0x00000000
    ags 000000b5
    [ 16.166874] mmc0: blksz 512 blocks 104 flag[ 66.665014] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    s 00000200 tsac 400 ms nsac 1000
    [ 16.166882] mmc0: CMD12[ 66.677672] mmc1: sdhci: ============================================
    arg 00000000 flags 00000095
    [ 16.166906] mmc0: sdhci: IRQ status 0x00000001
    [ 16.167667] mmc0: sdhci: IRQ status 0x00000002
    [ 16.167679] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.167687] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.167695] mmc0: 53248 bytes transferred: 0
    [ 16.167700] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.168368] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.168389] mmc0: starting CMD18 arg 000cf3aa flags 000000b5
    [ 16.168396] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.168404] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.168431] mmc0: sdhci: IRQ status 0x00000001
    [ 16.168754] mmc0: sdhci: IRQ status 0x00000002
    [ 16.168765] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.168773] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.168780] mmc0: 4096 bytes transferred: 0
    [ 16.168786] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.169164] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.169177] mmc0: starting CMD18 arg 000cf3ba flags 000000b5
    [ 16.169184] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.169191] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.169231] mmc0: sdhci: IRQ status 0x00000001
    [ 16.169495] mmc0: sdhci: IRQ status 0x00000002
    [ 16.169516] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.169524] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.169533] mmc0: 4096 bytes transferred: 0
    [ 16.169538] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.170892] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.170915] mmc0: starting CMD18 arg 000cf3c2 flags 000000b5
    [ 16.170922] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.170931] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.170973] mmc0: sdhci: IRQ status 0x00000001
    [ 16.171233] mmc0: sdhci: IRQ status 0x00000002
    [ 16.171246] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.171254] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.171262] mmc0: 4096 bytes transferred: 0
    [ 16.171268] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.171810] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.171827] mmc0: starting CMD18 arg 00053792 flags 000000b5
    [ 16.171834] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.171842] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.171869] mmc0: sdhci: IRQ status 0x00000001
    [ 16.172373] mmc0: sdhci: IRQ status 0x00000002
    [ 16.172384] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.172391] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.172399] mmc0: 16384 bytes transferred: 0
    [ 16.172404] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.172979] <mmc0: starting CMD23 arg 00000090 flags 00000015>
    [ 16.172995] mmc0: starting CMD18 arg 00053c92 flags 000000b5
    [ 16.173001] mmc0: blksz 512 blocks 144 flags 00000200 tsac 400 ms nsac 1000
    [ 16.173009] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.173032] mmc0: sdhci: IRQ status 0x00000001
    [ 16.173947] mmc0: sdhci: IRQ status 0x00000002
    [ 16.173967] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.173976] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.173984] mmc0: 73728 bytes transferred: 0
    [ 16.173989] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.175694] <mmc0: starting CMD23 arg 000000e0 flags 00000015>
    [ 16.175725] mmc0: starting CMD18 arg 000537b2 flags 000000b5
    [ 16.175733] mmc0: blksz 512 blocks 224 flags 00000200 tsac 400 ms nsac 1000
    [ 16.175740] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.175783] mmc0: sdhci: IRQ status 0x00000001
    [ 16.176988] mmc0: sdhci: IRQ status 0x00000002
    [ 16.177000] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.177007] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.177015] mmc0: 114688 bytes transferred: 0
    [ 16.177020] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.177435] <mmc0: starting CMD23 arg 00000100 flags 00000015>
    [ 16.177449] mmc0: starting CMD18 arg 00053892 flags 000000b5
    [ 16.177456] mmc0: blksz 512 blocks 256 flags 00000200 tsac 400 ms nsac 1000
    [ 16.177463] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.177488] mmc0: sdhci: IRQ status 0x00000001
    [ 16.178683] mmc0: sdhci: IRQ status 0x00000002
    [ 16.178711] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.178721] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.178729] mmc0: 131072 bytes transferred: 0
    [ 16.178734] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.178789] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.178801] mmc0: starting CMD18 arg 000cf3f2 flags 000000b5
    [ 16.178808] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.178816] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.178841] mmc0: sdhci: IRQ status 0x00000001
    [ 16.179188] mmc0: sdhci: IRQ status 0x00000002
    [ 16.179195] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.179202] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.179210] mmc0: 4096 bytes transferred: 0
    [ 16.179215] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.179585] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.179596] mmc0: starting CMD18 arg 00053eba flags 000000b5
    [ 16.179602] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.179609] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.179630] mmc0: sdhci: IRQ status 0x00000001
    [ 16.180131] mmc0: sdhci: IRQ status 0x00000002
    [ 16.180139] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.180147] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.180154] mmc0: 16384 bytes transferred: 0
    [ 16.180160] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.180603] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.180616] mmc0: starting CMD18 arg 00053eda flags 000000b5
    [ 16.180623] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.180630] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.180650] mmc0: sdhci: IRQ status 0x00000001
    [ 16.181256] mmc0: sdhci: IRQ status 0x00000002
    [ 16.181265] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.181274] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.181281] mmc0: 53248 bytes transferred: 0
    [ 16.181286] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.184002] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.184033] mmc0: starting CMD18 arg 000cf45a flags 000000b5
    [ 16.184040] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.184048] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.184090] mmc0: sdhci: IRQ status 0x00000001
    [ 16.184518] mmc0: sdhci: IRQ status 0x00000002
    [ 16.184531] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.184539] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.184547] mmc0: 4096 bytes transferred: 0
    [ 16.184553] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.220954] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.220992] mmc0: starting CMD18 arg 00072de2 flags 000000b5
    [ 16.220999] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.221008] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.221041] mmc0: sdhci: IRQ status 0x00000001
    [ 16.221464] mmc0: sdhci: IRQ status 0x00000002
    [ 16.221487] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.221496] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.221504] mmc0: 16384 bytes transferred: 0
    [ 16.221509] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.223046] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.223078] mmc0: starting CMD18 arg 00072e02 flags 000000b5
    [ 16.223084] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.223092] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.223126] mmc0: sdhci: IRQ status 0x00000001
    [ 16.223832] mmc0: sdhci: IRQ status 0x00000002
    [ 16.223848] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.223856] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.223864] mmc0: 53248 bytes transferred: 0
    [ 16.223870] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.228008] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.228054] mmc0: starting CMD18 arg 000cf4d2 flags 000000b5
    [ 16.228061] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.228069] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.228113] mmc0: sdhci: IRQ status 0x00000001
    [ 16.228425] mmc0: sdhci: IRQ status 0x00000002
    [ 16.228441] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.228450] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.228458] mmc0: 4096 bytes transferred: 0
    [ 16.228464] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.273219] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.273269] mmc0: starting CMD18 arg 0000506a flags 000000b5
    [ 16.273277] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.273284] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.273327] mmc0: sdhci: IRQ status 0x00000001
    [ 16.273671] mmc0: sdhci: IRQ status 0x00000002
    [ 16.273688] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.273698] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.273706] mmc0: 4096 bytes transferred: 0
    [ 16.273712] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.274125] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.274142] mmc0: starting CMD18 arg 00004f02 flags 000000b5
    [ 16.274149] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.274157] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.274187] mmc0: sdhci: IRQ status 0x00000001
    [ 16.274502] mmc0: sdhci: IRQ status 0x00000002
    [ 16.274517] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.274525] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.274533] mmc0: 4096 bytes transferred: 0
    [ 16.274538] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.274789] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.274803] mmc0: starting CMD18 arg 000cf49a flags 000000b5
    [ 16.274809] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.274817] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.274839] mmc0: sdhci: IRQ status 0x00000001
    [ 16.275263] mmc0: sdhci: IRQ status 0x00000002
    [ 16.275272] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.275283] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.275290] mmc0: 4096 bytes transferred: 0
    [ 16.275296] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.275659] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.275672] mmc0: starting CMD18 arg 000cf20a flags 000000b5
    [ 16.275682] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.275689] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.275711] mmc0: sdhci: IRQ status 0x00000001
    [ 16.276004] mmc0: sdhci: IRQ status 0x00000002
    [ 16.276014] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.276022] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.276029] mmc0: 4096 bytes transferred: 0
    [ 16.276034] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.276462] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.276477] mmc0: starting CMD18 arg 000cf482 flags 000000b5
    [ 16.276485] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.276492] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.276514] mmc0: sdhci: IRQ status 0x00000001
    [ 16.276782] mmc0: sdhci: IRQ status 0x00000002
    [ 16.276791] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.276799] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.276806] mmc0: 4096 bytes transferred: 0
    [ 16.276811] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.277049] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.277060] mmc0: starting CMD18 arg 00004f0a flags 000000b5
    [ 16.277067] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.277074] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.277092] mmc0: sdhci: IRQ status 0x00000001
    [ 16.277509] mmc0: sdhci: IRQ status 0x00000002
    [ 16.277520] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.277528] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.277537] mmc0: 4096 bytes transferred: 0
    [ 16.277541] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.278331] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.278353] mmc0: starting CMD18 arg 0003ffea flags 000000b5
    [ 16.278359] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.278367] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.278403] mmc0: sdhci: IRQ status 0x00000001
    [ 16.278727] mmc0: sdhci: IRQ status 0x00000002
    [ 16.278738] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.278746] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.278753] mmc0: 4096 bytes transferred: 0
    [ 16.278759] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.278958] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.278968] mmc0: starting CMD18 arg 0003fff2 flags 000000b5
    [ 16.278974] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.278982] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.279001] mmc0: sdhci: IRQ status 0x00000001
    [ 16.279335] mmc0: sdhci: IRQ status 0x00000002
    [ 16.279343] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.279351] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.279358] mmc0: 4096 bytes transferred: 0
    [ 16.279363] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.280458] <mmc0: starting CMD23 arg 00000100 flags 00000015>
    [ 16.280484] mmc0: starting CMD18 arg 000539a2 flags 000000b5
    [ 16.280491] mmc0: blksz 512 blocks 256 flags 00000200 tsac 400 ms nsac 1000
    [ 16.280499] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.280535] mmc0: sdhci: IRQ status 0x00000001
    [ 16.281745] mmc0: sdhci: IRQ status 0x00000002
    [ 16.281778] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.281788] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.281797] mmc0: 131072 bytes transferred: 0
    [ 16.281802] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.282205] <mmc0: starting CMD23 arg 00000100 flags 00000015>
    [ 16.282227] mmc0: starting CMD18 arg 00053aba flags 000000b5
    [ 16.282233] mmc0: blksz 512 blocks 256 flags 00000200 tsac 400 ms nsac 1000
    [ 16.282241] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.282275] mmc0: sdhci: IRQ status 0x00000001
    [ 16.283327] mmc0: sdhci: IRQ status 0x00000002
    [ 16.283337] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.283345] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.283353] mmc0: 131072 bytes transferred: 0
    [ 16.283359] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.283615] <mmc0: starting CMD23 arg 00000018 flags 00000015>
    [ 16.283625] mmc0: starting CMD18 arg 00053aa2 flags 000000b5
    [ 16.283631] mmc0: blksz 512 blocks 24 flags 00000200 tsac 400 ms nsac 1000
    [ 16.283638] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.283655] mmc0: sdhci: IRQ status 0x00000001
    [ 16.284004] mmc0: sdhci: IRQ status 0x00000002
    [ 16.284012] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.284019] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.284026] mmc0: 12288 bytes transferred: 0
    [ 16.284032] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.284215] <mmc0: starting CMD23 arg 000000b0 flags 00000015>
    [ 16.284223] mmc0: starting CMD18 arg 00053bba flags 000000b5
    [ 16.284230] mmc0: blksz 512 blocks 176 flags 00000200 tsac 400 ms nsac 1000
    [ 16.284237] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.284253] mmc0: sdhci: IRQ status 0x00000001
    [ 16.285086] mmc0: sdhci: IRQ status 0x00000002
    [ 16.285093] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.285101] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.285108] mmc0: 90112 bytes transferred: 0
    [ 16.285114] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.285654] <mmc0: starting CMD23 arg 00000010 flags 00000015>
    [ 16.285681] mmc0: starting CMD18 arg 00053992 flags 000000b5
    [ 16.285688] mmc0: blksz 512 blocks 16 flags 00000200 tsac 400 ms nsac 1000
    [ 16.285695] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.285723] mmc0: sdhci: IRQ status 0x00000001
    [ 16.286118] mmc0: sdhci: IRQ status 0x00000002
    [ 16.286134] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.286142] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.286150] mmc0: 8192 bytes transferred: 0
    [ 16.286156] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.292580] <mmc0: starting CMD23 arg 00000028 flags 00000015>
    [ 16.292613] mmc0: starting CMD18 arg 00053c6a flags 000000b5
    [ 16.292620] mmc0: blksz 512 blocks 40 flags 00000200 tsac 400 ms nsac 1000
    [ 16.292628] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.292677] mmc0: sdhci: IRQ status 0x00000001
    [ 16.293104] mmc0: sdhci: IRQ status 0x00000002
    [ 16.293131] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.293139] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.293147] mmc0: 20480 bytes transferred: 0
    [ 16.293154] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.304679] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.304728] mmc0: starting CMD18 arg 00052d42 flags 000000b5
    [ 16.304735] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.304743] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.304791] mmc0: sdhci: IRQ status 0x00000001
    [ 16.305160] mmc0: sdhci: IRQ status 0x00000002
    [ 16.305175] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.305183] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.305190] mmc0: 4096 bytes transferred: 0
    [ 16.305197] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.307615] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.307648] mmc0: starting CMD18 arg 0001bd9a flags 000000b5
    [ 16.307655] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.307663] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.307705] mmc0: sdhci: IRQ status 0x00000001
    [ 16.308036] mmc0: sdhci: IRQ status 0x00000002
    [ 16.308049] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.308058] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.308065] mmc0: 4096 bytes transferred: 0
    [ 16.308071] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.308495] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.308509] mmc0: starting CMD18 arg 0001bd92 flags 000000b5
    [ 16.308516] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.308523] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.308547] mmc0: sdhci: IRQ status 0x00000001
    [ 16.308822] mmc0: sdhci: IRQ status 0x00000002
    [ 16.308831] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.308838] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.308846] mmc0: 4096 bytes transferred: 0
    [ 16.308851] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.309171] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.309185] mmc0: starting CMD18 arg 00052d52 flags 000000b5
    [ 16.309191] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.309199] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.309219] mmc0: sdhci: IRQ status 0x00000001
    [ 16.309570] mmc0: sdhci: IRQ status 0x00000002
    [ 16.309592] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.309599] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.309608] mmc0: 4096 bytes transferred: 0
    [ 16.309613] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.311778] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.311803] mmc0: starting CMD18 arg 0001bd8a flags 000000b5
    [ 16.311810] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.311818] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.311859] mmc0: sdhci: IRQ status 0x00000001
    [ 16.312274] mmc0: sdhci: IRQ status 0x00000002
    [ 16.312288] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.312296] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.312303] mmc0: 4096 bytes transferred: 0
    [ 16.312309] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.312756] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.312772] mmc0: starting CMD18 arg 00052d2a flags 000000b5
    [ 16.312779] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.312786] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.312809] mmc0: sdhci: IRQ status 0x00000001
    [ 16.313139] mmc0: sdhci: IRQ status 0x00000002
    [ 16.313148] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.313156] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.313163] mmc0: 4096 bytes transferred: 0
    [ 16.313169] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.314290] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.314314] mmc0: starting CMD18 arg 00052d32 flags 000000b5
    [ 16.314322] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.314329] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.314369] mmc0: sdhci: IRQ status 0x00000001
    [ 16.314608] mmc0: sdhci: IRQ status 0x00000002
    [ 16.314626] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.314633] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.314641] mmc0: 4096 bytes transferred: 0
    [ 16.314647] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.375963] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.376012] mmc0: starting CMD18 arg 00059762 flags 000000b5
    [ 16.376019] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.376028] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.376077] mmc0: sdhci: IRQ status 0x00000001
    [ 16.376546] mmc0: sdhci: IRQ status 0x00000002
    [ 16.376582] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.376591] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.376599] mmc0: 16384 bytes transferred: 0
    [ 16.376606] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.379848] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.379885] mmc0: starting CMD18 arg 00059782 flags 000000b5
    [ 16.379892] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.379900] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.379945] mmc0: sdhci: IRQ status 0x00000001
    [ 16.380561] mmc0: sdhci: IRQ status 0x00000002
    [ 16.380576] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.380584] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.380592] mmc0: 53248 bytes transferred: 0
    [ 16.380598] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.447967] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.448009] mmc0: starting CMD18 arg 0001bbc2 flags 000000b5
    [ 16.448016] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.448024] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.448076] mmc0: sdhci: IRQ status 0x00000001
    [ 16.448381] mmc0: sdhci: IRQ status 0x00000002
    [ 16.448398] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.448407] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.448415] mmc0: 4096 bytes transferred: 0
    [ 16.448425] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.448775] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.448790] mmc0: starting CMD18 arg 0004a3da flags 000000b5
    [ 16.448796] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.448803] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.448831] mmc0: sdhci: IRQ status 0x00000001
    [ 16.449222] mmc0: sdhci: IRQ status 0x00000002
    [ 16.449233] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.449241] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.449251] mmc0: 4096 bytes transferred: 0
    [ 16.449256] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.451179] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.451215] mmc0: starting CMD18 arg 000532ca flags 000000b5
    [ 16.451222] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.451231] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.451274] mmc0: sdhci: IRQ status 0x00000001
    [ 16.451718] mmc0: sdhci: IRQ status 0x00000002
    [ 16.451737] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.451745] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.451753] mmc0: 16384 bytes transferred: 0
    [ 16.451758] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.452331] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.452348] mmc0: starting CMD18 arg 000532ea flags 000000b5
    [ 16.452354] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.452361] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.452391] mmc0: sdhci: IRQ status 0x00000001
    [ 16.453138] mmc0: sdhci: IRQ status 0x00000002
    [ 16.453151] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.453159] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.453166] mmc0: 53248 bytes transferred: 0
    [ 16.453172] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.453960] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.453983] mmc0: starting CMD18 arg 000531ba flags 000000b5
    [ 16.453990] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.453997] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.454029] mmc0: sdhci: IRQ status 0x00000001
    [ 16.454455] mmc0: sdhci: IRQ status 0x00000002
    [ 16.454469] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.454477] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.454484] mmc0: 16384 bytes transferred: 0
    [ 16.454490] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.455066] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.455081] mmc0: starting CMD18 arg 000531da flags 000000b5
    [ 16.455088] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.455095] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.455123] mmc0: sdhci: IRQ status 0x00000001
    [ 16.455754] mmc0: sdhci: IRQ status 0x00000002
    [ 16.455769] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.455777] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.455784] mmc0: 53248 bytes transferred: 0
    [ 16.455789] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.456462] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.456482] mmc0: starting CMD18 arg 00053462 flags 000000b5
    [ 16.456489] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.456497] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.456526] mmc0: sdhci: IRQ status 0x00000001
    [ 16.456925] mmc0: sdhci: IRQ status 0x00000002
    [ 16.456943] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.456950] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.456959] mmc0: 16384 bytes transferred: 0
    [ 16.456964] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.457602] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.457626] mmc0: starting CMD18 arg 00053482 flags 000000b5
    [ 16.457633] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.457640] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.457667] mmc0: sdhci: IRQ status 0x00000001
    [ 16.458303] mmc0: sdhci: IRQ status 0x00000002
    [ 16.458316] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.458324] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.458331] mmc0: 53248 bytes transferred: 0
    [ 16.458337] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.459195] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.459216] mmc0: starting CMD18 arg 00053daa flags 000000b5
    [ 16.459223] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.459230] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.459264] mmc0: sdhci: IRQ status 0x00000001
    [ 16.459726] mmc0: sdhci: IRQ status 0x00000002
    [ 16.459741] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.459749] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.459756] mmc0: 16384 bytes transferred: 0
    [ 16.459762] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.460283] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.460300] mmc0: starting CMD18 arg 00053dca flags 000000b5
    [ 16.460307] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.460314] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.460338] mmc0: sdhci: IRQ status 0x00000001
    [ 16.460977] mmc0: sdhci: IRQ status 0x00000002
    [ 16.460990] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.460998] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.461006] mmc0: 53248 bytes transferred: 0
    [ 16.461011] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.508789] kauditd_printk_skb: 2 callbacks suppressed
    [ 16.508816] audit: type=1006 audit(1736361011.288:14): pid=451 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 16.510049] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.514061] audit: type=1300 audit(1736361011.288:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffde69c9e8 a2=1 a3=1 items=0 ppid=1 pid=451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [ 16.527393] mmc0: starting CMD18 arg 00004f12 flags 000000b5
    [ 16.554909] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.554914] audit: type=1327 audit(1736361011.288:14): proctitle="(systemd)"
    [ 16.554922] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.562020] mmc0: sdhci: IRQ status 0x00000001
    [ 16.562353] mmc0: sdhci: IRQ status 0x00000002
    [ 16.562367] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.562377] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.562384] mmc0: 4096 bytes transferred: 0
    [ 16.562390] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.562876] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.562895] mmc0: starting CMD18 arg 000cf48a flags 000000b5
    [ 16.562902] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.562909] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.562935] mmc0: sdhci: IRQ status 0x00000001
    [ 16.563262] mmc0: sdhci: IRQ status 0x00000002
    [ 16.563272] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.563279] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.563287] mmc0: 4096 bytes transferred: 0
    [ 16.563292] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.595732] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.595776] mmc0: starting CMD18 arg 000cf582 flags 000000b5
    [ 16.595784] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.595792] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.595832] mmc0: sdhci: IRQ status 0x00000001
    [ 16.596103] mmc0: sdhci: IRQ status 0x00000002
    [ 16.596120] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.596128] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.596136] mmc0: 4096 bytes transferred: 0
    [ 16.596142] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.634300] audit: type=1334 audit(1736361011.416:15): prog-id=18 op=LOAD
    [ 16.641192] audit: type=1300 audit(1736361011.416:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd2598a68 a2=90 a3=0 items=0 ppid=1 pid=451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [ 16.668104] audit: type=1327 audit(1736361011.416:15): proctitle="(systemd)"
    [ 16.669315] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.675244] mmc0: starting CMD18 arg 0001bdda flags 000000b5
    [ 16.675254] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.675262] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.675305] mmc0: sdhci: IRQ status 0x00000001
    [ 16.675321] audit: type=1334 audit(1736361011.416:16): prog-id=18 op=UNLOAD
    [ 16.675669] mmc0: sdhci: IRQ status 0x00000002
    [ 16.682287] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.682297] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.682306] mmc0: 4096 bytes transferred: 0
    [ 16.682311] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.682311] audit: type=1300 audit(1736361011.416:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb4cc0c60 items=0 ppid=1 pid=451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [ 16.687806] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 16.708915] mmc0: starting CMD18 arg 00059a92 flags 000000b5
    [ 16.708925] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 16.708932] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.708939] audit: type=1327 audit(1736361011.416:16): proctitle="(systemd)"
    [ 16.708975] mmc0: sdhci: IRQ status 0x00000001
    [ 16.715993] mmc0: sdhci: IRQ status 0x00000002
    [ 16.716013] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.716023] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.716022] audit: type=1334 audit(1736361011.416:17): prog-id=19 op=LOAD
    [ 16.716032] mmc0: 16384 bytes transferred: 0
    [ 16.716038] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.725112] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 16.725157] mmc0: starting CMD18 arg 00059ab2 flags 000000b5
    [ 16.725164] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 16.725172] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.725218] mmc0: sdhci: IRQ status 0x00000001
    [ 16.725972] mmc0: sdhci: IRQ status 0x00000002
    [ 16.725998] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.726005] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.726013] mmc0: 53248 bytes transferred: 0
    [ 16.726019] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.740925] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.740968] mmc0: starting CMD18 arg 000050fa flags 000000b5
    [ 16.740976] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.740984] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.741030] mmc0: sdhci: IRQ status 0x00000001
    [ 16.741360] mmc0: sdhci: IRQ status 0x00000002
    [ 16.741377] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.741387] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.741394] mmc0: 4096 bytes transferred: 0
    [ 16.741400] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.747984] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.748026] mmc0: starting CMD18 arg 0001bde2 flags 000000b5
    [ 16.748033] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.748041] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.748090] mmc0: sdhci: IRQ status 0x00000001
    [ 16.748429] mmc0: sdhci: IRQ status 0x00000002
    [ 16.748444] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.748452] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.748460] mmc0: 4096 bytes transferred: 0
    [ 16.748466] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.790748] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.790791] mmc0: starting CMD18 arg 0000503a flags 000000b5
    [ 16.790799] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.790808] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.790849] mmc0: sdhci: IRQ status 0x00000001
    [ 16.791178] mmc0: sdhci: IRQ status 0x00000002
    [ 16.791193] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.791200] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.791208] mmc0: 4096 bytes transferred: 0
    [ 16.791215] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.791484] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.791493] mmc0: starting CMD18 arg 00005042 flags 000000b5
    [ 16.791500] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.791507] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.791523] mmc0: sdhci: IRQ status 0x00000001
    [ 16.791774] mmc0: sdhci: IRQ status 0x00000002
    [ 16.791782] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.791789] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.791797] mmc0: 4096 bytes transferred: 0
    [ 16.791802] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.792157] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.792168] mmc0: starting CMD18 arg 0003fb3a flags 000000b5
    [ 16.792174] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.792182] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.792200] mmc0: sdhci: IRQ status 0x00000001
    [ 16.792638] mmc0: sdhci: IRQ status 0x00000002
    [ 16.792646] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.792654] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.792661] mmc0: 4096 bytes transferred: 0
    [ 16.792666] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.794846] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.794873] mmc0: starting CMD18 arg 00004fba flags 000000b5
    [ 16.794882] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.794889] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.794930] mmc0: sdhci: IRQ status 0x00000001
    [ 16.795288] mmc0: sdhci: IRQ status 0x00000002
    [ 16.795303] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.795311] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.795319] mmc0: 4096 bytes transferred: 0
    [ 16.795324] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 16.795797] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 16.795813] mmc0: starting CMD18 arg 0001bdca flags 000000b5
    [ 16.795822] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 16.795830] mmc0: CMD12 arg 00000000 flags 00000095
    [ 16.795859] mmc0: sdhci: IRQ status 0x00000001
    [ 16.796295] mmc0: sdhci: IRQ status 0x00000002
    [ 16.796308] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 16.796316] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 16.796324] mmc0: 4096 bytes transferred: 0
    [ 16.796329] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.023512] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.023559] mmc0: starting CMD18 arg 00052e52 flags 000000b5
    [ 17.023566] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.023574] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.023620] mmc0: sdhci: IRQ status 0x00000001
    [ 17.023964] mmc0: sdhci: IRQ status 0x00000002
    [ 17.023981] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.023990] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.023997] mmc0: 4096 bytes transferred: 0
    [ 17.024003] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.026409] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.026443] mmc0: starting CMD18 arg 00052e8a flags 000000b5
    [ 17.026450] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.026458] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.026493] mmc0: sdhci: IRQ status 0x00000001
    [ 17.026781] mmc0: sdhci: IRQ status 0x00000002
    [ 17.026794] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.026802] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.026810] mmc0: 4096 bytes transferred: 0
    [ 17.026816] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.027880] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.027896] mmc0: starting CMD18 arg 00052e2a flags 000000b5
    [ 17.027903] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.027910] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.027931] mmc0: sdhci: IRQ status 0x00000001
    [ 17.028195] mmc0: sdhci: IRQ status 0x00000002
    [ 17.028204] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.028211] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.028219] mmc0: 4096 bytes transferred: 0
    [ 17.028224] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.029396] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.029418] mmc0: starting CMD18 arg 00052e72 flags 000000b5
    [ 17.029425] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.029433] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.029459] mmc0: sdhci: IRQ status 0x00000001
    [ 17.029746] mmc0: sdhci: IRQ status 0x00000002
    [ 17.029758] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.029766] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.029773] mmc0: 4096 bytes transferred: 0
    [ 17.029778] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.032822] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.032848] mmc0: starting CMD18 arg 00052eca flags 000000b5
    [ 17.032855] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.032862] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.032899] mmc0: sdhci: IRQ status 0x00000001
    [ 17.033151] mmc0: sdhci: IRQ status 0x00000002
    [ 17.033163] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.033171] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.033179] mmc0: 4096 bytes transferred: 0
    [ 17.033184] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.034416] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.034438] mmc0: starting CMD18 arg 00052e9a flags 000000b5
    [ 17.034445] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.034452] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.034484] mmc0: sdhci: IRQ status 0x00000001
    [ 17.034796] mmc0: sdhci: IRQ status 0x00000002
    [ 17.034808] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.034815] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.034824] mmc0: 4096 bytes transferred: 0
    [ 17.034829] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.035760] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.035781] mmc0: starting CMD18 arg 0001bdd2 flags 000000b5
    [ 17.035788] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.035795] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.035823] mmc0: sdhci: IRQ status 0x00000001
    [ 17.036199] mmc0: sdhci: IRQ status 0x00000002
    [ 17.036210] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.036217] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.036224] mmc0: 4096 bytes transferred: 0
    [ 17.036229] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.037614] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.037639] mmc0: starting CMD18 arg 00052e4a flags 000000b5
    [ 17.037646] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.037654] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.037687] mmc0: sdhci: IRQ status 0x00000001
    [ 17.038044] mmc0: sdhci: IRQ status 0x00000002
    [ 17.038058] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.038066] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.038074] mmc0: 4096 bytes transferred: 0
    [ 17.038079] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.041907] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.041939] mmc0: starting CMD18 arg 00052e1a flags 000000b5
    [ 17.041946] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.041953] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.041991] mmc0: sdhci: IRQ status 0x00000001
    [ 17.042274] mmc0: sdhci: IRQ status 0x00000002
    [ 17.042288] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.042296] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.042303] mmc0: 4096 bytes transferred: 0
    [ 17.042309] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.043477] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.043494] mmc0: starting CMD18 arg 00052e42 flags 000000b5
    [ 17.043500] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.043508] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.043532] mmc0: sdhci: IRQ status 0x00000001
    [ 17.043834] mmc0: sdhci: IRQ status 0x00000002
    [ 17.043844] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.043853] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.043860] mmc0: 4096 bytes transferred: 0
    [ 17.043865] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.045014] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.045034] mmc0: starting CMD18 arg 00052e82 flags 000000b5
    [ 17.045041] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.045049] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.045074] mmc0: sdhci: IRQ status 0x00000001
    [ 17.045380] mmc0: sdhci: IRQ status 0x00000002
    [ 17.045394] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.045402] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.045409] mmc0: 4096 bytes transferred: 0
    [ 17.045414] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.124431] <mmc0: starting CMD23 arg 20000368 flags 00000015>
    [ 17.124479] mmc0: starting CMD25 arg 0008416a flags 000000b5
    [ 17.124487] mmc0: blksz 512 blocks 872 flags 00002100 tsac 1600 ms nsac 4000
    [ 17.124496] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 17.124553] mmc0: sdhci: IRQ status 0x00000001
    [ 17.138235] mmc0: sdhci: IRQ status 0x00000002
    [ 17.138268] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.138277] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 17.138285] mmc0: 446464 bytes transferred: 0
    [ 17.138290] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.138342] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 17.138363] mmc0: sdhci: IRQ status 0x00000001
    [ 17.138371] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 17.138872] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 17.138908] mmc0: sdhci: IRQ status 0x00000001
    [ 17.145193] mmc0: sdhci: IRQ status 0x00000002
    [ 17.145267] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 17.145422] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 17.145462] mmc0: sdhci: IRQ status 0x00000001
    [ 17.145474] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 17.145608] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 17.145617] mmc0: starting CMD25 arg 000844d2 flags 000000b5
    [ 17.145624] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 17.145632] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 17.145656] mmc0: sdhci: IRQ status 0x00000001
    [ 17.146756] mmc0: sdhci: IRQ status 0x00000002
    [ 17.146797] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.146806] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 17.146813] mmc0: 4096 bytes transferred: 0
    [ 17.146819] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.146899] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 17.146926] mmc0: sdhci: IRQ status 0x00000001
    [ 17.146934] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 17.184151] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.184188] mmc0: starting CMD18 arg 000cf47a flags 000000b5
    [ 17.184196] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.184203] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.184249] mmc0: sdhci: IRQ status 0x00000001
    [ 17.184795] mmc0: sdhci: IRQ status 0x00000002
    [ 17.184813] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.184822] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.184829] mmc0: 4096 bytes transferred: 0
    [ 17.184835] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.197408] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.197458] mmc0: starting CMD18 arg 00004fc2 flags 000000b5
    [ 17.197465] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.197473] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.197515] mmc0: sdhci: IRQ status 0x00000001
    [ 17.197860] mmc0: sdhci: IRQ status 0x00000002
    [ 17.197874] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.197882] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.197891] mmc0: 4096 bytes transferred: 0
    [ 17.197898] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.198152] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.198160] mmc0: starting CMD18 arg 00004ff2 flags 000000b5
    [ 17.198167] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.198174] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.198189] mmc0: sdhci: IRQ status 0x00000001
    [ 17.198434] mmc0: sdhci: IRQ status 0x00000002
    [ 17.198442] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.198450] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.198457] mmc0: 4096 bytes transferred: 0
    [ 17.198462] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.198697] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.198707] mmc0: starting CMD18 arg 000cf5d2 flags 000000b5
    [ 17.198714] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.198721] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.198738] mmc0: sdhci: IRQ status 0x00000001
    [ 17.199054] mmc0: sdhci: IRQ status 0x00000002
    [ 17.199062] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.199069] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.199076] mmc0: 4096 bytes transferred: 0
    [ 17.199081] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.200428] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.200462] mmc0: starting CMD18 arg 000cf42a flags 000000b5
    [ 17.200469] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.200476] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.200513] mmc0: sdhci: IRQ status 0x00000001
    [ 17.200792] mmc0: sdhci: IRQ status 0x00000002
    [ 17.200803] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.200811] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.200818] mmc0: 4096 bytes transferred: 0
    [ 17.200823] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.202279] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.202306] mmc0: starting CMD18 arg 00004efa flags 000000b5
    [ 17.202316] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.202324] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.202363] mmc0: sdhci: IRQ status 0x00000001
    [ 17.202692] mmc0: sdhci: IRQ status 0x00000002
    [ 17.202706] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.202715] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.202723] mmc0: 4096 bytes transferred: 0
    [ 17.202728] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.203419] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.203439] mmc0: starting CMD18 arg 000cf432 flags 000000b5
    [ 17.203447] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.203454] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.203488] mmc0: sdhci: IRQ status 0x00000001
    [ 17.203838] mmc0: sdhci: IRQ status 0x00000002
    [ 17.203852] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.203861] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.203868] mmc0: 4096 bytes transferred: 0
    [ 17.203873] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.204983] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.205008] mmc0: starting CMD18 arg 0001c51a flags 000000b5
    [ 17.205015] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.205022] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.205058] mmc0: sdhci: IRQ status 0x00000001
    [ 17.205423] mmc0: sdhci: IRQ status 0x00000002
    [ 17.205440] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.205449] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.205457] mmc0: 4096 bytes transferred: 0
    [ 17.205462] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.206129] <mmc0: starting CMD23 arg 000000f0 flags 00000015>
    [ 17.206150] mmc0: starting CMD18 arg 0007392a flags 000000b5
    [ 17.206157] mmc0: blksz 512 blocks 240 flags 00000200 tsac 400 ms nsac 1000
    [ 17.206164] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.206200] mmc0: sdhci: IRQ status 0x00000001
    [ 17.207370] mmc0: sdhci: IRQ status 0x00000002
    [ 17.207386] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.207395] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.207403] mmc0: 122880 bytes transferred: 0
    [ 17.207409] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.229130] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.229180] mmc0: starting CMD18 arg 00004eaa flags 000000b5
    [ 17.229187] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.229195] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.229239] mmc0: sdhci: IRQ status 0x00000001
    [ 17.229630] mmc0: sdhci: IRQ status 0x00000002
    [ 17.229648] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.229657] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.229665] mmc0: 4096 bytes transferred: 0
    [ 17.229671] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.254266] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.254315] mmc0: starting CMD18 arg 00004e4a flags 000000b5
    [ 17.254322] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.254331] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.254374] mmc0: sdhci: IRQ status 0x00000001
    [ 17.254740] mmc0: sdhci: IRQ status 0x00000002
    [ 17.254757] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.254766] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.254774] mmc0: 4096 bytes transferred: 0
    [ 17.254779] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.256242] <mmc0: starting CMD23 arg 00000028 flags 00000015>
    [ 17.256272] mmc0: starting CMD18 arg 000cf15a flags 000000b5
    [ 17.256279] mmc0: blksz 512 blocks 40 flags 00000200 tsac 400 ms nsac 1000
    [ 17.256286] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.256322] mmc0: sdhci: IRQ status 0x00000001
    [ 17.256836] mmc0: sdhci: IRQ status 0x00000002
    [ 17.256847] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.256855] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.256863] mmc0: 20480 bytes transferred: 0
    [ 17.256868] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.270656] <mmc0: starting CMD23 arg 00000018 flags 00000015>
    [ 17.270700] mmc0: starting CMD18 arg 000cf182 flags 000000b5
    [ 17.270708] mmc0: blksz 512 blocks 24 flags 00000200 tsac 400 ms nsac 1000
    [ 17.270716] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.270759] mmc0: sdhci: IRQ status 0x00000001
    [ 17.271066] mmc0: sdhci: IRQ status 0x00000002
    [ 17.271079] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.271087] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.271094] mmc0: 12288 bytes transferred: 0
    [ 17.271101] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.284253] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.284299] mmc0: starting CMD18 arg 00005092 flags 000000b5
    [ 17.284307] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.284315] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.284357] mmc0: sdhci: IRQ status 0x00000001
    [ 17.284727] mmc0: sdhci: IRQ status 0x00000002
    [ 17.284741] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.284749] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.284757] mmc0: 4096 bytes transferred: 0
    [ 17.284763] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.286373] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 17.286400] mmc0: starting CMD18 arg 000cf43a flags 000000b5
    [ 17.286408] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 17.286416] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.286496] mmc0: sdhci: IRQ status 0x00000001
    [ 17.286835] mmc0: sdhci: IRQ status 0x00000002
    [ 17.286847] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.286855] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.286863] mmc0: 4096 bytes transferred: 0
    [ 17.286868] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.289862] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 17.289901] mmc0: starting CMD18 arg 001271b2 flags 000000b5
    [ 17.289909] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 17.289917] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.289957] mmc0: sdhci: IRQ status 0x00000001
    [ 17.290436] mmc0: sdhci: IRQ status 0x00000002
    [ 17.290452] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.290461] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.290469] mmc0: 16384 bytes transferred: 0
    [ 17.290474] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.292628] <mmc0: starting CMD23 arg 00000090 flags 00000015>
    [ 17.292660] mmc0: starting CMD18 arg 001272d2 flags 000000b5
    [ 17.292667] mmc0: blksz 512 blocks 144 flags 00000200 tsac 400 ms nsac 1000
    [ 17.292675] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.292713] mmc0: sdhci: IRQ status 0x00000001
    [ 17.293562] mmc0: sdhci: IRQ status 0x00000002
    [ 17.293580] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.293589] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.293596] mmc0: 73728 bytes transferred: 0
    [ 17.293602] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 17.295845] <mmc0: starting CMD23 arg 00000100 flags 00000015>
    [ 17.295885] mmc0: starting CMD18 arg 001271d2 flags 000000b5
    [ 17.295892] mmc0: blksz 512 blocks 256 flags 00000200 tsac 400 ms nsac 1000
    [ 17.295902] mmc0: CMD12 arg 00000000 flags 00000095
    [ 17.295949] mmc0: sdhci: IRQ status 0x00000001
    [ 17.297115] mmc0: sdhci: IRQ status 0x00000002
    [ 17.297131] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 17.297140] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 17.297148] mmc0: 131072 bytes transferred: 0
    [ 17.297154] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.280106] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 20.280156] mmc0: starting CMD18 arg 00123022 flags 000000b5
    [ 20.280163] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 20.280171] mmc0: CMD12 arg 00000000 flags 00000095
    [ 20.280213] mmc0: sdhci: IRQ status 0x00000001
    [ 20.282689] mmc0: sdhci: IRQ status 0x00000002
    [ 20.282722] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.282731] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 20.282740] mmc0: 16384 bytes transferred: 0
    [ 20.282746] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.284108] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 20.284136] mmc0: starting CMD18 arg 00123042 flags 000000b5
    [ 20.284144] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 20.284151] mmc0: CMD12 arg 00000000 flags 00000095
    [ 20.284187] mmc0: sdhci: IRQ status 0x00000001
    [ 20.284866] mmc0: sdhci: IRQ status 0x00000002
    [ 20.284879] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.284887] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 20.284895] mmc0: 53248 bytes transferred: 0
    [ 20.284900] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.286138] <mmc0: starting CMD23 arg 000000b8 flags 00000015>
    [ 20.286163] mmc0: starting CMD18 arg 0000052a flags 000000b5
    [ 20.286172] mmc0: blksz 512 blocks 184 flags 00000200 tsac 400 ms nsac 1000
    [ 20.286180] mmc0: CMD12 arg 00000000 flags 00000095
    [ 20.286220] mmc0: sdhci: IRQ status 0x00000001
    [ 20.287229] mmc0: sdhci: IRQ status 0x00000002
    [ 20.287245] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.287254] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 20.287262] mmc0: 94208 bytes transferred: 0
    [ 20.287267] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.287319] <mmc0: starting CMD23 arg 00000008 flags 00000015>
    [ 20.287327] mmc0: starting CMD18 arg 0000060a flags 000000b5
    [ 20.287333] mmc0: blksz 512 blocks 8 flags 00000200 tsac 400 ms nsac 1000
    [ 20.287340] mmc0: CMD12 arg 00000000 flags 00000095
    [ 20.287357] mmc0: sdhci: IRQ status 0x00000001
    [ 20.287706] mmc0: sdhci: IRQ status 0x00000002
    [ 20.287714] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.287722] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 20.287729] mmc0: 4096 bytes transferred: 0
    [ 20.287734] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.288151] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 20.288164] mmc0: starting CMD18 arg 00019852 flags 000000b5
    [ 20.288171] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 20.288179] mmc0: CMD12 arg 00000000 flags 00000095
    [ 20.288199] mmc0: sdhci: IRQ status 0x00000001
    [ 20.288621] mmc0: sdhci: IRQ status 0x00000002
    [ 20.288629] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.288637] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 20.288644] mmc0: 16384 bytes transferred: 0
    [ 20.288649] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.289061] <mmc0: starting CMD23 arg 00000068 flags 00000015>
    [ 20.289074] mmc0: starting CMD18 arg 00019872 flags 000000b5
    [ 20.289080] mmc0: blksz 512 blocks 104 flags 00000200 tsac 400 ms nsac 1000
    [ 20.289088] mmc0: CMD12 arg 00000000 flags 00000095
    [ 20.289106] mmc0: sdhci: IRQ status 0x00000001
    [ 20.289857] mmc0: sdhci: IRQ status 0x00000002
    [ 20.289877] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.289885] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 20.289893] mmc0: 53248 bytes transferred: 0
    [ 20.289898] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.654585] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.654626] mmc0: starting CMD25 arg 0000031a flags 000000b5
    [ 20.654634] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.654643] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.654680] mmc0: sdhci: IRQ status 0x00000001
    [ 20.655205] mmc0: sdhci: IRQ status 0x00000002
    [ 20.655219] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.655227] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.655235] mmc0: 4096 bytes transferred: 0
    [ 20.655241] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.655272] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.655285] mmc0: sdhci: IRQ status 0x00000001
    [ 20.655292] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.655310] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.655317] mmc0: starting CMD25 arg 0000032a flags 000000b5
    [ 20.655324] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.655331] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.655344] mmc0: sdhci: IRQ status 0x00000001
    [ 20.655622] mmc0: sdhci: IRQ status 0x00000002
    [ 20.655629] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.655636] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.655644] mmc0: 4096 bytes transferred: 0
    [ 20.655649] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.655664] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.655676] mmc0: sdhci: IRQ status 0x00000001
    [ 20.655683] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.655699] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.655706] mmc0: starting CMD25 arg 000003b2 flags 000000b5
    [ 20.655712] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.655719] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.655732] mmc0: sdhci: IRQ status 0x00000001
    [ 20.656349] mmc0: sdhci: IRQ status 0x00000002
    [ 20.656355] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.656362] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.656369] mmc0: 4096 bytes transferred: 0
    [ 20.656375] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.656390] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.656402] mmc0: sdhci: IRQ status 0x00000001
    [ 20.656410] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.656425] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.656432] mmc0: starting CMD25 arg 000003d2 flags 000000b5
    [ 20.656439] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.656446] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.656459] mmc0: sdhci: IRQ status 0x00000001
    [ 20.658233] mmc0: sdhci: IRQ status 0x00000002
    [ 20.658254] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.658262] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.658270] mmc0: 4096 bytes transferred: 0
    [ 20.658275] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.658316] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.658335] mmc0: sdhci: IRQ status 0x00000001
    [ 20.658345] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.658363] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.658370] mmc0: starting CMD25 arg 000003e2 flags 000000b5
    [ 20.658376] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.658384] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.658399] mmc0: sdhci: IRQ status 0x00000001
    [ 20.658712] mmc0: sdhci: IRQ status 0x00000002
    [ 20.658722] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.658730] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.658738] mmc0: 8192 bytes transferred: 0
    [ 20.658743] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.658763] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.658776] mmc0: sdhci: IRQ status 0x00000001
    [ 20.658784] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.658800] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.658808] mmc0: starting CMD25 arg 0000040a flags 000000b5
    [ 20.658814] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.658822] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.658835] mmc0: sdhci: IRQ status 0x00000001
    [ 20.659149] mmc0: sdhci: IRQ status 0x00000002
    [ 20.659159] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.659167] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.659174] mmc0: 4096 bytes transferred: 0
    [ 20.659180] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.659198] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.659211] mmc0: sdhci: IRQ status 0x00000001
    [ 20.659219] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.659235] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.659242] mmc0: starting CMD25 arg 0000041a flags 000000b5
    [ 20.659248] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.659257] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.659271] mmc0: sdhci: IRQ status 0x00000001
    [ 20.661402] mmc0: sdhci: IRQ status 0x00000002
    [ 20.661422] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.661429] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.661437] mmc0: 4096 bytes transferred: 0
    [ 20.661442] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.661470] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.661489] mmc0: sdhci: IRQ status 0x00000001
    [ 20.661499] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.661517] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.661526] mmc0: starting CMD25 arg 00000432 flags 000000b5
    [ 20.661532] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.661539] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.661556] mmc0: sdhci: IRQ status 0x00000001
    [ 20.661832] mmc0: sdhci: IRQ status 0x00000002
    [ 20.661842] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.661851] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.661858] mmc0: 4096 bytes transferred: 0
    [ 20.661863] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.661882] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.661895] mmc0: sdhci: IRQ status 0x00000001
    [ 20.661904] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.661919] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.661926] mmc0: starting CMD25 arg 0000044a flags 000000b5
    [ 20.661935] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.661943] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.661956] mmc0: sdhci: IRQ status 0x00000001
    [ 20.662264] mmc0: sdhci: IRQ status 0x00000002
    [ 20.662274] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.662282] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.662289] mmc0: 4096 bytes transferred: 0
    [ 20.662294] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.662313] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.662326] mmc0: sdhci: IRQ status 0x00000001
    [ 20.662334] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.662350] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.662357] mmc0: starting CMD25 arg 0000045a flags 000000b5
    [ 20.662364] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.662371] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.662384] mmc0: sdhci: IRQ status 0x00000001
    [ 20.662697] mmc0: sdhci: IRQ status 0x00000002
    [ 20.662705] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.662713] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.662720] mmc0: 4096 bytes transferred: 0
    [ 20.662725] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.662742] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.662755] mmc0: sdhci: IRQ status 0x00000001
    [ 20.662763] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.662778] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.662787] mmc0: starting CMD25 arg 000004a2 flags 000000b5
    [ 20.662793] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.662800] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.662814] mmc0: sdhci: IRQ status 0x00000001
    [ 20.663644] mmc0: sdhci: IRQ status 0x00000002
    [ 20.663654] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.663662] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.663670] mmc0: 4096 bytes transferred: 0
    [ 20.663675] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.663696] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.663709] mmc0: sdhci: IRQ status 0x00000001
    [ 20.663716] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.663731] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.663738] mmc0: starting CMD25 arg 000004f2 flags 000000b5
    [ 20.663746] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.663754] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.663768] mmc0: sdhci: IRQ status 0x00000001
    [ 20.664048] mmc0: sdhci: IRQ status 0x00000002
    [ 20.664057] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.664065] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.664072] mmc0: 4096 bytes transferred: 0
    [ 20.664078] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.664094] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.664110] mmc0: sdhci: IRQ status 0x00000001
    [ 20.664118] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.664134] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.664141] mmc0: starting CMD25 arg 00000602 flags 000000b5
    [ 20.664147] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.664154] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.664168] mmc0: sdhci: IRQ status 0x00000001
    [ 20.664447] mmc0: sdhci: IRQ status 0x00000002
    [ 20.664455] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.664463] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.664470] mmc0: 4096 bytes transferred: 0
    [ 20.664475] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.664492] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.664505] mmc0: sdhci: IRQ status 0x00000001
    [ 20.664513] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.664529] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.664537] mmc0: starting CMD25 arg 0000083a flags 000000b5
    [ 20.664543] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.664550] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.664564] mmc0: sdhci: IRQ status 0x00000001
    [ 20.664846] mmc0: sdhci: IRQ status 0x00000002
    [ 20.664855] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.664863] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.664870] mmc0: 4096 bytes transferred: 0
    [ 20.664876] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.664893] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.664905] mmc0: sdhci: IRQ status 0x00000001
    [ 20.664914] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.664929] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.664936] mmc0: starting CMD25 arg 0000093a flags 000000b5
    [ 20.664942] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.664950] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.664964] mmc0: sdhci: IRQ status 0x00000001
    [ 20.665820] mmc0: sdhci: IRQ status 0x00000002
    [ 20.665833] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.665841] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.665848] mmc0: 8192 bytes transferred: 0
    [ 20.665853] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.665887] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.665903] mmc0: sdhci: IRQ status 0x00000001
    [ 20.665912] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.665929] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.665936] mmc0: starting CMD25 arg 000009d2 flags 000000b5
    [ 20.665943] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.665950] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.665966] mmc0: sdhci: IRQ status 0x00000001
    [ 20.666285] mmc0: sdhci: IRQ status 0x00000002
    [ 20.666294] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.666303] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.666310] mmc0: 8192 bytes transferred: 0
    [ 20.666315] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.666331] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.666343] mmc0: sdhci: IRQ status 0x00000001
    [ 20.666351] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.666367] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.666375] mmc0: starting CMD25 arg 000009ea flags 000000b5
    [ 20.666381] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.666389] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.666403] mmc0: sdhci: IRQ status 0x00000001
    [ 20.666715] mmc0: sdhci: IRQ status 0x00000002
    [ 20.666723] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.666731] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.666738] mmc0: 4096 bytes transferred: 0
    [ 20.666743] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.666760] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.666773] mmc0: sdhci: IRQ status 0x00000001
    [ 20.666781] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.666796] <mmc0: starting CMD23 arg 20000020 flags 00000015>
    [ 20.666804] mmc0: starting CMD25 arg 000009fa flags 000000b5
    [ 20.666810] mmc0: blksz 512 blocks 32 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.666817] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.666830] mmc0: sdhci: IRQ status 0x00000001
    [ 20.669010] mmc0: sdhci: IRQ status 0x00000002
    [ 20.669021] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.669029] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.669037] mmc0: 16384 bytes transferred: 0
    [ 20.669042] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.669066] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.669083] mmc0: sdhci: IRQ status 0x00000001
    [ 20.669092] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.669110] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.669117] mmc0: starting CMD25 arg 00000a7a flags 000000b5
    [ 20.669123] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.669131] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.669145] mmc0: sdhci: IRQ status 0x00000001
    [ 20.669425] mmc0: sdhci: IRQ status 0x00000002
    [ 20.669437] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.669445] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.669453] mmc0: 4096 bytes transferred: 0
    [ 20.669458] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.669481] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.669497] mmc0: sdhci: IRQ status 0x00000001
    [ 20.669505] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.669523] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.669530] mmc0: starting CMD25 arg 00000ac2 flags 000000b5
    [ 20.669537] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.669545] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.669559] mmc0: sdhci: IRQ status 0x00000001
    [ 20.670013] mmc0: sdhci: IRQ status 0x00000002
    [ 20.670022] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.670030] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.670038] mmc0: 4096 bytes transferred: 0
    [ 20.670043] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.670061] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.670074] mmc0: sdhci: IRQ status 0x00000001
    [ 20.670082] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.670098] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.670108] mmc0: starting CMD25 arg 00000ad2 flags 000000b5
    [ 20.670114] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.670121] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.670134] mmc0: sdhci: IRQ status 0x00000001
    [ 20.671957] mmc0: sdhci: IRQ status 0x00000002
    [ 20.671968] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.671976] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.671983] mmc0: 8192 bytes transferred: 0
    [ 20.671988] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.672015] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.672031] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672039] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.672056] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.672064] mmc0: starting CMD25 arg 00000af2 flags 000000b5
    [ 20.672070] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.672077] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.672094] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672374] mmc0: sdhci: IRQ status 0x00000002
    [ 20.672383] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.672391] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.672398] mmc0: 4096 bytes transferred: 0
    [ 20.672404] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.672420] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.672432] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672440] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.672455] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.672463] mmc0: starting CMD25 arg 00000b02 flags 000000b5
    [ 20.672469] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.672476] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.672491] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672772] mmc0: sdhci: IRQ status 0x00000002
    [ 20.672780] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.672788] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.672796] mmc0: 4096 bytes transferred: 0
    [ 20.672801] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.672817] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.672829] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672837] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.672853] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.672861] mmc0: starting CMD25 arg 00000d22 flags 000000b5
    [ 20.672867] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.672874] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.672888] mmc0: sdhci: IRQ status 0x00000001
    [ 20.673720] mmc0: sdhci: IRQ status 0x00000002
    [ 20.673735] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.673743] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.673750] mmc0: 8192 bytes transferred: 0
    [ 20.673756] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.673780] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.673794] mmc0: sdhci: IRQ status 0x00000001
    [ 20.673802] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.673821] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.673828] mmc0: starting CMD25 arg 00000d6a flags 000000b5
    [ 20.673835] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.673842] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.673857] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674166] mmc0: sdhci: IRQ status 0x00000002
    [ 20.674175] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.674183] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.674191] mmc0: 4096 bytes transferred: 0
    [ 20.674196] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.674214] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.674226] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674235] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.674250] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.674257] mmc0: starting CMD25 arg 00000d7a flags 000000b5
    [ 20.674263] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.674271] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.674285] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674601] mmc0: sdhci: IRQ status 0x00000002
    [ 20.674610] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.674619] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.674626] mmc0: 4096 bytes transferred: 0
    [ 20.674631] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.674648] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.674660] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674668] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.674685] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.674693] mmc0: starting CMD25 arg 00000d8a flags 000000b5
    [ 20.674699] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.674707] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.674720] mmc0: sdhci: IRQ status 0x00000001
    [ 20.675197] mmc0: sdhci: IRQ status 0x00000002
    [ 20.675208] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.675217] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.675225] mmc0: 4096 bytes transferred: 0
    [ 20.675230] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.675251] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.675265] mmc0: sdhci: IRQ status 0x00000001
    [ 20.675274] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.675290] <mmc0: starting CMD23 arg 20000400 flags 00000015>
    [ 20.675297] mmc0: starting CMD25 arg 000014c2 flags 000000b5
    [ 20.675303] mmc0: blksz 512 blocks 1024 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.675311] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.675329] mmc0: sdhci: IRQ status 0x00000001
    [ 20.692698] mmc0: sdhci: IRQ status 0x00000002
    [ 20.692728] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.692737] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.692745] mmc0: 524288 bytes transferred: 0
    [ 20.692751] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.692791] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.692813] mmc0: sdhci: IRQ status 0x00000001
    [ 20.692821] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.692840] <mmc0: starting CMD23 arg 20000320 flags 00000015>
    [ 20.692849] mmc0: starting CMD25 arg 000018c2 flags 000000b5
    [ 20.692855] mmc0: blksz 512 blocks 800 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.692862] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.692883] mmc0: sdhci: IRQ status 0x00000001
    [ 20.705866] mmc0: sdhci: IRQ status 0x00000002
    [ 20.705895] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.705903] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.705911] mmc0: 409600 bytes transferred: 0
    [ 20.705917] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.705949] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.705968] mmc0: sdhci: IRQ status 0x00000001
    [ 20.705976] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.705994] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.706002] mmc0: starting CMD25 arg 00001bea flags 000000b5
    [ 20.706008] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.706016] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.706033] mmc0: sdhci: IRQ status 0x00000001
    [ 20.708277] mmc0: sdhci: IRQ status 0x00000002
    [ 20.708283] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.708291] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.708298] mmc0: 8192 bytes transferred: 0
    [ 20.708304] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.708342] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.708355] mmc0: sdhci: IRQ status 0x00000001
    [ 20.708362] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 23.213947] <mmc0: starting CMD23 arg 200000f0 flags 00000015>
    [ 23.213990] mmc0: starting CMD25 arg 000844da flags 000000b5
    [ 23.213997] mmc0: blksz 512 blocks 240 flags 00002100 tsac 1600 ms nsac 4000
    [ 23.214006] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 23.214044] mmc0: sdhci: IRQ status 0x00000001
    [ 23.219736] mmc0: sdhci: IRQ status 0x00000002
    [ 23.219756] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 23.219766] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 23.219773] mmc0: 122880 bytes transferred: 0
    [ 23.219779] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 23.219825] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 23.219841] mmc0: sdhci: IRQ status 0x00000001
    [ 23.219849] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 23.220087] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 23.220104] mmc0: sdhci: IRQ status 0x00000001
    [ 23.226613] mmc0: sdhci: IRQ status 0x00000002
    [ 23.226629] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 23.226660] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 23.226675] mmc0: sdhci: IRQ status 0x00000001
    [ 23.226682] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 23.226748] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 23.226757] mmc0: starting CMD25 arg 000845ca flags 000000b5
    [ 23.226764] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 23.226771] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 23.226786] mmc0: sdhci: IRQ status 0x00000001
    [ 23.227769] mmc0: sdhci: IRQ status 0x00000002
    [ 23.227777] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 23.227785] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 23.227793] mmc0: 4096 bytes transferred: 0
    [ 23.227798] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 23.227822] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 23.227839] mmc0: sdhci: IRQ status 0x00000001
    [ 23.227846] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 25.517335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 25.523114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 25.529541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 25.535969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 25.542395] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 25.548821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 25.555246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 25.561672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 25.568096] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 25.574522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 25.580948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 25.587373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 25.593799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 25.600225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 25.606649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 25.613074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 25.617506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 25.624625] mmc1: sdhci: ============================================
    [ 25.631133] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 25.631183] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 25.632531] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 33.197963] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 33.198009] mmc0: starting CMD25 arg 000845d2 flags 000000b5
    [ 33.198016] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 33.198025] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 33.198060] mmc0: sdhci: IRQ status 0x00000001
    [ 33.200573] mmc0: sdhci: IRQ status 0x00000002
    [ 33.200593] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 33.200601] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 33.200610] mmc0: 20480 bytes transferred: 0
    [ 33.200615] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 33.200658] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 33.200674] mmc0: sdhci: IRQ status 0x00000001
    [ 33.200681] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 33.200865] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 33.200883] mmc0: sdhci: IRQ status 0x00000001
    [ 33.203936] mmc0: sdhci: IRQ status 0x00000002
    [ 33.203958] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 33.203995] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 33.204014] mmc0: sdhci: IRQ status 0x00000001
    [ 33.204023] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 33.204097] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 33.204105] mmc0: starting CMD25 arg 000845fa flags 000000b5
    [ 33.204112] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 33.204120] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 33.204136] mmc0: sdhci: IRQ status 0x00000001
    [ 33.205125] mmc0: sdhci: IRQ status 0x00000002
    [ 33.205134] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 33.205142] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 33.205149] mmc0: 4096 bytes transferred: 0
    [ 33.205155] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 33.205179] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 33.205192] mmc0: sdhci: IRQ status 0x00000001
    [ 33.205199] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 35.757335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 35.763109] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 35.769535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 35.775961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 35.782387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 35.788813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 35.795238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 35.801664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 35.808090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 35.814515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 35.820942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 35.827368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 35.833793] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 35.840217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 35.846643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 35.853068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 35.857499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 35.864618] mmc1: sdhci: ============================================
    [ 35.871145] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 35.872456] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 35.873800] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 41.133694] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 41.133740] mmc0: starting CMD25 arg 00084602 flags 000000b5
    [ 41.133748] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 41.133757] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 41.133799] mmc0: sdhci: IRQ status 0x00000001
    [ 41.136354] mmc0: sdhci: IRQ status 0x00000002
    [ 41.136381] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 41.136391] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 41.136399] mmc0: 20480 bytes transferred: 0
    [ 41.136405] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 41.136457] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.136474] mmc0: sdhci: IRQ status 0x00000001
    [ 41.136482] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 41.136688] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 41.136706] mmc0: sdhci: IRQ status 0x00000001
    [ 41.137835] mmc0: sdhci: IRQ status 0x00000002
    [ 41.137850] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 41.137881] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.137897] mmc0: sdhci: IRQ status 0x00000001
    [ 41.137906] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 41.137984] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 41.137992] mmc0: starting CMD25 arg 0008462a flags 000000b5
    [ 41.137998] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 41.138005] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 41.138023] mmc0: sdhci: IRQ status 0x00000001
    [ 41.139022] mmc0: sdhci: IRQ status 0x00000002
    [ 41.139034] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 41.139041] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 41.139048] mmc0: 4096 bytes transferred: 0
    [ 41.139054] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 41.139082] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.139095] mmc0: sdhci: IRQ status 0x00000001
    [ 41.139103] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 45.997335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 46.003116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 46.009543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 46.015970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 46.022396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 46.028821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 46.035247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 46.041673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 46.048097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 46.054522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 46.060948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 46.067373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 46.073798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 46.080223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 46.086648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 46.093074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 46.097505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 46.104625] mmc1: sdhci: ============================================
    [ 46.111165] mmc1: req failed (CMD5): -110, retrying...
    [ 48.136941] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 48.136992] mmc0: starting CMD18 arg 000d7b62 flags 000000b5
    [ 48.136999] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 48.137008] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.137048] mmc0: sdhci: IRQ status 0x00000001
    [ 48.139565] mmc0: sdhci: IRQ status 0x00000002
    [ 48.139628] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.139638] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.139646] mmc0: 16384 bytes transferred: 0
    [ 48.139654] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 48.141156] <mmc0: starting CMD23 arg 00000090 flags 00000015>
    [ 48.141195] mmc0: starting CMD18 arg 000d7be2 flags 000000b5
    [ 48.141203] mmc0: blksz 512 blocks 144 flags 00000200 tsac 400 ms nsac 1000
    [ 48.141211] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.141255] mmc0: sdhci: IRQ status 0x00000001
    [ 48.142046] mmc0: sdhci: IRQ status 0x00000002
    [ 48.142067] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.142075] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.142083] mmc0: 73728 bytes transferred: 0
    [ 48.142088] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 48.143571] <mmc0: starting CMD23 arg 00000060 flags 00000015>
    [ 48.143599] mmc0: starting CMD18 arg 000d7b82 flags 000000b5
    [ 48.143606] mmc0: blksz 512 blocks 96 flags 00000200 tsac 400 ms nsac 1000
    [ 48.143614] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.143650] mmc0: sdhci: IRQ status 0x00000001
    [ 48.144340] mmc0: sdhci: IRQ status 0x00000002
    [ 48.144360] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.144370] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.144378] mmc0: 49152 bytes transferred: 0
    [ 48.144384] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.933716] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 53.933762] mmc0: starting CMD25 arg 000002f2 flags 000000b5
    [ 53.933769] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.933778] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.933815] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937050] mmc0: sdhci: IRQ status 0x00000002
    [ 53.937065] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.937073] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.937081] mmc0: 20480 bytes transferred: 0
    [ 53.937087] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.937116] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.937130] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937137] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.937156] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.937164] mmc0: starting CMD25 arg 00000322 flags 000000b5
    [ 53.937170] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.937177] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.937190] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937693] mmc0: sdhci: IRQ status 0x00000002
    [ 53.937706] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.937715] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.937722] mmc0: 4096 bytes transferred: 0
    [ 53.937727] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.937753] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.937769] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937777] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.937794] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.937802] mmc0: starting CMD25 arg 000003da flags 000000b5
    [ 53.937809] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.937816] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.937830] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938140] mmc0: sdhci: IRQ status 0x00000002
    [ 53.938150] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.938158] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.938165] mmc0: 4096 bytes transferred: 0
    [ 53.938171] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.938190] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.938203] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938212] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.938228] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.938235] mmc0: starting CMD25 arg 00000442 flags 000000b5
    [ 53.938241] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.938248] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.938263] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938543] mmc0: sdhci: IRQ status 0x00000002
    [ 53.938551] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.938560] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.938567] mmc0: 4096 bytes transferred: 0
    [ 53.938572] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.938590] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.938603] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938612] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.938627] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.938634] mmc0: starting CMD25 arg 00000462 flags 000000b5
    [ 53.938641] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.938648] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.938665] mmc0: sdhci: IRQ status 0x00000001
    [ 53.939130] mmc0: sdhci: IRQ status 0x00000002
    [ 53.939139] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.939148] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.939155] mmc0: 4096 bytes transferred: 0
    [ 53.939160] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.939180] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.939192] mmc0: sdhci: IRQ status 0x00000001
    [ 53.939200] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.939216] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.939223] mmc0: starting CMD25 arg 0000049a flags 000000b5
    [ 53.939231] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.939238] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.939251] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941029] mmc0: sdhci: IRQ status 0x00000002
    [ 53.941042] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.941052] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.941059] mmc0: 4096 bytes transferred: 0
    [ 53.941064] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.941088] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.941105] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941113] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.941132] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 53.941139] mmc0: starting CMD25 arg 000004aa flags 000000b5
    [ 53.941145] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.941152] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.941166] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941495] mmc0: sdhci: IRQ status 0x00000002
    [ 53.941510] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.941518] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.941526] mmc0: 8192 bytes transferred: 0
    [ 53.941531] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.941555] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.941570] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941577] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.941595] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.941603] mmc0: starting CMD25 arg 000004d2 flags 000000b5
    [ 53.941609] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.941618] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.941633] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941913] mmc0: sdhci: IRQ status 0x00000002
    [ 53.941922] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.941929] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.941937] mmc0: 4096 bytes transferred: 0
    [ 53.941942] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.941959] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.941975] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941983] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.941999] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.942006] mmc0: starting CMD25 arg 000005ea flags 000000b5
    [ 53.942012] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.942019] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.942034] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944041] mmc0: sdhci: IRQ status 0x00000002
    [ 53.944053] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.944061] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.944069] mmc0: 4096 bytes transferred: 0
    [ 53.944074] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.944097] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.944111] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944120] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.944135] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 53.944145] mmc0: starting CMD25 arg 0000060a flags 000000b5
    [ 53.944151] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.944159] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.944173] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944479] mmc0: sdhci: IRQ status 0x00000002
    [ 53.944487] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.944495] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.944502] mmc0: 8192 bytes transferred: 0
    [ 53.944508] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.944524] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.944537] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944545] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.944560] <mmc0: starting CMD23 arg 20000020 flags 00000015>
    [ 53.944568] mmc0: starting CMD25 arg 00000622 flags 000000b5
    [ 53.944574] mmc0: blksz 512 blocks 32 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.944583] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.944597] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945524] mmc0: sdhci: IRQ status 0x00000002
    [ 53.945536] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.945544] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.945551] mmc0: 16384 bytes transferred: 0
    [ 53.945557] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.945580] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.945594] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945603] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.945618] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 53.945629] mmc0: starting CMD25 arg 0000064a flags 000000b5
    [ 53.945635] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.945642] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.945656] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945959] mmc0: sdhci: IRQ status 0x00000002
    [ 53.945967] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.945976] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.945983] mmc0: 8192 bytes transferred: 0
    [ 53.945989] mmc0: (CMD12): 0: 00000000 [ 76.717334] mmc1: Timeout waiting for hardware cmd interrupt.
    00000000 00000000 00000000
    [ 53.946005] mmc0: starting CMD13 [ 76.727362] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    arg 00010000 flags 00000195
    [ 53.946018] mmc0: sdhci: IRQ sta[ 76.739321] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    tus 0x00000001
    [ 53.946026] mmc0: req done (CMD13): 0: 000009[ 76.751287] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    00 00000000 00000000 00000000
    [ 53.946042] <mmc0: starting CM[ 76.763253] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    D23 arg 20000008 flags 00000015>
    [ 53.946050] mmc0: starting [ 76.775219] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    CMD25 arg 00000952 flags 000000b5
    [ 53.946056] mmc0: blks[ 76.787186] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    z 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.946[ 76.799152] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    063] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.946077][ 76.811119] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    mmc0: sdhci: IRQ status 0x00000001
    [ 53.946386] mmc0: sdhci:[ 76.823086] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    IRQ status 0x00000002
    [ 53.946395] mmc0: req done <CMD23>: 0[ 76.835053] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    : 00000000 00000000 00000000 00000000
    [ 53.946404] mmc0: req [ 76.847019] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.946[ 76.858985] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    411] mmc0: 4096 bytes transferred: 0
    [ 53.946415] mmc0: [ 76.870951] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.94643[ 76.882916] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    3] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.9464[ 76.894884] mmc1: sdhci: Host ctl2: 0x00000000
    45] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946454] mmc0: req[ 76.904858] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.94[ 76.917517] mmc1: sdhci: ============================================
    6469] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53[ 76.930988] mmc_rescan:2265 pass###
    .946477] mmc0: starting CMD25 arg 00000c3a flags 000000b5
    [ 53.946483] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.946490] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.946503] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946984] mmc0: sdhci: IRQ status 0x00000002
    [ 53.946993] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.947001] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.947008] mmc0: 4096 bytes transferred: 0
    [ 53.947014] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.947060] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.947073] mmc0: sdhci: IRQ status 0x00000001
    [ 53.947081] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.189639] <mmc0: starting CMD23 arg 20000040 flags 00000015>
    [ 54.189667] mmc0: starting CMD25 arg 00084632 flags 000000b5
    [ 54.189674] mmc0: blksz 512 blocks 64 flags 00002100 tsac 1600 ms nsac 4000
    [ 54.189681] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 54.189711] mmc0: sdhci: IRQ status 0x00000001
    [ 54.192081] mmc0: sdhci: IRQ status 0x00000002
    [ 54.192097] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 54.192105] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 54.192114] mmc0: 32768 bytes transferred: 0
    [ 54.192120] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 54.192153] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.192168] mmc0: sdhci: IRQ status 0x00000001
    [ 54.192175] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.192337] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 54.192353] mmc0: sdhci: IRQ status 0x00000001
    [ 54.196086] mmc0: sdhci: IRQ status 0x00000002
    [ 54.196100] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 54.196127] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.196142] mmc0: sdhci: IRQ status 0x00000001
    [ 54.196150] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.196202] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 54.196210] mmc0: starting CMD25 arg 00084672 flags 000000b5
    [ 54.196216] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 54.196223] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 54.196239] mmc0: sdhci: IRQ status 0x00000001
    [ 54.197200] mmc0: sdhci: IRQ status 0x00000002
    [ 54.197207] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 54.197215] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 54.197222] mmc0: 4096 bytes transferred: 0
    [ 54.197227] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 54.197251] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.197267] mmc0: sdhci: IRQ status 0x00000001
    [ 54.197275] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 56.237334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 56.243101] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 56.249526] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 56.255951] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 56.262376] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 56.268801] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 56.275227] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 56.281653] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 56.288078] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 56.294504] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 56.300929] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 56.307355] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 56.313780] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 56.320205] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 56.326630] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 56.333056] mmc1: sdhci: Host ctl2: 0x00000000
    [ 56.337488] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 56.344608] mmc1: sdhci: ============================================
    [ 56.351132] mmc1: req failed (CMD5): -110, retrying...
    [ 64.173705] <mmc0: starting CMD23 arg 20000040 flags 00000015>
    [ 64.173752] mmc0: starting CMD25 arg 0008467a flags 000000b5
    [ 64.173759] mmc0: blksz 512 blocks 64 flags 00002100 tsac 1600 ms nsac 4000
    [ 64.173767] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 64.173804] mmc0: sdhci: IRQ status 0x00000001
    [ 64.178384] mmc0: sdhci: IRQ status 0x00000002
    [ 64.178416] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 64.178425] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 64.178432] mmc0: 32768 bytes transferred: 0
    [ 64.178438] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 64.178477] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 64.178494] mmc0: sdhci: IRQ status 0x00000001
    [ 64.178503] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 64.178702] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 64.178719] mmc0: sdhci: IRQ status 0x00000001
    [ 64.180563] mmc0: sdhci: IRQ status 0x00000002
    [ 64.180571] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 64.180590] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 64.180602] mmc0: sdhci: IRQ status 0x00000001
    [ 64.180609] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 64.180655] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 64.180663] mmc0: starting CMD25 arg 000846ba flags 000000b5
    [ 64.180670] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 64.180676] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 64.180693] mmc0: sdhci: IRQ status 0x00000001
    [ 64.181640] mmc0: sdhci: IRQ status 0x00000002
    [ 64.181653] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 64.181660] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 64.181668] mmc0: 4096 bytes transferred: 0
    [ 64.181673] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 64.183214] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 64.183235] mmc0: sdhci: IRQ status 0x00000001
    [ 64.183244] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 66.477337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 66.487513] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 66.499476] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 66.511441] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 66.523407] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 66.535374] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 66.547341] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 66.559307] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 66.571273] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 66.583240] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 66.595206] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 66.607173] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 66.619139] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 66.631106] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 66.643072] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 66.655040] mmc1: sdhci: Host ctl2: 0x00000000
    [ 66.665014] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 66.677672] mmc1: sdhci: ============================================
    [ 66.689747] mmc1: req failed (CMD5): -110, retrying...
    [ 71.085662] <mmc0: starting CMD23 arg 20000038 flags 00000015>
    [ 71.085699] mmc0: starting CMD25 arg 000846c2 flags 000000b5
    [ 71.085706] mmc0: blksz 512 blocks 56 flags 00002100 tsac 1600 ms nsac 4000
    [ 71.085714] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 71.085748] mmc0: sdhci: IRQ status 0x00000001
    [ 71.089381] mmc0: sdhci: IRQ status 0x00000002
    [ 71.089401] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 71.089409] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 71.089418] mmc0: 28672 bytes transferred: 0
    [ 71.089424] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 71.089477] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 71.089497] mmc0: sdhci: IRQ status 0x00000001
    [ 71.089506] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 71.089729] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 71.089754] mmc0: sdhci: IRQ status 0x00000001
    [ 71.090137] mmc0: sdhci: IRQ status 0x00000002
    [ 71.090146] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 71.090168] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 71.090183] mmc0: sdhci: IRQ status 0x00000001
    [ 71.090192] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 71.090247] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 71.090258] mmc0: starting CMD25 arg 000846fa flags 000000b5
    [ 71.090264] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 71.090272] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 71.090289] mmc0: sdhci: IRQ status 0x00000001
    [ 71.091320] mmc0: sdhci: IRQ status 0x00000002
    [ 71.091328] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 71.091335] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 71.091343] mmc0: 4096 bytes transferred: 0
    [ 71.091348] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 71.091371] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 71.091384] mmc0: sdhci: IRQ status 0x00000001
    [ 71.091392] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 76.717334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 76.727362] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 76.739321] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 76.751287] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 76.763253] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 76.775219] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 76.787186] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 76.799152] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 76.811119] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 76.823086] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 76.835053] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 76.847019] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 76.858985] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 76.870951] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 76.882916] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 76.894884] mmc1: sdhci: Host ctl2: 0x00000000
    [ 76.904858] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 76.917517] mmc1: sdhci: ============================================
    [ 76.929591] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 76.929636] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 76.930988] mmc_rescan:2265 pass###
    [ 76.938533] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 76.938542] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    root@am62xx-evm:~# [ 78.451421] sdhci-am654 fa00000.mmc: Power on failed
    
    root@am62xx-evm:~#
    root@am62xx-evm:~# [ 88.493336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 88.499108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 88.505534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 88.511961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 88.518387] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 88.524812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 88.531238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 88.537664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 88.544089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 88.550515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 88.556941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 88.563367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 88.569791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 88.576216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 88.582641] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 88.589067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 88.593499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 88.600618] mmc1: sdhci: ============================================
    [ 98.733335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 98.739111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 98.745538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 98.751966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 98.758392] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 98.764818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 98.771243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 98.777668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 98.784093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 98.790518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 98.796945] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 98.803371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 98.809795] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 98.816221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 98.822647] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 98.829072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 98.833504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 98.840621] mmc1: sdhci: ============================================
    [ 108.973335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 108.979111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 108.985538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 108.991965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 108.998391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 109.004816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 109.011243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 109.017668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 109.024094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 109.030519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 109.036945] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 109.043369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 109.049796] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 109.056220] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 109.062645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 109.069069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 109.073500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 109.080618] mmc1: sdhci: ============================================
    [ 119.213333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 119.219111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 119.225537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 119.231963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 119.238387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 119.244812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 119.251238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 119.257663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 119.264088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 119.270513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 119.276938] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 119.283363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 119.289789] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 119.296215] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 119.302640] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 119.309066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 119.313497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 119.320615] mmc1: sdhci: ============================================
    [ 129.453335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 129.459111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 129.465539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 129.471966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 129.478392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 129.484817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 129.491243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 129.497668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 129.504094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 129.510519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 129.516944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 129.523369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 129.529794] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 129.536219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 129.542645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 129.549070] mmc1: sdhci: Host ctl2: 0x00000000
    [ 129.553501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 129.560620] mmc1: sdhci: ============================================
    
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 1 91=1
    [ 139.693336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 139.699113] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 139.705541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 139.711968] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 139.718392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 139.724817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 139.731243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 139.737669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 139.744094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 139.750520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 139.756946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 139.763372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 139.769798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 139.776224] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 139.782649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 139.789074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 139.793506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 139.800625] mmc1: sdhci: ============================================
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 1 91=0
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# dmesg |tail -fn 1000
    [ 20.669029] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.669037] mmc0: 16384 bytes transferred: 0
    [ 20.669042] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.669066] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.669083] mmc0: sdhci: IRQ status 0x00000001
    [ 20.669092] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.669110] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.669117] mmc0: starting CMD25 arg 00000a7a flags 000000b5
    [ 20.669123] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.669131] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.669145] mmc0: sdhci: IRQ status 0x00000001
    [ 20.669425] mmc0: sdhci: IRQ status 0x00000002
    [ 20.669437] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.669445] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.669453] mmc0: 4096 bytes transferred: 0
    [ 20.669458] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.669481] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.669497] mmc0: sdhci: IRQ status 0x00000001
    [ 20.669505] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.669523] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.669530] mmc0: starting CMD25 arg 00000ac2 flags 000000b5
    [ 20.669537] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.669545] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.669559] mmc0: sdhci: IRQ status 0x00000001
    [ 20.670013] mmc0: sdhci: IRQ status 0x00000002
    [ 20.670022] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.670030] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.670038] mmc0: 4096 bytes transferred: 0
    [ 20.670043] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.670061] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.670074] mmc0: sdhci: IRQ status 0x00000001
    [ 20.670082] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.670098] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.670108] mmc0: starting CMD25 arg 00000ad2 flags 000000b5
    [ 20.670114] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.670121] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.670134] mmc0: sdhci: IRQ status 0x00000001
    [ 20.671957] mmc0: sdhci: IRQ status 0x00000002
    [ 20.671968] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.671976] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.671983] mmc0: 8192 bytes transferred: 0
    [ 20.671988] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.672015] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.672031] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672039] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.672056] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.672064] mmc0: starting CMD25 arg 00000af2 flags 000000b5
    [ 20.672070] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.672077] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.672094] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672374] mmc0: sdhci: IRQ status 0x00000002
    [ 20.672383] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.672391] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.672398] mmc0: 4096 bytes transferred: 0
    [ 20.672404] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.672420] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.672432] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672440] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.672455] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.672463] mmc0: starting CMD25 arg 00000b02 flags 000000b5
    [ 20.672469] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.672476] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.672491] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672772] mmc0: sdhci: IRQ status 0x00000002
    [ 20.672780] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.672788] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.672796] mmc0: 4096 bytes transferred: 0
    [ 20.672801] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.672817] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.672829] mmc0: sdhci: IRQ status 0x00000001
    [ 20.672837] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.672853] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.672861] mmc0: starting CMD25 arg 00000d22 flags 000000b5
    [ 20.672867] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.672874] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.672888] mmc0: sdhci: IRQ status 0x00000001
    [ 20.673720] mmc0: sdhci: IRQ status 0x00000002
    [ 20.673735] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.673743] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.673750] mmc0: 8192 bytes transferred: 0
    [ 20.673756] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.673780] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.673794] mmc0: sdhci: IRQ status 0x00000001
    [ 20.673802] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.673821] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.673828] mmc0: starting CMD25 arg 00000d6a flags 000000b5
    [ 20.673835] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.673842] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.673857] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674166] mmc0: sdhci: IRQ status 0x00000002
    [ 20.674175] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.674183] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.674191] mmc0: 4096 bytes transferred: 0
    [ 20.674196] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.674214] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.674226] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674235] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.674250] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.674257] mmc0: starting CMD25 arg 00000d7a flags 000000b5
    [ 20.674263] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.674271] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.674285] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674601] mmc0: sdhci: IRQ status 0x00000002
    [ 20.674610] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.674619] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.674626] mmc0: 4096 bytes transferred: 0
    [ 20.674631] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.674648] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.674660] mmc0: sdhci: IRQ status 0x00000001
    [ 20.674668] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.674685] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 20.674693] mmc0: starting CMD25 arg 00000d8a flags 000000b5
    [ 20.674699] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.674707] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.674720] mmc0: sdhci: IRQ status 0x00000001
    [ 20.675197] mmc0: sdhci: IRQ status 0x00000002
    [ 20.675208] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.675217] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.675225] mmc0: 4096 bytes transferred: 0
    [ 20.675230] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.675251] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.675265] mmc0: sdhci: IRQ status 0x00000001
    [ 20.675274] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.675290] <mmc0: starting CMD23 arg 20000400 flags 00000015>
    [ 20.675297] mmc0: starting CMD25 arg 000014c2 flags 000000b5
    [ 20.675303] mmc0: blksz 512 blocks 1024 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.675311] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.675329] mmc0: sdhci: IRQ status 0x00000001
    [ 20.692698] mmc0: sdhci: IRQ status 0x00000002
    [ 20.692728] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.692737] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.692745] mmc0: 524288 bytes transferred: 0
    [ 20.692751] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.692791] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.692813] mmc0: sdhci: IRQ status 0x00000001
    [ 20.692821] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.692840] <mmc0: starting CMD23 arg 20000320 flags 00000015>
    [ 20.692849] mmc0: starting CMD25 arg 000018c2 flags 000000b5
    [ 20.692855] mmc0: blksz 512 blocks 800 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.692862] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.692883] mmc0: sdhci: IRQ status 0x00000001
    [ 20.705866] mmc0: sdhci: IRQ status 0x00000002
    [ 20.705895] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.705903] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.705911] mmc0: 409600 bytes transferred: 0
    [ 20.705917] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.705949] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.705968] mmc0: sdhci: IRQ status 0x00000001
    [ 20.705976] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 20.705994] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 20.706002] mmc0: starting CMD25 arg 00001bea flags 000000b5
    [ 20.706008] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 20.706016] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 20.706033] mmc0: sdhci: IRQ status 0x00000001
    [ 20.708277] mmc0: sdhci: IRQ status 0x00000002
    [ 20.708283] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 20.708291] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 20.708298] mmc0: 8192 bytes transferred: 0
    [ 20.708304] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 20.708342] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 20.708355] mmc0: sdhci: IRQ status 0x00000001
    [ 20.708362] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 23.213947] <mmc0: starting CMD23 arg 200000f0 flags 00000015>
    [ 23.213990] mmc0: starting CMD25 arg 000844da flags 000000b5
    [ 23.213997] mmc0: blksz 512 blocks 240 flags 00002100 tsac 1600 ms nsac 4000
    [ 23.214006] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 23.214044] mmc0: sdhci: IRQ status 0x00000001
    [ 23.219736] mmc0: sdhci: IRQ status 0x00000002
    [ 23.219756] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 23.219766] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 23.219773] mmc0: 122880 bytes transferred: 0
    [ 23.219779] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 23.219825] mmc0: starting CMD13 arg 00[ 149.933335] mmc1: Timeout waiting for hardware cmd interrupt.
    010000 flags 00000195
    [ 23.219841] mmc0: sdhci: IRQ status 0x[ 149.942412] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    00000001
    [ 23.219849] mmc0: req done (CMD13): 0: 00000900 000[ 149.954373] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    00000 00000000 00000000
    [ 23.220087] mmc0: starting CMD6 arg [ 149.966337] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    03200101 flags 0000049d
    [ 23.220104] mmc0: sdhci: IRQ status [ 149.978303] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    0x00000001
    [ 23.226613] mmc0: sdhci: IRQ status 0x00000002
    [[ 149.990270] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    23.226629] mmc0: req done (CMD6): 0: 00000800 00000000 000000[ 150.002237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 150.014204] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 150.020630] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    00 00000000
    [ 23.226660] mmc0: starting CMD13 arg 00010000 fl[ 150.027055] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 150.039027] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    ags 00000195
    [ 150.045453] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 150.057416] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    
    [ 23.226682] mmc0: req done (CMD13): 0: 00000900 00000000 000[ 150.063841] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 150.075805] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 150.082230] mmc1: sdhci: Host ctl2: 0x00000000
    00000 00000000
    [ 23.226748] <mmc0: starting CMD23 arg a000000[ 150.086661] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    8 flags 00000015>
    [ 150.099322] mmc1: sdhci: ============================================
    [ 23.226757] mmc0: starting CMD25 arg 000845ca flags 000000b5[ 150.108894] mmc_rescan:2265 pass###
    
    [ 23.226764] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 23.226771] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 23.226786] mmc0: sdhci: IRQ status 0x00000001
    [ 23.227769] mmc0: sdhci: IRQ status 0x00000002
    [ 23.227777] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 23.227785] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 23.227793] mmc0: 4096 bytes transferred: 0
    [ 23.227798] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 23.227822] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 23.227839] mmc0: sdhci: IRQ status 0x00000001
    [ 23.227846] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 25.517335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 25.523114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 25.529541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 25.535969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 25.542395] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 25.548821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 25.555246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 25.561672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 25.568096] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 25.574522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 25.580948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 25.587373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 25.593799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 25.600225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 25.606649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 25.613074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 25.617506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 25.624625] mmc1: sdhci: ============================================
    [ 25.631133] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 25.631183] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 25.632531] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 33.197963] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 33.198009] mmc0: starting CMD25 arg 000845d2 flags 000000b5
    [ 33.198016] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 33.198025] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 33.198060] mmc0: sdhci: IRQ status 0x00000001
    [ 33.200573] mmc0: sdhci: IRQ status 0x00000002
    [ 33.200593] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 33.200601] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 33.200610] mmc0: 20480 bytes transferred: 0
    [ 33.200615] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 33.200658] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 33.200674] mmc0: sdhci: IRQ status 0x00000001
    [ 33.200681] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 33.200865] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 33.200883] mmc0: sdhci: IRQ status 0x00000001
    [ 33.203936] mmc0: sdhci: IRQ status 0x00000002
    [ 33.203958] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 33.203995] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 33.204014] mmc0: sdhci: IRQ status 0x00000001
    [ 33.204023] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 33.204097] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 33.204105] mmc0: starting CMD25 arg 000845fa flags 000000b5
    [ 33.204112] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 33.204120] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 33.204136] mmc0: sdhci: IRQ status 0x00000001
    [ 33.205125] mmc0: sdhci: IRQ status 0x00000002
    [ 33.205134] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 33.205142] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 33.205149] mmc0: 4096 bytes transferred: 0
    [ 33.205155] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 33.205179] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 33.205192] mmc0: sdhci: IRQ status 0x00000001
    [ 33.205199] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 35.757335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 35.763109] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 35.769535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 35.775961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 35.782387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 35.788813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 35.795238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 35.801664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 35.808090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 35.814515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 35.820942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 35.827368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 35.833793] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 35.840217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 35.846643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 35.853068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 35.857499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 35.864618] mmc1: sdhci: ============================================
    [ 35.871145] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 35.872456] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 35.873800] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 41.133694] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 41.133740] mmc0: starting CMD25 arg 00084602 flags 000000b5
    [ 41.133748] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 41.133757] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 41.133799] mmc0: sdhci: IRQ status 0x00000001
    [ 41.136354] mmc0: sdhci: IRQ status 0x00000002
    [ 41.136381] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 41.136391] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 41.136399] mmc0: 20480 bytes transferred: 0
    [ 41.136405] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 41.136457] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.136474] mmc0: sdhci: IRQ status 0x00000001
    [ 41.136482] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 41.136688] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 41.136706] mmc0: sdhci: IRQ status 0x00000001
    [ 41.137835] mmc0: sdhci: IRQ status 0x00000002
    [ 41.137850] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 41.137881] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.137897] mmc0: sdhci: IRQ status 0x00000001
    [ 41.137906] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 41.137984] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 41.137992] mmc0: starting CMD25 arg 0008462a flags 000000b5
    [ 41.137998] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 41.138005] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 41.138023] mmc0: sdhci: IRQ status 0x00000001
    [ 41.139022] mmc0: sdhci: IRQ status 0x00000002
    [ 41.139034] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 41.139041] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 41.139048] mmc0: 4096 bytes transferred: 0
    [ 41.139054] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 41.139082] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 41.139095] mmc0: sdhci: IRQ status 0x00000001
    [ 41.139103] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 45.997335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 46.003116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 46.009543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 46.015970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 46.022396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 46.028821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 46.035247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 46.041673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 46.048097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 46.054522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 46.060948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 46.067373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 46.073798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 46.080223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 46.086648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 46.093074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 46.097505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 46.104625] mmc1: sdhci: ============================================
    [ 46.111165] mmc1: req failed (CMD5): -110, retrying...
    [ 48.136941] <mmc0: starting CMD23 arg 00000020 flags 00000015>
    [ 48.136992] mmc0: starting CMD18 arg 000d7b62 flags 000000b5
    [ 48.136999] mmc0: blksz 512 blocks 32 flags 00000200 tsac 400 ms nsac 1000
    [ 48.137008] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.137048] mmc0: sdhci: IRQ status 0x00000001
    [ 48.139565] mmc0: sdhci: IRQ status 0x00000002
    [ 48.139628] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.139638] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.139646] mmc0: 16384 bytes transferred: 0
    [ 48.139654] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 48.141156] <mmc0: starting CMD23 arg 00000090 flags 00000015>
    [ 48.141195] mmc0: starting CMD18 arg 000d7be2 flags 000000b5
    [ 48.141203] mmc0: blksz 512 blocks 144 flags 00000200 tsac 400 ms nsac 1000
    [ 48.141211] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.141255] mmc0: sdhci: IRQ status 0x00000001
    [ 48.142046] mmc0: sdhci: IRQ status 0x00000002
    [ 48.142067] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.142075] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.142083] mmc0: 73728 bytes transferred: 0
    [ 48.142088] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 48.143571] <mmc0: starting CMD23 arg 00000060 flags 00000015>
    [ 48.143599] mmc0: starting CMD18 arg 000d7b82 flags 000000b5
    [ 48.143606] mmc0: blksz 512 blocks 96 flags 00000200 tsac 400 ms nsac 1000
    [ 48.143614] mmc0: CMD12 arg 00000000 flags 00000095
    [ 48.143650] mmc0: sdhci: IRQ status 0x00000001
    [ 48.144340] mmc0: sdhci: IRQ status 0x00000002
    [ 48.144360] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 48.144370] mmc0: req done (CMD18): 0: 00000900 00000000 00000000 00000000
    [ 48.144378] mmc0: 49152 bytes transferred: 0
    [ 48.144384] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.933716] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 53.933762] mmc0: starting CMD25 arg 000002f2 flags 000000b5
    [ 53.933769] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.933778] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.933815] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937050] mmc0: sdhci: IRQ status 0x00000002
    [ 53.937065] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.937073] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.937081] mmc0: 20480 bytes transferred: 0
    [ 53.937087] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.937116] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.937130] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937137] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.937156] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.937164] mmc0: starting CMD25 arg 00000322 flags 000000b5
    [ 53.937170] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.937177] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.937190] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937693] mmc0: sdhci: IRQ status 0x00000002
    [ 53.937706] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.937715] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.937722] mmc0: 4096 bytes transferred: 0
    [ 53.937727] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.937753] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.937769] mmc0: sdhci: IRQ status 0x00000001
    [ 53.937777] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.937794] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.937802] mmc0: starting CMD25 arg 000003da flags 000000b5
    [ 53.937809] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.937816] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.937830] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938140] mmc0: sdhci: IRQ status 0x00000002
    [ 53.938150] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.938158] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.938165] mmc0: 4096 bytes transferred: 0
    [ 53.938171] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.938190] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.938203] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938212] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.938228] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.938235] mmc0: starting CMD25 arg 00000442 flags 000000b5
    [ 53.938241] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.938248] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.938263] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938543] mmc0: sdhci: IRQ status 0x00000002
    [ 53.938551] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.938560] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.938567] mmc0: 4096 bytes transferred: 0
    [ 53.938572] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.938590] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.938603] mmc0: sdhci: IRQ status 0x00000001
    [ 53.938612] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.938627] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.938634] mmc0: starting CMD25 arg 00000462 flags 000000b5
    [ 53.938641] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.938648] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.938665] mmc0: sdhci: IRQ status 0x00000001
    [ 53.939130] mmc0: sdhci: IRQ status 0x00000002
    [ 53.939139] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.939148] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.939155] mmc0: 4096 bytes transferred: 0
    [ 53.939160] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.939180] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.939192] mmc0: sdhci: IRQ status 0x00000001
    [ 53.939200] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.939216] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.939223] mmc0: starting CMD25 arg 0000049a flags 000000b5
    [ 53.939231] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.939238] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.939251] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941029] mmc0: sdhci: IRQ status 0x00000002
    [ 53.941042] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.941052] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.941059] mmc0: 4096 bytes transferred: 0
    [ 53.941064] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.941088] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.941105] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941113] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.941132] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 53.941139] mmc0: starting CMD25 arg 000004aa flags 000000b5
    [ 53.941145] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.941152] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.941166] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941495] mmc0: sdhci: IRQ status 0x00000002
    [ 53.941510] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.941518] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.941526] mmc0: 8192 bytes transferred: 0
    [ 53.941531] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.941555] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.941570] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941577] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.941595] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ [ 151.635471] sdhci-am654 fa00000.mmc: Power on failed
    53.941603] mmc0: starting CMD25 arg 000004d2 flags 000000b5
    [ 53.941609] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.941618] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.941633] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941913] mmc0: sdhci: IRQ status 0x00000002
    [ 53.941922] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.941929] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.941937] mmc0: 4096 bytes transferred: 0
    [ 53.941942] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.941959] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.941975] mmc0: sdhci: IRQ status 0x00000001
    [ 53.941983] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.941999] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.942006] mmc0: starting CMD25 arg 000005ea flags 000000b5
    [ 53.942012] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.942019] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.942034] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944041] mmc0: sdhci: IRQ status 0x00000002
    [ 53.944053] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.944061] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.944069] mmc0: 4096 bytes transferred: 0
    [ 53.944074] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.944097] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.944111] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944120] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.944135] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 53.944145] mmc0: starting CMD25 arg 0000060a flags 000000b5
    [ 53.944151] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.944159] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.944173] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944479] mmc0: sdhci: IRQ status 0x00000002
    [ 53.944487] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.944495] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.944502] mmc0: 8192 bytes transferred: 0
    [ 53.944508] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.944524] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.944537] mmc0: sdhci: IRQ status 0x00000001
    [ 53.944545] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.944560] <mmc0: starting CMD23 arg 20000020 flags 00000015>
    [ 53.944568] mmc0: starting CMD25 arg 00000622 flags 000000b5
    [ 53.944574] mmc0: blksz 512 blocks 32 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.944583] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.944597] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945524] mmc0: sdhci: IRQ status 0x00000002
    [ 53.945536] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.945544] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.945551] mmc0: 16384 bytes transferred: 0
    [ 53.945557] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.945580] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.945594] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945603] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.945618] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 53.945629] mmc0: starting CMD25 arg 0000064a flags 000000b5
    [ 53.945635] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.945642] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.945656] mmc0: sdhci: IRQ status 0x00000001
    [ 53.945959] mmc0: sdhci: IRQ status 0x00000002
    [ 53.945967] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.945976] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.945983] mmc0: 8192 bytes transferred: 0
    [ 53.945989] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.946005] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.946018] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946026] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.946042] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.946050] mmc0: starting CMD25 arg 00000952 flags 000000b5
    [ 53.946056] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.946063] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.946077] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946386] mmc0: sdhci: IRQ status 0x00000002
    [ 53.946395] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.946404] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.946411] mmc0: 4096 bytes transferred: 0
    [ 53.946415] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.946433] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.946445] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946454] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 53.946469] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 53.946477] mmc0: starting CMD25 arg 00000c3a flags 000000b5
    [ 53.946483] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 53.946490] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 53.946503] mmc0: sdhci: IRQ status 0x00000001
    [ 53.946984] mmc0: sdhci: IRQ status 0x00000002
    [ 53.946993] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 53.947001] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 53.947008] mmc0: 4096 bytes transferred: 0
    [ 53.947014] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 53.947060] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 53.947073] mmc0: sdhci: IRQ status 0x00000001
    [ 53.947081] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.189639] <mmc0: starting CMD23 arg 20000040 flags 00000015>
    [ 54.189667] mmc0: starting CMD25 arg 00084632 flags 000000b5
    [ 54.189674] mmc0: blksz 512 blocks 64 flags 00002100 tsac 1600 ms nsac 4000
    [ 54.189681] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 54.189711] mmc0: sdhci: IRQ status 0x00000001
    [ 54.192081] mmc0: sdhci: IRQ status 0x00000002
    [ 54.192097] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 54.192105] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 54.192114] mmc0: 32768 bytes transferred: 0
    [ 54.192120] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 54.192153] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.192168] mmc0: sdhci: IRQ status 0x00000001
    [ 54.192175] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.192337] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 54.192353] mmc0: sdhci: IRQ status 0x00000001
    [ 54.196086] mmc0: sdhci: IRQ status 0x00000002
    [ 54.196100] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 54.196127] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.196142] mmc0: sdhci: IRQ status 0x00000001
    [ 54.196150] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 54.196202] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 54.196210] mmc0: starting CMD25 arg 00084672 flags 000000b5
    [ 54.196216] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 54.196223] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 54.196239] mmc0: sdhci: IRQ status 0x00000001
    [ 54.197200] mmc0: sdhci: IRQ status 0x00000002
    [ 54.197207] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 54.197215] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 54.197222] mmc0: 4096 bytes transferred: 0
    [ 54.197227] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 54.197251] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 54.197267] mmc0: sdhci: IRQ status 0x00000001
    [ 54.197275] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 56.237334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 56.243101] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 56.249526] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 56.255951] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 56.262376] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 56.268801] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 56.275227] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 56.281653] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 56.288078] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 56.294504] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 56.300929] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 56.307355] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 56.313780] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 56.320205] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 56.326630] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 56.333056] mmc1: sdhci: Host ctl2: 0x00000000
    [ 56.337488] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 56.344608] mmc1: sdhci: ============================================
    [ 56.351132] mmc1: req failed (CMD5): -110, retrying...
    [ 64.173705] <mmc0: starting CMD23 arg 20000040 flags 00000015>
    [ 64.173752] mmc0: starting CMD25 arg 0008467a flags 000000b5
    [ 64.173759] mmc0: blksz 512 blocks 64 flags 00002100 tsac 1600 ms nsac 4000
    [ 64.173767] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 64.173804] mmc0: sdhci: IRQ status 0x00000001
    [ 64.178384] mmc0: sdhci: IRQ status 0x00000002
    [ 64.178416] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 64.178425] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 64.178432] mmc0: 32768 bytes transferred: 0
    [ 64.178438] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 64.178477] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 64.178494] mmc0: sdhci: IRQ status 0x00000001
    [ 64.178503] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 64.178702] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 64.178719] mmc0: sdhci: IRQ status 0x00000001
    [ 64.180563] mmc0: sdhci: IRQ status 0x00000002
    [ 64.180571] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 64.180590] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 64.180602] mmc0: sdhci: IRQ status 0x00000001
    [ 64.180609] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 64.180655] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 64.180663] mmc0: starting CMD25 arg 000846ba flags 000000b5
    [ 64.180670] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 64.180676] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 64.180693] mmc0: sdhci: IRQ status 0x00000001
    [ 64.181640] mmc0: sdhci: IRQ status 0x00000002
    [ 64.181653] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 64.181660] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 64.181668] mmc0: 4096 bytes transferred: 0
    [ 64.181673] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 64.183214] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 64.183235] mmc0: sdhci: IRQ status 0x00000001
    [ 64.183244] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 66.477337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 66.487513] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 66.499476] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 66.511441] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 66.523407] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 66.535374] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 66.547341] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 66.559307] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 66.571273] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 66.583240] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 66.595206] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 66.607173] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 66.619139] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 66.631106] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 66.643072] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 66.655040] mmc1: sdhci: Host ctl2: 0x00000000
    [ 66.665014] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 66.677672] mmc1: sdhci: ============================================
    [ 66.689747] mmc1: req failed (CMD5): -110, retrying...
    [ 71.085662] <mmc0: starting CMD23 arg 20000038 flags 00000015>
    [ 71.085699] mmc0: starting CMD25 arg 000846c2 flags 000000b5
    [ 71.085706] mmc0: blksz 512 blocks 56 flags 00002100 tsac 1600 ms nsac 4000
    [ 71.085714] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 71.085748] mmc0: sdhci: IRQ status 0x00000001
    [ 71.089381] mmc0: sdhci: IRQ status 0x00000002
    [ 71.089401] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 71.089409] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 71.089418] mmc0: 28672 bytes transferred: 0
    [ 71.089424] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 71.089477] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 71.089497] mmc0: sdhci: IRQ status 0x00000001
    [ 71.089506] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 71.089729] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 71.089754] mmc0: sdhci: IRQ status 0x00000001
    [ 71.090137] mmc0: sdhci: IRQ status 0x00000002
    [ 71.090146] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 71.090168] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 71.090183] mmc0: sdhci: IRQ status 0x00000001
    [ 71.090192] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 71.090247] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 71.090258] mmc0: starting CMD25 arg 000846fa flags 000000b5
    [ 71.090264] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 71.090272] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 71.090289] mmc0: sdhci: IRQ status 0x00000001
    [ 71.091320] mmc0: sdhci: IRQ status 0x00000002
    [ 71.091328] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 71.091335] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 71.091343] mmc0: 4096 bytes transferred: 0
    [ 71.091348] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 71.091371] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 71.091384] mmc0: sdhci: IRQ status 0x00000001
    [ 71.091392] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 76.717334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 76.727362] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 76.739321] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 76.751287] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 76.763253] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 76.775219] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 76.787186] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 76.799152] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 76.811119] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 76.823086] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 76.835053] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 76.847019] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 76.858985] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 76.870951] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 76.882916] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 76.894884] mmc1: sdhci: Host ctl2: 0x00000000
    [ 76.904858] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 76.917517] mmc1: sdhci: ============================================
    [ 76.929591] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 76.929636] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 76.930988] mmc_rescan:2265 pass###
    [ 76.938533] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 76.938542] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 78.451421] sdhci-am654 fa00000.mmc: Power on failed
    [ 78.456473] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 78.469008] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 78.481604] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 84.653604] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.653642] mmc0: starting CMD25 arg 000003da flags 000000b5
    [ 84.653649] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.653657] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.653694] mmc0: sdhci: IRQ status 0x00000001
    [ 84.656075] mmc0: sdhci: IRQ status 0x00000002
    [ 84.656089] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.656098] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.656105] mmc0: 4096 bytes transferred: 0
    [ 84.656111] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.656136] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.656149] mmc0: sdhci: IRQ status 0x00000001
    [ 84.656157] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.656168] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.656175] mmc0: starting CMD25 arg 00000402 flags 000000b5
    [ 84.656180] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.656188] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.656200] mmc0: sdhci: IRQ status 0x00000001
    [ 84.656513] mmc0: sdhci: IRQ status 0x00000002
    [ 84.656521] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.656529] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.656536] mmc0: 4096 bytes transferred: 0
    [ 84.656542] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.656557] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.656571] mmc0: sdhci: IRQ status 0x00000001
    [ 84.656579] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.656594] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.656600] mmc0: starting CMD25 arg 0000042a flags 000000b5
    [ 84.656607] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.656614] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.656628] mmc0: sdhci: IRQ status 0x00000001
    [ 84.658460] mmc0: sdhci: IRQ status 0x00000002
    [ 84.658485] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.658495] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.658502] mmc0: 4096 bytes transferred: 0
    [ 84.658508] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.658560] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.658578] mmc0: sdhci: IRQ status 0x00000001
    [ 84.658586] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.658601] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.658610] mmc0: starting CMD25 arg 000004c2 flags 000000b5
    [ 84.658616] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.658623] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.658638] mmc0: sdhci: IRQ status 0x00000001
    [ 84.658946] mmc0: sdhci: IRQ status 0x00000002
    [ 84.658956] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.658964] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.658973] mmc0: 4096 bytes transferred: 0
    [ 84.658978] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.658997] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.659012] mmc0: sdhci: IRQ status 0x00000001
    [ 84.659020] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.659035] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.659042] mmc0: starting CMD25 arg 000005e2 flags 000000b5
    [ 84.659049] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.659056] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.659070] mmc0: sdhci: IRQ status 0x00000001
    [ 84.659363] mmc0: sdhci: IRQ status 0x00000002
    [ 84.659371] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.659379] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.659387] mmc0: 4096 bytes transferred: 0
    [ 84.659394] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.659411] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.659425] mmc0: sdhci: IRQ status 0x00000001
    [ 84.659433] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.659448] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.659455] mmc0: starting CMD25 arg 000005f2 flags 000000b5
    [ 84.659461] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.659468] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.659481] mmc0: sdhci: IRQ status 0x00000001
    [ 84.659773] mmc0: sdhci: IRQ status 0x00000002
    [ 84.659782] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.659789] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.659797] mmc0: 4096 bytes transferred: 0
    [ 84.659802] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.659818] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.659833] mmc0: sdhci: IRQ status 0x00000001
    [ 84.659840] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.659857] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.659863] mmc0: starting CMD25 arg 0000061a flags 000000b5
    [ 84.659869] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.659877] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.659889] mmc0: sdhci: IRQ status 0x00000001
    [ 84.662018] mmc0: sdhci: IRQ status 0x00000002
    [ 84.662035] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.662043] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.662055] mmc0: 4096 bytes transferred: 0
    [ 84.662059] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.662092] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.662109] mmc0: sdhci: IRQ status 0x00000001
    [ 84.662117] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.662131] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.662138] mmc0: starting CMD25 arg 00000642 flags 000000b5
    [ 84.662144] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.662151] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.662166] mmc0: sdhci: IRQ status 0x00000001
    [ 84.662448] mmc0: sdhci: IRQ status 0x00000002
    [ 84.662456] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.662464] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.662471] mmc0: 4096 bytes transferred: 0
    [ 84.662478] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.662495] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.662511] mmc0: sdhci: IRQ status 0x00000001
    [ 84.662518] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 84.662533] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 84.662543] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 84.662550] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 84.662556] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 84.662570] mmc0: sdhci: IRQ status 0x00000001
    [ 84.662881] mmc0: sdhci: IRQ status 0x00000002
    [ 84.662890] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 84.662897] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 84.662905] mmc0: 4096 bytes transferred: 0
    [ 84.662910] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 84.662940] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 84.662952] mmc0: sdhci: IRQ status 0x00000001
    [ 84.662960] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 88.493336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 88.499108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 88.505534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 88.511961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 88.518387] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 88.524812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 88.531238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 88.537664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 88.544089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 88.550515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 88.556941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 88.563367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 88.569791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 88.576216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 88.582641] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 88.589067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 88.593499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 88.600618] mmc1: sdhci: ============================================
    [ 88.607126] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 88.607173] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 98.733335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 98.739111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 98.745538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 98.751966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 98.758392] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 98.764818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 98.771243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 98.777668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 98.784093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 98.790518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 98.796945] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 98.803371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 98.809795] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 98.816221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 98.822647] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 98.829072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 98.833504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 98.840621] mmc1: sdhci: ============================================
    [ 98.847140] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 98.847181] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 98.848540] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 108.973335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 108.979111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 108.985538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 108.991965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 108.998391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 109.004816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 109.011243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 109.017668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 109.024094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 109.030519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 109.036945] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 109.043369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 109.049796] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 109.056220] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 109.062645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 109.069069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 109.073500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 109.080618] mmc1: sdhci: ============================================
    [ 109.087128] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 109.088447] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 109.089797] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 119.213333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 119.219111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 119.225537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 119.231963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 119.238387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 119.244812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 119.251238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 119.257663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 119.264088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 119.270513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 119.276938] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 119.283363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 119.289789] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 119.296215] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 119.302640] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 119.309066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 119.313497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 119.320615] mmc1: sdhci: ============================================
    [ 119.327149] mmc1: req failed (CMD5): -110, retrying...
    [ 129.453335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 129.459111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 129.465539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 129.471966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 129.478392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 129.484817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 129.491243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 129.497668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 129.504094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 129.510519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 129.516944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 129.523369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 129.529794] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 129.536219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 129.542645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 129.549070] mmc1: sdhci: Host ctl2: 0x00000000
    [ 129.553501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 129.560620] mmc1: sdhci: ============================================
    [ 129.567162] mmc1: req failed (CMD5): -110, retrying...
    [ 136.109632] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 136.109677] mmc0: starting CMD25 arg 00084702 flags 000000b5
    [ 136.109687] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 136.109695] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 136.109733] mmc0: sdhci: IRQ status 0x00000001
    [ 136.112170] mmc0: sdhci: IRQ status 0x00000002
    [ 136.112187] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 136.112195] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 136.112204] mmc0: 8192 bytes transferred: 0
    [ 136.112209] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 136.112269] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 136.112289] mmc0: sdhci: IRQ status 0x00000001
    [ 136.112297] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 136.112494] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 136.112516] mmc0: sdhci: IRQ status 0x00000001
    [ 136.114933] mmc0: sdhci: IRQ status 0x00000002
    [ 136.114949] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 136.114972] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 136.114991] mmc0: sdhci: IRQ status 0x00000001
    [ 136.115000] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 136.115075] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 136.115083] mmc0: starting CMD25 arg 00084712 flags 000000b5
    [ 136.115089] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 136.115099] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 136.115117] mmc0: sdhci: IRQ status 0x00000001
    [ 136.116038] mmc0: sdhci: IRQ status 0x00000002
    [ 136.116048] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 136.116056] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 136.116063] mmc0: 4096 bytes transferred: 0
    [ 136.116070] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 136.116103] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 136.116121] mmc0: sdhci: IRQ status 0x00000001
    [ 136.116129] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 139.693336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 139.699113] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 139.705541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 139.711968] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 139.718392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 139.724817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 139.731243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 139.737669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 139.744094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 139.750520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 139.756946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 139.763372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 139.769798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 139.776224] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 139.782649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 139.789074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 139.793506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 139.800625] mmc1: sdhci: ============================================
    [ 139.807160] mmc1: req failed (CMD5): -110, retrying...
    [ 145.069636] <mmc0: starting CMD23 arg 20000028 flags 00000015>
    [ 145.069684] mmc0: starting CMD25 arg 0008471a flags 000000b5
    [ 145.069692] mmc0: blksz 512 blocks 40 flags 00002100 tsac 1600 ms nsac 4000
    [ 145.069700] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 145.069738] mmc0: sdhci: IRQ status 0x00000001
    [ 145.073512] mmc0: sdhci: IRQ status 0x00000002
    [ 145.073529] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 145.073538] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 145.073546] mmc0: 20480 bytes transferred: 0
    [ 145.073552] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 145.073602] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 145.073618] mmc0: sdhci: IRQ status 0x00000001
    [ 145.073625] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 145.073815] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 145.073836] mmc0: sdhci: IRQ status 0x00000001
    [ 145.074217] mmc0: sdhci: IRQ status 0x00000002
    [ 145.074226] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 145.074255] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 145.074269] mmc0: sdhci: IRQ status 0x00000001
    [ 145.074276] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 145.074336] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 145.074345] mmc0: starting CMD25 arg 00084742 flags 000000b5
    [ 145.074351] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 145.074358] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 145.074377] mmc0: sdhci: IRQ status 0x00000001
    [ 145.075422] mmc0: sdhci: IRQ status 0x00000002
    [ 145.075432] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 145.075439] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 145.075446] mmc0: 4096 bytes transferred: 0
    [ 145.075451] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 145.075482] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 145.075496] mmc0: sdhci: IRQ status 0x00000001
    [ 145.075505] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    root@am62xx-evm:~# [ 161.709343] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 161.715120] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 161.721547] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 161.727973] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 161.734399] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 161.740825] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 161.747249] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 161.753673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 161.760098] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 161.766523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 161.772950] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 161.779374] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 161.785800] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 161.792225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 161.798650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 161.805076] mmc1: sdhci: Host ctl2: 0x00000000
    [ 161.809507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 161.816626] mmc1: sdhci: ============================================
    
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 1 88=1[ 171.949335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 171.955107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 171.961533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 171.967960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 171.974385] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 171.980810] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 171.987236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 171.993661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 172.000086] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 172.006511] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 172.012937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 172.019363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 172.025790] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 172.032214] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 172.038639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 172.045065] mmc1: sdhci: Host ctl2: 0x00000000
    [ 172.049496] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 172.056616] mmc1: sdhci: ============================================
    
    ^C
    root@am62xx-evm:~# ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 0 23=0
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 1 91=1[ 182.189363] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 182.195146] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 182.201572] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 182.207999] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 182.214425] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 182.220850] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 182.227277] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 182.233702] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 182.240126] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 182.246551] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 182.252977] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 182.259403] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 182.265828] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 182.272253] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 182.278679] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 182.285113] mmc1: sdhci: Host ctl2: 0x00000000
    [ 182.289548] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 182.296667] mmc1: sdhci: ============================================
    
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# gpioset -c 1 91=0
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# dms[ 192.429333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 192.435086] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 192.441511] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 192.447938] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 192.454364] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 192.460789] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 192.467215] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 192.473641] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 192.480065] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 192.486491] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 192.492916] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 192.499342] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 192.505769] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 192.512194] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 192.518620] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 192.525045] mmc1: sdhci: Host ctl2: 0x00000000
    [ 192.529476] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 192.536594] mmc1: sdhci: ============================================
    ^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# dmesg |tail
    [ 192.486491] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 192.492916] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 192.499342] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 192.505769] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 192.512194] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 192.518620] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 192.525045] mmc1: sdhci: Host ctl2: 0x00000000
    [ 192.529476] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 192.536594] mmc1: sdhci: ============================================
    [ 192.544493] mmc1: req failed (CMD5): -110, retrying...
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# [ 202.669337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 202.675117] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 202.681541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 202.687969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 202.694393] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 202.700818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 202.707244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 202.713669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 202.720096] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 202.726521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 202.732947] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 202.739372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 202.745797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 202.752223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 202.758648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 202.765073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 202.769505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 202.776623] mmc1: sdhci: ============================================
    [ 212.909336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 212.915116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 212.915122] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 212.915127] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 212.915133] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 212.915138] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 212.927977] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 212.927982] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 212.927987] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 212.927992] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 212.940833] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 212.940838] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 212.940843] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 212.940848] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 212.940854] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 212.953694] mmc1: sdhci: Host ctl2: 0x00000000
    [ 212.953699] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 212.953704] mmc1: sdhci: ============================================
    [ 223.149337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 223.155117] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 223.161542] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 223.167969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 223.174396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 223.180821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 223.187247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 223.193672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 223.200098] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 223.206523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 223.212949] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 223.219375] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 223.225799] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 223.232225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 223.238650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 223.245075] mmc1: sdhci: Host ctl2: 0x00000000
    [ 223.249507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 223.256624] mmc1: sdhci: ============================================
    [ 223.264529] mmc_rescan:2265 pass###
    [ 224.779493] sdhci-am654 fa00000.mmc: Power on failed
    [ 234.925335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 234.931111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 234.937538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 234.943964] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 234.950389] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 234.956813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 234.963239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 234.969665] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 234.976092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 234.982517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 234.988942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 234.995367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 235.001791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 235.008216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 235.014642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 235.021065] mmc1: sdhci: Host ctl2: 0x00000000
    [ 235.025497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 235.032615] mmc1: sdhci: ============================================
    [ 245.165333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 245.171107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 245.177533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 245.183960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 245.190386] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 245.196812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 245.203237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 245.209663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 245.216087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 245.222513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 245.228939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 245.235365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 245.241791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 245.248216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 245.254641] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 245.261067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 245.265498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 245.272616] mmc1: sdhci: ============================================
    [ 255.405338] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 255.411121] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 255.417547] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 255.423975] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 255.430401] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 255.436826] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 255.443251] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 255.449676] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 255.456102] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 255.462528] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 255.468954] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 255.475380] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 255.481805] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 255.488230] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 255.494656] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 255.501082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 255.505513] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 255.512631] mmc1: sdhci: ============================================
    [ 265.645335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 265.651108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 265.657536] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 265.663963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 265.670387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 265.676813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 265.683238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 265.689664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 265.696090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 265.702516] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 265.708942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 265.715367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 265.721793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 265.728218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 265.734644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 265.741068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 265.745499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 265.752618] mmc1: sdhci: ============================================
    [ 275.885334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 275.891111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 275.897539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 275.903966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 275.910392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 275.916818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 275.923244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 275.929669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 275.936095] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 275.942520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 275.948946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 275.955372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 275.961797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 275.968222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 275.974648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 275.981073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 275.985505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 275.992622] mmc1: sdhci: ============================================
    [ 286.125337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 286.131114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 286.137541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 286.143968] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 286.150394] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 286.156819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 286.163243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 286.169669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 286.176093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 286.182519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 286.188944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 286.195371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 286.201797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 286.208222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 286.214647] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 286.221072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 286.225504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 286.232623] mmc1: sdhci: ============================================
    [ 296.365333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 296.371107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 296.377534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 296.383960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 296.390386] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 296.396811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 296.403236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 296.409662] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 296.416088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 296.422513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 296.428939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 296.435363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 296.441789] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 296.448213] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 296.454639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 296.461064] mmc1: sdhci: Host ctl2: 0x00000000
    [ 296.465495] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 296.472614] mmc1: sdhci: ============================================
    [ 296.480511] mmc_rescan:2288 ###DETECT-CD pass###
    [ 297.485353] mmc_rescan:2218 pass
    [ 297.488598] mmc_rescan:2265 pass###
    [ 299.007362] sdhci-am654 fa00000.mmc: Power on failed
    [ 309.165340] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 309.171115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 309.177541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 309.183968] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 309.190394] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 309.196819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 309.203245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 309.209671] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 309.216097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 309.222521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 309.228947] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 309.235372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 309.241798] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 309.248223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 309.254649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 309.261075] mmc1: sdhci: Host ctl2: 0x00000000
    [ 309.265507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 309.272626] mmc1: sdhci: ============================================
    [ 319.405335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 319.411109] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 319.417535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 319.423962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 319.430387] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 319.436813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 319.443237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 319.449663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 319.456088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 319.462515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 319.468940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 319.475366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 319.481792] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 319.488217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 319.494642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 319.501067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 319.505499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 319.512617] mmc1: sdhci: ============================================
    [ 329.645335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 329.651106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 329.657532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 329.663960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 329.670385] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 329.676811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 329.683236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 329.689661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 329.696087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 329.702513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 329.708939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 329.715365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 329.721792] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 329.728217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 329.734642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 329.741066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 329.745497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 329.752616] mmc1: sdhci: ============================================
    [ 339.885336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 339.891115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 339.897543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 339.903970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 339.910395] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 339.916821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 339.923247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 339.929673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 339.936099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 339.942525] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 339.948951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 339.955377] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 339.961802] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 339.968228] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 339.974653] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 339.981079] mmc1: sdhci: Host ctl2: 0x00000000
    [ 339.985510] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 339.992630] mmc1: sdhci: ============================================
    [ 350.125340] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 350.131110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 350.137539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 350.143965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 350.150391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 350.156816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 350.163241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 350.169667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 350.176092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 350.182518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 350.188943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 350.195368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 350.201792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 350.208217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 350.214642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 350.221068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 350.225499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 350.232617] mmc1: sdhci: ============================================
    [ 360.365335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 360.371108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 360.377534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 360.383960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 360.390387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 360.396812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 360.403238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 360.409663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 360.416088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 360.422514] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 360.428939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 360.435365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 360.441791] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 360.448216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 360.454642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 360.461067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 360.465498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 360.472617] mmc1: sdhci: ============================================
    [ 370.605336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 370.611113] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 370.617538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 370.623966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 370.630390] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 370.636816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 370.643241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 370.649667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 370.656091] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 370.662517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 370.668943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 370.675369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 370.681793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 370.688219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 370.694644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 370.701069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 370.705500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 370.712620] mmc1: sdhci: ============================================
    [ 370.720519] mmc_rescan:2265 pass###
    [ 372.237436] sdhci-am654 fa00000.mmc: Power on failed
    [ 382.381342] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 382.387118] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 382.393545] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 382.399971] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 382.406396] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 382.412820] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 382.419246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 382.425672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 382.432097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 382.438523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 382.444948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 382.451374] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 382.457799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 382.464225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 382.470650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 382.477075] mmc1: sdhci: Host ctl2: 0x00000000
    [ 382.481507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 382.488625] mmc1: sdhci: ============================================
    [ 392.621342] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 392.627122] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 392.633548] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 392.639975] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 392.646401] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 392.652827] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 392.659253] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 392.665678] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 392.672104] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 392.678530] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 392.684956] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 392.691381] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 392.697806] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 392.704231] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 392.710657] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 392.717082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 392.721514] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 392.728632] mmc1: sdhci: ============================================
    [ 402.861349] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 402.867134] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 402.873561] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 402.879987] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 402.886413] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 402.892838] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 402.899265] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 402.905690] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 402.912115] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 402.918541] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 402.924967] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 402.931392] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 402.937819] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 402.944245] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 402.950670] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 402.957095] mmc1: sdhci: Host ctl2: 0x00000000
    [ 402.961527] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 402.968646] mmc1: sdhci: ============================================
    [ 413.101339] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 413.107114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 413.113540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 413.119967] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 413.126392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 413.132818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 413.139242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 413.145668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 413.152093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 413.158518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 413.164944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 413.171370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 413.177796] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 413.184221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 413.190646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 413.197072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 413.201503] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 413.208622] mmc1: sdhci: ============================================
    [ 423.341335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 423.347112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 423.353538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 423.359964] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 423.366391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 423.372816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 423.379241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 423.385667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 423.392093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 423.398518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 423.404944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 423.411370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 423.417796] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 423.424221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 423.430645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 423.437070] mmc1: sdhci: Host ctl2: 0x00000000
    [ 423.441502] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 423.448620] mmc1: sdhci: ============================================
    [ 433.581336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 433.587115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 433.593540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 433.599966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 433.606393] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 433.612819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 433.619245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 433.625670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 433.632097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 433.638521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 433.644946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 433.651370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 433.657797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 433.664222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 433.670647] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 433.677073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 433.681504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 433.688622] mmc1: sdhci: ============================================
    [ 443.821333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 443.827106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 443.833533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 443.839959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 443.846384] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 443.852809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 443.859236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 443.865661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 443.872087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 443.878511] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 443.884937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 443.891361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 443.897786] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 443.904212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 443.910637] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 443.917062] mmc1: sdhci: Host ctl2: 0x00000000
    [ 443.921494] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 443.928614] mmc1: sdhci: ============================================
    [ 443.936504] mmc_rescan:2265 pass###
    [ 445.457465] sdhci-am654 fa00000.mmc: Power on failed
    [ 455.597334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 455.603104] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 455.609529] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 455.615956] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 455.622382] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 455.628806] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 455.635230] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 455.641657] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 455.648081] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 455.654506] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 455.660931] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 455.667357] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 455.673782] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 455.680208] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 455.686633] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 455.693059] mmc1: sdhci: Host ctl2: 0x00000000
    [ 455.697490] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 455.704609] mmc1: sdhci: ============================================
    [ 465.837334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 465.843112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 465.849539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 465.855965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 465.862391] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 465.868816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 465.875242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 465.881667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 465.888093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 465.894517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 465.900943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 465.907368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 465.913793] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 465.920217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 465.926643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 465.933068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 465.937499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 465.944617] mmc1: sdhci: ============================================
    [ 476.077334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 476.083112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 476.089538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 476.095966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 476.102392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 476.108818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 476.115242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 476.121668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 476.128094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 476.134520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 476.140946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 476.147371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 476.153797] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 476.160222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 476.166648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 476.173073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 476.177504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 476.184623] mmc1: sdhci: ============================================
    [ 486.317332] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 486.323106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 486.329534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 486.335960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 486.342386] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 486.348812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 486.355238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 486.361663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 486.368089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 486.374515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 486.380941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 486.387367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 486.393793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 486.400217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 486.406644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 486.413067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 486.417500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 486.424618] mmc1: sdhci: ============================================
    [ 496.557336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 496.563119] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 496.569544] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 496.575970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 496.582396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 496.588821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 496.595246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 496.601672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 496.608098] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 496.614525] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 496.620951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 496.627376] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 496.633802] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 496.640226] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 496.646653] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 496.653078] mmc1: sdhci: Host ctl2: 0x00000000
    [ 496.657510] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 496.664628] mmc1: sdhci: ============================================
    [ 506.797335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 506.803110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 506.809537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 506.815965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 506.822391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 506.828817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 506.835243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 506.841669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 506.848094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 506.854518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 506.860944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 506.867368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 506.873794] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 506.880219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 506.886645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 506.893070] mmc1: sdhci: Host ctl2: 0x00000000
    [ 506.897501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 506.904619] mmc1: sdhci: ============================================
    [ 517.037333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 517.043105] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 517.049532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 517.055957] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 517.062383] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 517.068807] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 517.075233] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 517.081658] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 517.088084] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 517.094509] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 517.100936] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 517.107361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 517.113786] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 517.120212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 517.126638] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 517.133063] mmc1: sdhci: Host ctl2: 0x00000000
    [ 517.137494] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 517.144612] mmc1: sdhci: ============================================
    [ 517.152508] mmc_rescan:2265 pass###
    [ 518.669614] sdhci-am654 fa00000.mmc: Power on failed
    [ 528.813335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 528.819115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 528.825540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 528.831967] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 528.838393] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 528.844819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 528.851245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 528.857670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 528.864095] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 528.870521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 528.876946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 528.883370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 528.889797] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 528.896222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 528.902648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 528.909074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 528.913505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 528.920624] mmc1: sdhci: ============================================
    [ 539.053333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 539.059108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 539.065534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 539.071961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 539.078387] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 539.084812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 539.091237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 539.097662] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 539.104088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 539.110514] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 539.116940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 539.123365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 539.129791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 539.136216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 539.142641] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 539.149066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 539.153498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 539.160616] mmc1: sdhci: ============================================
    [ 549.293345] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 549.299122] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 549.305549] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 549.311976] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 549.318400] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 549.324826] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 549.331251] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 549.337677] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 549.344103] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 549.350528] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 549.356954] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 549.363380] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 549.369804] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 549.376229] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 549.382655] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 549.389081] mmc1: sdhci: Host ctl2: 0x00000000
    [ 549.393513] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 549.400633] mmc1: sdhci: ============================================
    [ 559.533332] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 559.539089] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 559.545517] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 559.551943] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 559.558369] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 559.564794] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 559.571221] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 559.577645] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 559.584070] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 559.590496] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 559.596923] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 559.603349] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 559.609774] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 559.616199] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 559.622625] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 559.629050] mmc1: sdhci: Host ctl2: 0x00000000
    [ 559.633481] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 559.640598] mmc1: sdhci: ============================================
    [ 569.773333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 569.779102] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 569.785529] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 569.791955] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 569.798380] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 569.804804] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 569.811230] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 569.817656] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 569.824082] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 569.830507] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 569.836933] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 569.843358] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 569.849784] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 569.856209] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 569.862635] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 569.869060] mmc1: sdhci: Host ctl2: 0x00000000
    [ 569.873492] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 569.880611] mmc1: sdhci: ============================================
    [ 580.013334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 580.019108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 580.025535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 580.031962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 580.038387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 580.044813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 580.051239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 580.057664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 580.064091] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 580.070517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 580.076943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 580.083369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 580.089794] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 580.096219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 580.102644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 580.109069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 580.113501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 580.120620] mmc1: sdhci: ============================================
    [ 590.253332] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 590.259085] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 590.265512] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 590.271939] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 590.278365] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 590.284790] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 590.291216] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 590.297641] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 590.304067] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 590.310493] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 590.316918] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 590.323345] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 590.329769] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 590.336194] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 590.342619] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 590.349044] mmc1: sdhci: Host ctl2: 0x00000000
    [ 590.353476] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 590.360593] mmc1: sdhci: ============================================
    [ 590.368484] mmc_rescan:2288 ###DETECT-CD pass###
    [ 591.373353] mmc_rescan:2218 pass
    [ 591.376609] mmc_rescan:2265 pass###
    [ 592.895420] sdhci-am654 fa00000.mmc: Power on failed
    [ 603.053335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 603.059116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 603.065541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 603.071969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 603.078393] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 603.084819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 603.091244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 603.097670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 603.104097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 603.110522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 603.116948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 603.123375] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 603.129799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 603.136224] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 603.142649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 603.149074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 603.153506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 603.160624] mmc1: sdhci: ============================================
    [ 613.293334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 613.299111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 613.305539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 613.311965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 613.318391] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 613.324817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 613.331243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 613.337668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 613.344094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 613.350520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 613.356945] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 613.363370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 613.369796] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 613.376221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 613.382646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 613.389072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 613.393503] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 613.400621] mmc1: sdhci: ============================================
    [ 623.533335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 623.539108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 623.545535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 623.551962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 623.558388] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 623.564813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 623.571239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 623.577665] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 623.584089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 623.590515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 623.596941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 623.603366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 623.609791] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 623.616215] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 623.622640] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 623.629066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 623.633497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 623.640615] mmc1: sdhci: ============================================
    [ 633.773336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 633.779110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 633.785536] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 633.791963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 633.798390] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 633.804815] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 633.811241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 633.817665] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 633.824090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 633.830515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 633.836942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 633.843368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 633.849793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 633.856218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 633.862643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 633.869067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 633.873498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 633.880617] mmc1: sdhci: ============================================
    [ 644.013335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 644.019106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 644.025532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 644.031959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 644.038383] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 644.044809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 644.051234] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 644.057660] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 644.064085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 644.070510] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 644.076935] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 644.083361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 644.089787] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 644.096212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 644.102639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 644.109064] mmc1: sdhci: Host ctl2: 0x00000000
    [ 644.113495] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 644.120614] mmc1: sdhci: ============================================
    [ 654.253341] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 654.259118] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 654.265547] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 654.271973] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 654.278398] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 654.284823] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 654.291248] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 654.297674] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 654.304099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 654.310525] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 654.316951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 654.323376] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 654.329802] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 654.336227] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 654.342652] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 654.349078] mmc1: sdhci: Host ctl2: 0x00000000
    [ 654.353509] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 654.360627] mmc1: sdhci: ============================================
    [ 664.493336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 664.499115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 664.505543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 664.511970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 664.518396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 664.524821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 664.531245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 664.537672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 664.544098] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 664.550523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 664.556948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 664.563373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 664.569799] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 664.576225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 664.582650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 664.589076] mmc1: sdhci: Host ctl2: 0x00000000
    [ 664.593507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 664.600625] mmc1: sdhci: ============================================
    [ 664.608539] mmc_rescan:2265 pass###
    [ 666.125817] sdhci-am654 fa00000.mmc: Power on failed
    [ 676.269335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 676.275112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 676.281539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 676.287965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 676.294391] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 676.300816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 676.307242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 676.313667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 676.320092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 676.326517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 676.332944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 676.339369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 676.345796] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 676.352221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 676.358646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 676.365072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 676.369503] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 676.376622] mmc1: sdhci: ============================================
    [ 686.509334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 686.515107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 686.521535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 686.527960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 686.534386] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 686.540811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 686.547237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 686.553663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 686.560088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 686.566513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 686.572940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 686.579366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 686.585792] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 686.592217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 686.598642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 686.605068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 686.609500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 686.616619] mmc1: sdhci: ============================================
    [ 696.749335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 696.755102] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 696.761530] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 696.767957] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 696.774383] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 696.780808] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 696.787233] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 696.793659] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 696.800085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 696.806510] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 696.812937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 696.819361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 696.825787] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 696.832211] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 696.838637] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 696.845060] mmc1: sdhci: Host ctl2: 0x00000000
    [ 696.849492] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 696.856611] mmc1: sdhci: ============================================
    [ 706.989336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 706.995111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 707.001537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 707.007963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 707.014389] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 707.020815] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 707.027240] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 707.033666] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 707.040090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 707.046515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 707.052941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 707.059366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 707.065792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 707.072218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 707.078643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 707.085069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 707.089500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 707.096619] mmc1: sdhci: ============================================
    [ 717.229333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 717.235106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 717.241533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 717.247960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 717.254385] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 717.260811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 717.267236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 717.273662] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 717.280088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 717.286513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 717.292937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 717.299362] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 717.305787] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 717.312213] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 717.318638] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 717.325064] mmc1: sdhci: Host ctl2: 0x00000000
    [ 717.329495] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 717.336614] mmc1: sdhci: ============================================
    [ 727.469333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 727.475108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 727.481534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 727.487960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 727.494386] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 727.500812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 727.507237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 727.513663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 727.520089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 727.526515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 727.532942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 727.539367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 727.545792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 727.552218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 727.558643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 727.565069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 727.569500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 727.576619] mmc1: sdhci: ============================================
    [ 737.709335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 737.715117] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 737.721544] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 737.727970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 737.734396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 737.740822] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 737.747247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 737.753674] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 737.760099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 737.766524] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 737.772951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 737.779376] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 737.785803] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 737.792227] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 737.798652] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 737.805079] mmc1: sdhci: Host ctl2: 0x00000000
    [ 737.809509] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 737.816628] mmc1: sdhci: ============================================
    [ 737.824539] mmc_rescan:2265 pass###
    [ 739.345444] sdhci-am654 fa00000.mmc: Power on failed
    [ 749.485335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 749.491108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 749.497534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 749.503961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 749.510387] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 749.516812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 749.523238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 749.529664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 749.536090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 749.542515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 749.548941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 749.555367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 749.561793] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 749.568219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 749.574644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 749.581069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 749.585501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 749.592619] mmc1: sdhci: ============================================
    [ 759.725333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 759.731107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 759.737533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 759.743960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 759.750386] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 759.756810] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 759.763236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 759.769661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 759.776086] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 759.782512] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 759.788938] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 759.795363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 759.801789] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 759.808214] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 759.814639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 759.821065] mmc1: sdhci: Host ctl2: 0x00000000
    [ 759.825496] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 759.832616] mmc1: sdhci: ============================================
    [ 769.965335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 769.971115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 769.977542] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 769.983969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 769.990395] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 769.996820] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 770.003246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 770.009670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 770.016096] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 770.022522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 770.028948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 770.035374] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 770.041800] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 770.048225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 770.054650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 770.061076] mmc1: sdhci: Host ctl2: 0x00000000
    [ 770.065507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 770.072625] mmc1: sdhci: ============================================
    [ 780.205335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 780.211110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 780.217537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 780.223964] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 780.230389] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 780.236814] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 780.243241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 780.249666] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 780.256092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 780.262516] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 780.268943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 780.275369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 780.281795] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 780.288221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 780.294646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 780.301072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 780.305504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 780.312621] mmc1: sdhci: ============================================
    [ 790.445335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 790.451122] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 790.457550] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 790.463976] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 790.470402] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 790.476828] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 790.483254] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 790.489679] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 790.496105] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 790.502530] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 790.508955] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 790.515380] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 790.521804] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 790.528230] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 790.534655] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 790.541082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 790.545513] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 790.552632] mmc1: sdhci: ============================================
    [ 800.685335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 800.691112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 800.697540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 800.703967] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 800.710394] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 800.716819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 800.723244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 800.729670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 800.736094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 800.742519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 800.748946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 800.755371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 800.761798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 800.768223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 800.774649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 800.781074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 800.785506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 800.792623] mmc1: sdhci: ============================================
    [ 810.925334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 810.931103] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 810.937528] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 810.943953] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 810.950380] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 810.956805] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 810.963231] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 810.969657] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 810.976082] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 810.982508] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 810.988934] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 810.995360] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 811.001785] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 811.008210] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 811.014635] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 811.021060] mmc1: sdhci: Host ctl2: 0x00000000
    [ 811.025491] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 811.032610] mmc1: sdhci: ============================================
    [ 811.040498] mmc_rescan:2265 pass###
    [ 812.555548] sdhci-am654 fa00000.mmc: Power on failed
    dmesg[ 822.701335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 822.707114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 822.713539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 822.719966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 822.726392] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 822.732818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 822.739243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 822.745668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 822.752095] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 822.758521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 822.764946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 822.771372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 822.777798] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 822.784223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 822.790649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 822.797074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 822.801505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 822.808624] mmc1: sdhci: ============================================
    
    [ 192.179441] mmc0: sdhci: IRQ status 0x00000001
    [ 192.180452] mmc0: sdhci: IRQ status 0x00000002
    [ 192.180460] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 192.180467] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 192.180474] mmc0: 4096 bytes transferred: 0
    [ 192.180480] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 192.180507] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 192.180524] mmc0: sdhci: IRQ status 0x00000001
    [ 192.180532] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 192.429333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 192.435086] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 192.441511] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 192.447938] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 192.454364] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 192.460789] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 192.467215] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 192.473641] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 192.480065] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 192.486491] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 192.492916] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 192.499342] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 192.505769] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 192.512194] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 192.518620] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 192.525045] mmc1: sdhci: Host ctl2: 0x00000000
    [ 192.529476] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 192.536594] mmc1: sdhci: ============================================
    [ 192.544493] mmc1: req failed (CMD5): -110, retrying...
    [ 202.669337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 202.675117] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 202.681541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 202.687969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 202.694393] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 202.700818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 202.707244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 202.713669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 202.720096] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 202.726521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 202.732947] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 202.739372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 202.745797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 202.752223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 202.758648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 202.765073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 202.769505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 202.776623] mmc1: sdhci: ============================================
    [ 202.784761] mmc1: req failed (CMD5): -110, retrying...
    [ 204.205658] <mmc0: starting CMD23 arg 20000040 flags 00000015>
    [ 204.205691] mmc0: starting CMD25 arg 0008482a flags 000000b5
    [ 204.205699] mmc0: blksz 512 blocks 64 flags 00002100 tsac 1600 ms nsac 4000
    [ 204.205707] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 204.205741] mmc0: sdhci: IRQ status 0x00000001
    [ 204.209366] mmc0: sdhci: IRQ status 0x00000002
    [ 204.209392] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 204.209401] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 204.209409] mmc0: 32768 bytes transferred: 0
    [ 204.209415] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 204.209458] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 204.209482] mmc0: sdhci: IRQ status 0x00000001
    [ 204.209490] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 204.209697] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 204.209718] mmc0: sdhci: IRQ status 0x00000001
    [ 204.210100] mmc0: sdhci: IRQ status 0x00000002
    [ 204.210109] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 204.210133] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 204.210147] mmc0: sdhci: IRQ status 0x00000001
    [ 204.210154] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 204.210205] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 204.210213] mmc0: starting CMD25 arg 0008486a flags 000000b5
    [ 204.210219] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 204.210227] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 204.210241] mmc0: sdhci: IRQ status 0x00000001
    [ 204.211291] mmc0: sdhci: IRQ status 0x00000002
    [ 204.211299] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 204.211306] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 204.211313] mmc0: 4096 bytes transferred: 0
    [ 204.211318] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 204.211339] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 204.211355] mmc0: sdhci: IRQ status 0x00000001
    [ 204.211362] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 212.909336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 212.909599] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 212.915116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 212.915122] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 212.915127] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 212.915133] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 212.915138] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 212.921564] mmc0: starting CMD25 arg 00000402 flags 000000b5
    [ 212.927977] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 212.927982] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 212.927987] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 212.927992] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 212.934423] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 212.940833] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 212.940838] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 212.940843] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 212.940848] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 212.940854] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 212.947285] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 212.953694] mmc1: sdhci: Host ctl2: 0x00000000
    [ 212.953699] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 212.953704] mmc1: sdhci: ============================================
    [ 212.953823] mmc1: req failed (CMD5): -110, retrying...
    [ 212.960172] mmc0: sdhci: IRQ status 0x00000001
    [ 213.023047] mmc0: sdhci: IRQ status 0x00000002
    [ 213.023061] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.023069] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.023076] mmc0: 4096 bytes transferred: 0
    [ 213.023082] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.023110] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.023126] mmc0: sdhci: IRQ status 0x00000001
    [ 213.023134] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.023152] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.023160] mmc0: starting CMD25 arg 0000042a flags 000000b5
    [ 213.023167] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.023174] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.023190] mmc0: sdhci: IRQ status 0x00000001
    [ 213.023469] mmc0: sdhci: IRQ status 0x00000002
    [ 213.023480] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.023488] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.023496] mmc0: 4096 bytes transferred: 0
    [ 213.023500] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.023522] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.023537] mmc0: sdhci: IRQ status 0x00000001
    [ 213.023544] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.023560] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.023567] mmc0: starting CMD25 arg 00000442 flags 000000b5
    [ 213.023573] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.023581] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.023595] mmc0: sdhci: IRQ status 0x00000001
    [ 213.025432] mmc0: sdhci: IRQ status 0x00000002
    [ 213.025447] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.025456] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.025463] mmc0: 4096 bytes transferred: 0
    [ 213.025468] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.025493] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.025509] mmc0: sdhci: IRQ status 0x00000001
    [ 213.025517] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.025534] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.025541] mmc0: starting CMD25 arg 000004c2 flags 000000b5
    [ 213.025548] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.025555] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.025571] mmc0: sdhci: IRQ status 0x00000001
    [ 213.025845] mmc0: sdhci: IRQ status 0x00000002
    [ 213.025853] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.025860] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.025867] mmc0: 4096 bytes transferred: 0
    [ 213.025872] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.025888] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.025901] mmc0: sdhci: IRQ status 0x00000001
    [ 213.025908] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.025923] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.025931] mmc0: starting CMD25 arg 000005e2 flags 000000b5
    [ 213.025937] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.025944] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.025957] mmc0: sdhci: IRQ status 0x00000001
    [ 213.026231] mmc0: sdhci: IRQ status 0x00000002
    [ 213.026238] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.026245] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.026252] mmc0: 4096 bytes transferred: 0
    [ 213.026257] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.026272] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.026285] mmc0: sdhci: IRQ status 0x00000001
    [ 213.026292] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.026308] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.026315] mmc0: starting CMD25 arg 000005f2 flags 000000b5
    [ 213.026321] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.026328] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.026341] mmc0: sdhci: IRQ status 0x00000001
    [ 213.026620] mmc0: sdhci: IRQ status 0x00000002
    [ 213.026627] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.026635] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.026642] mmc0: 4096 bytes transferred: 0
    [ 213.026647] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.026662] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.026674] mmc0: sdhci: IRQ status 0x00000001
    [ 213.026681] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.026695] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.026703] mmc0: starting CMD25 arg 0000060a flags 000000b5
    [ 213.026709] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.026716] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.026728] mmc0: sdhci: IRQ status 0x00000001
    [ 213.028829] mmc0: sdhci: IRQ status 0x00000002
    [ 213.028836] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.028843] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.028851] mmc0: 4096 bytes transferred: 0
    [ 213.028856] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.028871] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.028883] mmc0: sdhci: IRQ status 0x00000001
    [ 213.028890] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.028905] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.028912] mmc0: starting CMD25 arg 0000061a flags 000000b5
    [ 213.028919] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.028926] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.028939] mmc0: sdhci: IRQ status 0x00000001
    [ 213.029215] mmc0: sdhci: IRQ status 0x00000002
    [ 213.029221] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.029228] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.029236] mmc0: 4096 bytes transferred: 0
    [ 213.029241] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.029256] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.029268] mmc0: sdhci: IRQ status 0x00000001
    [ 213.029275] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.029290] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.029297] mmc0: starting CMD25 arg 00000642 flags 000000b5
    [ 213.029304] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.029311] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.029340] mmc0: sdhci: IRQ status 0x00000001
    [ 213.029602] mmc0: sdhci: IRQ status 0x00000002
    [ 213.029611] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.029618] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.029626] mmc0: 4096 bytes transferred: 0
    [ 213.029631] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.029649] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.029664] mmc0: sdhci: IRQ status 0x00000001
    [ 213.029672] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 213.029687] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 213.029694] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 213.029701] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 213.029708] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 213.029723] mmc0: sdhci: IRQ status 0x00000001
    [ 213.029999] mmc0: sdhci: IRQ status 0x00000002
    [ 213.030009] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 213.030017] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 213.030025] mmc0: 4096 bytes transferred: 0
    [ 213.030030] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 213.033371] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 213.033394] mmc0: sdhci: IRQ status 0x00000001
    [ 213.033402] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 223.149337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 223.155117] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 223.161542] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 223.167969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 223.174396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 223.180821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 223.187247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 223.193672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 223.200098] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 223.206523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 223.212949] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 223.219375] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 223.225799] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 223.232225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 223.238650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 223.245075] mmc1: sdhci: Host ctl2: 0x00000000
    [ 223.249507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 223.256624] mmc1: sdhci: ============================================
    [ 223.263134] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 223.263177] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 223.264529] mmc_rescan:2265 pass###
    [ 223.268065] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
    [ 223.268077] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 224.779493] sdhci-am654 fa00000.mmc: Power on failed
    [ 224.784532] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 224.797063] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 224.809658] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 234.925335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 234.931111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 234.937538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 234.943964] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 234.950389] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 234.956813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 234.963239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 234.969665] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 234.976092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 234.982517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 234.988942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 234.995367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 235.001791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 235.008216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 235.014642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 235.021065] mmc1: sdhci: Host ctl2: 0x00000000
    [ 235.025497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 235.032615] mmc1: sdhci: ============================================
    [ 235.039121] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 235.039165] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 245.165333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 245.171107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 245.177533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 245.183960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 245.190386] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 245.196812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 245.203237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 245.209663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 245.216087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 245.222513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 245.228939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 245.235365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 245.241791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 245.248216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 245.254641] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 245.261067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 245.265498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 245.272616] mmc1: sdhci: ============================================
    [ 245.279124] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 245.279163] mmc1: clock 100000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 245.280516] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 255.405338] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 255.411121] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 255.417547] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 255.423975] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 255.430401] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 255.436826] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 255.443251] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 255.449676] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 255.456102] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 255.462528] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 255.468954] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 255.475380] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 255.481805] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 255.488230] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 255.494656] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 255.501082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 255.505513] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 255.512631] mmc1: sdhci: ============================================
    [ 255.519140] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 255.520457] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 255.521811] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 257.197607] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 257.197644] mmc0: starting CMD25 arg 00084872 flags 000000b5
    [ 257.197651] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 257.197659] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 257.197694] mmc0: sdhci: IRQ status 0x00000001
    [ 257.200155] mmc0: sdhci: IRQ status 0x00000002
    [ 257.200172] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 257.200181] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 257.200188] mmc0: 8192 bytes transferred: 0
    [ 257.200194] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 257.200254] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 257.200271] mmc0: sdhci: IRQ status 0x00000001
    [ 257.200280] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 257.200500] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 257.200528] mmc0: sdhci: IRQ status 0x00000001
    [ 257.203023] mmc0: sdhci: IRQ status 0x00000002
    [ 257.203035] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 257.203058] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 257.203075] mmc0: sdhci: IRQ status 0x00000001
    [ 257.203082] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 257.203141] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 257.203148] mmc0: starting CMD25 arg 00084882 flags 000000b5
    [ 257.203155] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 257.203162] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 257.203179] mmc0: sdhci: IRQ status 0x00000001
    [ 257.204180] mmc0: sdhci: IRQ status 0x00000002
    [ 257.204188] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 257.204196] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 257.204204] mmc0: 4096 bytes transferred: 0
    [ 257.204208] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 257.204228] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 257.204241] mmc0: sdhci: IRQ status 0x00000001
    [ 257.204247] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 265.645335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 265.651108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 265.657536] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 265.663963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 265.670387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 265.676813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 265.683238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 265.689664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 265.696090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 265.702516] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 265.708942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 265.715367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 265.721793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 265.728218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 265.734644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 265.741068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 265.745499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 265.752618] mmc1: sdhci: ============================================
    [ 265.759144] mmc1: req failed (CMD5): -110, retrying...
    [ 275.885334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 275.891111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 275.897539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 275.903966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 275.910392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 275.916818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 275.923244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 275.929669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 275.936095] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 275.942520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 275.948946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 275.955372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 275.961797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 275.968222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 275.974648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 275.981073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 275.985505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 275.992622] mmc1: sdhci: ============================================
    [ 275.999160] mmc1: req failed (CMD5): -110, retrying...
    [ 286.125337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 286.131114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 286.137541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 286.143968] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 286.150394] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 286.156819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 286.163243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 286.169669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 286.176093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 286.182519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 286.188944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 286.195371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 286.201797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 286.208222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 286.214647] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 286.221072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 286.225504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 286.232623] mmc1: sdhci: ============================================
    [ 286.239150] mmc1: req failed (CMD5): -110, retrying...
    [ 287.917535] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 287.917568] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 287.917575] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 287.917583] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 287.917618] mmc0: sdhci: IRQ status 0x00000001
    [ 287.919974] mmc0: sdhci: IRQ status 0x00000002
    [ 287.919992] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 287.920000] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 287.920008] mmc0: 4096 bytes transferred: 0
    [ 287.920014] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 287.920068] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 287.920087] mmc0: sdhci: IRQ status 0x00000001
    [ 287.920094] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 296.365333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 296.371107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 296.377534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 296.383960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 296.390386] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 296.396811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 296.403236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 296.409662] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 296.416088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 296.422513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 296.428939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 296.435363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 296.441789] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 296.448213] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 296.454639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 296.461064] mmc1: sdhci: Host ctl2: 0x00000000
    [ 296.465495] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 296.472614] mmc1: sdhci: ============================================
    [ 296.479115] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 296.479160] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 296.480511] mmc_rescan:2288 ###DETECT-CD pass###
    [ 297.485353] mmc_rescan:2218 pass
    [ 297.488598] mmc_rescan:2265 pass###
    [ 297.492093] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 297.492107] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 299.007362] sdhci-am654 fa00000.mmc: Power on failed
    [ 299.012393] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 299.024920] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 299.037511] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 309.165340] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 309.171115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 309.177541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 309.183968] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 309.190394] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 309.196819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 309.203245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 309.209671] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 309.216097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 309.222521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 309.228947] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 309.235372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 309.241798] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 309.248223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 309.254649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 309.261075] mmc1: sdhci: Host ctl2: 0x00000000
    [ 309.265507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 309.272626] mmc1: sdhci: ============================================
    [ 309.279130] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 309.279173] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 317.101620] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 317.101668] mmc0: starting CMD25 arg 0008488a flags 000000b5
    [ 317.101675] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 317.101684] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 317.101723] mmc0: sdhci: IRQ status 0x00000001
    [ 317.104166] mmc0: sdhci: IRQ status 0x00000002
    [ 317.104188] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 317.104198] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 317.104206] mmc0: 8192 bytes transferred: 0
    [ 317.104212] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 317.104256] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 317.104274] mmc0: sdhci: IRQ status 0x00000001
    [ 317.104281] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 317.104461] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 317.104478] mmc0: sdhci: IRQ status 0x00000001
    [ 317.104862] mmc0: sdhci: IRQ status 0x00000002
    [ 317.104869] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 317.104889] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 317.104902] mmc0: sdhci: IRQ status 0x00000001
    [ 317.104909] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 317.104954] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 317.104962] mmc0: starting CMD25 arg 0008489a flags 000000b5
    [ 317.104968] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 317.104976] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 317.104991] mmc0: sdhci: IRQ status 0x00000001
    [ 317.106032] mmc0: sdhci: IRQ status 0x00000002
    [ 317.106046] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 317.106055] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 317.106062] mmc0: 4096 bytes transferred: 0
    [ 317.106067] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 317.106099] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 317.106114] mmc0: sdhci: IRQ status 0x00000001
    [ 317.106120] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 319.405335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 319.411109] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 319.417535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 319.423962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 319.430387] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 319.436813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 319.443237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 319.449663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 319.456088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 319.462515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 319.468940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 319.475366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 319.481792] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 319.488217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 319.494642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 319.501067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 319.505499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 319.512617] mmc1: sdhci: ============================================
    [ 319.519122] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 319.519163] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 319.520506] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 329.645335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 329.651106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 329.657532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 329.663960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 329.670385] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 329.676811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 329.683236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 329.689661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 329.696087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 329.702513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 329.708939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 329.715365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 329.721792] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 329.728217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 329.734642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 329.741066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 329.745497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 329.752616] mmc1: sdhci: ============================================
    [ 329.759121] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 329.760433] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 329.761782] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 339.885336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 339.891115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 339.897543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 339.903970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 339.910395] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 339.916821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 339.923247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 339.929673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 339.936099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 339.942525] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 339.948951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 339.955377] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 339.961802] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 339.968228] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 339.974653] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 339.981079] mmc1: sdhci: Host ctl2: 0x00000000
    [ 339.985510] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 339.992630] mmc1: sdhci: ============================================
    [ 339.999167] mmc1: req failed (CMD5): -110, retrying...
    [ 347.821546] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 347.821587] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 347.821596] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 347.821605] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 347.821645] mmc0: sdhci: IRQ status 0x00000001
    [ 347.823998] mmc0: sdhci: IRQ status 0x00000002
    [ 347.824018] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 347.824026] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 347.824034] mmc0: 4096 bytes transferred: 0
    [ 347.824040] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 347.824102] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 347.824121] mmc0: sdhci: IRQ status 0x00000001
    [ 347.824130] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 350.125340] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 350.131110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 350.137539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 350.143965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 350.150391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 350.156816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 350.163241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 350.169667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 350.176092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 350.182518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 350.188943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 350.195368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 350.201792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 350.208217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 350.214642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 350.221068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 350.225499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 350.232617] mmc1: sdhci: ============================================
    [ 350.239145] mmc1: req failed (CMD5): -110, retrying...
    [ 360.365335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 360.371108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 360.377534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 360.383960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 360.390387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 360.396812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 360.403238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 360.409663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 360.416088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 360.422514] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 360.428939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 360.435365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 360.441791] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 360.448216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 360.454642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 360.461067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 360.465498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 360.472617] mmc1: sdhci: ============================================
    [ 360.479142] mmc1: req failed (CMD5): -110, retrying...
    [ 370.605336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 370.611113] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 370.617538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 370.623966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 370.630390] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 370.636816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 370.643241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 370.649667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 370.656091] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 370.662517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 370.668943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 370.675369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 370.681793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 370.688219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 370.694644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 370.701069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 370.705500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 370.712620] mmc1: sdhci: ============================================
    [ 370.719125] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 370.719169] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 370.720519] mmc_rescan:2265 pass###
    [ 370.724042] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 370.724062] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 372.237436] sdhci-am654 fa00000.mmc: Power on failed
    [ 372.242508] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 372.255041] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 372.267635] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 378.029603] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 378.029649] mmc0: starting CMD25 arg 000848a2 flags 000000b5
    [ 378.029656] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 378.029665] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 378.029703] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032157] mmc0: sdhci: IRQ status 0x00000002
    [ 378.032178] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 378.032186] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 378.032195] mmc0: 8192 bytes transferred: 0
    [ 378.032200] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 378.032263] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 378.032281] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032290] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 378.032490] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 378.032516] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032898] mmc0: sdhci: IRQ status 0x00000002
    [ 378.032907] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 378.032935] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 378.032949] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032956] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 378.033011] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 378.033018] mmc0: starting CMD25 arg 000848b2 flags 000000b5
    [ 378.033025] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 378.033033] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 378.033048] mmc0: sdhci: IRQ status 0x00000001
    [ 378.034048] mmc0: sdhci: IRQ status 0x00000002
    [ 378.034063] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 378.034071] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 378.034079] mmc0: 4096 bytes transferred: 0
    [ 378.034083] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 378.034125] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 378.034139] mmc0: sdhci: IRQ status 0x00000001
    [ 378.034147] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 382.381342] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 382.387118] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 382.393545] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 382.399971] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 382.406396] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 382.412820] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 382.419246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 382.425672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 382.432097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 382.438523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 382.444948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 382.451374] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 382.457799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 382.464225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 382.470650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 382.477075] mmc1: sdhci: Host ctl2: 0x00000000
    [ 382.481507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 382.488625] mmc1: sdhci: ============================================
    [ 382.495133] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 382.495179] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 392.621342] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 392.627122] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 392.633548] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 392.639975] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 392.646401] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 392.652827] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 392.659253] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 392.665678] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 392.672104] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 392.678530] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 392.684956] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 392.691381] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 392.697806] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 392.704231] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 392.710657] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 392.717082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 392.721514] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 392.728632] mmc1: sdhci: ============================================
    [ 392.735137] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 392.735181] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 392.736539] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 402.861349] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 402.867134] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 402.873561] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 402.879987] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 402.886413] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 402.892838] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 402.899265] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 402.905690] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 402.912115] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 402.918541] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 402.924967] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 402.931392] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 402.937819] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 402.944245] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 402.950670] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 402.957095] mmc1: sdhci: Host ctl2: 0x00000000
    [ 402.961527] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 402.968646] mmc1: sdhci: ============================================
    [ 402.975179] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 402.976493] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 402.977846] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 408.749534] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 408.749572] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 408.749578] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 408.749586] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 408.749621] mmc0: sdhci: IRQ status 0x00000001
    [ 408.752018] mmc0: sdhci: IRQ status 0x00000002
    [ 408.752032] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 408.752041] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 408.752048] mmc0: 4096 bytes transferred: 0
    [ 408.752054] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 408.752089] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 408.752102] mmc0: sdhci: IRQ status 0x00000001
    [ 408.752110] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 413.101339] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 413.107114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 413.113540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 413.119967] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 413.126392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 413.132818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 413.139242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 413.145668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 413.152093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 413.158518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 413.164944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 413.171370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 413.177796] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 413.184221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 413.190646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 413.197072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 413.201503] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 413.208622] mmc1: sdhci: ============================================
    [ 413.215146] mmc1: req failed (CMD5): -110, retrying...
    [ 423.341335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 423.347112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 423.353538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 423.359964] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 423.366391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 423.372816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 423.379241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 423.385667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 423.392093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 423.398518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 423.404944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 423.411370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 423.417796] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 423.424221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 423.430645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 423.437070] mmc1: sdhci: Host ctl2: 0x00000000
    [ 423.441502] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 423.448620] mmc1: sdhci: ============================================
    [ 423.455146] mmc1: req failed (CMD5): -110, retrying...
    [ 433.581336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 433.587115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 433.593540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 433.599966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 433.606393] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 433.612819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 433.619245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 433.625670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 433.632097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 433.638521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 433.644946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 433.651370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 433.657797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 433.664222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 433.670647] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 433.677073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 433.681504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 433.688622] mmc1: sdhci: ============================================
    [ 433.695159] mmc1: req failed (CMD5): -110, retrying...
    [ 438.189599] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 438.189635] mmc0: starting CMD25 arg 000848ba flags 000000b5
    [ 438.189641] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 438.189650] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 438.189686] mmc0: sdhci: IRQ status 0x00000001
    [ 438.192151] mmc0: sdhci: IRQ status 0x00000002
    [ 438.192169] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 438.192178] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 438.192186] mmc0: 8192 bytes transferred: 0
    [ 438.192192] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 438.192249] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 438.192268] mmc0: sdhci: IRQ status 0x00000001
    [ 438.192277] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 438.192465] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 438.192490] mmc0: sdhci: IRQ status 0x00000001
    [ 438.193944] mmc0: sdhci: IRQ status 0x00000002
    [ 438.193960] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 438.193988] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 438.194009] mmc0: sdhci: IRQ status 0x00000001
    [ 438.194017] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 438.194082] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 438.194090] mmc0: starting CMD25 arg 000848ca flags 000000b5
    [ 438.194097] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 438.194105] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 438.194122] mmc0: sdhci: IRQ status 0x00000001
    [ 438.195104] mmc0: sdhci: IRQ status 0x00000002
    [ 438.195113] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 438.195121] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 438.195128] mmc0: 4096 bytes transferred: 0
    [ 438.195133] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 438.195164] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 438.195179] mmc0: sdhci: IRQ status 0x00000001
    [ 438.195186] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 443.821333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 443.827106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 443.833533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 443.839959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 443.846384] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 443.852809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 443.859236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 443.865661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 443.872087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 443.878511] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 443.884937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 443.891361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 443.897786] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 443.904212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 443.910637] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 443.917062] mmc1: sdhci: Host ctl2: 0x00000000
    [ 443.921494] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 443.928614] mmc1: sdhci: ============================================
    [ 443.935119] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 443.935161] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 443.936504] mmc_rescan:2265 pass###
    [ 443.940016] mmc1: mmc_rescan_try_freq: trying to init card at 200000 Hz
    [ 443.940027] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 445.457465] sdhci-am654 fa00000.mmc: Power on failed
    [ 445.462502] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 445.475032] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 445.485347] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 455.597334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 455.603104] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 455.609529] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 455.615956] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 455.622382] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 455.628806] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 455.635230] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 455.641657] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 455.648081] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 455.654506] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 455.660931] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 455.667357] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 455.673782] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 455.680208] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 455.686633] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 455.693059] mmc1: sdhci: Host ctl2: 0x00000000
    [ 455.697490] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 455.704609] mmc1: sdhci: ============================================
    [ 455.711112] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 455.711151] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 465.837334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 465.843112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 465.849539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 465.855965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 465.862391] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 465.868816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 465.875242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 465.881667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 465.888093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 465.894517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 465.900943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 465.907368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 465.913793] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 465.920217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 465.926643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 465.933068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 465.937499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 465.944617] mmc1: sdhci: ============================================
    [ 465.951135] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 465.951176] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 465.952527] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 468.909535] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 468.909574] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 468.909581] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 468.909589] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 468.909625] mmc0: sdhci: IRQ status 0x00000001
    [ 468.911959] mmc0: sdhci: IRQ status 0x00000002
    [ 468.911981] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 468.911990] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 468.911998] mmc0: 4096 bytes transferred: 0
    [ 468.912004] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 468.912046] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 468.912063] mmc0: sdhci: IRQ status 0x00000001
    [ 468.912071] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 476.077334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 476.083112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 476.089538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 476.095966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 476.102392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 476.108818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 476.115242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 476.121668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 476.128094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 476.134520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 476.140946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 476.147371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 476.153797] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 476.160222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 476.166648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 476.173073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 476.177504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 476.184623] mmc1: sdhci: ============================================
    [ 476.191128] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 476.192433] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 476.193781] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 486.317332] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 486.323106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 486.329534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 486.335960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 486.342386] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 486.348812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 486.355238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 486.361663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 486.368089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 486.374515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 486.380941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 486.387367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 486.393793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 486.400217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 486.406644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 486.413067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 486.417500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 486.424618] mmc1: sdhci: ============================================
    [ 486.431141] mmc1: req failed (CMD5): -110, retrying...
    [ 496.557336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 496.563119] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 496.569544] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 496.575970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 496.582396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 496.588821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 496.595246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 496.601672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 496.608098] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 496.614525] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 496.620951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 496.627376] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 496.633802] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 496.640226] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 496.646653] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 496.653078] mmc1: sdhci: Host ctl2: 0x00000000
    [ 496.657510] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 496.664628] mmc1: sdhci: ============================================
    [ 496.671154] mmc1: req failed (CMD5): -110, retrying...
    [ 499.117597] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 499.117642] mmc0: starting CMD25 arg 000848d2 flags 000000b5
    [ 499.117649] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 499.117658] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 499.117694] mmc0: sdhci: IRQ status 0x00000001
    [ 499.120160] mmc0: sdhci: IRQ status 0x00000002
    [ 499.120182] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 499.120190] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 499.120198] mmc0: 8192 bytes transferred: 0
    [ 499.120204] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 499.120246] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 499.120263] mmc0: sdhci: IRQ status 0x00000001
    [ 499.120272] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 499.120442] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 499.120458] mmc0: sdhci: IRQ status 0x00000001
    [ 499.122226] mmc0: sdhci: IRQ status 0x00000002
    [ 499.122239] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 499.122268] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 499.122282] mmc0: sdhci: IRQ status 0x00000001
    [ 499.122290] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 499.122351] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 499.122359] mmc0: starting CMD25 arg 000848e2 flags 000000b5
    [ 499.122366] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 499.122373] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 499.122389] mmc0: sdhci: IRQ status 0x00000001
    [ 499.123372] mmc0: sdhci: IRQ status 0x00000002
    [ 499.123380] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 499.123387] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 499.123394] mmc0: 4096 bytes transferred: 0
    [ 499.123400] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 499.123423] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 499.123439] mmc0: sdhci: IRQ status 0x00000001
    [ 499.123447] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 506.797335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 506.803110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 506.809537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 506.815965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 506.822391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 506.828817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 506.835243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 506.841669] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 506.848094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 506.854518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 506.860944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 506.867368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 506.873794] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 506.880219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 506.886645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 506.893070] mmc1: sdhci: Host ctl2: 0x00000000
    [ 506.897501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 506.904619] mmc1: sdhci: ============================================
    [ 506.911157] mmc1: req failed (CMD5): -110, retrying...
    [ 517.037333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 517.043105] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 517.049532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 517.055957] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 517.062383] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 517.068807] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 517.075233] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 517.081658] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 517.088084] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 517.094509] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 517.100936] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 517.107361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 517.113786] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 517.120212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 517.126638] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 517.133063] mmc1: sdhci: Host ctl2: 0x00000000
    [ 517.137494] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 517.144612] mmc1: sdhci: ============================================
    [ 517.151123] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 517.151163] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 517.152508] mmc_rescan:2265 pass###
    [ 517.156022] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
    [ 517.156034] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 518.669614] sdhci-am654 fa00000.mmc: Power on failed
    [ 518.674650] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 518.687180] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 518.699776] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 528.813335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 528.819115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 528.825540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 528.831967] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 528.838393] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 528.844819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 528.851245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 528.857670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 528.864095] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 528.870521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 528.876946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 528.883370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 528.889797] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 528.896222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 528.902648] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 528.909074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 528.913505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 528.920624] mmc1: sdhci: ============================================
    [ 528.927134] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 528.927179] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 529.837547] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 529.837578] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 529.837586] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 529.837594] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 529.837630] mmc0: sdhci: IRQ status 0x00000001
    [ 529.839969] mmc0: sdhci: IRQ status 0x00000002
    [ 529.839988] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 529.839997] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 529.840004] mmc0: 4096 bytes transferred: 0
    [ 529.840010] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 529.840053] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 529.840069] mmc0: sdhci: IRQ status 0x00000001
    [ 529.840077] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 539.053333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 539.059108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 539.065534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 539.071961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 539.078387] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 539.084812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 539.091237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 539.097662] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 539.104088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 539.110514] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 539.116940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 539.123365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 539.129791] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 539.136216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 539.142641] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 539.149066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 539.153498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 539.160616] mmc1: sdhci: ============================================
    [ 539.167116] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 539.167156] mmc1: clock 100000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 539.168508] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 549.293345] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 549.299122] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 549.305549] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 549.311976] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 549.318400] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 549.324826] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 549.331251] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 549.337677] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 549.344103] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 549.350528] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 549.356954] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 549.363380] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 549.369804] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 549.376229] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 549.382655] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 549.389081] mmc1: sdhci: Host ctl2: 0x00000000
    [ 549.393513] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 549.400633] mmc1: sdhci: ============================================
    [ 549.407139] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 549.408448] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 549.409804] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 559.021592] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 559.021634] mmc0: starting CMD25 arg 000848ea flags 000000b5
    [ 559.021642] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 559.021651] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 559.021687] mmc0: sdhci: IRQ status 0x00000001
    [ 559.024126] mmc0: sdhci: IRQ status 0x00000002
    [ 559.024147] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 559.024156] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 559.024163] mmc0: 8192 bytes transferred: 0
    [ 559.024169] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 559.024232] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 559.024251] mmc0: sdhci: IRQ status 0x00000001
    [ 559.024259] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 559.024458] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 559.024480] mmc0: sdhci: IRQ status 0x00000001
    [ 559.024863] mmc0: sdhci: IRQ status 0x00000002
    [ 559.024872] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 559.024896] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 559.024909] mmc0: sdhci: IRQ status 0x00000001
    [ 559.024916] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 559.024968] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 559.024976] mmc0: starting CMD25 arg 000848fa flags 000000b5
    [ 559.024983] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 559.024990] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 559.025005] mmc0: sdhci: IRQ status 0x00000001
    [ 559.026044] mmc0: sdhci: IRQ status 0x00000002
    [ 559.026064] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 559.026072] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 559.026080] mmc0: 4096 bytes transferred: 0
    [ 559.026086] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 559.026121] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 559.026137] mmc0: sdhci: IRQ status 0x00000001
    [ 559.026144] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 559.533332] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 559.539089] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 559.545517] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 559.551943] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 559.558369] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 559.564794] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 559.571221] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 559.577645] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 559.584070] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 559.590496] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 559.596923] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 559.603349] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 559.609774] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 559.616199] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 559.622625] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 559.629050] mmc1: sdhci: Host ctl2: 0x00000000
    [ 559.633481] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 559.640598] mmc1: sdhci: ============================================
    [ 559.647137] mmc1: req failed (CMD5): -110, retrying...
    [ 569.773333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 569.779102] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 569.785529] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 569.791955] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 569.798380] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 569.804804] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 569.811230] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 569.817656] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 569.824082] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 569.830507] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 569.836933] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 569.843358] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 569.849784] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 569.856209] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 569.862635] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 569.869060] mmc1: sdhci: Host ctl2: 0x00000000
    [ 569.873492] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 569.880611] mmc1: sdhci: ============================================
    [ 569.887129] mmc1: req failed (CMD5): -110, retrying...
    [ 580.013334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 580.019108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 580.025535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 580.031962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 580.038387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 580.044813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 580.051239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 580.057664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 580.064091] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 580.070517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 580.076943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 580.083369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 580.089794] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 580.096219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 580.102644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 580.109069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 580.113501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 580.120620] mmc1: sdhci: ============================================
    [ 580.127155] mmc1: req failed (CMD5): -110, retrying...
    [ 589.741536] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 589.741576] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 589.741584] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 589.741592] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 589.741626] mmc0: sdhci: IRQ status 0x00000001
    [ 589.743991] mmc0: sdhci: IRQ status 0x00000002
    [ 589.744012] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 589.744021] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 589.744030] mmc0: 4096 bytes transferred: 0
    [ 589.744035] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 589.744078] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 589.744094] mmc0: sdhci: IRQ status 0x00000001
    [ 589.744103] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 590.253332] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 590.259085] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 590.265512] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 590.271939] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 590.278365] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 590.284790] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 590.291216] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 590.297641] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 590.304067] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 590.310493] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 590.316918] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 590.323345] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 590.329769] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 590.336194] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 590.342619] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 590.349044] mmc1: sdhci: Host ctl2: 0x00000000
    [ 590.353476] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 590.360593] mmc1: sdhci: ============================================
    [ 590.367101] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 590.367139] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 590.368484] mmc_rescan:2288 ###DETECT-CD pass###
    [ 591.373353] mmc_rescan:2218 pass
    [ 591.376609] mmc_rescan:2265 pass###
    [ 591.380108] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 591.380119] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 592.895420] sdhci-am654 fa00000.mmc: Power on failed
    [ 592.900463] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 592.912993] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 592.925590] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 603.053335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 603.059116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 603.065541] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 603.071969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 603.078393] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 603.084819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 603.091244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 603.097670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 603.104097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 603.110522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 603.116948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 603.123375] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 603.129799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 603.136224] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 603.142649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 603.149074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 603.153506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 603.160624] mmc1: sdhci: ============================================
    [ 603.167130] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 603.167171] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 613.293334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 613.299111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 613.305539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 613.311965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 613.318391] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 613.324817] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 613.331243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 613.337668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 613.344094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 613.350520] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 613.356945] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 613.363370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 613.369796] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 613.376221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 613.382646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 613.389072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 613.393503] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 613.400621] mmc1: sdhci: ============================================
    [ 613.407145] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 613.407181] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 613.408530] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 617.133634] <mmc0: starting CMD23 arg 20000020 flags 00000015>
    [ 617.133678] mmc0: starting CMD25 arg 00084902 flags 000000b5
    [ 617.133686] mmc0: blksz 512 blocks 32 flags 00002100 tsac 1600 ms nsac 4000
    [ 617.133694] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 617.133731] mmc0: sdhci: IRQ status 0x00000001
    [ 617.136244] mmc0: sdhci: IRQ status 0x00000002
    [ 617.136263] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 617.136272] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 617.136280] mmc0: 16384 bytes transferred: 0
    [ 617.136285] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 617.136327] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 617.136344] mmc0: sdhci: IRQ status 0x00000001
    [ 617.136352] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 617.136541] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 617.136558] mmc0: sdhci: IRQ status 0x00000001
    [ 617.139411] mmc0: sdhci: IRQ status 0x00000002
    [ 617.139429] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 617.139458] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 617.139474] mmc0: sdhci: IRQ status 0x00000001
    [ 617.139481] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 617.139552] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 617.139561] mmc0: starting CMD25 arg 00084922 flags 000000b5
    [ 617.139567] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 617.139574] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 617.139591] mmc0: sdhci: IRQ status 0x00000001
    [ 617.140527] mmc0: sdhci: IRQ status 0x00000002
    [ 617.140535] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 617.140543] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 617.140550] mmc0: 4096 bytes transferred: 0
    [ 617.140556] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 617.140580] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 617.140597] mmc0: sdhci: IRQ status 0x00000001
    [ 617.140605] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 623.533335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 623.539108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 623.545535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 623.551962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 623.558388] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 623.564813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 623.571239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 623.577665] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 623.584089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 623.590515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 623.596941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 623.603366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 623.609791] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 623.616215] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 623.622640] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 623.629066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 623.633497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 623.640615] mmc1: sdhci: ============================================
    [ 623.647121] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 623.648440] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 623.649788] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 633.773336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 633.779110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 633.785536] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 633.791963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 633.798390] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 633.804815] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 633.811241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 633.817665] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 633.824090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 633.830515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 633.836942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 633.843368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 633.849793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 633.856218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 633.862643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 633.869067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 633.873498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 633.880617] mmc1: sdhci: ============================================
    [ 633.887139] mmc1: req failed (CMD5): -110, retrying...
    [ 644.013335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 644.019106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 644.025532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 644.031959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 644.038383] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 644.044809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 644.051234] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 644.057660] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 644.064085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 644.070510] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 644.076935] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 644.083361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 644.089787] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 644.096212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 644.102639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 644.109064] mmc1: sdhci: Host ctl2: 0x00000000
    [ 644.113495] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 644.120614] mmc1: sdhci: ============================================
    [ 644.127151] mmc1: req failed (CMD5): -110, retrying...
    [ 647.853566] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 647.853608] mmc0: starting CMD25 arg 00000302 flags 000000b5
    [ 647.853616] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 647.853624] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 647.853662] mmc0: sdhci: IRQ status 0x00000001
    [ 647.856012] mmc0: sdhci: IRQ status 0x00000002
    [ 647.856033] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 647.856042] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 647.856050] mmc0: 4096 bytes transferred: 0
    [ 647.856056] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 647.856088] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 647.856105] mmc0: sdhci: IRQ status 0x00000001
    [ 647.856113] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 647.856133] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 647.856140] mmc0: starting CMD25 arg 00000322 flags 000000b5
    [ 647.856147] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 647.856153] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 647.856169] mmc0: sdhci: IRQ status 0x00000001
    [ 647.856473] mmc0: sdhci: IRQ status 0x00000002
    [ 647.856480] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 647.856488] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 647.856495] mmc0: 4096 bytes transferred: 0
    [ 647.856500] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 647.856515] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 647.856528] mmc0: sdhci: IRQ status 0x00000001
    [ 647.856535] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 647.856550] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 647.856558] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 647.856564] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 647.856571] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 647.856584] mmc0: sdhci: IRQ status 0x00000001
    [ 647.857199] mmc0: sdhci: IRQ status 0x00000002
    [ 647.857206] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 647.857214] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 647.857221] mmc0: 4096 bytes transferred: 0
    [ 647.857226] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 647.857260] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 647.857272] mmc0: sdhci: IRQ status 0x00000001
    [ 647.857280] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 654.253341] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 654.259118] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 654.265547] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 654.271973] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 654.278398] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 654.284823] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 654.291248] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 654.297674] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 654.304099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 654.310525] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 654.316951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 654.323376] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 654.329802] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 654.336227] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 654.342652] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 654.349078] mmc1: sdhci: Host ctl2: 0x00000000
    [ 654.353509] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 654.360627] mmc1: sdhci: ============================================
    [ 654.367158] mmc1: req failed (CMD5): -110, retrying...
    [ 664.493336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 664.499115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 664.505543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 664.511970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 664.518396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 664.524821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 664.531245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 664.537672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 664.544098] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 664.550523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 664.556948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 664.563373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 664.569799] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 664.576225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 664.582650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 664.589076] mmc1: sdhci: Host ctl2: 0x00000000
    [ 664.593507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 664.600625] mmc1: sdhci: ============================================
    [ 664.607132] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 664.607183] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 664.608539] mmc_rescan:2265 pass###
    [ 664.612073] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 664.612085] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 666.125817] sdhci-am654 fa00000.mmc: Power on failed
    [ 666.130851] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 666.143380] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 666.155975] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 676.269335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 676.275112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 676.281539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 676.287965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 676.294391] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 676.300816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 676.307242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 676.313667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 676.320092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 676.326517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 676.332944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 676.339369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 676.345796] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 676.352221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 676.358646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 676.365072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 676.369503] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 676.376622] mmc1: sdhci: ============================================
    [ 676.383143] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 676.383191] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 680.109607] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 680.109649] mmc0: starting CMD25 arg 0008492a flags 000000b5
    [ 680.109656] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 680.109664] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 680.109699] mmc0: sdhci: IRQ status 0x00000001
    [ 680.112190] mmc0: sdhci: IRQ status 0x00000002
    [ 680.112208] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 680.112217] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 680.112225] mmc0: 8192 bytes transferred: 0
    [ 680.112231] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 680.112290] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 680.112308] mmc0: sdhci: IRQ status 0x00000001
    [ 680.112315] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 680.112529] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 680.112556] mmc0: sdhci: IRQ status 0x00000001
    [ 680.114397] mmc0: sdhci: IRQ status 0x00000002
    [ 680.114414] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 680.114440] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 680.114460] mmc0: sdhci: IRQ status 0x00000001
    [ 680.114468] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 680.114541] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 680.114549] mmc0: starting CMD25 arg 0008493a flags 000000b5
    [ 680.114555] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 680.114562] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 680.114585] mmc0: sdhci: IRQ status 0x00000001
    [ 680.115588] mmc0: sdhci: IRQ status 0x00000002
    [ 680.115598] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 680.115606] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 680.115613] mmc0: 4096 bytes transferred: 0
    [ 680.115619] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 680.115651] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 680.115669] mmc0: sdhci: IRQ status 0x00000001
    [ 680.115677] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 686.509334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 686.515107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 686.521535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 686.527960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 686.534386] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 686.540811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 686.547237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 686.553663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 686.560088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 686.566513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 686.572940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 686.579366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 686.585792] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 686.592217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 686.598642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 686.605068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 686.609500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 686.616619] mmc1: sdhci: ============================================
    [ 686.623132] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 686.624754] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 686.626099] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 696.749335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 696.755102] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 696.761530] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 696.767957] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 696.774383] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 696.780808] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 696.787233] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 696.793659] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 696.800085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 696.806510] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 696.812937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 696.819361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 696.825787] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 696.832211] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 696.838637] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 696.845060] mmc1: sdhci: Host ctl2: 0x00000000
    [ 696.849492] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 696.856611] mmc1: sdhci: ============================================
    [ 696.863116] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 696.865900] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 696.867241] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 706.989336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 706.995111] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 707.001537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 707.007963] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 707.014389] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 707.020815] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 707.027240] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 707.033666] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 707.040090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 707.046515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 707.052941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 707.059366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 707.065792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 707.072218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 707.078643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 707.085069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 707.089500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 707.096619] mmc1: sdhci: ============================================
    [ 707.104660] mmc1: req failed (CMD5): -110, retrying...
    [ 710.829534] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 710.829571] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 710.829580] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 710.829589] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 710.829625] mmc0[ 832.941335] mmc1: Timeout waiting for hardware cmd interrupt.
    : sdhci: IRQ status 0x00000001
    [ 710.831984] mmc0: sdhci: IRQ [ 832.950555] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    status 0x00000002
    [ 710.832000] mmc0: req done <CMD23>: 0: 000[ 832.962518] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    00000 00000000 00000000 00000000
    [ 710.832009] mmc0: req done [ 832.974483] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 710.832017] [ 832.986450] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    mmc0: 4096 bytes transferred: 0
    [ 710.832022] mmc0: (C[ 832.998417] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    MD12): 0: 00000000 00000000 00000000 00000000
    [ 710.832078] mm[ 833.010382] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    c0: starting CMD13 arg 00010000 flags 00000195
    [ 710.832095] m[ 833.022349] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    mc0: sdhci: IRQ status 0x00000001
    [ 710.832104] mmc0: req done[ 833.034317] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 717.229333][ 833.046282] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    mmc1: Timeout waiting for hardware cmd interrupt.
    [ 717.23510[ 833.058249] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    6] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ [ 833.070216] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    717.241533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00[ 833.082181] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    001004
    [ 717.247960] mmc1: sdhci: Blk size: 0x00000000 | Blk [ 833.094148] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    cnt: 0x00000000
    [ 717.254385] mmc1: sdhci: Argument: 0x00000[ 833.106115] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    000 | Trn mode: 0x00000000
    [ 717.260811] mmc1: sdhci: Present:[ 833.118083] mmc1: sdhci: Host ctl2: 0x00000000
    0x01f20001 | Host ctl: 0x00000001
    [ 717.267236] mmc1: sdhci[ 833.128056] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    : Power: 0x0000000e | Blk gap: 0x00000080
    [ 717.273662] m[ 833.140715] mmc1: sdhci: ============================================
    mc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 717.280088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 717.286513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 717.292937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 717.299362] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 717.305787] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 717.312213] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 717.318638] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 717.325064] mmc1: sdhci: Host ctl2: 0x00000000
    [ 717.329495] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 717.336614] mmc1: sdhci: ============================================
    [ 717.343139] mmc1: req failed (CMD5): -110, retrying...
    [ 727.469333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 727.475108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 727.481534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 727.487960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 727.494386] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 727.500812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 727.507237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 727.513663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 727.520089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 727.526515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 727.532942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 727.539367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 727.545792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 727.552218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 727.558643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 727.565069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 727.569500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 727.576619] mmc1: sdhci: ============================================
    [ 727.583149] mmc1: req failed (CMD5): -110, retrying...
    [ 737.709335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 737.715117] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 737.721544] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 737.727970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 737.734396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 737.740822] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 737.747247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 737.753674] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 737.760099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 737.766524] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 737.772951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 737.779376] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 737.785803] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 737.792227] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 737.798652] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 737.805079] mmc1: sdhci: Host ctl2: 0x00000000
    [ 737.809509] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 737.816628] mmc1: sdhci: ============================================
    [ 737.823137] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 737.823182] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 737.824539] mmc_rescan:2265 pass###
    [ 737.828056] mmc1: mmc_rescan_try_freq: trying to init card at 200000 Hz
    [ 737.828068] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 739.345444] sdhci-am654 fa00000.mmc: Power on failed
    [ 739.350486] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 739.363015] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 739.375614] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 741.037607] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 741.037641] mmc0: starting CMD25 arg 00084942 flags 000000b5
    [ 741.037648] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 741.037656] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 741.037692] mmc0: sdhci: IRQ status 0x00000001
    [ 741.040144] mmc0: sdhci: IRQ status 0x00000002
    [ 741.040162] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 741.040171] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 741.040178] mmc0: 8192 bytes transferred: 0
    [ 741.040185] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 741.040237] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 741.040254] mmc0: sdhci: IRQ status 0x00000001
    [ 741.040262] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 741.040444] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 741.040466] mmc0: sdhci: IRQ status 0x00000001
    [ 741.040850] mmc0: sdhci: IRQ status 0x00000002
    [ 741.040859] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 741.040884] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 741.040900] mmc0: sdhci: IRQ status 0x00000001
    [ 741.040908] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 741.040965] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 741.040973] mmc0: starting CMD25 arg 00084952 flags 000000b5
    [ 741.040980] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 741.040987] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 741.041004] mmc0: sdhci: IRQ status 0x00000001
    [ 741.042016] mmc0: sdhci: IRQ status 0x00000002
    [ 741.042032] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 741.042039] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 741.042047] mmc0: 4096 bytes transferred: 0
    [ 741.042052] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 741.042086] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 741.042101] mmc0: sdhci: IRQ status 0x00000001
    [ 741.042108] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 749.485335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 749.491108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 749.497534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 749.503961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 749.510387] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 749.516812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 749.523238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 749.529664] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 749.536090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 749.542515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 749.548941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 749.555367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 749.561793] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 749.568219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 749.574644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 749.581069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 749.585501] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 749.592619] mmc1: sdhci: ============================================
    [ 749.599126] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 749.599169] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 759.725333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 759.731107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 759.737533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 759.743960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 759.750386] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 759.756810] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 759.763236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 759.769661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 759.776086] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 759.782512] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 759.788938] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 759.795363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 759.801789] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 759.808214] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 759.814639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 759.821065] mmc1: sdhci: Host ctl2: 0x00000000
    [ 759.825496] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 759.832616] mmc1: sdhci: ============================================
    [ 759.839120] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 759.840707] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 759.842051] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 769.965335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 769.971115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 769.977542] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 769.983969] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 769.990395] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 769.996820] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 770.003246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 770.009670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 770.016096] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 770.022522] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 770.028948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 770.035374] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 770.041800] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 770.048225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 770.054650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 770.061076] mmc1: sdhci: Host ctl2: 0x00000000
    [ 770.065507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 770.072625] mmc1: sdhci: ============================================
    [ 770.079134] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 770.080448] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 770.081800] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 771.757549] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 771.757578] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 771.757586] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 771.757595] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 771.757629] mmc0: sdhci: IRQ status 0x00000001
    [ 771.759995] mmc0: sdhci: IRQ status 0x00000002
    [ 771.760012] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 771.760021] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 771.760029] mmc0: 4096 bytes transferred: 0
    [ 771.760034] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 771.760088] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 771.760105] mmc0: sdhci: IRQ status 0x00000001
    [ 771.760113] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 780.205335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 780.211110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 780.217537] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 780.223964] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 780.230389] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 780.236814] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 780.243241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 780.249666] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 780.256092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 780.262516] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 780.268943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 780.275369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 780.281795] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 780.288221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 780.294646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 780.301072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 780.305504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 780.312621] mmc1: sdhci: ============================================
    [ 780.319142] mmc1: req failed (CMD5): -110, retrying...
    [ 790.445335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 790.451122] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 790.457550] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 790.463976] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 790.470402] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 790.476828] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 790.483254] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 790.489679] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 790.496105] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 790.502530] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 790.508955] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 790.515380] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 790.521804] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 790.528230] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 790.534655] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 790.541082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 790.545513] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 790.552632] mmc1: sdhci: ============================================
    [ 790.559158] mmc1: req failed (CMD5): -110, retrying...
    [ 800.685335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 800.691112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 800.697540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 800.703967] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 800.710394] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 800.716819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 800.723244] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 800.729670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 800.736094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 800.742519] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 800.748946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 800.755371] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 800.761798] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 800.768223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 800.774649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 800.781074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 800.785506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 800.792623] mmc1: sdhci: ============================================
    [ 800.799154] mmc1: req failed (CMD5): -110, retrying...
    [ 801.197599] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 801.197627] mmc0: starting CMD25 arg 0008495a flags 000000b5
    [ 801.197634] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 801.197642] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 801.197677] mmc0: sdhci: IRQ status 0x00000001
    [ 801.200142] mmc0: sdhci: IRQ status 0x00000002
    [ 801.200157] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 801.200166] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 801.200174] mmc0: 8192 bytes transferred: 0
    [ 801.200179] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 801.200233] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 801.200249] mmc0: sdhci: IRQ status 0x00000001
    [ 801.200257] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 801.200426] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 801.200446] mmc0: sdhci: IRQ status 0x00000001
    [ 801.200831] mmc0: sdhci: IRQ status 0x00000002
    [ 801.200843] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 801.200868] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 801.200882] mmc0: sdhci: IRQ status 0x00000001
    [ 801.200890] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 801.200945] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 801.200953] mmc0: starting CMD25 arg 0008496a flags 000000b5
    [ 801.200960] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 801.200972] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 801.200987] mmc0: sdhci: IRQ status 0x00000001
    [ 801.202000] mmc0: sdhci: IRQ status 0x00000002
    [ 801.202014] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 801.202022] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 801.202029] mmc0: 4096 bytes transferred: 0
    [ 801.202036] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 801.202070] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 801.202089] mmc0: sdhci: IRQ status 0x00000001
    [ 801.202096] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 810.925334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 810.931103] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 810.937528] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 810.943953] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 810.950380] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 810.956805] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 810.963231] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 810.969657] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 810.976082] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 810.982508] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 810.988934] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 810.995360] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 811.001785] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 811.008210] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 811.014635] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 811.021060] mmc1: sdhci: Host ctl2: 0x00000000
    [ 811.025491] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 811.032610] mmc1: sdhci: ============================================
    [ 811.039115] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 811.039154] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 811.040498] mmc_rescan:2265 pass###
    [ 811.044010] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
    [ 811.044026] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 812.555548] sdhci-am654 fa00000.mmc: Power on failed
    [ 812.560583] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 812.573113] mmc1: clock 100000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 812.585710] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 822.701335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 822.707114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 822.713539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 822.719966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 822.726392] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 822.732818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 822.739243] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 822.745668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 822.752095] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 822.758521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 822.764946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 822.771372] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 822.777798] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 822.784223] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 822.790649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 822.797074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 822.801505] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 822.808624] mmc1: sdhci: ============================================
    [ 822.815130] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 822.815177] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 829.102375] <mmc0: starting CMD23 arg 20000030 flags 00000015>
    [ 829.102414] mmc0: starting CMD25 arg 00084972 flags 000000b5
    [ 829.102421] mmc0: blksz 512 blocks 48 flags 00002100 tsac 1600 ms nsac 4000
    [ 829.102429] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 829.102465] mmc0: sdhci: IRQ status 0x00000001
    [ 829.107030] mmc0: sdhci: IRQ status 0x00000002
    [ 829.107051] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 829.107061] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 829.107069] mmc0: 24576 bytes transferred: 0
    [ 829.107075] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 829.107129] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 829.107151] mmc0: sdhci: IRQ status 0x00000001
    [ 829.107160] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 829.107376] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 829.107401] mmc0: sdhci: IRQ status 0x00000001
    [ 829.108892] mmc0: sdhci: IRQ status 0x00000002
    [ 829.108901] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 829.108928] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 829.108941] mmc0: sdhci: IRQ status 0x00000001
    [ 829.108948] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 829.109001] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 829.109008] mmc0: starting CMD25 arg 000849a2 flags 000000b5
    [ 829.109015] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 829.109023] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 829.109039] mmc0: sdhci: IRQ status 0x00000001
    [ 829.110023] mmc0: sdhci: IRQ status 0x00000002
    [ 829.110038] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 829.110046] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 829.110054] mmc0: 4096 bytes transferred: 0
    [ 829.110059] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 829.110094] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 829.110113] mmc0: sdhci: IRQ status 0x00000001
    [ 829.110120] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 831.917562] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 831.917590] mmc0: starting CMD25 arg 000003da flags 000000b5
    [ 831.917596] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 831.917604] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 831.917637] mmc0: sdhci: IRQ status 0x00000001
    [ 831.919990] mmc0: sdhci: IRQ status 0x00000002
    [ 831.920005] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 831.920014] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 831.920022] mmc0: 4096 bytes transferred: 0
    [ 831.920027] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 831.920056] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 831.920077] mmc0: sdhci: IRQ status 0x00000001
    [ 831.920085] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 831.920106] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 831.920113] mmc0: starting CMD25 arg 0000042a flags 000000b5
    [ 831.920119] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 831.920127] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 831.920143] mmc0: sdhci: IRQ status 0x00000001
    [ 831.920424] mmc0: sdhci: IRQ status 0x00000002
    [ 831.920432] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 831.920439] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 831.920451] mmc0: 4096 bytes transferred: 0
    [ 831.920456] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 831.920476] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 831.920490] mmc0: sdhci: IRQ status 0x00000001
    [ 831.920498] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 831.920513] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 831.920521] mmc0: starting CMD25 arg 000005e2 flags 000000b5
    [ 831.920527] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 831.920534] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 831.920548] mmc0: sdhci: IRQ status 0x00000001
    [ 831.922826] mmc0: sdhci: IRQ status 0x00000002
    [ 831.922839] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 831.922847] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 831.922855] mmc0: 4096 bytes transferred: 0
    [ 831.922860] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 831.922883] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 831.922904] mmc0: sdhci: IRQ status 0x00000001
    [ 831.922912] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 831.922928] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 831.922936] mmc0: starting CMD25 arg 000005f2 flags 000000b5
    [ 831.922942] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 831.922948] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 831.922964] mmc0: sdhci: IRQ status 0x00000001
    [ 831.923298] mmc0: sdhci: IRQ status 0x00000002
    [ 831.923306] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 831.923314] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 831.923321] mmc0: 4096 bytes transferred: 0
    [ 831.923326] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 831.923347] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 831.923360] mmc0: sdhci: IRQ status 0x00000001
    [ 831.923368] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 831.923383] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 831.923390] mmc0: starting CMD25 arg 00000642 flags 000000b5
    [ 831.923396] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 831.923403] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 831.923417] mmc0: sdhci: IRQ status 0x00000001
    [ 831.923730] mmc0: sdhci: IRQ status 0x00000002
    [ 831.923738] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 831.923745] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 831.923752] mmc0: 4096 bytes transferred: 0
    [ 831.923757] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 831.923776] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 831.923788] mmc0: sdhci: IRQ status 0x00000001
    [ 831.923796] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 831.923811] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 831.923819] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 831.923825] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 831.923832] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 831.923845] mmc0: sdhci: IRQ status 0x00000001
    [ 831.924120] mmc0: sdhci: IRQ status 0x00000002
    [ 831.924128] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 831.924136] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 831.924143] mmc0: 4096 bytes transferred: 0
    [ 831.924150] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 831.924198] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 831.924213] mmc0: sdhci: IRQ status 0x00000001
    [ 831.924221] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 832.941335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 832.950555] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 832.962518] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 832.974483] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 832.986450] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 832.998417] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 833.010382] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 833.022349] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 833.034317] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 833.046282] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 833.058249] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 833.070216] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 833.082181] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 833.094148] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 833.106115] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 833.118083] mmc1: sdhci: Host ctl2: 0x00000000
    [ 833.128056] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 833.140715] mmc1: sdhci: ============================================
    [ 833.152772] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 833.154424] mmc1: clock 100000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 833.155788] mmc1: starting CMD0 arg 00000000 flags 000000c0
    root@am62xx-evm:~# [ 843.181336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 843.187112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 843.193539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 843.199966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 843.206391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 843.212816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 843.219242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 843.225666] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 843.232092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 843.238517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 843.244942] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 843.251367] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 843.257793] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 843.264217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 843.270642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 843.277067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 843.281499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 843.288616] mmc1: sdhci: ============================================
    [ 853.421334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 853.427108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 853.433535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 853.439962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 853.446389] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 853.452813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 853.459239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 853.465663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 853.472089] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 853.478515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 853.484941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 853.491365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 853.497791] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 853.504215] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 853.510642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 853.517067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 853.521498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 853.528616] mmc1: sdhci: ============================================
    [ 863.661333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 863.667101] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 863.673527] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 863.679953] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 863.686378] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 863.692802] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 863.699228] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 863.705653] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 863.712079] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 863.718504] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 863.724930] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 863.731354] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 863.737780] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 863.744205] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 863.750631] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 863.757055] mmc1: sdhci: Host ctl2: 0x00000000
    [ 863.761487] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 863.768606] mmc1: sdhci: ============================================
    [ 873.901333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 873.907108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 873.913534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 873.919961] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 873.926385] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 873.932811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 873.939236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 873.945662] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 873.952087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 873.958513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 873.964939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 873.971365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 873.977790] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 873.984215] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 873.990640] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 873.997065] mmc1: sdhci: Host ctl2: 0x00000000
    [ 874.001496] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 874.008615] mmc1: sdhci: ============================================
    [ 884.141333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 884.147103] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 884.153532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 884.159959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 884.166385] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 884.172809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 884.179234] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 884.185660] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000e8c3
    [ 884.192085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 884.198511] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 884.204937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 884.211361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 884.217787] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 884.224211] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 884.230636] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 884.237061] mmc1: sdhci: Host ctl2: 0x00000000
    [ 884.241493] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 884.248611] mmc1: sdhci: ============================================
    [ 884.256506] mmc_rescan:2288 ###DETECT-CD pass###
    [ 885.261342] mmc_rescan:2218 pass
    [ 885.264587] mmc_rescan:2265 pass###
    [ 886.783419] sdhci-am654 fa00000.mmc: Power on failed
    [ 896.941334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 896.947104] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 896.953531] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 896.959958] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 896.966382] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 896.972808] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 896.979234] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 896.985659] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 896.992085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 896.998510] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 897.004936] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 897.011362] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 897.017787] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 897.024212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 897.030636] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 897.037061] mmc1: sdhci: Host ctl2: 0x00000000
    [ 897.041492] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 897.048611] mmc1: sdhci: ============================================
    [ 907.181335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 907.187106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 907.193532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 907.199957] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 907.206383] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 907.212808] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 907.219234] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 907.225660] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 907.232086] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 907.238511] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 907.244936] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 907.251362] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 907.257787] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 907.264212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 907.270638] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 907.277063] mmc1: sdhci: Host ctl2: 0x00000000
    [ 907.281494] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 907.288613] mmc1: sdhci: ============================================
    [ 917.421335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 917.427116] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 917.433543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 917.439970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 917.446396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 917.452821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 917.459246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 917.465671] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 917.472095] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 917.478521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 917.484947] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 917.491373] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 917.497798] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 917.504224] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 917.510649] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 917.517074] mmc1: sdhci: Host ctl2: 0x00000000
    [ 917.521506] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 917.528625] mmc1: sdhci: ============================================
    [ 927.661336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 927.667107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 927.673535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 927.679962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 927.686388] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 927.692814] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 927.699239] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 927.705665] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 927.712090] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 927.718514] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 927.724940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 927.731366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 927.737792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 927.744217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 927.750642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 927.757068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 927.761499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 927.768617] mmc1: sdhci: ============================================
    
    root@am62xx-evm:~#
    root@am62xx-evm:~# dmesg | grep [ 937.901336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 937.907110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 937.913538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 937.919965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 937.926391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 937.932816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 937.939241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 937.945668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 937.952094] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 937.958518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 937.964944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 937.971370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 937.977795] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 937.984219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 937.990644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 937.997071] mmc1: sdhci: Host ctl2: 0x00000000
    [ 938.001502] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 938.008619] mmc1: sdhci: ============================================
    "**"
    [ 317.104954] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 317.104962] mmc0: starting CMD25 arg 0008489a flags 000000b5
    [ 317.104968] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 317.104976] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 317.104991] mmc0: sdhci: IRQ status 0x00000001
    [ 317.106032] mmc0: sdhci: IRQ status 0x00000002
    [ 317.106046] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 317.106055] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 317.106062] mmc0: 4096 bytes transferred: 0
    [ 317.106067] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 317.106099] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 317.106114] mmc0: sdhci: IRQ status 0x00000001
    [ 317.106120] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 319.405335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 319.411109] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 319.417535] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 319.423962] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 319.430387] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 319.436813] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 319.443237] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 319.449663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 319.456088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 319.462515] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 319.468940] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 319.475366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 319.481792] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 319.488217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 319.494642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 319.501067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 319.505499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 319.512617] mmc1: sdhci: ============================================
    [ 319.519122] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 319.519163] mmc1: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 319.520506] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 329.645335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 329.651106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 329.657532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 329.663960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 329.670385] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 329.676811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 329.683236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 329.689661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 329.696087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 329.702513] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 329.708939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 329.715365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 329.721792] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 329.728217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 329.734642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 329.741066] mmc1: sdhci: Host ctl2: 0x00000000
    [ 329.745497] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 329.752616] mmc1: sdhci: ============================================
    [ 329.759121] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 329.760433] mmc1: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 329.761782] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 339.885336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 339.891115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 339.897543] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 339.903970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 339.910395] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 339.916821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 339.923247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 339.929673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 339.936099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 339.942525] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 339.948951] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 339.955377] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 339.961802] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 339.968228] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 339.974653] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 339.981079] mmc1: sdhci: Host ctl2: 0x00000000
    [ 339.985510] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 339.992630] mmc1: sdhci: ============================================
    [ 339.999167] mmc1: req failed (CMD5): -110, retrying...
    [ 347.821546] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 347.821587] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 347.821596] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 347.821605] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 347.821645] mmc0: sdhci: IRQ status 0x00000001
    [ 347.823998] mmc0: sdhci: IRQ status 0x00000002
    [ 347.824018] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 347.824026] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 347.824034] mmc0: 4096 bytes transferred: 0
    [ 347.824040] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 347.824102] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 347.824121] mmc0: sdhci: IRQ status 0x00000001
    [ 347.824130] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 350.125340] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 350.131110] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 350.137539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 350.143965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 350.150391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 350.156816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 350.163241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 350.169667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 350.176092] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 350.182518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 350.188943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 350.195368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 350.201792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 350.208217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 350.214642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 350.221068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 350.225499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 350.232617] mmc1: sdhci: ============================================
    [ 350.239145] mmc1: req failed (CMD5): -110, retrying...
    [ 360.365335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 360.371108] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 360.377534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 360.383960] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 360.390387] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 360.396812] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 360.403238] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 360.409663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 360.416088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 360.422514] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 360.428939] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 360.435365] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 360.441791] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 360.448216] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 360.454642] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 360.461067] mmc1: sdhci: Host ctl2: 0x00000000
    [ 360.465498] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 360.472617] mmc1: sdhci: ============================================
    [ 360.479142] mmc1: req failed (CMD5): -110, retrying...
    [ 370.605336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 370.611113] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 370.617538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 370.623966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 370.630390] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 370.636816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 370.643241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 370.649667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 370.656091] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 370.662517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 370.668943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 370.675369] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 370.681793] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 370.688219] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 370.694644] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 370.701069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 370.705500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 370.712620] mmc1: sdhci: ============================================
    [ 370.719125] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 370.719169] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 370.720519] mmc_rescan:2265 pass###
    [ 370.724042] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 370.724062] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 372.237436] sdhci-am654 fa00000.mmc: Power on failed
    [ 372.242508] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 372.255041] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 372.267635] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 378.029603] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 378.029649] mmc0: starting CMD25 arg 000848a2 flags 000000b5
    [ 378.029656] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 378.029665] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 378.029703] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032157] mmc0: sdhci: IRQ status 0x00000002
    [ 378.032178] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 378.032186] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 378.032195] mmc0: 8192 bytes transferred: 0
    [ 378.032200] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 378.032263] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 378.032281] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032290] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 378.032490] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 378.032516] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032898] mmc0: sdhci: IRQ status 0x00000002
    [ 378.032907] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 378.032935] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 378.032949] mmc0: sdhci: IRQ status 0x00000001
    [ 378.032956] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 378.033011] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 378.033018] mmc0: starting CMD25 arg 000848b2 flags 000000b5
    [ 378.033025] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 378.033033] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 378.033048] mmc0: sdhci: IRQ status 0x00000001
    [ 378.034048] mmc0: sdhci: IRQ status 0x00000002
    [ 378.034063] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 378.034071] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 378.034079] mmc0: 4096 bytes transferred: 0
    [ 378.034083] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 378.034125] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 378.034139] mmc0: sdhci: IRQ status 0x00000001
    [ 378.034147] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 382.381342] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 382.387118] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 382.393545] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 382.399971] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 382.406396] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 382.412820] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 382.419246] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 382.425672] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 382.432097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 382.438523] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 382.444948] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 382.451374] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 382.457799] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 382.464225] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 382.470650] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 382.477075] mmc1: sdhci: Host ctl2: 0x00000000
    [ 382.481507] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 382.488625] mmc1: sdhci: ============================================
    [ 382.495133] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 382.495179] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 392.621342] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 392.627122] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 392.633548] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 392.639975] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 392.646401] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 392.652827] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 392.659253] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 392.665678] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 392.672104] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 392.678530] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 392.684956] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 392.691381] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 392.697806] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 392.704231] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 392.710657] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 392.717082] mmc1: sdhci: Host ctl2: 0x00000000
    [ 392.721514] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 392.728632] mmc1: sdhci: ============================================
    [ 392.735137] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 392.735181] mmc1: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 392.736539] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 402.861349] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 402.867134] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 402.873561] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 402.879987] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 402.886413] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 402.892838] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 402.899265] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 402.905690] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 402.912115] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 402.918541] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 402.924967] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 402.931392] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 402.937819] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 402.944245] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 402.950670] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 402.957095] mmc1: sdhci: Host ctl2: 0x00000000
    [ 402.961527] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 402.968646] mmc1: sdhci: ============================================
    [ 402.975179] mmc1: req done (CMD0): -110: 00000000 00000000 00000000 00000000
    [ 402.976493] mmc1: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 402.977846] mmc1: starting CMD5 arg 00000000 flags 000002e1
    [ 408.749534] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 408.749572] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 408.749578] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 408.749586] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 408.749621] mmc0: sdhci: IRQ status 0x00000001
    [ 408.752018] mmc0: sdhci: IRQ status 0x00000002
    [ 408.752032] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 408.752041] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 408.752048] mmc0: 4096 bytes transferred: 0
    [ 408.752054] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 408.752089] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 408.752102] mmc0: sdhci: IRQ status 0x00000001
    [ 408.752110] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 413.101339] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 413.107114] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 413.113540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 413.119967] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 413.126392] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 413.132818] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 413.139242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 413.145668] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 413.152093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 413.158518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 413.164944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 413.171370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 413.177796] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 413.184221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 413.190646] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 413.197072] mmc1: sdhci: Host ctl2: 0x00000000
    [ 413.201503] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 413.208622] mmc1: sdhci: ============================================
    [ 413.215146] mmc1: req failed (CMD5): -110, retrying...
    [ 423.341335] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 423.347112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 423.353538] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 423.359964] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 423.366391] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 423.372816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 423.379241] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 423.385667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 423.392093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 423.398518] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 423.404944] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 423.411370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 423.417796] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 423.424221] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 423.430645] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 423.437070] mmc1: sdhci: Host ctl2: 0x00000000
    [ 423.441502] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 423.448620] mmc1: sdhci: ============================================
    [ 423.455146] mmc1: req failed (CMD5): -110, retrying...
    [ 433.581336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 433.587115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 433.593540] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 433.599966] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 433.606393] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 433.612819] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 433.619245] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 433.625670] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 433.632097] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 433.638521] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 433.644946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 433.651370] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 433.657797] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 433.664222] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 433.670647] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 433.677073] mmc1: sdhci: Host ctl2: 0x00000000
    [ 433.681504] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 433.688622] mmc1: sdhci: ============================================
    [ 433.695159] mmc1: req failed (CMD5): -110, retrying...
    [ 438.189599] <mmc0: starting CMD23 arg 20000010 flags 00000015>
    [ 438.189635] mmc0: starting CMD25 arg 000848ba flags 000000b5
    [ 438.189641] mmc0: blksz 512 blocks 16 flags 00002100 tsac 1600 ms nsac 4000
    [ 438.189650] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 438.189686] mmc0: sdhci: IRQ status 0x00000001
    [ 438.192151] mmc0: sdhci: IRQ status 0x00000002
    [ 438.192169] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 438.192178] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 438.192186] mmc0: 8192 bytes transferred: 0
    [ 438.192192] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 438.192249] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 438.192268] mmc0: sdhci: IRQ status 0x00000001
    [ 438.192277] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 438.192465] mmc0: starting CMD6 arg 03200101 flags 0000049d
    [ 438.192490] mmc0: sdhci: IRQ status 0x00000001
    [ 438.193944] mmc0: sdhci: IRQ status 0x00000002
    [ 438.193960] mmc0: req done (CMD6): 0: 00000800 00000000 00000000 00000000
    [ 438.193988] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 438.194009] mmc0: sdhci: IRQ status 0x00000001
    [ 438.194017] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 438.194082] <mmc0: starting CMD23 arg a0000008 flags 00000015>
    [ 438.194090] mmc0: starting CMD25 arg 000848ca flags 000000b5
    [ 438.194097] mmc0: blksz 512 blocks 8 flags 00003100 tsac 1600 ms nsac 4000
    [ 438.194105] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 438.194122] mmc0: sdhci: IRQ status 0x00000001
    [ 438.195104] mmc0: sdhci: IRQ status 0x00000002
    [ 438.195113] mmc0: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
    [ 438.195121] mmc0: req done (CMD25): 0: 00000900 00000000 00000000 00000000
    [ 438.195128] mmc0: 4096 bytes transferred: 0
    [ 438.195133] mmc0: (CMD12): 0: 00000000 00000000 00000000 00000000
    [ 438.195164] mmc0: starting CMD13 arg 00010000 flags 00000195
    [ 438.195179] mmc0: sdhci: IRQ status 0x00000001
    [ 438.195186] mmc0: req done (CMD13): 0: 00000900 00000000 00000000 00000000
    [ 443.821333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 443.827106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 443.833533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 443.839959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 443.846384] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 443.852809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 443.859236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 443.865661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 443.872087] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 443.878511] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 443.884937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 443.891361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 443.897786] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 443.904212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 443.910637] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 443.917062] mmc1: sdhci: Host ctl2: 0x00000000
    [ 443.921494] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 443.928614] mmc1: sdhci: ============================================
    [ 443.935119] mmc1: req done (CMD5): -110: 00000000 00000000 00000000 00000000
    [ 443.935161] mmc1: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
    [ 443.936504] mmc_rescan:2265 pass###
    [ 443.940016] mmc1: mmc_rescan_try_freq: trying to init card at 200000 Hz
    [ 443.940027] mmc1: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
    [ 445.457465] sdhci-am654 fa00000.mmc: Power on failed
    [ 445.462502] sdhci-am654 fa00000.mmc: Initial signal voltage of 1.8v
    [ 445.475032] mmc1: clock 200000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
    [ 445.485347] mmc1: starting CMD52 arg 00000c00 flags 00000195
    [ 455.597334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 455.603104] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 455.609529] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 455.615956] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 455.622382] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 455.628806] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 455.635230] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 455.641657] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 455.648081] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 455.654506] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 455.660931] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 455.667357] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 455.673782] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 455.680208] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 455.686633] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 455.693059] mmc1: sdhci: Host ctl2: 0x00000000
    [ 455.697490] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 455.704609] mmc1: sdhci: ============================================
    [ 455.711112] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 455.711151] mmc1: starting CMD52 arg 80000c08 flags 00000195
    [ 465.837334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 465.843112] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 465.849539] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 465.855965] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 465.862391] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 465.868816] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 465.875242] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 465.881667] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f443
    [ 465.888093] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 465.894517] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 465.900943] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 465.907368] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 465.913793] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 465.920217] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 465.926643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 465.933068] mmc1: sdhci: Host ctl2: 0x00000000
    [ 465.937499] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 465.944617] mmc1: sdhci: ============================================
    [ 465.951135] mmc1: req done (CMD52): -110: 00000000 00000000 00000000 00000000
    [ 465.951176] mmc1: clock 200000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
    [ 465.952527] mmc1: starting CMD0 arg 00000000 flags 000000c0
    [ 468.909535] <mmc0: starting CMD23 arg 20000008 flags 00000015>
    [ 468.909574] mmc0: starting CMD25 arg 00001be2 flags 000000b5
    [ 468.909581] mmc0: blksz 512 blocks 8 flags 00002100 tsac 1600 ms nsac 4000
    [ 468.909589] mmc0: CMD12 arg 00000000 flags 0000049d
    [ 468.909625] mmc0: sdhci: IRQ status 0x00000001
    [ 468.911959] mmc0: sdhci: IRQ status 0x00000002
    [ 468.911981] mmc0: req don^C
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# [ 948.141333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 948.147105] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 948.153531] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 948.159958] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 948.166384] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 948.172809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 948.179235] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 948.185661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 948.192085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 948.198510] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 948.204936] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 948.211361] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 948.217787] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 948.224212] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 948.230637] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 948.237063] mmc1: sdhci: Host ctl2: 0x00000000
    [ 948.241494] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 948.248613] mmc1: sdhci: ============================================
    [ 958.381334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 958.387106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 958.393533] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 958.399959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 958.406386] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 958.412811] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 958.419236] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 958.425663] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 958.432088] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 958.438514] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 958.444941] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 958.451366] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 958.457792] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 958.464218] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 958.470643] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 958.477069] mmc1: sdhci: Host ctl2: 0x00000000
    [ 958.481500] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 958.488618] mmc1: sdhci: ============================================
    [ 958.496514] mmc_rescan:2265 pass###
    [ 960.017745] sdhci-am654 fa00000.mmc: Power on failed
    [ 970.157334] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 970.163107] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 970.169534] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 970.175958] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 970.182384] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 970.188809] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 970.195234] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 970.201660] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 970.208085] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 970.214510] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 970.220937] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 970.227362] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 970.233788] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 970.240213] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 970.246639] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 970.253065] mmc1: sdhci: Host ctl2: 0x00000000
    [ 970.257496] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 970.264615] mmc1: sdhci: ============================================
    [ 980.397337] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 980.403103] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 980.409529] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 980.415954] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 980.422380] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 980.428806] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 980.435231] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 980.441655] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 980.448081] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 980.454505] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 980.460931] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 980.467356] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 980.473782] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 980.480207] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 980.486631] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 980.493057] mmc1: sdhci: Host ctl2: 0x00000000
    [ 980.497488] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 980.504607] mmc1: sdhci: ============================================
    [ 990.637333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 990.643101] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 990.649527] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 990.655953] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 990.662379] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 990.668804] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 990.675230] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 990.681657] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 990.688082] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 990.694508] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 990.700934] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 990.707360] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 990.713786] mmc1: sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
    [ 990.720210] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 990.726635] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 990.733061] mmc1: sdhci: Host ctl2: 0x00000000
    [ 990.737492] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 990.744611] mmc1: sdhci: ============================================
    [ 1000.877333] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 1000.883106] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 1000.889532] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 1000.895959] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 1000.902385] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 1000.908810] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 1000.915235] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 1000.921661] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 1000.928086] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 1000.934511] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 1000.940938] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 1000.947363] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 1000.953789] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 1000.960213] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 1000.966638] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 1000.973062] mmc1: sdhci: Host ctl2: 0x00000000
    [ 1000.977493] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 1000.984611] mmc1: sdhci: ============================================
    [ 1011.117336] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 1011.123115] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 1011.129542] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 1011.135970] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 1011.142396] mmc1: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
    [ 1011.148821] mmc1: sdhci: Present: 0x01f20001 | Host ctl: 0x00000001
    [ 1011.155247] mmc1: sdhci: Power: 0x0000000e | Blk gap: 0x00000080
    [ 1011.161673] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00004e43
    [ 1011.168099] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 1011.174524] mmc1: sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
    [ 1011.180950] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 1011.187375] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 1011.193801] mmc1: sdhci: Cmd: 0x00000502 | Max curr: 0x00000000
    [ 1011.200226] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 1011.206651] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 1011.213077] mmc1: sdhci: Host ctl2: 0x00000000
    [ 1011.217509] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 1011.224628] mmc1: sdhci: ============================================

  • Hi,

    Do you know what is the IO voltage? is it configured to 1.8V or 3.3V? 

    As an experiment, could you try removing:
    vqmmc-supply = <&vdd_sd_dv>;

    From sdhci1 node?

    I will be testing the following: https://www.ti.com/product/WL1835MOD on MMC1 interface here soon. But need to wait for some adapter cards to be able to test on am62x SK board on our end. Thanks for you patience.

    ~ Judith

  • Hi Judith

    The IO voltage  is configured to 1.8V.

    The SDIO device we are adapting requires the MMC controller of AM62 to support detection in polling mode. We have not found support for broken-cd in the code.This part needs to be supported.The logs above are the kernel logs generated after adding the broken-cd (property) to the device tree of the AM62.

    I will provide the dmesg logs for this experiment result later.

  • Hi Judith

    We have the relevant environment on our side and can travel to the site for joint debugging.

  • HI,

    THE log is removing;

    root@am62xx-evm:/proc/device-tree/bus@f0000/mmc@fa00000#
    U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 23 2025 - 14:48:26 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE: BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE: BL31: Built : 12:35:58, Mar 24 2025
    
    U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 23 2025 - 14:48:44 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:1
    Error: could not access storage.
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181-dirty (Aug 23 2025 - 14:48:44 +0800)
    
    SoC: AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    DRAM: 2 GiB
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Core: 83 devices, 32 uclasses, devicetree: separate
    MMC: mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In: serial
    Out: serial
    Err: serial
    Net: eth0: ethernet@8000000port@1
    
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Can't set block device
    22258176 bytes read in 127 ms (167.1 MiB/s)
    61623 bytes read in 3 ms (19.6 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    Loading Device Tree to 000000008feed000, end 000000008fffffff ... OK
    Working FDT set to 8feed000
    
    Starting kernel ...
    
    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 6.12.17-g505d6c2c6f8f-dirty (uid00909@hzh46167u) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #65 SMP PREEMPT Mon Sep 15 18:29:09 CST 2025
    [ 0.000000] KASLR disabled due to lack of seed
    [ 0.000000] Machine model: Texas Instruments AM625 SK
    [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x00000000f8000000..0x00000000ffffffff (131072 KiB) map reusable linux,cma
    [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [ 0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
    [ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
    [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
    [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
    [ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
    [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: Trusted OS migration not required
    [ 0.000000] psci: SMC Calling Convention v1.5
    [ 0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] CPU features: detected: ARM erratum 845719
    [ 0.000000] alternatives: applying boot alternatives
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=ddea5df5-6d3f-5c42-ad34-d53d25e94bf1 rw rootfstype=ext4 rootwait
    [ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space.
    [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 524288
    [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [ 0.000000] software IO TLB: area num 4.
    [ 0.000000] software IO TLB: mapped [mem 0x00000000f5600000-0x00000000f5800000] (2MB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU event tracing is enabled.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] Tracing variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [ 0.000000] GICv3: 256 SPIs implemented
    [ 0.000000] GICv3: 0 Extended SPIs implemented
    [ 0.000000] Root IRQ handler: gic_handle_irq
    [ 0.000000] GICv3: GICv3 features: 16 PPIs
    [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [ 0.000000] ITS [mem 0x01820000-0x0182ffff]
    [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000000080450000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.008743] Console: colour dummy device 80x25
    [ 0.013362] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.024049] pid_max: default: 32768 minimum: 301
    [ 0.028892] LSM: initializing lsm=capability,selinux
    [ 0.034040] SELinux: Initializing.
    [ 0.038196] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.045783] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.069933] rcu: Hierarchical SRCU implementation.
    [ 0.074876] rcu: Max phase no-delay instances is 1000.
    [ 0.080453] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.089314] EFI services will not be available.
    [ 0.098005] smp: Bringing up secondary CPUs ...
    [ 0.107105] Detected VIPT I-cache on CPU1
    [ 0.107218] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.107239] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [ 0.107304] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.111072] Detected VIPT I-cache on CPU2
    [ 0.111158] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.111176] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [ 0.111213] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.119074] Detected VIPT I-cache on CPU3
    [ 0.119155] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.119171] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [ 0.119207] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.119364] smp: Brought up 1 node, 4 CPUs
    [ 0.199106] SMP: Total of 4 processors activated.
    [ 0.203922] CPU: All CPU(s) started at EL2
    [ 0.208123] CPU features: detected: 32-bit EL0 Support
    [ 0.213382] CPU features: detected: CRC32 instructions
    [ 0.218683] alternatives: applying system-wide alternatives
    [ 0.225104] Memory: 1834296K/2097152K available (12928K kernel code, 1256K rwdata, 4656K rodata, 2752K init, 641K bss, 122924K reserved, 131072K cma-reserved)
    [ 0.241070] devtmpfs: initialized
    [ 0.253883] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.263922] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.276239] 27152 pages in range for non-PLT usage
    [ 0.276278] 518672 pages in range for PLT usage
    [ 0.281685] pinctrl core: initialized pinctrl subsystem
    [ 0.292333] DMI not present or invalid.
    [ 0.298933] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.306547] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.314489] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.323209] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.331981] audit: initializing netlink subsys (disabled)
    [ 0.337987] audit: type=2000 audit(0.224:1): state=initialized audit_enabled=0 res=1
    [ 0.338537] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.345925] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.352123] cpuidle: using governor menu
    [ 0.363063] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.370121] ASID allocator initialised with 65536 entries
    [ 0.381855] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [ 0.393390] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.405476] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.422983] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.436204] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.452974] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.459961] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.466376] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.473317] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.479727] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.486670] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.493081] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.500022] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.508672] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.518219] iommu: Default domain type: Translated
    [ 0.523161] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.530177] SCSI subsystem initialized
    [ 0.534544] usbcore: registered new interface driver usbfs
    [ 0.540188] usbcore: registered new interface driver hub
    [ 0.545653] usbcore: registered new device driver usb
    [ 0.551470] pps_core: LinuxPPS API ver. 1 registered
    [ 0.556555] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.565912] PTP clock support registered
    [ 0.569957] EDAC MC: Ver: 3.0.0
    [ 0.573622] scmi_core: SCMI protocol bus registered
    [ 0.578990] FPGA manager framework
    [ 0.582571] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.589961] vgaarb: loaded
    [ 0.593245] clocksource: Switched to clocksource arch_sys_counter
    [ 0.599856] VFS: Disk quotas dquot_6.6.0
    [ 0.603910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.618624] NET: Registered PF_INET protocol family
    [ 0.623945] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.633318] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.642149] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.650091] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.658298] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [ 0.666477] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.673466] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.680398] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.687976] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.694451] RPC: Registered named UNIX socket transport module.
    [ 0.700544] RPC: Registered udp transport module.
    [ 0.705357] RPC: Registered tcp transport module.
    [ 0.710168] RPC: Registered tcp-with-tls transport module.
    [ 0.715788] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.722383] NET: Registered PF_XDP protocol family
    [ 0.727308] PCI: CLS 0 bytes, default 64
    [ 0.733057] Initialise system trusted keyrings
    [ 0.737988] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.744988] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.751347] NFS: Registering the id_resolver key type
    [ 0.756570] Key type id_resolver registered
    [ 0.760851] Key type id_legacy registered
    [ 0.764971] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.771830] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.832725] Key type asymmetric registered
    [ 0.836940] Asymmetric key parser 'x509' registered
    [ 0.842043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 0.849867] io scheduler mq-deadline registered
    [ 0.854515] io scheduler kyber registered
    [ 0.858655] io scheduler bfq registered
    [ 0.866349] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.873040] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.881112] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.893828] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.910971] loop: module loaded
    [ 0.915594] megasas: 07.727.03.00-rc1
    [ 0.923695] tun: Universal TUN/TAP device driver, 1.6
    [ 0.930271] VFIO - User Level meta-driver version: 0.3
    [ 0.936832] usbcore: registered new interface driver usb-storage
    [ 0.943669] i2c_dev: i2c /dev entries driver
    [ 0.949940] sdhci: Secure Digital Host Controller Interface driver
    [ 0.956301] sdhci: Copyright(c) Pierre Ossman
    [ 0.961002] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.967824] net atk0: atlk_nic_init: ATLK multi-block mode enabled.
    [ 0.974969] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 0.982320] usbcore: registered new interface driver usbhid
    [ 0.988037] usbhid: USB HID core driver
    [ 0.993511] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [ 1.003801] optee: probing for conduit method.
    [ 1.008410] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.008888] optee: dynamic shared memory is enabled
    [ 1.019663] optee: initialized driver
    [ 1.019775] random: crng init done
    [ 1.026021] Initializing XFRM netlink socket
    [ 1.031355] NET: Registered PF_PACKET protocol family
    [ 1.036642] Key type dns_resolver registered
    [ 1.050249] registered taskstats version 1
    [ 1.054911] Loading compiled-in X.509 certificates
    [ 1.073374] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.156675] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.168855] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.176171] omap_i2c 20020000.i2c: bus 1 rev0.12 at 400 kHz
    [ 1.182220] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [ 1.190572] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.199897] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.210830] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.219870] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.231438] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.242961] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.253869] printk: legacy console [ttyS2] disabled
    [ 1.259299] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 237, base_baud = 3000000) is a 8250
    [ 1.268309] printk: legacy console [ttyS2] enabled
    [ 1.268309] printk: legacy console [ttyS2] enabled
    [ 1.278071] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.278071] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.295072] 2810000.serial: ttyS0 at MMIO 0x2810000 (irq = 239, base_baud = 3000000) is a 8250
    [ 1.306739] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
    [ 1.314907] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.357253] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.581720] mdio_bus 8000f00.mdio: MDIO device at address 1 is missing.
    [ 1.588352] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83TC812CS2.0
    [ 1.597094] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.610107] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [ 1.616515] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.623660] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.631873] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.651814] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.663803] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.675768] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 1.692710] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 1.698292] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 1.706108] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [ 1.712115] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [ 1.721575] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [ 1.728618] hub 1-0:1.0: USB hub found
    [ 1.732441] hub 1-0:1.0: 1 port detected
    [ 1.739790] ##soc2sw_pwren_gpio:0
    [ 1.743327] v2x_boot0_gpio:0
    [ 1.746323] v2x_boot2_gpio:0
    [ 1.750208] ##soc2sw_pwren_gpio:18a6460
    [ 1.751267] clk: Disabling unused clocks
    [ 1.754312] v2x_boot0_gpio:1022b00
    [ 1.761603] v2x_boot2_gpio:18a66e0
    [ 1.767546] PM: genpd: Disabling unused power domains
    [ 1.772839] ALSA device list:
    [ 1.775881] No soundcards found.
    [ 1.829327] soc2v2x_pwr_en_gpio:0
    [ 1.845088] ***entry here
    [ 1.847705] soc2v2x_pwr_en_gpio:18a6480
    [ 1.892738] soc2v2x_pwr_en1_gpio:0
    [ 1.911630] soc2v2x_pwr_en1_gpio:1022b20
    [ 1.936225] soc2v2x_pwr_en2_gpio:0
    [ 1.955636] soc2v2x_pwr_en2_gpio:1022b40
    [ 2.459708] FREE v2x_boot0_gpio
    [ 2.462947] FREE v2x_boot2_gpio
    [ 3.470137] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3decc801, host->caps1=0x18002407
    [ 3.470314] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3de8c801, host->caps1=0x18002407
    [ 3.478938] mmc0: CQHCI version 5.10
    [ 3.487608] mmc1: CQHCI version 5.10
    [ 3.536748] mmc_rescan:2219 pass
    [ 3.537252] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 3.540009] mmc_rescan:2266 pass###
    [ 3.550948] mmc0: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 3.562314] mmc_rescan_try_freq:2081 pass
    [ 3.566698] mmc_rescan_try_freq:2088 pass
    [ 3.570705] mmc_rescan_try_freq:2091 mmc_attach_sdio pass
    [ 3.576099] mmc_attach_sdio:1218 pass
    [ 3.581182] mmc_rescan_try_freq:2097 pass
    [ 3.595271] mmc_select_voltage--ocr=0xc0ff8080, ocr_avail=0x300080
    [ 3.601448] mmc_select_voltage--final.ocr=0x300000
    [ 3.640152] mmc0: new HS200 MMC card at address 0001
    [ 3.646024] mmcblk0: mmc0:0001 IS008G 7.20 GiB
    [ 3.654323] mmcblk0: p1
    [ 3.657712] mmcblk0boot0: mmc0:0001 IS008G 16.0 MiB
    [ 3.664287] mmcblk0boot1: mmc0:0001 IS008G 16.0 MiB
    [ 3.670776] mmcblk0rpmb: mmc0:0001 IS008G 4.00 MiB, chardev (239:0)
    [ 3.677200] mmc_rescan:2268 pass###
    [ 5.009520] sdhci-am654 fa00000.mmc: Power on failed
    [ 5.045129] mmc_rescan:2219 pass
    [ 5.048375] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 5.249304] mmc_rescan:2219 pass
    [ 6.142993] EXT4-fs (mmcblk0p1): recovery complete
    [ 6.149218] EXT4-fs (mmcblk0p1): mounted filesystem df55c9b4-ab34-4143-af16-febd6b620543 r/w with ordered data mode. Quota mode: none.
    [ 6.161424] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [ 6.170195] devtmpfs: mounted
    [ 6.175109] Freeing unused kernel memory: 2752K
    [ 6.179768] Run /sbin/init as init process
    [ 6.340698] systemd[1]: System time before build time, advancing clock.
    [ 6.382306] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [ 6.414253] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [ 6.431476] systemd[1]: Hostname set to <am62xx-evm>.
    [ 6.731606] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [ 6.740603] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [ 6.944857] systemd[1]: Queued start job for default target Multi-User System.
    [ 6.988138] systemd[1]: Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/getty.
    [ 7.008194] systemd[1]: Created slice Slice /system/modprobe.
    [ OK ] Created slice Slice /system/modprobe.
    [ 7.028119] systemd[1]: Created slice Slice /system/serial-getty.
    [ OK ] Created slice Slice /system/serial-getty.
    [ 7.047540] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 7.065854] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 7.085711] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 7.105488] systemd[1]: Expecting device /dev/ttyS2...
    Expecting device /dev/ttyS2...
    [ 7.121595] systemd[1]: Reached target Path Units.
    [ OK ] Reached target Path Units.
    [ 7.133451] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 7.149436] systemd[1]: Reached target Slice Units.
    [ OK ] Reached target Slice Units.
    [ 7.165417] systemd[1]: Reached target Swaps.
    [ OK ] Reached target Swaps.
    [ 7.212475] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 7.233690] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 7.257184] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 7.274039] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 7.295073] systemd[1]: Listening on Journal Audit Socket.
    [ OK ] Listening on Journal Audit Socket.
    [ 7.314393] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 7.334419] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 7.354535] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 7.375327] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 7.394286] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 7.414289] systemd[1]: Listening on User Database Manager Socket.
    [ OK ] Listening on User Database Manager Socket.
    [ 7.461928] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 7.483155] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 7.507437] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 7.522325] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 7.542558] systemd[1]: Mounting Temporary Directory /tmp...
    Mounting Temporary Directory /tmp...
    [ 7.562024] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.12.17-g505d6c2c6f8f-dirty/modules.devname).
    [ 7.585389] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module configfs...
    [ 7.611957] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module drm...
    [ 7.632762] systemd[1]: Starting Load Kernel Module fuse...
    Starting Load Kernel Module fuse...
    [ 7.653612] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 7.669351] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 7.678313] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [ 7.706195] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 7.734067] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 7.757143] systemd[1]: Starting Generate network units from Kernel command line...
    Starting Generate network units from Kernel command line...
    [ 7.791067] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 7.819629] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
    [ 7.826369] systemd-journald[118]: Collecting audit messages is enabled.
    Starting Create Static Device Nodes in /dev gracefully...
    [ 7.858890] systemd[1]: Starting Coldplug All udev Devices...
    Starting Coldplug All udev Devices...
    [ 7.893803] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 7.906279] EXT4-fs (mmcblk0p1): re-mounted df55c9b4-ab34-4143-af16-febd6b620543 r/w. Quota mode: none.
    [ 7.909335] systemd[1]: Mounted Huge Pages File System.
    [ OK ] Mounted Huge Pages File System.
    [ 7.937203] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 7.958696] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [ OK ] Mounted Kernel Debug File System.
    [ OK ] Mounted Temporary Directory /tmp.
    [ OK ] Finished Load Kernel Module configfs.
    [ OK ] Finished Load Kernel Module drm.
    [ OK ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [ OK ] Finished Load Kernel Modules.
    [ OK ] Finished Generate network units from Kernel command line.
    [ OK ] Finished Remount Root and Kernel File Systems.
    [ OK ] Finished Create Static Device Nodes in /dev gracefully.
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev[0[ 8.341379] systemd-journald[118]: Received client request to flush runtime journal.
    m...
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Finished Flush Journal to Persistent Storage.
    [ OK ] Finished Apply Kernel Variables.
    [ OK ] Finished Create Static Device Nodes in /dev.
    [ OK ] Reached target Preparation for Local File Systems.
    Mounting /var/volatile...
    [ 8.501052] audit: type=1334 audit(1736360579.156:2): prog-id=6 op=LOAD
    [ 8.508326] audit: type=1334 audit(1736360579.164:3): prog-id=7 op=LOAD
    Starting Rule-based Manager for Device Events and Files...
    [ OK ] Mounted /var/volatile.
    Starting Load/Save OS Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create System Files and Directories...
    [ OK ] Finished Coldplug All udev Devices.
    [ OK ] Finished Load/Save OS Random Seed.
    [ 8.754366] audit: type=1334 audit(1736360579.412:4): prog-id=8 op=LOAD
    [ 8.761132] audit: type=1334 audit(1736360579.416:5): prog-id=9 op=LOAD
    [ 8.767851] audit: type=1334 audit(1736360579.424:6): prog-id=10 op=LOAD
    Starting User Database Manager...
    [ OK ] Finished Create System Files and Directories.
    [ 8.838859] audit: type=1334 audit(1736360579.496:7): prog-id=11 op=LOAD
    Starting Network Name Resolution...
    [ 8.859239] audit: type=1334 audit(1736360579.516:8): prog-id=12 op=LOAD
    Starting Network Time Synchronization...
    Starting Record System Boot/Shutdown in UTMP...
    [ OK ] Started User Database Manager.
    [ OK ] Finished Record System Boot/Shutdown in UTMP.
    [ OK ] Started Rule-based Manager for Device Events and Files.
    [ OK ] Found device /dev/ttyS2.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timer Units.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API...
    [ OK ] Listening on dropbear.socket.
    [ 9.541431] audit: type=1334 audit(1736453126.252:9): prog-id=13 op=LOAD
    Starting D-Bus System Message Bus...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Reached target Socket Units.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target Basic System.
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    Starting Expand the rootfs partiti…to full size of the boot device....
    [ 9.945374] audit: type=1334 audit(1736453126.656:10): prog-id=14 op=LOAD
    [ 9.954396] audit: type=1334 audit(1736453126.664:11): prog-id=15 op=LOAD
    Starting User Login Management...
    Starting Telnet Server...
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Finished Telnet Server.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Reached target Preparation for Network.
    Starting Network Configuration...
    [ OK ] Finished Expand the rootfs partition to full size of the boot device..
    [ OK ] Started User Login Management.
    [ OK ] Started Network Configuration.
    [ OK ] Reached target Network.
    Starting containerd container runtime...
    Starting LLDP daemon...
    [ OK ] Started Netperf Benchmark Server.
    Starting Permit User Sessions...
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    [ OK ] Started LLDP daemon.
    [ 10.963132] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83TC812CS2.0] (irq=POLL)
    [ 10.973349] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ OK ] Reached target Hardware activated USB gadget.
    [ OK ] Created slice Slice /system/tee-supplicant.
    [ OK ] Started TEE Supplicant on teepriv0.
    Starting Virtual Console Setup...
    [ OK ] Finished Virtual Console Setup.
    [ 11.950315] platform 2b300050.target-module: deferred probe pending: (reason unknown)
    [ 12.014183] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
    [ OK ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    bash
    cifs-utils
    dosfstools
    grub-common
    grub-editenv
    grub-efi
    kbd-keymaps-pine
    less
    libdw1
    libelf1
    libgcc1
    libreadline8
    libstdc++6
    parted
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [ OK ] Finished Print notice about GPLv3 packages.
    [ OK ] Reached target Multi-User System.
    Starting Record Runlevel Change in UTMP...
    [ OK ] Finished Record Runlevel Change in UTMP.
    
    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|
    
    Arago Project am62xx-evm ttyS2
    
    Arago 2025.01 am62xx-evm ttyS2
    
    am62xx-evm login: root
    [ 16.850111] kauditd_printk_skb: 2 callbacks suppressed
    [ 16.850136] audit: type=1006 audit(1736453133.564:14): pid=447 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 16.868942] audit: type=1300 audit(1736453133.564:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffda163108 a2=1 a3=1 items=0 ppid=1 pid=447 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [ 16.896549] audit: type=1327 audit(1736453133.564:14): proctitle="(systemd)"
    [ 16.930633] audit: type=1334 audit(1736453133.644:15): prog-id=18 op=LOAD
    [ 16.937498] audit: type=1300 audit(1736453133.644:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd21b49c8 a2=90 a3=0 items=0 ppid=1 pid=447 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [ 16.964371] audit: type=1327 audit(1736453133.644:15): proctitle="(systemd)"
    [ 16.971589] audit: type=1334 audit(1736453133.644:16): prog-id=18 op=UNLOAD
    [ 16.978678] audit: type=1300 audit(1736453133.644:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffa6b22c60 items=0 ppid=1 pid=447 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [ 17.005389] audit: type=1327 audit(1736453133.644:16): proctitle="(systemd)"
    [ 17.012615] audit: type=1334 audit(1736453133.644:17): prog-id=19 op=LOAD
    root@am62xx-evm:~#
    root@am62xx-evm:~#
    root@am62xx-evm:~# cd /proc/device-tree
    root@am62xx-evm:/proc/device-tree# ls
    #address-cells chosen cpus memory@80000000 regulator-0 regulator-5
    #size-cells clk-0 firmware model regulator-1 reserved-memory
    __symbols__ clock-divider-oldi interrupt-parent name regulator-2 sound
    aliases compatible l2-cache0 opp-table regulator-3 thermal-zones
    bus@f0000 connector-hdmi leds pmu regulator-4 timer-cl0-cpu0
    root@am62xx-evm:/proc/device-tree# cd bus@f0000/mmc@fa00000/
    root@am62xx-evm:/proc/device-tree/bus@f0000/mmc@fa00000# ls
    SOC2SW_PWR_EN-gpios bootph-all max-frequency phandle ti,clkbuf-sel
    SOC2V2X_PWR_EN-gpios bus-width mmc-ddr-1_8v pinctrl-0 ti,itap-del-sel-legacy
    SOC2V2X_PWR_EN1-gpios clock-names mmc-hs200-1_8v pinctrl-names ti,itap-del-sel-sdr12
    SOC2V2X_PWR_EN2-gpios clocks mmc-hs400-1_8v power-domains ti,otap-del-sel-legacy
    SOC2V2X_RST-gpio compatible name reg ti,otap-del-sel-sdr12
    V2X_BOOT0-gpios disable-wp no-mmc sd-uhs-sdr12 vmmc-supply
    V2X_BOOT2-gpios interrupts no-sd status
    root@am62xx-evm:/proc/device-tree/bus@f0000/mmc@fa00000# [ 58.405255] mmc_rescan:2219 pass
    [ 58.408525] mmc_rescan:2266 pass###
    [ 58.412030] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    
    root@am62xx-evm:/proc/device-tree/bus@f0000/mmc@fa00000# dmesg[ 68.525241] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 68.531014] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 68.537440] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 68.543867] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 68.550292] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 68.556717] mmc1: sdhci: Present: 0x01f70001 | Host ctl: 0x00000001
    [ 68.563142] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000080
    [ 68.569568] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 68.575993] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 68.582417] mmc1: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
    [ 68.588842] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 68.595267] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 68.601692] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 68.608117] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 68.614541] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 68.620964] mmc1: sdhci: Host ctl2: 0x00000000
    [ 68.625395] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 68.632514] mmc1: sdhci: ============================================
    
    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 6.12.17-g505d6c2c6f8f-dirty (uid00909@hzh46167u) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #65 SMP PREEMPT Mon Sep 15 18:29:09 CST 2025
    [ 0.000000] KASLR disabled due to lack of seed
    [ 0.000000] Machine model: Texas Instruments AM625 SK
    [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x00000000f8000000..0x00000000ffffffff (131072 KiB) map reusable linux,cma
    [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [ 0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
    [ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
    [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
    [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
    [ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
    [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: Trusted OS migration not required
    [ 0.000000] psci: SMC Calling Convention v1.5
    [ 0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
    [ 0.000000] pcpu-alloc: s51672 r8192 d30248 u90112 alloc=22*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] CPU features: detected: ARM erratum 845719
    [ 0.000000] alternatives: applying boot alternatives
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=ddea5df5-6d3f-5c42-ad34-d53d25e94bf1 rw rootfstype=ext4 rootwait
    [ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space.
    [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 524288
    [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [ 0.000000] software IO TLB: area num 4.
    [ 0.000000] software IO TLB: mapped [mem 0x00000000f5600000-0x00000000f5800000] (2MB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU event tracing is enabled.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] Tracing variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [ 0.000000] GICv3: 256 SPIs implemented
    [ 0.000000] GICv3: 0 Extended SPIs implemented
    [ 0.000000] Root IRQ handler: gic_handle_irq
    [ 0.000000] GICv3: GICv3 features: 16 PPIs
    [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [ 0.000000] ITS [mem 0x01820000-0x0182ffff]
    [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000000080450000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.008743] Console: colour dummy device 80x25
    [ 0.013362] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.024049] pid_max: default: 32768 minimum: 301
    [ 0.028892] LSM: initializing lsm=capability,selinux
    [ 0.034040] SELinux: Initializing.
    [ 0.038196] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.045783] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.069933] rcu: Hierarchical SRCU implementation.
    [ 0.074876] rcu: Max phase no-delay instances is 1000.
    [ 0.080453] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.089314] EFI services will not be available.
    [ 0.098005] smp: Bringing up secondary CPUs ...
    [ 0.107105] Detected VIPT I-cache on CPU1
    [ 0.107218] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.107239] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [ 0.107304] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.111072] Detected VIPT I-cache on CPU2
    [ 0.111158] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.111176] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [ 0.111213] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.119074] Detected VIPT I-cache on CPU3
    [ 0.119155] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.119171] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [ 0.119207] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.119364] smp: Brought up 1 node, 4 CPUs
    [ 0.199106] SMP: Total of 4 processors activated.
    [ 0.203922] CPU: All CPU(s) started at EL2
    [ 0.208123] CPU features: detected: 32-bit EL0 Support
    [ 0.213382] CPU features: detected: CRC32 instructions
    [ 0.218683] alternatives: applying system-wide alternatives
    [ 0.225104] Memory: 1834296K/2097152K available (12928K kernel code, 1256K rwdata, 4656K rodata, 2752K init, 641K bss, 122924K reserved, 131072K cma-reserved)
    [ 0.241070] devtmpfs: initialized
    [ 0.253883] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.263922] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.276239] 27152 pages in range for non-PLT usage
    [ 0.276278] 518672 pages in range for PLT usage
    [ 0.281685] pinctrl core: initialized pinctrl subsystem
    [ 0.292333] DMI not present or invalid.
    [ 0.298933] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.306547] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.314489] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.323209] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.331981] audit: initializing netlink subsys (disabled)
    [ 0.337987] audit: type=2000 audit(0.224:1): state=initialized audit_enabled=0 res=1
    [ 0.338537] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.345925] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.352123] cpuidle: using governor menu
    [ 0.363063] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.370121] ASID allocator initialised with 65536 entries
    [ 0.381855] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [ 0.393390] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.405476] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.422983] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.436204] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.452974] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.459961] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.466376] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.473317] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.479727] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.486670] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.493081] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.500022] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.508672] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.518219] iommu: Default domain type: Translated
    [ 0.523161] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.530177] SCSI subsystem initialized
    [ 0.534327] libata version 3.00 loaded.
    [ 0.534544] usbcore: registered new interface driver usbfs
    [ 0.540188] usbcore: registered new interface driver hub
    [ 0.545653] usbcore: registered new device driver usb
    [ 0.551470] pps_core: LinuxPPS API ver. 1 registered
    [ 0.556555] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.565912] PTP clock support registered
    [ 0.569957] EDAC MC: Ver: 3.0.0
    [ 0.573622] scmi_core: SCMI protocol bus registered
    [ 0.578990] FPGA manager framework
    [ 0.582571] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.589961] vgaarb: loaded
    [ 0.593245] clocksource: Switched to clocksource arch_sys_counter
    [ 0.599856] VFS: Disk quotas dquot_6.6.0
    [ 0.603910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.618624] NET: Registered PF_INET protocol family
    [ 0.623945] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.633318] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.642149] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.650091] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.658298] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [ 0.666477] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.673466] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.680398] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.687976] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.694451] RPC: Registered named UNIX socket transport module.
    [ 0.700544] RPC: Registered udp transport module.
    [ 0.705357] RPC: Registered tcp transport module.
    [ 0.710168] RPC: Registered tcp-with-tls transport module.
    [ 0.715788] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.722383] NET: Registered PF_XDP protocol family
    [ 0.727308] PCI: CLS 0 bytes, default 64
    [ 0.733057] Initialise system trusted keyrings
    [ 0.737988] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.744988] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.751347] NFS: Registering the id_resolver key type
    [ 0.756570] Key type id_resolver registered
    [ 0.760851] Key type id_legacy registered
    [ 0.764971] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.771830] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.832725] Key type asymmetric registered
    [ 0.836940] Asymmetric key parser 'x509' registered
    [ 0.842043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 0.849867] io scheduler mq-deadline registered
    [ 0.854515] io scheduler kyber registered
    [ 0.858655] io scheduler bfq registered
    [ 0.866349] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.873040] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.881112] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.893828] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.910971] loop: module loaded
    [ 0.915594] megasas: 07.727.03.00-rc1
    [ 0.923695] tun: Universal TUN/TAP device driver, 1.6
    [ 0.930271] VFIO - User Level meta-driver version: 0.3
    [ 0.936832] usbcore: registered new interface driver usb-storage
    [ 0.943669] i2c_dev: i2c /dev entries driver
    [ 0.949940] sdhci: Secure Digital Host Controller Interface driver
    [ 0.956301] sdhci: Copyright(c) Pierre Ossman
    [ 0.961002] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.967824] net atk0: atlk_nic_init: ATLK multi-block mode enabled.
    [ 0.974969] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 0.982320] usbcore: registered new interface driver usbhid
    [ 0.988037] usbhid: USB HID core driver
    [ 0.993511] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [ 1.003801] optee: probing for conduit method.
    [ 1.008410] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.008888] optee: dynamic shared memory is enabled
    [ 1.019663] optee: initialized driver
    [ 1.019775] random: crng init done
    [ 1.026021] Initializing XFRM netlink socket
    [ 1.031355] NET: Registered PF_PACKET protocol family
    [ 1.036642] Key type dns_resolver registered
    [ 1.050249] registered taskstats version 1
    [ 1.054911] Loading compiled-in X.509 certificates
    [ 1.073374] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.156675] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.168855] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.176171] omap_i2c 20020000.i2c: bus 1 rev0.12 at 400 kHz
    [ 1.182220] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [ 1.190572] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.199897] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.210830] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.219870] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.231438] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.242961] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.253869] printk: legacy console [ttyS2] disabled
    [ 1.259299] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 237, base_baud = 3000000) is a 8250
    [ 1.268309] printk: legacy console [ttyS2] enabled
    [ 1.278071] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.295072] 2810000.serial: ttyS0 at MMIO 0x2810000 (irq = 239, base_baud = 3000000) is a 8250
    [ 1.306211] cadence-qspi fc40000.spi: registered host spi0
    [ 1.306281] spi spi0.0: setup mode 0, 8 bits/w, 25000000 Hz max --> 0
    [ 1.306739] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
    [ 1.313683] cadence-qspi fc40000.spi: registered child spi0.0
    [ 1.314907] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.357253] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.581720] mdio_bus 8000f00.mdio: MDIO device at address 1 is missing.
    [ 1.588352] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83TC812CS2.0
    [ 1.597094] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.610107] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [ 1.616515] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.623660] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.631873] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.651814] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.663803] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.675768] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 1.692710] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 1.698292] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 1.706108] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [ 1.712115] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [ 1.721575] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [ 1.728618] hub 1-0:1.0: USB hub found
    [ 1.732441] hub 1-0:1.0: 1 port detected
    [ 1.739790] ##soc2sw_pwren_gpio:0
    [ 1.743327] v2x_boot0_gpio:0
    [ 1.746323] v2x_boot2_gpio:0
    [ 1.750208] ##soc2sw_pwren_gpio:18a6460
    [ 1.751267] clk: Disabling unused clocks
    [ 1.754312] v2x_boot0_gpio:1022b00
    [ 1.761603] v2x_boot2_gpio:18a66e0
    [ 1.767546] PM: genpd: Disabling unused power domains
    [ 1.772839] ALSA device list:
    [ 1.775881] No soundcards found.
    [ 1.829327] soc2v2x_pwr_en_gpio:0
    [ 1.845088] ***entry here
    [ 1.847705] soc2v2x_pwr_en_gpio:18a6480
    [ 1.892738] soc2v2x_pwr_en1_gpio:0
    [ 1.911630] soc2v2x_pwr_en1_gpio:1022b20
    [ 1.936225] soc2v2x_pwr_en2_gpio:0
    [ 1.955636] soc2v2x_pwr_en2_gpio:1022b40
    [ 2.459708] FREE v2x_boot0_gpio
    [ 2.462947] FREE v2x_boot2_gpio
    [ 3.470137] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3decc801, host->caps1=0x18002407
    [ 3.470314] sdhci_setup_host: ocr_avail=0x300080, host->caps=0x3de8c801, host->caps1=0x18002407
    [ 3.478938] mmc0: CQHCI version 5.10
    [ 3.487608] mmc1: CQHCI version 5.10
    [ 3.491162] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-sd-hs
    [ 3.494722] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-mmc-hs
    [ 3.494723] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-sdr12
    [ 3.494730] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-sdr25
    [ 3.494731] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-sd-hs
    [ 3.494739] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-sdr50
    [ 3.494740] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-sdr25
    [ 3.494747] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-sdr104
    [ 3.494747] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-sdr50
    [ 3.494752] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-sdr104
    [ 3.494753] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-ddr50
    [ 3.494759] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-ddr52
    [ 3.494760] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-ddr50
    [ 3.494765] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-ddr52
    [ 3.494767] sdhci-am654 fa10000.mmc: Couldn't find ti,otap-del-sel-hs400
    [ 3.494773] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-hs200
    [ 3.494780] sdhci-am654 fa00000.mmc: Couldn't find ti,otap-del-sel-hs400
    [ 3.536748] mmc_rescan:2219 pass
    [ 3.537252] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 3.540009] mmc_rescan:2266 pass###
    [ 3.550948] mmc0: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 3.562314] mmc_rescan_try_freq:2081 pass
    [ 3.566698] mmc_rescan_try_freq:2088 pass
    [ 3.570705] mmc_rescan_try_freq:2091 mmc_attach_sdio pass
    [ 3.576099] mmc_attach_sdio:1218 pass
    [ 3.581182] mmc_rescan_try_freq:2097 pass
    [ 3.595271] mmc_select_voltage--ocr=0xc0ff8080, ocr_avail=0x300080
    [ 3.601448] mmc_select_voltage--final.ocr=0x300000
    [ 3.639159] sdhci-am654 fa10000.mmc: Failed itapdly=20
    [ 3.639261] sdhci-am654 fa10000.mmc: Failed itapdly=21
    [ 3.639770] sdhci-am654 fa10000.mmc: Passed tuning, final itapdly=10
    [ 3.640152] mmc0: new HS200 MMC card at address 0001
    [ 3.646024] mmcblk0: mmc0:0001 IS008G 7.20 GiB
    [ 3.654323] mmcblk0: p1
    [ 3.657712] mmcblk0boot0: mmc0:0001 IS008G 16.0 MiB
    [ 3.664287] mmcblk0boot1: mmc0:0001 IS008G 16.0 MiB
    [ 3.670776] mmcblk0rpmb: mmc0:0001 IS008G 4.00 MiB, chardev (239:0)
    [ 3.677200] mmc_rescan:2268 pass###
    [ 5.009520] sdhci-am654 fa00000.mmc: Power on failed
    [ 5.045129] mmc_rescan:2219 pass
    [ 5.048375] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 5.249304] mmc_rescan:2219 pass
    [ 6.142993] EXT4-fs (mmcblk0p1): recovery complete
    [ 6.149218] EXT4-fs (mmcblk0p1): mounted filesystem df55c9b4-ab34-4143-af16-febd6b620543 r/w with ordered data mode. Quota mode: none.
    [ 6.161424] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [ 6.170195] devtmpfs: mounted
    [ 6.175109] Freeing unused kernel memory: 2752K
    [ 6.179768] Run /sbin/init as init process
    [ 6.183863] with arguments:
    [ 6.183867] /sbin/init
    [ 6.183871] with environment:
    [ 6.183874] HOME=/
    [ 6.183878] TERM=linux
    [ 6.183881] mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
    [ 6.340698] systemd[1]: System time before build time, advancing clock.
    [ 6.382306] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [ 6.414253] systemd[1]: Detected architecture arm64.
    [ 6.431476] systemd[1]: Hostname set to <am62xx-evm>.
    [ 6.731606] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [ 6.740603] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [ 6.944857] systemd[1]: Queued start job for default target Multi-User System.
    [ 6.988138] systemd[1]: Created slice Slice /system/getty.
    [ 7.008194] systemd[1]: Created slice Slice /system/modprobe.
    [ 7.028119] systemd[1]: Created slice Slice /system/serial-getty.
    [ 7.047540] systemd[1]: Created slice User and Session Slice.
    [ 7.065854] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 7.085711] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 7.105488] systemd[1]: Expecting device /dev/ttyS2...
    [ 7.121595] systemd[1]: Reached target Path Units.
    [ 7.133451] systemd[1]: Reached target Remote File Systems.
    [ 7.149436] systemd[1]: Reached target Slice Units.
    [ 7.165417] systemd[1]: Reached target Swaps.
    [ 7.212475] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ 7.233690] systemd[1]: Reached target RPC Port Mapper.
    [ 7.257184] systemd[1]: Listening on Process Core Dump Socket.
    [ 7.274039] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ 7.295073] systemd[1]: Listening on Journal Audit Socket.
    [ 7.314393] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 7.334419] systemd[1]: Listening on Journal Socket.
    [ 7.354535] systemd[1]: Listening on Network Service Netlink Socket.
    [ 7.375327] systemd[1]: Listening on udev Control Socket.
    [ 7.394286] systemd[1]: Listening on udev Kernel Socket.
    [ 7.414289] systemd[1]: Listening on User Database Manager Socket.
    [ 7.461928] systemd[1]: Mounting Huge Pages File System...
    [ 7.483155] systemd[1]: Mounting POSIX Message Queue File System...
    [ 7.507437] systemd[1]: Mounting Kernel Debug File System...
    [ 7.522325] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 7.542558] systemd[1]: Mounting Temporary Directory /tmp...
    [ 7.562024] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.12.17-g505d6c2c6f8f-dirty/modules.devname).
    [ 7.585389] systemd[1]: Starting Load Kernel Module configfs...
    [ 7.611957] systemd[1]: Starting Load Kernel Module drm...
    [ 7.632762] systemd[1]: Starting Load Kernel Module fuse...
    [ 7.653612] systemd[1]: Starting Start psplash boot splash screen...
    [ 7.669351] systemd[1]: Starting RPC Bind...
    [ 7.678313] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [ 7.706195] systemd[1]: Starting Journal Service...
    [ 7.734067] systemd[1]: Starting Load Kernel Modules...
    [ 7.757143] systemd[1]: Starting Generate network units from Kernel command line...
    [ 7.791067] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 7.819629] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
    [ 7.826369] systemd-journald[118]: Collecting audit messages is enabled.
    [ 7.858890] systemd[1]: Starting Coldplug All udev Devices...
    [ 7.893803] systemd[1]: Started RPC Bind.
    [ 7.906279] EXT4-fs (mmcblk0p1): re-mounted df55c9b4-ab34-4143-af16-febd6b620543 r/w. Quota mode: none.
    [ 7.909335] systemd[1]: Mounted Huge Pages File System.
    [ 7.937203] systemd[1]: Mounted POSIX Message Queue File System.
    [ 7.958696] systemd[1]: Started Journal Service.
    [ 8.341379] systemd-journald[118]: Received client request to flush runtime journal.
    [ 8.501052] audit: type=1334 audit(1736360579.156:2): prog-id=6 op=LOAD
    [ 8.508326] audit: type=1334 audit(1736360579.164:3): prog-id=7 op=LOAD
    [ 8.754366] audit: type=1334 audit(1736360579.412:4): prog-id=8 op=LOAD
    [ 8.761132] audit: type=1334 audit(1736360579.416:5): prog-id=9 op=LOAD
    [ 8.767851] audit: type=1334 audit(1736360579.424:6): prog-id=10 op=LOAD
    [ 8.838859] audit: type=1334 audit(1736360579.496:7): prog-id=11 op=LOAD
    [ 8.859239] audit: type=1334 audit(1736360579.516:8): prog-id=12 op=LOAD
    [ 9.541431] audit: type=1334 audit(1736453126.252:9): prog-id=13 op=LOAD
    [ 9.945374] audit: type=1334 audit(1736453126.656:10): prog-id=14 op=LOAD
    [ 9.954396] audit: type=1334 audit(1736453126.664:11): prog-id=15 op=LOAD
    [ 10.963132] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83TC812CS2.0] (irq=POLL)
    [ 10.973349] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ 11.950315] platform 2b300050.target-module: deferred probe pending: (reason unknown)
    [ 12.014183] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
    [ 16.850111] kauditd_printk_skb: 2 callbacks suppressed
    [ 16.850136] audit: type=1006 audit(1736453133.564:14): pid=447 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 16.868942] audit: type=1300 audit(1736453133.564:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffda163108 a2=1 a3=1 items=0 ppid=1 pid=447 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [ 16.896549] audit: type=1327 audit(1736453133.564:14): proctitle="(systemd)"
    [ 16.930633] audit: type=1334 audit(1736453133.644:15): prog-id=18 op=LOAD
    [ 16.937498] audit: type=1300 audit(1736453133.644:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd21b49c8 a2=90 a3=0 items=0 ppid=1 pid=447 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [ 16.964371] audit: type=1327 audit(1736453133.644:15): proctitle="(systemd)"
    [ 16.971589] audit: type=1334 audit(1736453133.644:16): prog-id=18 op=UNLOAD
    [ 16.978678] audit: type=1300 audit(1736453133.644:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffa6b22c60 items=0 ppid=1 pid=447 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [ 17.005389] audit: type=1327 audit(1736453133.644:16): proctitle="(systemd)"
    [ 17.012615] audit: type=1334 audit(1736453133.644:17): prog-id=19 op=LOAD
    [ 58.405255] mmc_rescan:2219 pass
    [ 58.408525] mmc_rescan:2266 pass###
    [ 58.412030] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [ 68.525241] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 68.531014] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 68.537440] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 68.543867] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 68.550292] mmc1: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
    [ 68.556717] mmc1: sdhci: Present: 0x01f70001 | Host ctl: 0x00000001
    [ 68.563142] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000080
    [ 68.569568] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 68.575993] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 68.582417] mmc1: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
    [ 68.588842] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 68.595267] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 68.601692] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 68.608117] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 68.614541] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 68.620964] mmc1: sdhci: Host ctl2: 0x00000000
    [ 68.625395] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 68.632514] mmc1: sdhci: ============================================
    root@am62xx-evm:/proc/device-tree/bus@f0000/mmc@fa00000# [ 78.765241] mmc1: Timeout waiting for hardware cmd interrupt.
    [ 78.771017] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
    [ 78.777444] mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001004
    [ 78.783870] mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
    [ 78.790295] mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
    [ 78.796720] mmc1: sdhci: Present: 0x01f70001 | Host ctl: 0x00000001
    [ 78.803146] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000080
    [ 78.809571] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa03
    [ 78.815996] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
    [ 78.822421] mmc1: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
    [ 78.828845] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
    [ 78.835269] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
    [ 78.841693] mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
    [ 78.848119] mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
    [ 78.854544] mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
    [ 78.860967] mmc1: sdhci: Host ctl2: 0x00000000
    [ 78.865397] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
    [ 78.872516] mmc1: sdhci: ============================================
    [ 78.883138] mmc_rescan_try_freq:2081 pass
    [ 78.887172] mmc_rescan_try_freq:2088 pass
    [ 78.891184] mmc_rescan_try_freq:2091 mmc_attach_sdio pass
    [ 78.896581] mmc_attach_sdio:1218 pass
    [ 78.901709] mmc_rescan_try_freq:2097 pass
    [ 78.907023] mmc_rescan:2266 pass###
    [ 78.910514] mmc1: mmc_rescan_try_freq: trying to init card at 300000 Hz
    [ 78.962669] mmc_rescan_try_freq:2081 pass
    [ 78.966683] mmc_rescan_try_freq:2088 pass
    [ 78.970690] mmc_rescan_try_freq:2091 mmc_attach_sdio pass
    [ 78.976086] mmc_attach_sdio:1218 pass
    [ 78.981567] mmc_rescan_try_freq:2097 pass
    [ 78.986875] mmc_rescan:2266 pass###
    [ 78.990364] mmc1: mmc_rescan_try_freq: trying to init card at 200000 Hz
    [ 79.042992] mmc_rescan_try_freq:2081 pass
    [ 79.047004] mmc_rescan_try_freq:2088 pass
    [ 79.051012] mmc_rescan_try_freq:2091 mmc_attach_sdio pass
    [ 79.056412] mmc_attach_sdio:1218 pass
    [ 79.062686] mmc_rescan_try_freq:2097 pass
    [ 79.067992] mmc_rescan:2266 pass###
    [ 79.071480] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
    [ 79.125597] mmc_rescan_try_freq:2081 pass
    [ 79.129608] mmc_rescan_try_freq:2088 pass
    [ 79.133615] mmc_rescan_try_freq:2091 mmc_attach_sdio pass
    [ 79.139018] mmc_attach_sdio:1218 pass
    [ 79.147795] mmc_rescan_try_freq:2097 pass

  • Hi,

    Are these all the software changes done?

    sdhci1: mmc@fa00000 {
    compatible = "ti,am62-sdhci";
    reg = <0x00 0x0fa00000 0x00 0x1000>, <0x00 0x0fa08000 0x00 0x400>;
    interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
    power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>;
    clocks = <&k3_clks 58 5>, <&k3_clks 58 6>;
    clock-names = "clk_ahb", "clk_xin";
    bus-width = <4>;
    ti,clkbuf-sel = <0x7>;
    ti,otap-del-sel-legacy = <0x0>;
    // ti,otap-del-sel-sd-hs = <0x0>;
    ti,otap-del-sel-sdr12 = <0xf>;
    // ti,otap-del-sel-sdr25 = <0xf>;
    // ti,otap-del-sel-sdr50 = <0xc>;
    // ti,otap-del-sel-sdr104 = <0x6>;
    // ti,otap-del-sel-ddr50 = <0x9>;
    ti,itap-del-sel-legacy = <0x0>;
    // ti,itap-del-sel-sd-hs = <0x0>;
    ti,itap-del-sel-sdr12 = <0x0>;
    // ti,itap-del-sel-sdr25 = <0x0>;
    status = "disabled";
    };
    
    &sdhci1 {
    vmmc-supply = <&vdd_mmc1>;
    vqmmc-supply = <&vdd_sd_dv>;
    
    max-frequency = <25000000>;
    mmc-ddr-1_8v;
    mmc-hs200-1_8v;
    mmc-hs400-1_8v;
    //no-1-8-v;
    sd-uhs-sdr12;
    broken-cd;
    // non-removable;
    no-sd;
    no-mmc;
    pinctrl-0 = <&main_mmc1_pins_default>, <&v2x_pins_default>;
    SOC2SW_PWR_EN-gpios = <&mcu_gpio0 3 GPIO_ACTIVE_HIGH>;
    V2X_BOOT0-gpios = <&main_gpio0 88 GPIO_ACTIVE_HIGH>;
    SOC2V2X_PWR_EN-gpios = <&mcu_gpio0 4 GPIO_ACTIVE_HIGH>;
    SOC2V2X_PWR_EN1-gpios = <&main_gpio0 89 GPIO_ACTIVE_HIGH>;
    SOC2V2X_PWR_EN2-gpios = <&main_gpio0 90 GPIO_ACTIVE_HIGH>;
    SOC2V2X_RST-gpio = <&main_gpio0 91 GPIO_ACTIVE_HIGH>;
    V2X_BOOT2-gpios = <&mcu_gpio0 23 GPIO_ACTIVE_HIGH>;
    };


    I am very confused. How are you testing M.2 card on MMC1 interface on am62x SK board? I was able to get the following cards: https://www.ti.com/tool/M2-CC3351 & https://www.ti.com/product/WL1835MOD and the following adapter:  https://www.ti.com/tool/WL18XXCOM82SDMMC, but quickly ran into issues so I still cannot test on am62x SK board, so I am curious how you are testing on am62x SK board. Please share so I can replicate your issue asap.

    Also, if you copy the same changes to SDHCI2 interface, do you get the same result?
    Also can you confirm you do not have:
    - vqmmc-supply = <&vdd_sd_dv>;
    and you fix-up up appropriately:
    - vmmc-supply -> prep for wlan enable
    - main_mmc1_pins_default -> remove card detect pin
    How did you setup pinmux information?
    Where is wlan enable and wlan irq information?
    Did you try adding:
    ti,fails-without-test-cd;
    cap-power-off-card;
    keep-power-in-suspend;
    Please copy this overlay as much as possible: git.ti.com/.../k3-am62l3-evm-m2-cc3351.dtso

    Also please attach files instead of copy pasting the entire log, its is difficult to find anything on the thread.

    ~ Judith

  • To summarize latest status and be clear:

    DesaySV/Xiaoding, insists on to investigate the "broken-cd" property at dts, which creates a timeout when been added for CPU polling mode.

    Field FAE team, suggest to use "non-removable" as a better option and replacement for "broken-cd", which has been identified in many e2e tickets as record and should be able to work. 

    customer's program, V2X works under CD detected procedure without further problem be reported.   

     

    For the sake of completeness, update the email thread field provides to customer:

    Date Sep. 16:

    Xiaoding,

     

    I read this e2e about similar timeout issue from “broken-cd” earlier and reported to Sitara BU too, after your search through e2e you can understand this probably the only one case similarly tried to enable “broken-cd” but didn’t get resolved for very long period of time, and this is why i highlighted the successful resolved cases by “non-removable” in your ticket weeks ago and suggested to you before.

     

    Since the Wifi/SDIO expert is following with you through e2e now, it’s up to you both to keep explore the broken-cd or non-removable, please adapt accordingly.

     

    Zhihao,

     

    Thanks for your confirmation to apply those review feedback in latter design, however, since those rework options have been highlighted from BU and are doable in the current board as well w/o too much rewiring difficulty and TI would like you to try to apply it in addition to current debug software debug to see how it helps, because again, reset of v2x module and associated timings will influence signal/response integrity as well especially when current debug of interest is a timeout issue.  

    Date Sep. 13:

    with respect to the “broken-cd” property, this is actually not a must to have feature for this V2X project, and I don’t see much record enabled it so clear answer is we don’t verify yet to support it. However, “no-removable” property which is a better option as from native Linux document has been identified in many places within TI’s e2e forum as well as TI wifi/BT combo’s Linux driver, similar to other platform’s adaption such as NXP, STM32.

    GitHub - TexasInstruments-Sandbox/cc33xx-linux-mpu-ports: The CC33XX LINUX MPU ports is a project meant to provide customers with a single place to find patches required to port the CC33XX-LINUX-MPU SDK to LTS kernels and other HW platforms(NXP, STMicro, AM62x, etc.)

    SimpleLink CC33XX Linux SDK

  • more tips to debug the SDIO issue in the native AM62/AM62P Linux document in case which was been ignored previously, especially

    ti,driver-strength-ohm = <50>;
    and "
    sdhci-caps-mask"

    https://software-dl.ti.com/processor-sdk-linux/esd/AM62PX/11_01_05_03/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD.html
  • Hi Judith

    For the device tree being used, there's a situation that needs to be synced: no waveform is detected on the SDIO_CLK pin when tested with an oscilloscope.

  • Hi, Xiaoding, 

    according to communication internally, the last request from Judith is 

     "

    Also, if you copy the same changes to SDHCI2 interface, do you get the same result?
    Also can you confirm you do not have:
    - vqmmc-supply = <&vdd_sd_dv>;
    and you fix-up up appropriately:
    - vmmc-supply -> prep for wlan enable
    - main_mmc1_pins_default -> remove card detect pin
    How did you setup pinmux information?
    Where is wlan enable and wlan irq information?
    Did you try adding:
    ti,fails-without-test-cd;
    cap-power-off-card;
    keep-power-in-suspend;
    Please copy this overlay as much as possible: git.ti.com/.../k3-am62l3-evm-m2-cc3351.dtso

    Also please attach files instead of copy pasting the entire log, its is difficult to find anything on the thread.

    "

    kindly please update the result accordingly so that she will be able to get a clue to further help and make a decision to go with broken-cd or non-removable. 

    thanks. 

  • confirmed with customer with a fix and close after applied Ti's suggestion for dts reviews.