Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. U-Boot SPL 2018.11-rc2-00101-g1ed3c0954b (Oct 25 2018 - 13:13:23 +0200) OMAP4430-GP ES2.1 Trying to boot from MMC1 SPL: Please implement spl_start_uboot() for your board SPL: Direct Linux boot not active! U-Boot 2018.11-rc2-00101-g1ed3c0954b (Oct 25 2018 - 13:13:23 +0200) CPU : OMAP4430-GP ES2.1 Board: OMAP4 Panda I2C: ready DRAM: 1 GiB MMC: OMAP SD/MMC: 0 Loading Environment from FAT... Unable to use mmc 0:1... Net: No ethernet found. Hit any key to stop autoboot: 2  0 => usb start usb start starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found => setenv autoload no setenv autoload no => setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff => setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff => dhcp dhcp Waiting for Ethernet connection... done. BOOTP broadcast 1 DHCP client bound to address 10.201.3.112 (12 ms) => setenv serverip 10.201.1.8 setenv serverip 10.201.1.8 => tftp 0x82000000 2645082/tftp-deploy-mtqu_7zd/kernel/zImage tftp 0x82000000 2645082/tftp-deploy-mtqu_7zd/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 10.201.1.8; our IP address is 10.201.3.112 Filename '2645082/tftp-deploy-mtqu_7zd/kernel/zImage'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ##################################################### 1.2 MiB/s done Bytes transferred = 4590720 (460c80 hex) => tftp 0x84000000 2645082/tftp-deploy-mtqu_7zd/ramdisk/ramdisk.cpio.gz.uboot tftp 0x84000000 2645082/tftp-deploy-mtqu_7zd/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 10.201.1.8; our IP address is 10.201.3.112 Filename '2645082/tftp-deploy-mtqu_7zd/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x84000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###################################################### 1.2 MiB/s done Bytes transferred = 14142995 (d7ce13 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x83f00000 2645082/tftp-deploy-mtqu_7zd/dtb/omap4-panda.dtb tftp 0x83f00000 2645082/tftp-deploy-mtqu_7zd/dtb/omap4-panda.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 10.201.1.8; our IP address is 10.201.3.112 Filename '2645082/tftp-deploy-mtqu_7zd/dtb/omap4-panda.dtb'. Load address: 0x83f00000 Loading: *###### 1.1 MiB/s done Bytes transferred = 86562 (15222 hex) => setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' => bootz 0x82000000 0x84000000 0x83f00000 bootz 0x82000000 0x84000000 0x83f00000 ## Loading init Ramdisk from Legacy Image at 84000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 14142931 Bytes = 13.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 83f00000 Booting using the fdt blob at 0x83f00000 Using Device Tree in place at 83f00000, end 83f18221 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.145-cip17 (KernelCI@build-j292122-arm-gcc-10-omap2plus-defconfig-nphlq) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Tue Oct 11 09:39:53 UTC 2022 [ 0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI OMAP4 PandaBoard [ 0.000000] earlycon: omap8250 at MMIO 0x48020000 (options '') [ 0.000000] printk: bootconsole [omap8250] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created CMA memory pool at 0x98000000, size 8 MiB [ 0.000000] OF: reserved mem: initialized node dsp-memory@98000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x98800000, size 112 MiB [ 0.000000] OF: reserved mem: initialized node ipu-memory@98800000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 16 MiB at 0xbf000000 [ 0.000000] OMAP4: Map 0xafe00000 to (ptrval) for dram barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] HighMem [mem 0x00000000afe00000-0x00000000bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff] [ 0.000000] OMAP4430 ES2.1 [ 0.000000] percpu: Embedded 20 pages/cpu s49740 r8192 d23988 u81920 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259908 [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 868088K/1046528K available (9216K kernel code, 1025K rwdata, 2164K rodata, 1024K init, 281K bss, 39176K reserved, 139264K cma-reserved, 245760K highmem) <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <4>[ 0.000000] L2C: platform modifies aux control register: 0x0e070000 -> 0x3e470000 <4>[ 0.000000] L2C: DT/platform modifies aux control register: 0x0e070000 -> 0x3e470000 <6>[ 0.000000] L2C-310 erratum 727915 enabled <6>[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 <6>[ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines <6>[ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB <6>[ 0.000000] L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x7e470000 <4>[ 0.000000] ------------[ cut here ]------------ <4>[ 0.000000] WARNING: CPU: 0 PID: 0 at drivers/clk/clk.c:3778 __clk_register+0x44c/0x80c <4>[ 0.000000] clk_core_populate_parent_map: invalid NULL in trace_clk_div_ck's .parent_names <4>[ 0.000000] Modules linked in: <4>[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.145-cip17 #1 <4>[ 0.000000] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 0.000000] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 0.000000] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 0.000000] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 0.000000] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 0.000000] [] (warn_slowpath_fmt) from [] (__clk_register+0x44c/0x80c) <4>[ 0.000000] [] (__clk_register) from [] (ti_clk_register_omap_hw+0x14/0x78) <4>[ 0.000000] [] (ti_clk_register_omap_hw) from [] (_of_ti_gate_clk_setup+0x174/0x1dc) <4>[ 0.000000] [] (_of_ti_gate_clk_setup) from [] (of_clk_init+0x154/0x230) <4>[ 0.000000] [] (of_clk_init) from [] (omap_clk_init+0x38/0x58) <4>[ 0.000000] [] (omap_clk_init) from [] (omap_init_time_of+0x8/0x10) <4>[ 0.000000] [] (omap_init_time_of) from [] (start_kernel+0x2f0/0x544) <4>[ 0.000000] [] (start_kernel) from [<00000000>] (0x0) <4>[ 0.000000] ---[ end trace 0fe4cda311d1f5cf ]--- <3>[ 0.000000] of_ti_clockdomain_setup: of_ti_clockdomain_set# up: Failed get /ocp/interconnect@4a300000/segment@0/target-module@6000/prm@0/clockdomains/emu_sys_clkdm' clock nr 0 (-517) <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0008:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0008:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0010:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0018:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0020:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0028:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0030:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0018:26, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-wkup-clkctrl:0020:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-dss-clkctrl:0000:9, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-dss-clkctrl:0000:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-dss-clkctrl:0000:10, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-dss-clkctrl:0000:11, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node iss-clkctrl:0008:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0018:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0020:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0028:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0030:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0038:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-wkup-clkctrl:0018:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0040:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0048:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0050:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0058:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0060:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0018:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0008:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0010:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node iss-clkctrl:0000:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0020:26, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0028:26, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0030:26, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0038:26, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:00c0:26, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:00c0:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0040:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:00c0:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node emu-sys-clkctrl:0000:20, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node emu-sys-clkctrl:0000:22, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-gfx-clkctrl:0000:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0040:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0040:9, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0040:10, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0040:11, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0118:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0118:9, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l4-per-clkctrl:0118:10, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node emu-sys-clkctrl:0000:27, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0048:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0050:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0058:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-clkctrl:0060:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node emu-sys-clkctrl:0000:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:15, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:13, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:14, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:11, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:12, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:9, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3_init-clkctrl:0038:10, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0040:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0048:8, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0048:9, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0048:10, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:24, ret=-517 <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node l3-init-clkctrl:0038:25, ret=-517 <6>[ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz <6>[ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns <6>[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65535999984741ns <3>[ 0.010070] Failed to initialize '/ocp/interconnect@4a300000/segment@10000/target-module@8000/timer@0': -19 <6>[ 0.024536] Console: colour dummy device 80x30 <3>[ 0.029388] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' <3>[ 0.036407] This ensures that you still see kernel messages. Please <3>[ 0.043121] update your kernel commandline. <6>[ 0.047729] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256) <6>[ 0.140747] pid_max: default: 32768 minimum: 301 <6>[ 0.145965] LSM: Security Framework initializing <6>[ 0.151092] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.158905] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.168273] CPU: Testing write buffer coherency: ok <6>[ 0.173614] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.179412] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.186370] Setting up static identity map for 0x80100000 - 0x80100078 <6>[ 0.193572] rcu: Hierarchical SRCU implementation. <6>[ 0.199462] smp: Bringing up secondary CPUs ... <6>[ 0.243927] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <6>[ 0.243927] CPU1: Spectre v2: using BPIALL workaround <6>[ 0.255676] smp: Brought up 1 node, 2 CPUs <6>[ 0.260162] SMP: Total of 2 processors activated (2393.70 BogoMIPS). <6>[ 0.266998] CPU: All CPU(s) started in SVC mode. <6>[ 0.272705] devtmpfs: initialized <6>[ 0.296112] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1 <6>[ 0.304656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.315093] futex hash table entries: 512 (order: 3, 32768 bytes, linear) <6>[ 0.334960] pinctrl core: initialized pinctrl subsystem <6>[ 0.342468] NET: Registered protocol family 16 <6>[ 0.350433] DMA: preallocated 256 KiB pool for atomic coherent allocations <4>[ 0.361450] omap_hwmod: l3_main_3 using broken dt data from ocp <4>[ 0.368560] omap_hwmod: l3_main_2 using broken dt data from ocp <4>[ 0.376373] omap_hwmod: debugss: cannot clk_get main_clk trace_clk_div_ck <4>[ 0.383636] omap_hwmod: debugss: cannot _init_clocks <4>[ 0.389007] ------------[ cut here ]------------ <4>[ 0.394073] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2371 _init+0x3f0/0x48c <4>[ 0.403106] omap_hwmod: debugss: couldn't init clocks <4>[ 0.408599] Modules linked in: <4>[ 0.412017] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 0.420532] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 0.427001] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 0.435272] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 0.442993] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 0.450439] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 0.458404] [] (warn_slowpath_fmt) from [] (_init+0x3f0/0x48c) <4>[ 0.466491] [] (_init) from [] (omap_hwmod_for_each+0x30/0x5c) <4>[ 0.474548] [] (omap_hwmod_for_each) from [] (__omap_hwmod_setup_all+0x24/0xd4) <4>[ 0.484130] [] (__omap_hwmod_setup_all) from [] (do_one_initcall+0x44/0x240) <4>[ 0.493469] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 0.502685] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 0.511383] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 0.519439] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 0.524902] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 0.533599] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 0.542297] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 0.549407] ---[ end trace 0fe4cda311d1f5d0 ]--- <6>[ 0.555236] audit: initializing netlink subsys (disa# bled) <5>[ 0.561340] audit: type=2000 audit(0.410:1): state=initialized audit_enabled=0 res=1 <6>[ 0.562042] thermal_sys: Registered thermal governor 'fair_share' <6>[ 0.569641] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.576171] thermal_sys: Registered thermal governor 'user_space' <6>[ 0.583312] cpuidle: using governor menu <3>[ 0.594573] platform pmu: clk_get for trace_clk_div_ck failed <4>[ 1.439239] ------------[ cut here ]------------ <4>[ 1.444335] WARNING: CPU: 1 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 1.454162] omap_hwmod: gpmc: enabled state can only be entered from initialized, idle, or disabled state <4>[ 1.464294] Modules linked in: <4>[ 1.467712] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 1.476196] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 1.482696] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 1.490936] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 1.498657] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 1.506103] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 1.514099] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 1.522949] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 1.531646] [] (omap_hwmod_enable) from [] (omap_device_enable+0x3c/0x94) <4>[ 1.540710] [] (omap_device_enable) from [] (_od_runtime_resume+0x10/0x3c) <4>[ 1.549835] [] (_od_runtime_resume) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 1.558715] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 1.566955] [] (rpm_callback) from [] (rpm_resume+0x5dc/0x808) <4>[ 1.575012] [] (rpm_resume) from [] (__pm_runtime_resume+0x50/0x68) <4>[ 1.583526] [] (__pm_runtime_resume) from [] (gpmc_probe+0x13c/0x564) <4>[ 1.592224] [] (gpmc_probe) from [] (platform_drv_probe+0x48/0x98) <4>[ 1.600646] [] (platform_drv_probe) from [] (really_probe+0xec/0x488) <4>[ 1.609344] [] (really_probe) from [] (driver_probe_device+0x58/0xb4) <4>[ 1.618041] [] (driver_probe_device) from [] (bus_for_each_drv+0x84/0xc8) <4>[ 1.627105] [] (bus_for_each_drv) from [] (__device_attach+0xac/0x1d8) <4>[ 1.635864] [] (__device_attach) from [] (bus_probe_device+0x84/0x8c) <4>[ 1.644592] [] (bus_probe_device) from [] (device_add+0x350/0x790) <4>[ 1.653015] [] (device_add) from [] (of_platform_device_create_pdata+0x90/0xbc) <4>[ 1.662597] [] (of_platform_device_create_pdata) from [] (of_platform_bus_create+0x19c/0x230) <4>[ 1.673431] [] (of_platform_bus_create) from [] (of_platform_bus_create+0x1e8/0x230) <4>[ 1.683471] [] (of_platform_bus_create) from [] (of_platform_populate+0x60/0xb8) <4>[ 1.693176] [] (of_platform_populate) from [] (pdata_quirks_init+0x6c/0x90) <4>[ 1.702392] [] (pdata_quirks_init) from [] (omap_generic_init+0xc/0x18) <4>[ 1.711273] [] (omap_generic_init) from [] (customize_machine+0x1c/0x30) <4>[ 1.720245] [] (customize_machine) from [] (do_one_initcall+0x44/0x240) <4>[ 1.729125] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 1.738342] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 1.747039] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 1.755096] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 1.760559] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 1.769256] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 1.777923] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 1.785003] ---[ end trace 0fe4cda311d1f5d1 ]--- <3>[ 1.790069] omap-gpmc 50000000.gpmc: use pm_runtime_put_sync_suspend() in driver? <6>[ 1.798065] omap-gpmc 50000000.gpmc: GPMC re# vision 6.0 <4>[ 1.869384] ------------[ cut here ]------------ <4>[ 1.874420] WARNING: CPU: 1 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 1.884277] omap_hwmod: emif1: enabled state can only be entered from initialized, idle, or disabled state <4>[ 1.894470] Modules linked in: <4>[ 1.897888] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 1.906402] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 1.912872] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 1.921112] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 1.928833] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 1.936248] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 1.944244] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 1.953124] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 1.961791] [] (omap_hwmod_enable) from [] (omap_device_enable+0x3c/0x94) <4>[ 1.970855] [] (omap_device_enable) from [] (_omap_device_notifier_call+0x344/0x3b0) <4>[ 1.980895] [] (_omap_device_notifier_call) from [] (blocking_notifier_call_chain+0x6c/0x90) <4>[ 1.991668] [] (blocking_notifier_call_chain) from [] (device_add+0x324/0x790) <4>[ 2.001159] [] (device_add) from [] (of_platform_device_create_pdata+0x90/0xbc) <4>[ 2.010742] [] (of_platform_device_create_pdata) from [] (of_platform_bus_create+0x19c/0x230) <4>[ 2.021606] [] (of_platform_bus_create) from [] (of_platform_bus_create+0x1e8/0x230) <4>[ 2.031616] [] (of_platform_bus_create) from [] (of_platform_populate+0x60/0xb8) <4>[ 2.041290] [] (of_platform_populate) from [] (pdata_quirks_init+0x6c/0x90) <4>[ 2.050537] [] (pdata_quirks_init) from [] (omap_generic_init+0xc/0x18) <4>[ 2.059417] [] (omap_generic_init) from [] (customize_machine+0x1c/0x30) <4>[ 2.068359] [] (customize_machine) from [] (do_one_initcall+0x44/0x240) <4>[ 2.077239] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 2.086456] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 2.095153] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 2.103210] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 2.108673] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 2.117370] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 2.126068] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 2.133117] ---[ end trace 0fe4cda311d1f5d2 ]--- # <4>[ 2.154449] ------------[ cut here ]------------ <4>[ 2.159484] WARNING: CPU: 1 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 2.169342] omap_hwmod: emif2: enabled state can only be entered from initialized, idle, or disabled state <4>[ 2.179534] Modules linked in: <4>[ 2.182952] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 2.191467] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 2.197937] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 2.206176] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 2.213897] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 2.221313] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 2.229309] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 2.238189] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 2.246856] [] (omap_hwmod_enable) from [] (omap_device_enable+0x3c/0x94) <4>[ 2.255920] [] (omap_device_enable) from [] (_omap_device_notifier_call+0x344/0x3b0) <4>[ 2.265960] [] (_omap_device_notifier_call) from [] (blocking_notifier_call_chain+0x6c/0x90) <4>[ 2.276702] [] (blocking_notifier_call_chain) from [] (device_add+0x324/0x790) <4>[ 2.286224] [] (device_add) from [] (of_platform_device_create_pdata+0x90/0xbc) <4>[ 2.295806] [] (of_platform_device_create_pdata) from [] (of_platform_bus_create+0x19c/0x230) <4>[ 2.306640] [] (of_platform_bus_create) from [] (of_platform_bus_create+0x1e8/0x230) <4>[ 2.316680] [] (of_platform_bus_create) from [] (of_platform_populate+0x60/0xb8) <4>[ 2.326354] [] (of_platform_populate) from [] (pdata_quirks_init+0x6c/0x90) <4>[ 2.335571] [] (pdata_quirks_init) from [] (omap_generic_init+0xc/0x18) <4>[ 2.344451] [] (omap_generic_init) from [] (customize_machine+0x1c/0x30) <4>[ 2.353424] [] (customize_machine) from [] (do_one_initcall+0x44/0x240) <4>[ 2.362304] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 2.371520] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 2.380218] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 2.388275] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 2.393737] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 2.402435] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 2.411102] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 2.418182] ---[ end trace 0fe4cda311d1f5d3 ]--- # <6>[ 2.735717] No ATAGs? <6>[ 2.738433] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. <6>[ 2.746948] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 2.774291] Kprobes globally optimized <6>[ 2.790435] iommu: Default domain type: Translated <6>[ 2.799804] vgaarb: loaded <5>[ 2.803344] SCSI subsystem initialized <6>[ 2.808471] pps_core: LinuxPPS API ver. 1 registered <6>[ 2.813842] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 2.823577] PTP clock support registered <6>[ 2.829254] clocksource: Switched to clocksource 32k_counter <5>[ 3.746185] VFS: Disk quotas dquot_6.6.0 <6>[ 3.750579] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 3.769134] NET: Registered protocol family 2 <6>[ 3.774230] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 3.783996] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) <6>[ 3.792968] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 3.801300] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 3.809112] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 3.816101] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 3.823242] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 3.831054] NET: Registered protocol family 1 <6>[ 3.836578] RPC: Registered named UNIX socket transport module. <6>[ 3.842956] RPC: Registered udp transport module. <6>[ 3.848114] RPC: Registered tcp transport module. <6>[ 3.853210] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 3.860137] PCI: CLS 0 bytes, default 64 <6>[ 3.865081] Trying to unpack rootfs image as initramfs... <6>[ 5.263793] Freeing initrd memory: 13812K <4>[ 5.269134] hw perfevents: no irqs for PMU, sampling events not supported <6>[ 5.276580] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available <5>[ 5.287353] Initialise system trusted keyrings <6>[ 5.292541] workingset: timestamp_bits=14 max_order=18 bucket_order=4 <5>[ 5.300659] NFS: Registering the id_resolver key type <5>[ 5.306213] Key type id_resolver registered <5>[ 5.310791] Key type id_legacy registered <6>[ 5.315246] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. <5>[ 5.323242] Key type asymmetric registered <5>[ 5.327758] Asymmetric key parser 'x509' registered <6>[ 5.333129] bounce: pool size: 64 pages <6>[ 5.337371] io scheduler mq-deadline registered <6>[ 5.342315] io scheduler kyber registered <4>[ 5.444458] ------------[ cut here ]------------ <4>[ 5.449523] WARNING: CPU: 1 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 5.459381] omap_hwmod: ctrl_module_wkup: enabled state can only be entered from initialized, idle, or disabled state <4>[ 5.470581] Modules linked in: <4>[ 5.473999] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 5.482482] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 5.488983] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 5.497253] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 5.504943] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 5.512390] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 5.520385] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 5.529266] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 5.537963] [] (omap_hwmod_enable) from [] (sysc_runtime_resume+0x90/0x174) <4>[ 5.547210] [] (sysc_runtime_resume) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 5.556152] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 5.564392] [] (rpm_callback) from [] (rpm_resume+0x5dc/0x808) <4>[ 5.572448] [] (rpm_resume) from [] (__pm_runtime_resume+0x50/0x68) <4>[ 5.580963] [] (__pm_runtime_resume) from [] (sysc_probe+0xdfc/0x15d0) <4>[ 5.589782] [] (sysc_probe) from [] (platform_drv_probe+0x48/0x98) <4>[ 5.598205] [] (platform_drv_probe) from [] (really_probe+0xec/0x488) <4>[ 5.606903] [] (really_probe) from [] (driver_probe_device+0x58/0xb4) <4>[ 5.615570] [] (driver_probe_device) from [] (device_driver_attach+0xa8/0xb0) <4>[ 5.624969] [] (device_driver_attach) from [] (__driver_attach+0x58/0x100) <4>[ 5.634124] [] (__driver_attach) from [] (bus_for_each_dev+0x78/0xb8) <4>[ 5.642822] [] (bus_for_each_dev) from [] (bus_add_driver+0xf4/0x1e4) <4>[ 5.651519] [] (bus_add_driver) from [] (driver_register+0x88/0x118) <4>[ 5.660125] [] (driver_register) from [] (do_one_initcall+0x44/0x240) <4>[ 5.668823] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 5.678039] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 5.686737] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 5.694793] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 5.700256] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 5.708953] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 5.717651] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 5.724700] ---[ end trace 0fe4cda311d1f5d4 ]--- <3>[ 5.729766] ti-sysc 4a30c000.target-module: sysc_runtime_resume_legacy: coul# d not enable: -22 <4>[ 5.758605] ------------[ cut here ]------------ <4>[ 5.763671] WARNING: CPU: 1 PID: 22 at arch/arm/mach-omap2/omap_hwmod.c:1975 _idle+0x264/0x284 <4>[ 5.772796] omap_hwmod: ctrl_module_wkup: idle state can only be entered from enabled state <4>[ 5.781646] Modules linked in: <4>[ 5.785095] CPU: 1 PID: 22 Comm: kworker/1:1 Tainted: G W 5.10.145-cip17 #1 <4>[ 5.793853] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 5.800323] Workqueue: pm pm_runtime_work <4>[ 5.804718] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 5.812988] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 5.820709] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 5.828124] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 5.836120] [] (warn_slowpath_fmt) from [] (_idle+0x264/0x284) <4>[ 5.844177] [] (_idle) from [] (omap_hwmod_idle+0x24/0x44) <4>[ 5.851898] [] (omap_hwmod_idle) from [] (sysc_runtime_suspend+0x5c/0x128) <4>[ 5.861022] [] (sysc_runtime_suspend) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 5.870086] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 5.878326] [] (rpm_callback) from [] (rpm_suspend+0xf8/0x758) <4>[ 5.886383] [] (rpm_suspend) from [] (pm_runtime_work+0x94/0xa4) <4>[ 5.894653] [] (pm_runtime_work) from [] (process_one_work+0x1ec/0x540) <4>[ 5.903503] [] (process_one_work) from [] (worker_thread+0x48/0x594) <4>[ 5.912109] [] (worker_thread) from [] (kthread+0x130/0x144) <4>[ 5.920013] [] (kthread) from [] (ret_from_fork+0x14/0x2c) <4>[ 5.927703] Exception stack(0xc12cffb0 to 0xc12cfff8) <4>[ 5.933166] ffa0: 00000000 00000000 00000000 00000000 <4>[ 5.941864] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 5.950531] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 5.957611] ---[ end trace 0fe4cda311d1f5d5 ]--- <3>[ 5.962677] ti-sysc 4a30c000.target-module: sysc_runtime_suspend_legacy: could not idl# e: -22 <6>[ 5.971832] OMAP GPIO hardware version 0.1 <4>[ 6.003723] ti-sysc: probe of 4a318000.target-module failed with error -16 <4>[ 6.020965] ------------[ cut here ]------------ <4>[ 6.026000] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 6.035858] omap_hwmod: ctrl_module_pad_wkup: enabled state can only be entered from initialized, idle, or disabled state <4>[ 6.047393] Modules linked in: <4>[ 6.050811] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 6.059326] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 6.065795] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 6.074035] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 6.081756] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 6.089202] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 6.097167] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 6.106048] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 6.114746] [] (omap_hwmod_enable) from [] (sysc_runtime_resume+0x90/0x174) <4>[ 6.123962] [] (sysc_runtime_resume) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 6.132934] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 6.141174] [] (rpm_callback) from [] (rpm_resume+0x5dc/0x808) <4>[ 6.149230] [] (rpm_resume) from [] (__pm_runtime_resume+0x50/0x68) <4>[ 6.157745] [] (__pm_runtime_resume) from [] (sysc_probe+0xdfc/0x15d0) <4>[ 6.166534] [] (sysc_probe) from [] (platform_drv_probe+0x48/0x98) <4>[ 6.174957] [] (platform_drv_probe) from [] (really_probe+0xec/0x488) <4>[ 6.183654] [] (really_probe) from [] (driver_probe_device+0x58/0xb4) <4>[ 6.192352] [] (driver_probe_device) from [] (device_driver_attach+0xa8/0xb0) <4>[ 6.201751] [] (device_driver_attach) from [] (__driver_attach+0x58/0x100) <4>[ 6.210876] [] (__driver_attach) from [] (bus_for_each_dev+0x78/0xb8) <4>[ 6.219573] [] (bus_for_each_dev) from [] (bus_add_driver+0xf4/0x1e4) <4>[ 6.228271] [] (bus_add_driver) from [] (driver_register+0x88/0x118) <4>[ 6.236877] [] (driver_register) from [] (do_one_initcall+0x44/0x240) <4>[ 6.245544] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 6.254791] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 6.263488] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 6.271545] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 6.277008] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 6.285675] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 6.294372] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 6.301452] ---[ end trace 0fe4cda311d1f5d6 ]--- <3>[ 6.306488] ti-sysc 4a31e000.target-module: sysc_runtime_resume_legacy: # could not enable: -22 <4>[ 6.325561] ------------[ cut here ]------------ <4>[ 6.330596] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 6.340454] omap_hwmod: ctrl_module_core: enabled state can only be entered from initialized, idle, or disabled state <4>[ 6.351623] Modules linked in: <4>[ 6.355041] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 6.363555] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 6.370025] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 6.378265] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 6.385986] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 6.393432] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 6.401397] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 6.410278] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 6.418975] [] (omap_hwmod_enable) from [] (sysc_runtime_resume+0x90/0x174) <4>[ 6.428192] [] (sysc_runtime_resume) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 6.437133] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 6.445373] [] (rpm_callback) from [] (rpm_resume+0x5dc/0x808) <4>[ 6.453460] [] (rpm_resume) from [] (__pm_runtime_resume+0x50/0x68) <4>[ 6.461975] [] (__pm_runtime_resume) from [] (sysc_probe+0xdfc/0x15d0) <4>[ 6.470733] [] (sysc_probe) from [] (platform_drv_probe+0x48/0x98) <4>[ 6.479156] [] (platform_drv_probe) from [] (really_probe+0xec/0x488) <4>[ 6.487854] [] (really_probe) from [] (driver_probe_device+0x58/0xb4) <4>[ 6.496551] [] (driver_probe_device) from [] (device_driver_attach+0xa8/0xb0) <4>[ 6.505950] [] (device_driver_attach) from [] (__driver_attach+0x58/0x100) <4>[ 6.515106] [] (__driver_attach) from [] (bus_for_each_dev+0x78/0xb8) <4>[ 6.523773] [] (bus_for_each_dev) from [] (bus_add_driver+0xf4/0x1e4) <4>[ 6.532470] [] (bus_add_driver) from [] (driver_register+0x88/0x118) <4>[ 6.541076] [] (driver_register) from [] (do_one_initcall+0x44/0x240) <4>[ 6.549774] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 6.558990] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 6.567687] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 6.575744] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 6.581207] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 6.589904] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 6.598571] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 6.605651] ---[ end trace 0fe4cda311d1f5d7 ]--- <3>[ 6.610717] ti-sysc 4a002000.target-module: sysc_runtime_resume_legacy: coul# d not enable: -22 <3>[ 6.843566] ti-sysc 4a056000.target-module: clock get error for fck: -517 <3>[ 6.851013] ti-sysc 4a058000.target-module: clock get error for fck: -517 <3>[ 6.858459] ti-sysc 4a062000.target-module: clock get error for fck: -517 <3>[ 6.865905] ti-sysc 4a064000.target-module: clock get error for fck: -517 <3>[ 6.873321] ti-sysc 4a066000.target-module: clock get error for fck: -517 <3>[ 6.880767] ti-sysc 4a0ab400.target-module: clock get error for fck: -517 <3>[ 6.888214] ti-sysc 4a0ad000.target-module: clock get error for fck: -517 <3>[ 6.895660] ti-sysc 4a0b6000.target-module: clock get error for fck: -517 <3>[ 6.903076] ti-sysc 4a0cd000.target-module: clock get error for fck: -517 <3>[ 6.910552] ti-sysc 4a0d9038.target-module: clock get error for fck: -517 <3>[ 6.917999] ti-sysc 4a0db038.target-module: clock get error for fck: -517 <3>[ 6.925445] ti-sysc 4a0dd038.target-module: clock get error for fck: -517 <3>[ 6.932891] ti-sysc 4a0f4000.target-module: clock get error for fck: -517 <3>[ 6.940338] ti-sysc 4a0f6000.target-module: clock get error for fck: -517 <4>[ 6.947784] ------------[ cut here ]------------ <4>[ 6.952819] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 6.962677] omap_hwmod: ctrl_module_pad_core: enabled state can only be entered from initialized, idle, or disabled state <4>[ 6.974212] Modules linked in: <4>[ 6.977630] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 6.986145] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 6.992614] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.000854] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 7.008575] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 7.016021] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 7.023986] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 7.032867] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 7.041564] [] (omap_hwmod_enable) from [] (sysc_runtime_resume+0x90/0x174) <4>[ 7.050811] [] (sysc_runtime_resume) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 7.059753] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 7.067993] [] (rpm_callback) from [] (rpm_resume+0x5dc/0x808) <4>[ 7.076049] [] (rpm_resume) from [] (__pm_runtime_resume+0x50/0x68) <4>[ 7.084564] [] (__pm_runtime_resume) from [] (sysc_probe+0xdfc/0x15d0) <4>[ 7.093353] [] (sysc_probe) from [] (platform_drv_probe+0x48/0x98) <4>[ 7.101776] [] (platform_drv_probe) from [] (really_probe+0xec/0x488) <4>[ 7.110473] [] (really_probe) from [] (driver_probe_device+0x58/0xb4) <4>[ 7.119171] [] (driver_probe_device) from [] (device_driver_attach+0xa8/0xb0) <4>[ 7.128570] [] (device_driver_attach) from [] (__driver_attach+0x58/0x100) <4>[ 7.137695] [] (__driver_attach) from [] (bus_for_each_dev+0x78/0xb8) <4>[ 7.146392] [] (bus_for_each_dev) from [] (bus_add_driver+0xf4/0x1e4) <4>[ 7.155090] [] (bus_add_driver) from [] (driver_register+0x88/0x118) <4>[ 7.163696] [] (driver_register) from [] (do_one_initcall+0x44/0x240) <4>[ 7.172393] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 7.181610] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 7.190307] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 7.198364] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 7.203826] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 7.212524] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 7.221191] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 7.228271] ---[ end trace 0fe4cda311d1f5d8 ]--- <3>[ 7.233337] ti-sysc 4a100000.target-module: s# ysc_runtime_resume_legacy: could not enable: -22 <3>[ 7.270996] ti-sysc 4a10a000.target-module: clock get error for fck: -517 <4>[ 7.342803] ------------[ cut here ]------------ <4>[ 7.347869] WARNING: CPU: 0 PID: 5 at arch/arm/mach-omap2/omap_hwmod.c:1975 _idle+0x264/0x284 <4>[ 7.356903] omap_hwmod: ctrl_module_pad_wkup: idle state can only be entered from enabled state <4>[ 7.366119] Modules linked in: <4>[ 7.369537] CPU: 0 PID: 5 Comm: kworker/0:0 Tainted: G W 5.10.145-cip17 #1 <4>[ 7.378234] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 7.384674] Workqueue: pm pm_runtime_work <4>[ 7.389099] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.397369] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 7.405090] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 7.412506] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 7.420501] [] (warn_slowpath_fmt) from [] (_idle+0x264/0x284) <4>[ 7.428558] [] (_idle) from [] (omap_hwmod_idle+0x24/0x44) <4>[ 7.436279] [] (omap_hwmod_idle) from [] (sysc_runtime_suspend+0x5c/0x128) <4>[ 7.445434] [] (sysc_runtime_suspend) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 7.454467] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 7.462707] [] (rpm_callback) from [] (rpm_suspend+0xf8/0x758) <4>[ 7.470764] [] (rpm_suspend) from [] (pm_runtime_work+0x94/0xa4) <4>[ 7.479034] [] (pm_runtime_work) from [] (process_one_work+0x1ec/0x540) <4>[ 7.487884] [] (process_one_work) from [] (worker_thread+0x48/0x594) <4>[ 7.496490] [] (worker_thread) from [] (kthread+0x130/0x144) <4>[ 7.504394] [] (kthread) from [] (ret_from_fork+0x14/0x2c) <4>[ 7.512084] Exception stack(0xc10ebfb0 to 0xc10ebff8) <4>[ 7.517547] bfa0: 00000000 00000000 00000000 00000000 <4>[ 7.526245] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 7.534942] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 7.541992] ---[ end trace 0fe4cda311d1f5d9 ]--- <3>[ 7.547058] ti-sysc 4a31e000.target-module: sysc_runtime_suspend_legacy: could not i# dle: -22 <4>[ 7.556091] ------------[ cut here ]------------ <4>[ 7.561126] WARNING: CPU: 0 PID: 5 at arch/arm/mach-omap2/omap_hwmod.c:1975 _idle+0x264/0x284 <4>[ 7.570159] omap_hwmod: ctrl_module_core: idle state can only be entered from enabled state <4>[ 7.579040] Modules linked in: <4>[ 7.579040] CPU: 0 PID: 5 Comm: kworker/0:0 Tainted: G W 5.10.145-cip17 #1 <4>[ 7.579071] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 7.591156] Workqueue: pm pm_runtime_work <4>[ 7.601989] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.610260] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 7.617950] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 7.617980] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 7.633361] [] (warn_slowpath_fmt) from [] (_idle+0x264/0x284) <4>[ 7.641448] [] (_idle) from [] (omap_hwmod_idle+0x24/0x44) <4>[ 7.641448] [] (omap_hwmod_idle) from [] (sysc_runtime_suspend+0x5c/0x128) <4>[ 7.641479] [] (sysc_runtime_suspend) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 7.658294] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 7.658294] [] (rpm_callback) from [] (rpm_suspend+0xf8/0x758) <4>[ 7.658325] [] (rpm_suspend) from [] (pm_runtime_work+0x94/0xa4) <4>[ 7.691864] [] (pm_runtime_work) from [] (process_one_work+0x1ec/0x540) <4>[ 7.700744] [] (process_one_work) from [] (worker_thread+0x48/0x594) <4>[ 7.709350] [] (worker_thread) from [] (kthread+0x130/0x144) <4>[ 7.717224] [] (kthread) from [] (ret_from_fork+0x14/0x2c) <4>[ 7.724914] Exception stack(0xc10ebfb0 to 0xc10ebff8) <4>[ 7.730407] bfa0: 00000000 00000000 00000000 00000000 <4>[ 7.739074] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 7.747772] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 7.754852] ---[ end trace 0fe4cda311d1f5da ]--- <3>[ 7.759948] ti-sysc 4a002000.target-mo# dule: sysc_runtime_suspend_legacy: could not idle: -22 <3>[ 7.764007] ti-sysc 4809c000.target-module: clock get error for fck: -517 <4>[ 7.769104] ------------[ cut here ]------------ <4>[ 7.781219] WARNING: CPU: 0 PID: 5 at arch/arm/mach-omap2/omap_hwmod.c:1975 _idle+0x264/0x284 <4>[ 7.790283] omap_hwmod: ctrl_module_pad_core: idle state can only be entered from enabled state <3>[ 7.793579] ti-sysc 480b4000.target-module: clock get error for fck: -517 <4>[ 7.799499] Modules linked in: <4>[ 7.799499] CPU: 0 PID: 5 Comm: kworker/0:0 Tainted: G W 5.10.145-cip17 #1 <4>[ 7.799499] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 7.825286] Workqueue: pm pm_runtime_work <4>[ 7.829711] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.837951] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <3>[ 7.841522] ti-sysc 52000000.target-module: clock get error for fck: -517 <4>[ 7.845672] [] (dump_stack) from [] (__warn+0xd4/0x140) <3>[ 7.853210] ti-sysc 55082000.target-module: clock get error for fck: -517 <4>[ 7.860351] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 7.860351] [] (warn_slowpath_fmt) from [] (_idle+0x264/0x284) <3>[ 7.867767] ti-sysc 4012c000.target-module: clock get error for fck: -517 <4>[ 7.875579] [] (_idle) from [] (omap_hwmod_idle+0x24/0x44) <4>[ 7.898559] [] (omap_hwmod_idle) from [] (sysc_runtime_suspend+0x5c/0x128) <4>[ 7.907714] [] (sysc_runtime_suspend) from [] (__rpm_callback+0xdc/0x1c4) <3>[ 7.908630] ti-sysc 58000000.target-module: clock get error for fck: -517 <4>[ 7.916748] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 7.916778] [] (rpm_callback) from [] (rpm_suspend+0xf8/0x758) <4>[ 7.916778] [] (rpm_suspend) from [] (pm_runtime_work+0x94/0xa4) <4>[ 7.927124] ------------[ cut here ]------------ <4>[ 7.932281] [] (pm_runtime_work) from [] (process_one_work+0x1ec/0x540) <4>[ 7.940338] WARNING: CPU: 1 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 7.948547] [] (process_one_work) from [] (worker_thread+0x48/0x594) <4>[ 7.953552] omap_hwmod: ctrl_module_pad_wkup: enabled state can only be entered from initialized, idle, or disabled state <4>[ 7.962402] [] (worker_thread) from [] (kthread+0x130/0x144) <4>[ 7.972229] Modules linked in: <4>[ 7.980834] [] (kthread) from [] (ret_from_fork+0x14/0x2c) <4>[ 7.992370] <4>[ 8.000244] Exception stack(0xc10ebfb0 to 0xc10ebff8) <4>[ 8.018585] bfa0: 00000000 00000000 00000000 00000000 <4>[ 8.027282] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 8.035949] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 8.043029] ---[ end trace 0fe4cda311d1f5db ]--- <4>[ 8.043029] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 # #1 <4>[ 8.043060] Hardware name: Generic OMAP4 (Flattened Device Tree) <3>[ 8.048126] ti-sysc 4a100000.target-module: sysc_runtime_suspend_legacy: could not idle: -22 <4>[ 8.056579] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 8.056610] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 8.087921] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 8.095367] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 8.103332] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 8.112213] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 8.120910] [] (omap_hwmod_enable) from [] (sysc_runtime_resume+0x90/0x174) <4>[ 8.130126] [] (sysc_runtime_resume) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 8.139099] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 8.147338] [] (rpm_callback) from [] (rpm_resume+0x5dc/0x808) <4>[ 8.155395] [] (rpm_resume) from [] (__pm_runtime_resume+0x50/0x68) <4>[ 8.163909] [] (__pm_runtime_resume) from [] (driver_probe_device+0x34/0xb4) <4>[ 8.173217] [] (driver_probe_device) from [] (device_driver_attach+0xa8/0xb0) <4>[ 8.182647] [] (device_driver_attach) from [] (__driver_attach+0x58/0x100) <4>[ 8.191772] [] (__driver_attach) from [] (bus_for_each_dev+0x78/0xb8) <4>[ 8.200469] [] (bus_for_each_dev) from [] (bus_add_driver+0xf4/0x1e4) <4>[ 8.209167] [] (bus_add_driver) from [] (driver_register+0x88/0x118) <4>[ 8.217773] [] (driver_register) from [] (do_one_initcall+0x44/0x240) <4>[ 8.226470] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 8.235687] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 8.244384] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 8.252441] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 8.257904] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 8.266601] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 8.275268] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 8.282348] ---[ end trace 0fe4cda311d1f5dc ]--- <3>[ 8.287445] ti-sysc 4a31e000.target-module: sysc_runtime_resume_legacy: could not enable: -22 <6>[ 8.296783] pinctrl-single 4a31e040.pinmux: 28 pins, size 56 <4>[ 8.303192] ------------[ cut here ]------------ <4>[ 8.308227] WARNING: CPU: 1 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:1883 _enable.part.0+0x27c/0x2a0 <4>[ 8.318084] omap_hwmod: ctrl_module_pad_core: enabled state can only be entered from initialized, idle, or disabled state <4>[ 8.329620] Modules linked in: <4>[ 8.333038] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 5.10.145-cip17 #1 <4>[ 8.341552] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 8.348022] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 8.356262] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 8.363983] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 8.371398] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 8.379394] [] (warn_slowpath_fmt) from [] (_enable.part.0+0x27c/0x2a0) <4>[ 8.388275] [] (_enable.part.0) from [] (omap_hwmod_enable+0x3c/0x5c) <4>[ 8.396972] [] (omap_hwmod_enable) from [] (sysc_runtime_resume+0x90/0x174) <4>[ 8.406188] [] (sysc_runtime_resume) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 8.415161] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 8.423400] [] (rpm_callback) from [] (rpm_resume+0x5dc/0x808) <4>[ 8.431457] [] (rpm_resume) from [] (__pm_runtime_resume+0x50/0x68) <4>[ 8.439971] [] (__pm_runtime_resume) from [] (driver_probe_device+0x34/0xb4) <4>[ 8.449279] [] (driver_probe_device) from [] (device_driver_attach+0xa8/0xb0) <4>[ 8.458679] [] (device_driver_attach) from [] (__driver_attach+0x58/0x100) <4>[ 8.467834] [] (__driver_attach) from [] (bus_for_each_dev+0x78/0xb8) <4>[ 8.476501] [] (bus_for_each_dev) from [] (bus_add_driver+0xf4/0x1e4) <4>[ 8.485198] [] (bus_add_driver) from [] (driver_register+0x88/0x118) <4>[ 8.493804] [] (driver_register) from [] (do_one_initcall+0x44/0x240) <4>[ 8.502502] [] (do_one_initcall) from [] (kernel_init_freeable+0x21c/0x2b0) <4>[ 8.511718] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x11c) <4>[ 8.520416] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 8.528472] Exception stack(0xc10c1fb0 to 0xc10c1ff8) <4>[ 8.533935] 1fa0: 00000000 00000000 00000000 00000000 <4>[ 8.542633] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 8.551300] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 8.558380] ---[ end trace 0fe4cda311d1f5dd ]--- <3>[ 8.563476] ti-sysc 4a100000.target-m# odule: sysc_runtime_resume_legacy: could not enable: -22 <6>[ 8.573181] pinctrl-single 4a100040.pinmux: 203 pins, size 406 <6>[ 8.588409] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled <6>[ 8.599884] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 100, base_baud = 3000000) is a 8250 <6>[ 8.609283] printk: console [ttyS2] enabled <6>[ 8.609283] printk: console [ttyS2] enabled <6>[ 8.618316] printk: bootconsole [omap8250] disabled <6>[ 8.618316] printk: bootconsole [omap8250] disabled <4>[ 8.629272] ------------[ cut here ]------------ <4>[ 8.634216] WARNING: CPU: 1 PID: 16 at arch/arm/mach-omap2/omap_hwmod.c:1975 _idle+0x264/0x284 <4>[ 8.643127] omap_hwmod: ctrl_module_pad_wkup: idle state can only be entered from enabled state <4>[ 8.652130] Modules linked in: <4>[ 8.655487] CPU: 1 PID: 16 Comm: kworker/1:0 Tainted: G W 5.10.145-cip17 #1 <4>[ 8.664031] Hardware name: Generic OMAP4 (Flattened Device Tree) <4>[ 8.670349] Workqueue: pm pm_runtime_work <4>[ 8.674682] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 8.682739] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 8.690277] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 8.697540] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 8.705322] [] (warn_slowpath_fmt) from [] (_idle+0x264/0x284) <4>[ 8.713195] [] (_idle) from [] (omap_hwmod_idle+0x24/0x44) <4>[ 8.720733] [] (omap_hwmod_idle) from [] (sysc_runtime_suspend+0x5c/0x128) <4>[ 8.729644] [] (sysc_runtime_suspend) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 8.738494] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 8.746520] [] (rpm_callback) from [] (rpm_suspend+0xf8/0x758) <4>[ 8.754394] [] (rpm_suspend) from [] (pm_runtime_work+0x94/0xa4) <4>[ 8.762451] [] (pm_runtime_work) from [] (process_one_work+0x1ec/0x540) <4>[ 8.771118] [] (process_one_work) from [] (worker_thread+0x48/0x594) <4>[ 8.779510] [] (worker_thread) from [] (kthread+0x130/0x144) <4>[ 8.787231] [] (kthread) from [] (ret_from_fork+0x14/0x2c) <4>[ 8.794738] Exception stack(0xc1109fb0 to 0xc1109ff8) <4>[ 8.794738] 9fa0: 00000000 00000000 00000000 00000000 <4>[ 8.794769] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 8.794769] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 8.808563] ---[ end trace 0fe4cda311d1f5de ]--- <3>[ 8.808624] ti# -sysc 4a31e000.target-module: sysc_runtime_suspend_legacy: could not idle: -22 <4>[ 8.824127] ------------[ cut here ]------------ <4>[ 8.837646] WARNING: CPU: 1 PID: 16 at arch/arm/mach-omap2/omap_hwmod.c:1975 _idle+0x264/0x284 <4>[ 8.837677] omap_hwmod: ctrl_module_pad_core: idle state can only be entered from enabled state <4>[ 8.851470] Modules linked in: <4>[ 8.851470] CPU: 1 PID: 16 Comm: kworker/1:0 Tainted: G W 5.10.145-cip17 #1 <4>[ 8.851470] Hardware name: Generic OMAP4 (Flattened Device Tree) <6>[ 8.860534] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 111, base_baud = 3000000) is a 8250 <4>[ 8.863800] Workqueue: pm pm_runtime_work <4>[ 8.878631] <4>[ 8.878662] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 8.878692] [] (show_stack) from [] (dump_stack+0xc0/0xdc) <4>[ 8.878723] [] (dump_stack) from [] (__warn+0xd4/0x140) <4>[ 8.892089] [] (__warn) from [] (warn_slowpath_fmt+0x94/0xbc) <4>[ 8.901855] [] (warn_slowpath_fmt) from [] (_idle+0x264/0x284) <4>[ 8.901885] [] (_idle) from [] (omap_hwmod_idle+0x24/0x44) <4>[ 8.916656] [] (omap_hwmod_idle) from [] (sysc_runtime_suspend+0x5c/0x128) <4>[ 8.916656] [] (sysc_runtime_suspend) from [] (__rpm_callback+0xdc/0x1c4) <4>[ 8.932281] [] (__rpm_callback) from [] (rpm_callback+0x20/0x74) <4>[ 8.948699] [] (rpm_callback) from [] (rpm_suspend+0xf8/0x758) <4>[ 8.948730] [] (rpm_suspend) from [] (pm_runtime_work+0x94/0xa4) <4>[ 8.948730] [] (pm_runtime_work) from [] (process_one_work+0x1ec/0x540) <6>[ 8.957580] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 112, base_baud = 3000000) is a 8250 <4>[ 8.965576] [] (process_one_work) from [] (worker_thread+0x48/0x594) <4>[ 8.965606] [] (worker_thread) from [] (kthread+0x130/0x144) <4>[ 8.981506] [] (kthread) from [] (ret_from_fork+0x14/0x2c) <4>[ 8.999206] Exception stack(0xc1109fb0 to 0xc1109ff8) <4>[ 8.999237] 9fa0: 00000000 00000000 00000000 00000000 <4>[ 8.999237] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 8.999237] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 9.015319] ---[ end trace 0fe4cda311d1f5df ]--- <3>[ 9.015350] ti-sysc 4a100000.target-module: sysc_runtime_suspend_legacy: could not idle: -2# 2 <6>[ 9.065826] 4806e000.serial: ttyS3 at MMIO 0x4806e000 (irq = 113, base_baud = 3000000) is a 8250 <6>[ 9.088165] brd: module loaded <6>[ 9.100769] loop: module loaded <3>[ 9.107116] mtdoops: mtd device (mtddev=name/number) must be supplied <6>[ 9.121490] i2c /dev entries driver <4>[ 9.126922] thermal thermal_zone0: failed to read out thermal zone (-5) <6>[ 9.135864] sdhci: Secure Digital Host Controller Interface driver <6>[ 9.142333] sdhci: Copyright(c) Pierre Ossman <6>[ 9.148193] sdhci-pltfm: SDHCI platform and OF driver helper <3>[ 9.156066] omap_hsmmc 480d5000.mmc: RX DMA channel request failed <6>[ 9.162628] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 9.171508] Initializing XFRM netlink socket <6>[ 9.176330] NET: Registered protocol family 10 <6>[ 9.182281] Segment Routing with IPv6 <6>[ 9.186340] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 9.193267] NET: Registered protocol family 17 <6>[ 9.198059] NET: Registered protocol family 15 <5>[ 9.202880] Key type dns_resolver registered <6>[ 9.207977] oprofile: using arm/armv7-ca9 <6>[ 9.212371] ThumbEE CPU extension supported. <5>[ 9.216979] Registering SWP/SWPB emulation handler <3>[ 9.223052] twl: not initialized <3>[ 9.226593] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 9.234924] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 9.243255] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 9.251586] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 9.259918] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 9.268218] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1375000 Vs max 1316660 <3>[ 9.276550] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 1410000 Vs max 1316660 <6>[ 9.284881] Power Management for TI OMAP4+ devices. <4>[ 9.290069] OMAP4 PM: u-boot >= v2012.07 is required for full PM support <6>[ 9.297210] SmartReflex Class3 initialized <5>[ 9.302398] Loading compiled-in X.509 certificates