PROCESSOR-SDK-AM62A: Deep Sleep Error in SDK 10.00

Part Number: PROCESSOR-SDK-AM62A
Other Parts Discussed in Thread: SK-AM62A-LP

Tool/software:

Hi,

I am using SDK 10.00.00 in SK-AM62A-LP board.
In that, deep sleep is not working.

Initially, there was an issue with JPEG Encoder, which is giving kernel panic when suspended.
By default, logs won't be visible. To get detailed logs, I have added following bootargs in the U-Boot

=> setenv optargs "sysrq_always_enabled earlyprintk debug no_console_suspend"

Here is the detailed error message:
root@am62axx-evm:/opt/edgeai-gst-apps# echo mem > /sys/power/state 
[   45.252250] PM: suspend entry (deep)
[   45.403617] Filesystems sync: 0.147 seconds
[   45.410029] Freezing user space processes
[   45.415619] Freezing user space processes completed (elapsed 0.001 seconds)
[   45.422602] OOM killer disabled.
[   45.425831] Freezing remaining freezable tasks
[   45.431536] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[   45.453252] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 179: state: 1: ret 0
[   45.463307] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 178: state: 1: ret 0
[   45.476819] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 117: state: 1: ret 0
[   46.507498] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_suspend+0x160/0x1a4)
[   46.516993] ti-sci 44043000.system-controller: Mbox send fail -110
[   46.523170] ti-sci 44043000.system-controller: PM: dpm_run_callback(): platform_pm_suspend+0x0/0x6c returns -110
[   46.533341] ti-sci 44043000.system-controller: PM: failed to suspend: error -110
[   46.540731] PM: Some devices failed to suspend, or early wake event detected
[   46.547791] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT SMP
[   46.555953] Modules linked in: snd_soc_hdmi_codec rpmsg_ctrl rpmsg_char overlay crct10dif_ce snd_soc_simple_card snd_soc_simple_card_utils e5010_jpeg_enc cfg80211 display_connector v4l2_jpeg k3_j72xx_bandgap rtc_ti_k3 rti_wdt bluetooth ecdh_generic ecc rfkill wave5 videobuf2_dma_contig videobuf2_memops ti_k3_r5_remoteproc v4l2_mem2mem ti_k3_dsp_remoteproc videobuf2_v4l2 videobuf2_common videodev mc sa2ul mcrc64 snd_soc_davinci_mcasp tidss snd_soc_ti_udma snd_soc_ti_edma snd_soc_ti_sdma drm_dma_helper sii902x snd_soc_tlv320aic3x_i2c snd_soc_tlv320aic3x drm_kms_helper tps6598x typec cryptodev(O) fuse drm drm_panel_orientation_quirks backlight ipv6
[   46.613137] CPU: 2 PID: 1375 Comm: sh Tainted: G           O       6.6.32-ti-gdb8871293143-dirty #1
[   46.622165] Hardware name: Texas Instruments AM62A7 SK (DT)
[   46.627722] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[   46.634669] pc : e5010_hw_bypass_mmu+0x4/0x28 [e5010_jpeg_enc]
[   46.640504] lr : e5010_init_device+0x20/0x134 [e5010_jpeg_enc]
[   46.646331] sp : ffff8000825cbac0
[   46.649634] x29: ffff8000825cbac0 x28: ffff00080ad88000 x27: 0000000000000000
[   46.656760] x26: 0000000000000000 x25: ffff8000814007c8 x24: ffff8000813472c8
[   46.663884] x23: ffff8000806eba2c x22: 0000000000000000 x21: ffff00080163a280
[   46.671009] x20: ffff00080015d410 x19: ffff00080163a280 x18: 0000000000000006
[   46.678134] x17: 7463657465642074 x16: 6e65766520656b61 x15: ffff8000825cb620
[   46.685258] x14: 0000000000000000 x13: ffff80008127f178 x12: 0000000000000ac8
[   46.692382] x11: 0000000000000398 x10: ffff8000812d7178 x9 : ffff80008127f178
[   46.699507] x8 : 00000000ffffefff x7 : 0000000000019a27 x6 : 000000e7f43ca808
[   46.706631] x5 : 03ffffffffffffff x4 : 0038be5e00000000 x3 : 0000000000000018
[   46.713756] x2 : 00000000000028ec x1 : 0000000000000001 x0 : ffff8000820d1270
[   46.720881] Call trace:
[   46.723317]  e5010_hw_bypass_mmu+0x4/0x28 [e5010_jpeg_enc]
[   46.728799]  e5010_resume+0x30/0x80 [e5010_jpeg_enc]
[   46.733759]  pm_generic_resume+0x2c/0x44
[   46.737675]  ti_sci_pd_resume+0x20/0x2c
[   46.741503]  __device_resume+0x84/0x230
[   46.745333]  dpm_resume+0x9c/0x124
[   46.748728]  dpm_resume_end+0x18/0x30
[   46.752384]  suspend_devices_and_enter+0x1b0/0x550
[   46.757166]  pm_suspend+0x1ac/0x260
[   46.760645]  state_store+0x80/0xec
[   46.764041]  kobj_attr_store+0x18/0x2c
[   46.767784]  sysfs_kf_write+0x44/0x54
[   46.771441]  kernfs_fop_write_iter+0x120/0x1cc
[   46.775874]  vfs_write+0x1c0/0x300
[   46.779270]  ksys_write+0x74/0x10c
[   46.782664]  __arm64_sys_write+0x1c/0x28
[   46.786579]  invoke_syscall+0x48/0x114
[   46.790322]  el0_svc_common.constprop.0+0xc0/0xe0
[   46.795016]  do_el0_svc+0x1c/0x28
[   46.798323]  el0_svc+0x2c/0x84
[   46.801369]  el0t_64_sync_handler+0x120/0x12c
[   46.805717]  el0t_64_sync+0x190/0x194
[   46.809374] Code: 9124e021 95ba5b8e 17ffffe8 9101c000 (b9400002) 
[   46.815452] ---[ end trace 0000000000000000 ]---



