Look at the following logs and register dump
sdhci_add_host: ret = request_irq() = 0 ----------------------------------------------------------
sdhci_init: sdhci_reset() done ----------------------------------------------------------
sdhci: =========== REGISTER DUMP (mmc0)===========
sdhci: Sys addr: 0x00000000 | Version: 0x00001201
sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000001
sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
sdhci: Present: 0xff8d00f8 | Host ctl: 0x00000020
sdhci: Power: 0x00000000 | Blk gap: 0x00000000
sdhci: Wake-up: 0x00000000 | Clock: 0x00008008
sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
sdhci: Int enab: 0x007f0003 | Sig enab: 0x007f0003
sdhci: AC12 err: 0x00000000 | Slot int: 0x00001201
sdhci: Caps: 0x05f30000 | Caps_1: 0x10101010
sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
sdhci: Host ctl2: 0x00000000
sdhci: ===========================================
sdhci_init: sdhci_reset() done ----------------------------------------------------------
mmc0: SDHCI controller on ffe2e000.sdhc [ffe2e000.sdhc] using DMA
sdhci_add_host: host added ----------------------------------------------------------
talitos ffe30000.crypto: hwrng
talitos ffe30000.crypto: fsl,sec3.1 algorithms registered in /proc/crypto
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
Initializing PAM driver...
usb 1-1: new high speed USB device number 2 using fsl-ehci
sdhci_init: sdhci_reset() done ----------------------------------------------------------
usb 1-1: New USB device found, idVendor=0424, idProduct=2514
usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
GACT probability NOT on
netem: version 1.3
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16117 buckets, 64468 max)
ctnetlink v0.93: registering with nfnetlink.
IPv4 over IPv4 tunneling driver
mmc0: new high speed MMC card at address 0001
GRE over IPv4 demultiplexor driver
GRE over IPv4 tunneling driver
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
Initializing XFRM netlink socket
mmcblk0: mmc0:0001 MMC04G 3.60 GiB
mmcblk0boot0: mmc0:0001 MMC04G partition 1 16.0 MiB
mmcblk0boot1: mmc0:0001 MMC04G partition 2 16.0 MiB
NET: Registered protocol family 10
mmcblk0: unknown partition table
ip6_tables: (C) 2000-2006 Netfilter Core Team
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
Bridge firewalling registered
Ebtables v2.0 registered
802.1Q VLAN Support v1.8
Registering the dns_resolver key type
rtc-x1205 0-006f: setting system clock to 2016-01-12 05:00:00 UTC (1452574800)
ADDRCONF(NETDEV_UP): eth0: link is not ready
PHY: mdio@ffe24000:01 - Link is Up - 1000/Full
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
IP-Config: Complete:
device=eth0, addr=10.10.30.10, mask=255.255.255.0, gw=10.10.30.1,
host=unirangpp-210, domain=, nis-domain=(none),
bootserver=10.10.10.12, rootserver=10.10.10.12, rootpath=
mmc0: Timeout waiting for hardware interrupt.
sdhci: =========== REGISTER DUMP (mmc0)===========
sdhci: Sys addr: 0x2f4d0000 | Version: 0x00001201
sdhci: Blk size: 0x00000200 | Blk cnt: 0x00000008
sdhci: Argument: 0x00000000 | Trn mode: 0x00000033
sdhci: Present: 0xff8d020a | Host ctl: 0x00000022
sdhci: Power: 0x00000000 | Blk gap: 0x00000000
sdhci: Wake-up: 0x00000000 | Clock: 0x0000011f
sdhci: Timeout: 0x0000000e | Int stat: 0x00000000
sdhci: Int enab: 0x007f000b | Sig enab: 0x007f000b
sdhci: AC12 err: 0x00000000 | Slot int: 0x00001201
sdhci: Caps: 0x05f30000 | Caps_1: 0x10101010
sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
sdhci: Host ctl2: 0x00000000
sdhci: ===========================================
sdhci_timeout_timer: going into mmiowb() -----------
In both cases Present state indicates bit 28 as 1 which is reserved and should be 0 at reset accroding to referance manual ? Am I correct here ?