Next time, I removed the jpeg encoder module and tried deep sleep. I am getting the following error continuously
root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# modprobe -rf e5010_jpeg_enc
root@am62axx-evm:/opt/edgeai-gst-apps# echo mem > /sys/power/state 
[   90.115761] PM: suspend entry (deep)
[   90.128252] Filesystems sync: 0.008 seconds
[   90.134664] Freezing user space processes
[   90.140287] Freezing user space processes completed (elapsed 0.001 seconds)
[   90.147267] OOM killer disabled.
[   90.150495] Freezing remaining freezable tasks
[   90.156198] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[   90.174458] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 179: state: 1: ret 0
[   90.184520] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 178: state: 1: ret 0
[   90.198030] ti-sci 44043000.system-controller: ti_sci_cmd_set_device_constraint: device: 117: state: 1: ret 0
[   91.211524] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_suspend+0x160/0x1a4)
[   91.221030] ti-sci 44043000.system-controller: Mbox send fail -110
[   91.227209] ti-sci 44043000.system-controller: PM: dpm_run_callback(): platform_pm_suspend+0x0/0x6c returns -110
[   91.237380] ti-sci 44043000.system-controller: PM: failed to suspend: error -110
[   91.244772] PM: Some devices failed to suspend, or early wake event detected
[   92.267515] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x24)
[   92.278305] ti-sci 44043000.system-controller: Mbox send fail -110
[   92.284484] spi-nand spi0.0: resume failed with -110
[   93.291518] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_cfg_sci+0x94/0xf8)
[   93.301636] ti-sci 44043000.system-controller: RM_RA:Mbox config send fail -110
[   93.308941] ti-udma 485c0000.dma-controller: TISCI config ring fail (-110) ring_idx 19
[   93.316859] am65-cpsw-nuss 8000000.ethernet: Failed to cfg ringtx -110
[   93.323479] am65-cpsw-nuss 8000000.ethernet: error -ETIMEDOUT: Failed to request tx dma channel
[   93.332184] am65-cpsw-nuss 8000000.ethernet: PM: dpm_run_callback(): ti_sci_pd_resume+0x0/0x2c returns -110
[   93.341922] am65-cpsw-nuss 8000000.ethernet: PM: failed to resume: error -110
[   94.379512] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_clock+0x28/0x34)
[   94.389339] ti-sci 44043000.system-controller: Mbox send fail -110
[   95.403512] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_clock+0x28/0x34)
[   95.413338] ti-sci 44043000.system-controller: Mbox send fail -110
[   96.427514] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_clock+0x28/0x34)
[   96.437346] ti-sci 44043000.system-controller: Mbox send fail -110
[   96.443529] sdhci-am654 fa10000.mmc: PM: dpm_run_callback(): ti_sci_pd_resume+0x0/0x2c returns -110
[   96.452571] sdhci-am654 fa10000.mmc: PM: failed to resume: error -110
[   97.483512] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_clock+0x28/0x34)
[   97.493341] ti-sci 44043000.system-controller: Mbox send fail -110
[   97.499523] sdhci-am654 fa00000.mmc: PM: dpm_run_callback(): ti_sci_pd_resume+0x0/0x2c returns -110
[   97.508564] sdhci-am654 fa00000.mmc: PM: failed to resume: error -110
[   98.539512] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: sci_clk_determine_rate+0x68/0xec)
[   98.549518] ti-sci 44043000.system-controller: Mbox send fail -110
[   98.555695] ti-sci-clk 44043000.system-controller:clock-controller: determine-rate failed for dev=135, clk=0, ret=-110
[   99.595511] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: sci_clk_determine_rate+0x68/0xec)
[   99.605510] ti-sci 44043000.system-controller: Mbox send fail -110
[   99.611689] ti-sci-clk 44043000.system-controller:clock-controller: determine-rate failed for dev=135, clk=0, ret=-110
[  100.651511] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: sci_clk_determine_rate+0x68/0xec)
[  100.661509] ti-sci 44043000.system-controller: Mbox send fail -110
[  100.667685] ti-sci-clk 44043000.system-controller:clock-controller: determine-rate failed for dev=135, clk=0, ret=-110
[  100.678369] cpu cpu0: _opp_config_clk_single: failed to set clock rate: -22
[  100.685324] cpufreq: __target_index: Failed to change cpu frequency: -22
[  100.692980] OOM killer enabled.
[  100.696151] Restarting tasks ... done.
[  100.701483] random: crng reseeded on system resumption
[  100.706875] PM: suspend exit
-sh: echo: write error: Connection timed out
root@am62axx-evm:/opt/edgeai-gst-apps# [  100.732029] systemd-journald[126]: Sent WATCHDOG=1 notification.
[  101.707533] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_clock+0x28/0x34)
[  101.717396] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  101.727308] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  101.737220] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  101.747138] ti-sci 44043000.system-controller: Mbox send fail -110
[  101.753324] ti-sci 44043000.system-controller: Mbox send fail -110
[  101.759535] ti-sci 44043000.system-controller: Mbox send fail -110
[  101.765766] ti-sci 44043000.system-controller: Mbox send fail -110
[  102.795521] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  102.805465] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_clock+0x18/0x24)
[  102.815295] ti-sci 44043000.system-controller: Mbox send fail -110
[  102.821476] ti-sci 44043000.system-controller: Mbox send fail -110
[  102.827740] ti-sci-clk 44043000.system-controller:clock-controller: unprepare failed for dev=186, clk=6, ret=-110
[  103.851543] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  103.861487] ti-sci 44043000.system-controller: Mbox send fail -110
[  104.875521] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  104.885467] ti-sci 44043000.system-controller: Mbox send fail -110

root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# [  113.067501] mmc1: Timeout waiting for hardware cmd interrupt.
[  113.073255] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  113.079680] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  113.086106] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  113.092530] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  113.098954] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  113.105379] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  113.111803] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  113.118228] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  113.124653] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  113.131077] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  113.137502] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  113.143927] mmc1: sdhci: Cmd:       0x00000000 | Max curr: 0x00000000
[  113.150352] mmc1: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
[  113.156775] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  113.163198] mmc1: sdhci: Host ctl2: 0x00000000
[  113.167629] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  113.174746] mmc1: sdhci: ============================================

root@am62axx-evm:/opt/edgeai-gst-apps# [  123.307502] mmc1: Timeout waiting for hardware cmd interrupt.
[  123.313254] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  123.319678] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  123.326103] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  123.332527] mmc1: sdhci: Argument:  0x000001aa | Trn mode: 0x00000000
[  123.338950] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  123.345374] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  123.351798] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  123.358223] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  123.364647] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  123.371071] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  123.377495] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  123.383919] mmc1: sdhci: Cmd:       0x0000081a | Max curr: 0x00000000
[  123.390344] mmc1: sdhci: Resp[0]:   0x000001aa | Resp[1]:  0x00000000
[  123.396769] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  123.403194] mmc1: sdhci: Host ctl2: 0x00000000
[  123.407624] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  123.414741] mmc1: sdhci: ============================================

root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# 
root@am62axx-evm:/opt/edgeai-gst-apps# [  133.547504] mmc1: Timeout waiting for hardware cmd interrupt.
[  133.553258] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  133.559682] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  133.566107] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  133.572531] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  133.578956] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  133.585380] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  133.591805] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  133.598228] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  133.604653] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  133.611076] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  133.617500] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  133.623925] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  133.630350] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  133.636774] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  133.643199] mmc1: sdhci: Host ctl2: 0x00000000
[  133.647629] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  133.654746] mmc1: sdhci: ============================================
[  143.787503] mmc1: Timeout waiting for hardware cmd interrupt.
[  143.793257] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  143.799682] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  143.806108] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  143.812532] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  143.818957] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  143.825381] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  143.831805] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  143.838229] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  143.844652] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  143.851077] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  143.857501] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  143.863926] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  143.870349] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  143.876773] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  143.883198] mmc1: sdhci: Host ctl2: 0x00000000
[  143.887627] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  143.894745] mmc1: sdhci: ============================================
[  154.027502] mmc1: Timeout waiting for hardware cmd interrupt.
[  154.033255] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  154.039680] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  154.046106] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  154.052529] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  154.058953] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  154.065377] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  154.071801] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  154.078226] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  154.084651] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  154.091074] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  154.097498] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  154.103922] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  154.110346] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  154.116771] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  154.123196] mmc1: sdhci: Host ctl2: 0x00000000
[  154.127625] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  154.134743] mmc1: sdhci: ============================================
[  164.267501] mmc1: Timeout waiting for hardware cmd interrupt.
[  164.273256] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  164.279680] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  164.286105] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  164.292530] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  164.298954] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  164.305379] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  164.311804] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  164.318228] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  164.324653] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  164.331078] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  164.337502] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  164.343926] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  164.350350] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  164.356774] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  164.363198] mmc1: sdhci: Host ctl2: 0x00000000
[  164.367628] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  164.374745] mmc1: sdhci: ============================================
[  164.382617] mmc1: error -110 doing runtime resume
[  174.507502] mmc1: Timeout waiting for hardware cmd interrupt.
[  174.513255] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  174.519679] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  174.526105] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  174.532530] mmc1: sdhci: Argument:  0xaaaa0000 | Trn mode: 0x00000000
[  174.538955] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  174.545379] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  174.551804] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  174.558228] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  174.564651] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  174.571076] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  174.577500] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  174.583925] mmc1: sdhci: Cmd:       0x00000d1a | Max curr: 0x00000000
[  174.590349] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  174.596772] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  174.603197] mmc1: sdhci: Host ctl2: 0x00000000
[  174.607628] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  174.614745] mmc1: sdhci: ============================================
[  184.747501] mmc1: Timeout waiting for hardware cmd interrupt.
[  184.753254] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  184.759679] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  184.766104] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  184.772528] mmc1: sdhci: Argument:  0xaaaa0000 | Trn mode: 0x00000000
[  184.778953] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  184.785377] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  184.791801] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  184.798225] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  184.804649] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  184.811074] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  184.817498] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  184.823922] mmc1: sdhci: Cmd:       0x00000d1a | Max curr: 0x00000000
[  184.830345] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  184.836769] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  184.843192] mmc1: sdhci: Host ctl2: 0x00000000
[  184.847623] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  184.854741] mmc1: sdhci: ============================================
[  191.236309] systemd-journald[126]: Sent WATCHDOG=1 notification.
[  194.987503] mmc1: Timeout waiting for hardware cmd interrupt.
[  194.993258] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  194.999683] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  195.006108] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  195.012532] mmc1: sdhci: Argument:  0xaaaa0000 | Trn mode: 0x00000000
[  195.018956] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  195.025381] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  195.031805] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  195.038230] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  195.044654] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  195.051078] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  195.057503] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  195.063929] mmc1: sdhci: Cmd:       0x00000d1a | Max curr: 0x00000000
[  195.070353] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  195.076777] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  195.083201] mmc1: sdhci: Host ctl2: 0x00000000
[  195.087631] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  195.094749] mmc1: sdhci: ============================================
[  205.227502] mmc1: Timeout waiting for hardware cmd interrupt.
[  205.233254] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  205.239678] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  205.246103] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  205.252527] mmc1: sdhci: Argument:  0xaaaa0000 | Trn mode: 0x00000000
[  205.258952] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  205.265377] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  205.271802] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  205.278226] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[  205.284650] mmc1: sdhci: Int enab:  0x00000000 | Sig enab: 0x00000000
[  205.291074] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[  205.297498] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  205.303922] mmc1: sdhci: Cmd:       0x00000d1a | Max curr: 0x00000000
[  205.310346] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  205.316770] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  205.323194] mmc1: sdhci: Host ctl2: 0x00000000
[  205.327626] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  205.334743] mmc1: sdhci: ============================================
[  205.342620] mmc1: card aaaa removed
[  205.342624] I/O error, dev mmcblk1, sector 9013120 op 0x1:(WRITE) flags 0x9800 phys_seg 2 prio class 2
[  205.355488] Aborting journal on device mmcblk1p2-8.
[  205.360497] JBD2: I/O error when updating journal superblock for mmcblk1p2-8.
[  205.469096] EXT4-fs (mmcblk1p2): shut down requested (2)
[  205.660492] irq 537: nobody cared (try booting with the "irqpoll" option)
[  205.667290] CPU: 0 PID: 456 Comm: dbus-broker Tainted: G           O       6.6.32-ti-gdb8871293143-dirty #1
[  205.677013] Hardware name: Texas Instruments AM62A7 SK (DT)
[  205.682570] Call trace:
[  205.685006]  dump_backtrace+0x90/0xe8
[  205.688669]  show_stack+0x18/0x24
[  205.691979]  dump_stack_lvl+0x48/0x60
[  205.695633]  dump_stack+0x18/0x24
[  205.698938]  __report_bad_irq+0x38/0xe0
[  205.702767]  note_interrupt+0x310/0x360
[  205.706593]  handle_irq_event+0x9c/0xa8
[  205.710422]  handle_fasteoi_irq+0xa4/0x230
[  205.714509]  generic_handle_domain_irq+0x2c/0x44
[  205.719119]  gic_handle_irq+0x50/0x12c
[  205.722859]  do_interrupt_handler+0x50/0x8c
[  205.727032]  el1_interrupt+0x34/0x68
[  205.730599]  el1h_64_irq_handler+0x18/0x24
[  205.734686]  el1h_64_irq+0x64/0x68
[  205.738079]  __do_softirq+0xa0/0x26c
[  205.741644]  ____do_softirq+0x10/0x1c
[  205.745297]  call_on_irq_stack+0x24/0x4c
[  205.749210]  do_softirq_own_stack+0x1c/0x2c
[  205.753382]  irq_exit_rcu+0xc0/0xdc
[  205.756863]  el0_interrupt+0x50/0xd4
[  205.760428]  __el0_irq_handler_common+0x18/0x24
[  205.764948]  el0t_64_irq_handler+0x10/0x1c
[  205.769034]  el0t_64_irq+0x190/0x194
[  205.772601] handlers:
[  205.774864] [<000000008f682cfd>] sdhci_irq threaded [<000000004a2a5f76>] sdhci_thread_irq
[  205.783044] Disabling IRQ #537
[  207.627523] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  207.637469] ti-sci 44043000.system-controller: Mbox send fail -110
[  215.723501] mmc1: Timeout waiting for hardware cmd interrupt.
[  215.729257] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  215.735682] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  215.742110] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  215.748539] mmc1: sdhci: Argument:  0x00000c00 | Trn mode: 0x00000000
[  215.754967] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  215.761396] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  215.767823] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  215.774249] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  215.780676] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  215.787103] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  215.793530] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  215.799957] mmc1: sdhci: Cmd:       0x0000341a | Max curr: 0x00000000
[  215.806385] mmc1: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
[  215.812811] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  215.819235] mmc1: sdhci: Host ctl2: 0x00000000
[  215.823665] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  215.830783] mmc1: sdhci: ============================================
[  225.963502] mmc1: Timeout waiting for hardware cmd interrupt.
[  225.969255] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  225.975679] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  225.982105] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  225.988532] mmc1: sdhci: Argument:  0x80000c08 | Trn mode: 0x00000000
[  225.994961] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  226.001390] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  226.007817] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  226.014246] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  226.020672] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  226.027100] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  226.033527] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  226.039954] mmc1: sdhci: Cmd:       0x0000341a | Max curr: 0x00000000
[  226.046380] mmc1: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
[  226.052807] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  226.059233] mmc1: sdhci: Host ctl2: 0x00000000
[  226.063664] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  226.070782] mmc1: sdhci: ============================================
[  236.203501] mmc1: Timeout waiting for hardware cmd interrupt.
[  236.209257] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  236.215682] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  236.222107] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  236.228532] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  236.234957] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  236.241383] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  236.247811] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  236.254238] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018001
[  236.260666] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  236.267093] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  236.273520] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  236.279946] mmc1: sdhci: Cmd:       0x00000000 | Max curr: 0x00000000
[  236.286374] mmc1: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
[  236.292800] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  236.299226] mmc1: sdhci: Host ctl2: 0x00000000
[  236.303659] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  236.310779] mmc1: sdhci: ============================================
[  246.443502] mmc1: Timeout waiting for hardware cmd interrupt.
[  246.449253] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  246.455677] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  246.462102] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  246.468526] mmc1: sdhci: Argument:  0x000001aa | Trn mode: 0x00000000
[  246.474951] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  246.481375] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  246.487801] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  246.494230] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018001
[  246.500657] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  246.507085] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  246.513512] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  246.519938] mmc1: sdhci: Cmd:       0x0000081a | Max curr: 0x00000000
[  246.526366] mmc1: sdhci: Resp[0]:   0x000001aa | Resp[1]:  0x00000000
[  246.532793] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  246.539220] mmc1: sdhci: Host ctl2: 0x00000000
[  246.543653] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  246.550774] mmc1: sdhci: ============================================
[  256.683502] mmc1: Timeout waiting for hardware cmd interrupt.
[  256.689255] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  256.695680] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  256.702105] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  256.708529] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  256.714953] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  256.721378] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  256.727802] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  256.734226] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  256.740652] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  256.747079] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  256.753508] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  256.759935] mmc1: sdhci: Cmd:       0x00000502 | Max curr: 0x00000000
[  256.766363] mmc1: sdhci: Resp[0]:   0x000001aa | Resp[1]:  0x00000000
[  256.772790] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  256.779217] mmc1: sdhci: Host ctl2: 0x00000000
[  256.783650] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  256.790771] mmc1: sdhci: ============================================
[  265.741795] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10923 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  265.762938] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  265.777533] systemd-journald[126]: Rotating...
[  265.783324] systemd-journald[126]: Reserving 333 entries in field hash table.
[  265.796962] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  265.804698] systemd-journald[126]: Vacuuming...
[  265.809824] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  266.923501] mmc1: Timeout waiting for hardware cmd interrupt.
[  266.929257] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  266.935681] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  266.942106] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  266.948530] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  266.954954] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  266.961378] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  266.967803] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  266.974227] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  266.980650] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  266.987077] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  266.993504] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  266.999931] mmc1: sdhci: Cmd:       0x00000502 | Max curr: 0x00000000
[  267.006358] mmc1: sdhci: Resp[0]:   0x000001aa | Resp[1]:  0x00000000
[  267.012784] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  267.019211] mmc1: sdhci: Host ctl2: 0x00000000
[  267.023644] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  267.030765] mmc1: sdhci: ============================================
[  277.163503] mmc1: Timeout waiting for hardware cmd interrupt.
[  277.169255] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  277.175679] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  277.182104] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  277.188529] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  277.194954] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  277.201379] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  277.207803] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  277.214227] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  277.220650] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  277.227075] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  277.233500] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  277.236048] systemd-journald[126]: Sent WATCHDOG=1 notification.
[  277.239925] mmc1: sdhci: Cmd:       0x00000502 | Max curr: 0x00000000
[  277.239930] mmc1: sdhci: Resp[0]:   0x000001aa | Resp[1]:  0x00000000
[  277.239935] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  277.239939] mmc1: sdhci: Host ctl2: 0x00000000
[  277.239943] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  277.239948] mmc1: sdhci: ============================================
[  287.403502] mmc1: Timeout waiting for hardware cmd interrupt.
[  287.409256] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  287.415680] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  287.422106] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  287.428530] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  287.434956] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  287.441380] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  287.447804] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  287.454229] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  287.460653] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  287.467078] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  287.473501] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  287.479926] mmc1: sdhci: Cmd:       0x00000502 | Max curr: 0x00000000
[  287.486349] mmc1: sdhci: Resp[0]:   0x000001aa | Resp[1]:  0x00000000
[  287.492774] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  287.499199] mmc1: sdhci: Host ctl2: 0x00000000
[  287.503630] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  287.510747] mmc1: sdhci: ============================================
[  297.643502] mmc1: Timeout waiting for hardware cmd interrupt.
[  297.649256] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  297.655680] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  297.662106] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  297.668530] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  297.674955] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  297.681379] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  297.687803] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  297.694227] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018001
[  297.700651] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  297.707076] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  297.713499] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  297.719924] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  297.726347] mmc1: sdhci: Resp[0]:   0x00400120 | Resp[1]:  0x00000000
[  297.732772] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  297.739196] mmc1: sdhci: Host ctl2: 0x00000000
[  297.743626] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  297.750743] mmc1: sdhci: ============================================
[  307.883503] mmc1: Timeout waiting for hardware cmd interrupt.
[  307.889257] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  307.895682] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  307.902108] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  307.908532] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  307.914956] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  307.921380] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  307.927805] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  307.934229] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018001
[  307.940654] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  307.947078] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  307.953502] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  307.959926] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  307.966350] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  307.972774] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  307.979197] mmc1: sdhci: Host ctl2: 0x00000000
[  307.983627] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  307.990747] mmc1: sdhci: ============================================
[  313.746508] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10923 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  313.767976] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  313.782766] systemd-journald[126]: Rotating...
[  313.788925] systemd-journald[126]: Reserving 333 entries in field hash table.
[  313.802932] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  313.810899] systemd-journald[126]: Vacuuming...
[  313.816287] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  315.766538] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10923 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  315.787897] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  315.802622] systemd-journald[126]: Rotating...
[  315.808755] systemd-journald[126]: Reserving 333 entries in field hash table.
[  315.822838] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  315.830661] systemd-journald[126]: Vacuuming...
[  315.836101] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  317.803210] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10924 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  317.824393] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  317.839067] systemd-journald[126]: Rotating...
[  317.845139] systemd-journald[126]: Reserving 333 entries in field hash table.
[  317.859223] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  317.867304] systemd-journald[126]: Vacuuming...
[  317.872995] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  318.123531] mmc1: Timeout waiting for hardware cmd interrupt.
[  318.129293] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  318.135724] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  318.142157] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  318.148586] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  318.155015] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  318.161444] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  318.167873] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  318.174302] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018001
[  318.180731] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  318.187159] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  318.193588] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  318.200016] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  318.206444] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  318.212872] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  318.219299] mmc1: sdhci: Host ctl2: 0x00000000
[  318.223733] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  318.230857] mmc1: sdhci: ============================================
[  319.756419] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10925 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  319.777673] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  319.792349] systemd-journald[126]: Rotating...
[  319.798397] systemd-journald[126]: Reserving 333 entries in field hash table.
[  319.812494] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  319.820311] systemd-journald[126]: Vacuuming...
[  319.825810] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  321.765138] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10924 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  321.786542] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  321.801275] systemd-journald[126]: Rotating...
[  321.807377] systemd-journald[126]: Reserving 333 entries in field hash table.
[  321.821502] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  321.829320] systemd-journald[126]: Vacuuming...
[  321.834833] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  323.788248] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10925 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  323.809633] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  323.824671] systemd-journald[126]: Rotating...
[  323.830776] systemd-journald[126]: Reserving 333 entries in field hash table.
[  323.844881] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  323.852757] systemd-journald[126]: Vacuuming...
[  323.858348] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  325.812988] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10924 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  325.834460] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  325.849222] systemd-journald[126]: Rotating...
[  325.855319] systemd-journald[126]: Reserving 333 entries in field hash table.
[  325.869459] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  325.877279] systemd-journald[126]: Vacuuming...
[  325.882915] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  327.813665] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10924 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  327.834837] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  327.849486] systemd-journald[126]: Rotating...
[  327.855644] systemd-journald[126]: Reserving 333 entries in field hash table.
[  327.869900] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  327.877774] systemd-journald[126]: Vacuuming...
[  327.883487] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  328.363544] mmc1: Timeout waiting for hardware cmd interrupt.
[  328.369305] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  328.375733] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  328.382159] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  328.388584] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  328.395009] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  328.401434] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  328.407858] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  328.414283] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018001
[  328.420707] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  328.427131] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  328.433556] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  328.439980] mmc1: sdhci: Cmd:       0x0000371a | Max curr: 0x00000000
[  328.446404] mmc1: sdhci: Resp[0]:   0x00000120 | Resp[1]:  0x00000000
[  328.452828] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  328.459252] mmc1: sdhci: Host ctl2: 0x00000000
[  328.463682] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  328.470800] mmc1: sdhci: ============================================
[  329.824080] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10923 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  329.845285] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  329.859934] systemd-journald[126]: Rotating...
[  329.866029] systemd-journald[126]: Reserving 333 entries in field hash table.
[  329.880166] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  329.888015] systemd-journald[126]: Vacuuming...
[  329.893769] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  331.846126] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10924 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  331.867666] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  331.882534] systemd-journald[126]: Rotating...
[  331.888660] systemd-journald[126]: Reserving 333 entries in field hash table.
[  331.902765] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  331.910590] systemd-journald[126]: Vacuuming...
[  331.916578] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  336.036171] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10925 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  336.057470] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  336.072132] systemd-journald[126]: Rotating...
[  336.078228] systemd-journald[126]: Reserving 333 entries in field hash table.
[  336.092350] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  336.100487] systemd-journald[126]: Vacuuming...
[  336.106376] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  338.603533] mmc1: Timeout waiting for hardware cmd interrupt.
[  338.609293] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  338.615720] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  338.622146] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  338.628571] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[  338.634995] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  338.641419] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  338.647843] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
[  338.654266] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  338.660691] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  338.667115] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  338.673539] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  338.679963] mmc1: sdhci: Cmd:       0x00000102 | Max curr: 0x00000000
[  338.686387] mmc1: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
[  338.692810] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  338.699234] mmc1: sdhci: Host ctl2: 0x00000000
[  338.703665] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  338.710783] mmc1: sdhci: ============================================
[  340.614802] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10923 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  340.636366] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  340.651110] systemd-journald[126]: Rotating...
[  340.657136] systemd-journald[126]: Reserving 333 entries in field hash table.
[  340.671259] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  340.679130] systemd-journald[126]: Vacuuming...
[  340.685172] systemd-journald[126]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  340.973793] ti-sci 44043000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[  340.983994] ti-sci 44043000.system-controller: Mbox send fail -110
[  343.720834] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10924 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  343.742523] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  343.757229] systemd-journald[126]: Rotating...
[  343.763263] systemd-journald[126]: Reserving 333 entries in field hash table.
[  343.777458] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  343.785262] systemd-journald[126]: Vacuuming...
[  343.793004] systemd-journald[126]: Deleted archived journal /run/log/journal/dcf0cae38be14991964b930aef28e870/system@21da31d4abf045158334a40e97eb581a-0000000000000001-000612605255754d.journal (3.1M).
[  343.810805] systemd-journald[126]: Vacuuming done, freed 3.1M of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  345.744956] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10924 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  345.766257] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  345.780956] systemd-journald[126]: Rotating...
[  345.787047] systemd-journald[126]: Reserving 333 entries in field hash table.
[  345.801340] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  345.809160] systemd-journald[126]: Vacuuming...
[  345.816912] systemd-journald[126]: Deleted archived journal /run/log/journal/dcf0cae38be14991964b930aef28e870/system@21da31d4abf045158334a40e97eb581a-00000000000011be-00061260526daeca.journal (3.3M).
[  345.834715] systemd-journald[126]: Vacuuming done, freed 3.3M of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  347.760172] systemd-journald[126]: Data hash table of /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal has a fill level at 75.0 (10923 of 14563 items, 8388608 file size, 767 bytes per hash table item), suggesting rotation.
[  347.781448] systemd-journald[126]: /run/log/journal/dcf0cae38be14991964b930aef28e870/system.journal: Journal header limits reached or header out-of-date, rotating.
[  347.796113] systemd-journald[126]: Rotating...
[  347.802204] systemd-journald[126]: Reserving 333 entries in field hash table.
[  347.816240] systemd-journald[126]: Reserving 14563 entries in data hash table.
[  347.824161] systemd-journald[126]: Vacuuming...
[  347.831839] systemd-journald[126]: Deleted archived journal /run/log/journal/dcf0cae38be14991964b930aef28e870/system@21da31d4abf045158334a40e97eb581a-000000000000220e-000612605282ba63.journal (3.0M).
[  347.849634] systemd-journald[126]: Vacuuming done, freed 3.0M of archived journals from /run/log/journal/dcf0cae38be14991964b930aef28e870.
[  348.843547] mmc1: Timeout waiting for hardware cmd interrupt.
[  348.849310] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  348.855742] mmc1: sdhci: Sys addr:  0x00000000 | Version:  0x00001004
[  348.862173] mmc1: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[  348.868602] mmc1: sdhci: Argument:  0x00000c00 | Trn mode: 0x00000000
[  348.875031] mmc1: sdhci: Present:   0x01ff0000 | Host ctl: 0x00000000
[  348.881459] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  348.887887] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x00004e47
[  348.894315] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
[  348.900742] mmc1: sdhci: Int enab:  0x00ff0083 | Sig enab: 0x00ff0083
[  348.907171] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  348.913599] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  348.920027] mmc1: sdhci: Cmd:       0x0000341a | Max curr: 0x00000000
[  348.926453] mmc1: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
[  348.932881] mmc1: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[  348.939308] mmc1: sdhci: Host ctl2: 0x00000000
[  348.943742] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[  348.950864] mmc1: sdhci: ============================================