AM3358: Migration from Linux version 4.19.94 to either 5 or 6

Part Number: AM3358

Tool/software:

Hey guys,

I'm new here and hope you can help me out.

We have a custom board where we use the Octavo OSD3358 with the AM3358 inside. With

  • U-Boot SPL 2019.04

  • Kernel Linux version 4.19.94

most things are working but old. The one thing that is not working is the SGX and hence we are using frame buffer. For different other reasons but also for the SGX reason we want to update the kernel.

The question is to which exact version can I update in best case? Would you suggest to go to kernel version 5 first or straight to 6?

Is there a migration guide on how to do this? Obviously we would need to adapt some patches, configs, device trees as thing have changes between the kernel versions.

Appreciate any help!

  • Hi Artur,

    Would you suggest to go to kernel version 5 first or straight to 6?

    It is always recommended to use the latest kernel version which is used in the Processor SDK for a particular device. The current SDK version for AM335x is 9.3 which uses kernel v6.1.

    Is there a migration guide on how to do this?

    This is no such migration guide available. I am out of office for the rest of the week, but I will write up a guideline for you early next week.

  • Hi,

    thanks for your reply. I am very curious to see the guide. Let me know once there is something.

  • Hi Bin Liu,

    do you have any news?

  • Hi Artur,

    Is there a migration guide on how to do this? Obviously we would need to adapt some patches, configs, device trees as thing have changes between the kernel versions.

    I was actually over thinking about it a week ago when first saw your post. But now I roughly compared the U-Boot devicetree in both 2019.01 and 2024.01, and they are very similar. So I think you take whatever patches you applied to 2019.04 to SDK9.3 U-Boot (2024.01), it should boot your board just fine.

    The kernel would be the similar process.

  • Hi,

    meanwhile I tried to go incrementally from Kernel 4.19 to 5.10.162 to 5.15.186 to 6.1.142. From 5.10.162 to 5.15.186 I saw the following behavior during boot:

    [ 2.846276] clk: Disabling unused clocks

    When I do clk_ignore_unused it boots fully. I consider this more of a workaround than a fix. Now I would like to understand how to find a proper fix for it rather than a workaround. Do you any hints on this one?

  • Hi Artur,

    [ 2.846276] clk: Disabling unused clocks

    This is just informative, not an error.

    meanwhile I tried to go incrementally from Kernel 4.19 to 5.10.162 to 5.15.186 to 6.1.142.

    In my personal opinion, moving to an intermediate kernel versions is not necessary. If v6.1 is the final kernel version, I would directly migrate to it.

  • Guess thats a misunderstanding. The boot process stopped at
    [ 2.846276] clk: Disabling unused clocks

    Then with
    clk_ignore_unused
    it booted properly

  • Guess thats a misunderstanding. The boot process stopped at
    [ 2.846276] clk: Disabling unused clocks

    Thanks for the clarification. It would be an problem.

    Please let me know if the problem is still with kernel v6.1 once you work on v6.1.

  • Yes it is. I am on 6.1.142 now. I guess some clocks are configured wrong and with the clk_ignore_unused I can bypass it. But again I consider this a workaround and need a proper fix.

  • Can you please try the following 6.1 kernel to see if the issue still exist? It is the kernel snapshot used in AM335x SDK9.3.

    https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=09.03.05

    If the kernel still hangs at "clk: Disabling unused clocks", please attach the full boot log.

  • Hi Bin Liu,
    thanks for the hint. I was able to get the 6.1.119 kernel from your link and just like 6.1.142 it stops at 
    [    4.142614] clk: Disabling unused clocks

    U-Boot 2019.04 (Aug 28 2025 - 16:38:17 +0200)
    
    CPU  : AM335X-GP rev 2.1
    I2C:   ready
    DRAM:  512 MiB
    No match for driver 'omap_hsmmc'
    No match for driver 'omap_hsmmc'
    Some drivers were not found
    Board init called. About to toggle GPIO 43 (gpio1_11)
    Reset Source: Power-on reset has occurred.
    RTC 32KCLK Source: External.
    NAND:  512 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from NAND... OK
    Board: BeagleBone Black
    BeagleBone Black:
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x54:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x55:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x56:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x57:
    Net:   eth0: MII MODE
    cpsw, usb_ether
    Press SPACE to abort autoboot in 2 seconds
    450 bytes read in 3 ms (146.5 KiB/s)
    ## Executing script at 82000000
    6520040 bytes read in 428 ms (14.5 MiB/s)
    Get /development/cbpcb.dtb from SD card...
    98295 bytes read in 11 ms (8.5 MiB/s)
    Boote kernel...
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8ffffff6 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.119 (XPS-9320) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot -svn5) 10.4.0, GNU ld (GNU Binutils) 2.38) #1 PREEMPT Thu Aug 28 16:37:39 CEST 2025
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: Octavo cbpcb
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] cma: Reserved 88 MiB at 0x9a000000
    [    0.000000] Zone ranges:
    [    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
    [    0.000000] pcpu-alloc: [0] 0 
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129794
    [    0.000000] Kernel command line: console=ttyO0,115200n8 coherent_pool=16M root=/dev/mmcblk0p2 rw wait rootfstype=ext4 rootwait loglevel=7 console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw wait rootfstype=ext4 rootwait loglevel=8
    [    0.000000] Unknown kernel command line parameters "wait wait", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 405896K/523264K available (9216K kernel code, 1297K rwdata, 3008K rodata, 1024K init, 6528K bss, 27256K reserved, 90112K cma-reserved, 0K highmem)
    [    0.000000] trace event string verifier disabled
    [    0.000000] Running RCU self tests
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU lockdep checking is enabled.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
    [    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
    [    0.000028] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
    [    0.000742] TI gptimer clockevent: 25000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
    [    0.003295] Console: colour dummy device 80x30
    [    0.003373] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
    [    0.003383] ... MAX_LOCKDEP_SUBCLASSES:  8
    [    0.003392] ... MAX_LOCK_DEPTH:          48
    [    0.003400] ... MAX_LOCKDEP_KEYS:        8192
    [    0.003407] ... CLASSHASH_SIZE:          4096
    [    0.003415] ... MAX_LOCKDEP_ENTRIES:     32768
    [    0.003423] ... MAX_LOCKDEP_CHAINS:      65536
    [    0.003430] ... CHAINHASH_SIZE:          32768
    [    0.003438]  memory used by lock dependency info: 4061 kB
    [    0.003446]  memory used for stack traces: 2112 kB
    [    0.003454]  per task-struct memory footprint: 1536 bytes
    [    0.003503] Calibrating delay loop... 976.89 BogoMIPS (lpj=488448)
    [    0.010884] CPU: Testing write buffer coherency: ok
    [    0.011073] CPU0: Spectre v2: using BPIALL workaround
    [    0.011086] pid_max: default: 32768 minimum: 301
    [    0.011284] LSM: Security Framework initializing
    [    0.011620] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.011645] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.017667] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.017697] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.018040] Running RCU-tasks wait API self tests
    [    0.121170] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.122062] rcu: Hierarchical SRCU implementation.
    [    0.122079] rcu:     Max phase no-delay instances is 400.
    [    0.125100] devtmpfs: initialized
    [    0.188287] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.189640] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.189718] futex hash table entries: 256 (order: 1, 12288 bytes, linear)
    [    0.197645] pinctrl core: initialized pinctrl subsystem
    [    0.202312] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.225198] Callback from call_rcu_tasks() invoked.
    [    0.225642] DMA: preallocated 16384 KiB pool for atomic coherent allocations
    [    0.229084] thermal_sys: Registered thermal governor 'fair_share'
    [    0.229110] thermal_sys: Registered thermal governor 'step_wise'
    [    0.229122] thermal_sys: Registered thermal governor 'user_space'
    [    0.229473] cpuidle: using governor menu
    [    0.316767] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.346666] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
    [    0.365938] reg-fixed-voltage fixedregulator0: GPIO lookup for consumer (null)
    [    0.365977] reg-fixed-voltage fixedregulator0: using device tree for GPIO lookup
    [    0.366014] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator0[0]'
    [    0.366070] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator0[0]'
    [    0.366104] reg-fixed-voltage fixedregulator0: using lookup tables for GPIO lookup
    [    0.366255] reg-fixed-voltage fixedregulator0: No GPIO consumer (null) found
    [    0.373121] SCSI subsystem initialized
    [    0.377956] usbcore: registered new interface driver usbfs
    [    0.378201] usbcore: registered new interface driver hub
    [    0.378363] usbcore: registered new device driver usb
    [    0.379986] pps_core: LinuxPPS API ver. 1 registered
    [    0.380006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.380061] PTP clock support registered
    [    0.391952] clocksource: Switched to clocksource dmtimer
    [    0.395140] VFS: Disk quotas dquot_6.6.0
    [    0.395248] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.447671] NET: Registered PF_INET protocol family
    [    0.448537] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.454209] tcp_listen_portaddr_hash hash table entries: 256 (order: 1, 10240 bytes, linear)
    [    0.454298] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.454330] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.454480] TCP bind hash table entries: 4096 (order: 6, 327680 bytes, linear)
    [    0.455791] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.460138] UDP hash table entries: 256 (order: 2, 24576 bytes, linear)
    [    0.460278] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes, linear)
    [    0.460726] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.465851] RPC: Registered named UNIX socket transport module.
    [    0.465985] RPC: Registered udp transport module.
    [    0.465998] RPC: Registered tcp transport module.
    [    0.466008] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.468363] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    0.479197] Initialise system trusted keyrings
    [    0.483015] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.484804] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.486457] NFS: Registering the id_resolver key type
    [    0.486621] Key type id_resolver registered
    [    0.486662] Key type id_legacy registered
    [    0.487686] Key type asymmetric registered
    [    0.487770] Asymmetric key parser 'x509' registered
    [    0.488111] io scheduler mq-deadline registered
    [    0.488134] io scheduler kyber registered
    [    0.545832] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    0.546858] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0)
    [    0.547546] gpio gpiochip0: registered GPIOs 0 to 31 on gpio-0-31
    [    0.547687] OMAP GPIO hardware version 0.1
    [    0.566505] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/jtaggrp
    [    0.585167] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    0.610107] ti-sysc: probe of 48040000.target-module failed with error -16
    [    0.634322] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    0.638065] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1)
    [    0.638332] gpio gpiochip1: registered GPIOs 32 to 63 on gpio-32-63
    [    0.655280] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    0.671708] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    0.676074] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2)
    [    0.676369] gpio gpiochip2: registered GPIOs 64 to 95 on gpio-64-95
    [    0.680521] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    0.685057] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3)
    [    0.685390] gpio gpiochip3: registered GPIOs 96 to 127 on gpio-96-127
    [    0.741750] edma 49000000.dma: TI EDMA DMA engine driver
    [    0.797939] pinctrl-single 44e10800.pinmux: 142 pins, size 568
    [    0.830234] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    0.846249] omap_uart 48022000.serial: no wakeirq for uart0
    [    0.846303] omap_uart 48022000.serial: GPIO lookup for consumer rs485-term
    [    0.846315] omap_uart 48022000.serial: using device tree for GPIO lookup
    [    0.846350] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.846442] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.846518] omap_uart 48022000.serial: using lookup tables for GPIO lookup
    [    0.846533] omap_uart 48022000.serial: No GPIO consumer rs485-term found
    [    0.846549] omap_uart 48022000.serial: GPIO lookup for consumer rts
    [    0.846561] omap_uart 48022000.serial: using device tree for GPIO lookup
    [    0.846588] of_get_named_gpiod_flags: can't parse 'rts-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.846666] of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.846736] omap_uart 48022000.serial: using lookup tables for GPIO lookup
    [    0.846749] omap_uart 48022000.serial: No GPIO consumer rts found
    [    0.852000] 48022000.serial: ttyO0 at MMIO 0x48022000 (irq = 25, base_baud = 3000000) is a OMAP UART0
    [    2.583048] printk: console [ttyO0] enabled
    [    2.589660] omap_uart 481a8000.serial: no wakeirq for uart1
    [    2.595612] omap_uart 481a8000.serial: GPIO lookup for consumer rs485-term
    [    2.602817] omap_uart 481a8000.serial: using device tree for GPIO lookup
    [    2.609857] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    2.625025] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    2.640059] omap_uart 481a8000.serial: using lookup tables for GPIO lookup
    [    2.647256] omap_uart 481a8000.serial: No GPIO consumer rs485-term found
    [    2.654279] omap_uart 481a8000.serial: GPIO lookup for consumer rts
    [    2.660839] omap_uart 481a8000.serial: using device tree for GPIO lookup
    [    2.667866] of_get_named_gpiod_flags: can't parse 'rts-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    2.682423] of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    2.696824] omap_uart 481a8000.serial: using lookup tables for GPIO lookup
    [    2.704017] omap_uart 481a8000.serial: No GPIO consumer rts found
    [    2.711043] 481a8000.serial: ttyO1 at MMIO 0x481a8000 (irq = 26, base_baud = 3000000) is a OMAP UART1
    [    2.726149] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    2.733097] random: crng init done
    [    2.742729] tilcdc-panel panel: GPIO lookup for consumer enable
    [    2.749002] tilcdc-panel panel: using device tree for GPIO lookup
    [    2.755412] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/panel[0]'
    [    2.764364] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/panel[0]'
    [    2.773215] tilcdc-panel panel: using lookup tables for GPIO lookup
    [    2.779780] tilcdc-panel panel: No GPIO consumer enable found
    [    2.787371] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    2.799433] Stack Depot allocating hash table of 32768 entries with kvcalloc
    [    2.807662] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    2.829389] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [    2.900961] Console: switching to colour frame buffer device 160x50
    [    2.924086] tilcdc 4830e000.lcdc: [drm] fb0: tilcdcdrmfb frame buffer device
    [    2.963851] brd: module loaded
    [    2.981482] loop: module loaded
    [    2.986968] ti_am3359-tscadc 44e0d000.tscadc: failed to get fck
    [    2.993231] ti_am3359-tscadc: probe of 44e0d000.tscadc failed with error -2
    [    3.008691] omap2_mcspi 48030000.spi: registered master spi0
    [    3.015825] spi spi0.0: setup: speed 24000000, sample trailing edge, clk normal
    [    3.024086] spi spi0.0: setup mode 1, 8 bits/w, 24000000 Hz max --> 0
    [    3.032306] omap2_mcspi 48030000.spi: registered child spi0.0
    [    3.041714] mdio_bus fixed-0: GPIO lookup for consumer reset
    [    3.047725] mdio_bus fixed-0: using lookup tables for GPIO lookup
    [    3.054160] mdio_bus fixed-0: No GPIO consumer reset found
    [    3.061871] CAN device driver interface
    [    3.074612] mdio_bus 4a101000.mdio: GPIO lookup for consumer reset
    [    3.081189] mdio_bus 4a101000.mdio: using device tree for GPIO lookup
    [    3.088011] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/ethernet@0/mdio@1000[0]'
    [    3.103469] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/ethernet@0/mdio@1000[0]'
    [    3.118849] mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup
    [    3.125791] mdio_bus 4a101000.mdio: No GPIO consumer reset found
    [    3.165970] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    3.174023] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [    3.185749] mdio_bus 4a101000.mdio:00: GPIO lookup for consumer reset
    [    3.192781] mdio_bus 4a101000.mdio:00: using lookup tables for GPIO lookup
    [    3.200091] mdio_bus 4a101000.mdio:00: No GPIO consumer reset found
    [    3.207774] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver unknown
    [    3.219035] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
    [    3.225798] cpsw 4a100000.ethernet: ALE Table size 1024
    [    3.231987] cpsw 4a100000.ethernet: Detected MACID = 30:e2:83:2a:5f:63
    [    3.244878] usbcore: registered new interface driver usb-storage
    [    3.252684] mousedev: PS/2 mouse device common for all mice
    [    3.266601] omap_rtc 44e3e000.rtc: registered as rtc0
    [    3.272042] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
    [    3.281302] omap_rtc 44e3e000.rtc: GPIO lookup for consumer wp
    [    3.287454] omap_rtc 44e3e000.rtc: using device tree for GPIO lookup
    [    3.294172] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]'
    [    3.308734] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]'
    [    3.322857] omap_rtc 44e3e000.rtc: using lookup tables for GPIO lookup
    [    3.329723] omap_rtc 44e3e000.rtc: No GPIO consumer wp found
    [    3.337128] i2c_dev: i2c /dev entries driver
    [    3.342412] IR JVC protocol handler initialized
    [    3.347255] IR MCE Keyboard/mouse protocol handler initialized
    [    3.353375] IR NEC protocol handler initialized
    [    3.358129] IR RC5(x/sz) protocol handler initialized
    [    3.363425] IR RC6 protocol handler initialized
    [    3.368200] IR SANYO protocol handler initialized
    [    3.373133] IR Sharp protocol handler initialized
    [    3.378176] IR Sony protocol handler initialized
    [    3.383055] IR XMP protocol handler initialized
    [    3.393606] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    3.408658] sdhci: Secure Digital Host Controller Interface driver
    [    3.415201] sdhci: Copyright(c) Pierre Ossman
    [    3.421617] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.431315] sdhci-omap 48060000.mmc: GPIO lookup for consumer cd
    [    3.444998] sdhci-omap 48060000.mmc: using device tree for GPIO lookup
    [    3.454998] wkup_m3_rproc 44d00000.wkup_m3: Platform data missing!
    [    3.461673] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0)
    [    3.476308] remoteproc remoteproc0: releasing wkup_m3
    [    3.485775] omap-gpmc 50000000.gpmc: Failed to get GPMC fck
    [    3.492023] gpio gpiochip3: Persistence not supported for GPIO 19
    [    3.498447] omap-gpmc: probe of 50000000.gpmc failed with error -2
    [    3.504989] omap_gpio 481ae000.gpio: Could not set line 19 debounce to 200000 microseconds (-22)
    [    3.520242] Initializing XFRM netlink socket
    [    3.524917] sdhci-omap 48060000.mmc: Got CD GPIO
    [    3.530132] NET: Registered PF_PACKET protocol family
    [    3.535493] sdhci-omap 48060000.mmc: GPIO lookup for consumer wp
    [    3.541922] NET: Registered PF_KEY protocol family
    [    3.547000] sdhci-omap 48060000.mmc: using device tree for GPIO lookup
    [    3.553856] can: controller area network core
    [    3.558530] of_get_named_gpiod_flags: parsed 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0)
    [    3.573184] NET: Registered PF_CAN protocol family
    [    3.578280] can: raw protocol
    [    3.581610] can: broadcast manager protocol
    [    3.586091] gpio gpiochip3: Persistence not supported for GPIO 20
    [    3.592543] can: netlink gateway - max_hops=1
    [    3.597487] Key type dns_resolver registered
    [    3.602167] sdhci-omap 48060000.mmc: Got WP GPIO
    [    3.607198] ThumbEE CPU extension supported.
    [    3.612211] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
    [    3.620988] Registering SWP/SWPB emulation handler
    [    3.626072] omap_voltage_late_init: Voltage driver support not added
    [    3.635267] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
    [    3.645099] Loading compiled-in X.509 certificates
    [    3.677572] i2c i2c-0: GPIO lookup for consumer scl
    [    3.683185] i2c i2c-0: using device tree for GPIO lookup
    [    3.689689] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [    3.704719] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
    [    3.714983] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [    3.729194] i2c i2c-0: using lookup tables for GPIO lookup
    [    3.735153] i2c i2c-0: No GPIO consumer scl found
    [    3.740186] i2c i2c-0: GPIO lookup for consumer sda
    [    3.745364] i2c i2c-0: using device tree for GPIO lookup
    [    3.751600] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [    3.765992] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [    3.780222] i2c i2c-0: using lookup tables for GPIO lookup
    [    3.786162] i2c i2c-0: No GPIO consumer sda found
    [    3.807759] tps65217-pmic: Failed to locate of_node [id: -1]
    [    3.825209] mmc0: new high speed SDHC card at address 59b4
    [    3.841256] tps65217-bl: Failed to locate of_node [id: -1]
    [    3.848844] mmcblk0: mmc0:59b4 SN32G 29.7 GiB 
    [    3.862097] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    3.873741]  mmcblk0: p1 p2
    [    3.877860] mcp230xx 0-0020: GPIO lookup for consumer reset
    [    3.887422] mcp230xx 0-0020: using device tree for GPIO lookup
    [    3.893825] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/gpio@20[0]'
    [    3.908990] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/gpio@20[0]'
    [    3.923971] mcp230xx 0-0020: using lookup tables for GPIO lookup
    [    3.930320] mcp230xx 0-0020: No GPIO consumer reset found
    [    3.936595] mcp230xx 0-0020: error -EREMOTEIO: can't write IOCON 32
    [    3.943251] mcp230xx: probe of 0-0020 failed with error -121
    [    3.951198] rtc-rv8803 0-0032: An alarm maybe have been missed.
    [    3.959654] rtc-rv8803 0-0032: registered as rtc1
    [    3.964801] rtc-rv8803 0-0032: GPIO lookup for consumer wp
    [    3.970612] rtc-rv8803 0-0032: using device tree for GPIO lookup
    [    3.976950] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/rtc@32[0]'
    [    3.991699] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/rtc@32[0]'
    [    4.006327] rtc-rv8803 0-0032: using lookup tables for GPIO lookup
    [    4.012812] rtc-rv8803 0-0032: No GPIO consumer wp found
    [    4.020822] rtc-pcf85063 0-0051: RTC chip is not present
    [    4.026499] rtc-pcf85063: probe of 0-0051 failed with error -121
    [    4.034717] rtc-ds1307: probe of 0-0068 failed with error -121
    [    4.041820] at24 0-0050: supply vcc not found, using dummy regulator
    [    4.050720] at24 0-0050: GPIO lookup for consumer wp
    [    4.056015] at24 0-0050: using device tree for GPIO lookup
    [    4.061804] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/eeprom@50[0]'
    [    4.076923] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/eeprom@50[0]'
    [    4.091836] at24 0-0050: using lookup tables for GPIO lookup
    [    4.097775] at24 0-0050: No GPIO consumer wp found
    [    4.103770] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [    4.111394] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    4.142614] clk: Disabling unused clocks

  • Hi Artur,

    The kernel log doesn't seem obviously telling what causes the boot stops.

    Can you first please add "initcall_debug" to the kernel cmdline parameter to see if it provides more information in the log.

    By the way, your kernel cmdline parameter needs clean up.

    [    0.000000] Kernel command line: console=ttyO0,115200n8 coherent_pool=16M root=/dev/mmcblk0p2 rw wait rootfstype=ext4 rootwait loglevel=7 console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw wait rootfstype=ext4 rootwait loglevel=8
    [    0.000000] Unknown kernel command line parameters "wait wait", will be passed to user space.

  • Hi,

    here the cleaned version with initcall_debug. I feel like its related to GPMC and Clock

    U-Boot SPL 2019.04 (Aug 29 2025 - 10:31:56 +0200)
    Trying to boot from MMC1
    Loading Environment from NAND... OK
    
    
    U-Boot 2019.04 (Aug 29 2025 - 10:31:56 +0200)
    
    CPU  : AM335X-GP rev 2.1
    I2C:   ready
    DRAM:  512 MiB
    No match for driver 'omap_hsmmc'
    No match for driver 'omap_hsmmc'
    Some drivers were not found
    Board init called. About to toggle GPIO 43 (gpio1_11)
    Reset Source: Power-on reset has occurred.
    RTC 32KCLK Source: External.
    NAND:  512 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from NAND... OK
    Board: BeagleBone Black
    BeagleBone Black:
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x54:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x55:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x56:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x57:
    Net:   eth0: MII MODE
    cpsw, usb_ether
    Press SPACE to abort autoboot in 2 seconds
    461 bytes read in 3 ms (149.4 KiB/s)
    ## Executing script at 82000000
    Lade /development/zImage von SD-Karte...
    6458136 bytes read in 424 ms (14.5 MiB/s)
    Lade /development/cbpcb.dtb von SD-KarteART...
    98358 bytes read in 11 ms (8.5 MiB/s)
    Unknown command '@REM' - try 'help'
    Boote kernel...
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe4000, end 8ffff035 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.119 (XPS-9320) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot -svn5) 10.4.0, GNU ld (GNU Binutils) 2.38) #1 PREEMPT Fri Aug 29 10:31:37 CEST 2025
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: CV6 Octavo cbpcb
    [    0.000000] printk: debug: ignoring loglevel setting.
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] cma: Reserved 88 MiB at 0x9a000000
    [    0.000000] Zone ranges:
    [    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
    [    0.000000] pcpu-alloc: [0] 0 
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129794
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait initcall_debug ignore_loglevel
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 405908K/523264K available (9216K kernel code, 1295K rwdata, 2980K rodata, 1024K init, 6517K bss, 27244K reserved, 90112K cma-reserved, 0K highmem)
    [    0.000000] trace event string verifier disabled
    [    0.000000] Running RCU self tests
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU lockdep checking is enabled.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
    [    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
    [    0.000028] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
    [    0.000747] TI gptimer clockevent: 25000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
    [    0.003099] calling  con_init+0x0/0x23c @ 0
    [    0.003390] Console: colour dummy device 80x30
    [    0.003456] initcall con_init+0x0/0x23c returned 0 after 0 usecs
    [    0.003482] calling  kgdboc_earlycon_late_init+0x0/0x2c @ 0
    [    0.003506] initcall kgdboc_earlycon_late_init+0x0/0x2c returned 0 after 0 usecs
    [    0.003524] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
    [    0.003532] ... MAX_LOCKDEP_SUBCLASSES:  8
    [    0.003539] ... MAX_LOCK_DEPTH:          48
    [    0.003548] ... MAX_LOCKDEP_KEYS:        8192
    [    0.003555] ... CLASSHASH_SIZE:          4096
    [    0.003562] ... MAX_LOCKDEP_ENTRIES:     32768
    [    0.003570] ... MAX_LOCKDEP_CHAINS:      65536
    [    0.003578] ... CHAINHASH_SIZE:          32768
    [    0.003585]  memory used by lock dependency info: 4061 kB
    [    0.003593]  memory used for stack traces: 2112 kB
    [    0.003601]  per task-struct memory footprint: 1536 bytes
    [    0.003652] Calibrating delay loop... 976.89 BogoMIPS (lpj=488448)
    [    0.010892] CPU: Testing write buffer coherency: ok
    [    0.011079] CPU0: Spectre v2: using BPIALL workaround
    [    0.011092] pid_max: default: 32768 minimum: 301
    [    0.011291] LSM: Security Framework initializing
    [    0.011641] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.011665] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.017738] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.017766] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.018112] Running RCU-tasks wait API self tests
    [    0.121114] calling  trace_init_flags_sys_exit+0x0/0x1c @ 1
    [    0.121171] initcall trace_init_flags_sys_exit+0x0/0x1c returned 0 after 0 usecs
    [    0.121197] calling  trace_init_flags_sys_enter+0x0/0x1c @ 1
    [    0.121218] initcall trace_init_flags_sys_enter+0x0/0x1c returned 0 after 0 usecs
    [    0.121237] calling  allocate_overflow_stacks+0x0/0x4c @ 1
    [    0.121270] initcall allocate_overflow_stacks+0x0/0x4c returned 0 after 0 usecs
    [    0.121291] calling  cpu_suspend_alloc_sp+0x0/0xb0 @ 1
    [    0.121320] initcall cpu_suspend_alloc_sp+0x0/0xb0 returned 0 after 0 usecs
    [    0.121338] calling  init_static_idmap+0x0/0xf0 @ 1
    [    0.121412] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.121454] initcall init_static_idmap+0x0/0xf0 returned 0 after 0 usecs
    [    0.121484] calling  __omap4430_phy_power_down+0x0/0x10 @ 1
    [    0.121505] initcall __omap4430_phy_power_down+0x0/0x10 returned 0 after 0 usecs
    [    0.121523] calling  spawn_ksoftirqd+0x0/0x48 @ 1
    [    0.122385] initcall spawn_ksoftirqd+0x0/0x48 returned 0 after 1000 usecs
    [    0.122426] calling  srcu_bootup_announce+0x0/0x7c @ 1
    [    0.122450] rcu: Hierarchical SRCU implementation.
    [    0.122458] rcu:     Max phase no-delay instances is 400.
    [    0.122469] initcall srcu_bootup_announce+0x0/0x7c returned 0 after 0 usecs
    [    0.122489] calling  rcu_sysrq_init+0x0/0x24 @ 1
    [    0.122509] initcall rcu_sysrq_init+0x0/0x24 returned 0 after 0 usecs
    [    0.122528] calling  check_cpu_stall_init+0x0/0x20 @ 1
    [    0.122551] initcall check_cpu_stall_init+0x0/0x20 returned 0 after 0 usecs
    [    0.122570] calling  rcu_spawn_gp_kthread+0x0/0x290 @ 1
    [    0.122924] initcall rcu_spawn_gp_kthread+0x0/0x290 returned 0 after 1000 usecs
    [    0.122962] calling  init_kprobes+0x0/0x130 @ 1
    [    0.123396] initcall init_kprobes+0x0/0x130 returned 0 after 0 usecs
    [    0.123429] calling  init_trace_printk+0x0/0xc @ 1
    [    0.123455] initcall init_trace_printk+0x0/0xc returned 0 after 0 usecs
    [    0.123476] calling  event_trace_enable_again+0x0/0x28 @ 1
    [    0.123502] initcall event_trace_enable_again+0x0/0x28 returned 0 after 0 usecs
    [    0.123522] calling  irq_work_init_threads+0x0/0x8 @ 1
    [    0.123543] initcall irq_work_init_threads+0x0/0x8 returned 0 after 0 usecs
    [    0.123563] calling  init_zero_pfn+0x0/0x40 @ 1
    [    0.123580] initcall init_zero_pfn+0x0/0x40 returned 0 after 0 usecs
    [    0.123595] calling  init_fs_inode_sysctls+0x0/0x28 @ 1
    [    0.123634] initcall init_fs_inode_sysctls+0x0/0x28 returned 0 after 0 usecs
    [    0.123654] calling  init_fs_locks_sysctls+0x0/0x28 @ 1
    [    0.123683] initcall init_fs_locks_sysctls+0x0/0x28 returned 0 after 0 usecs
    [    0.123702] calling  init_fs_sysctls+0x0/0xc @ 1
    [    0.123740] initcall init_fs_sysctls+0x0/0xc returned 0 after 0 usecs
    [    0.125996] devtmpfs: initialized
    [    0.188359] calling  ipc_ns_init+0x0/0x3c @ 1
    [    0.188503] initcall ipc_ns_init+0x0/0x3c returned 0 after 0 usecs
    [    0.188535] calling  init_mmap_min_addr+0x0/0x20 @ 1
    [    0.188560] initcall init_mmap_min_addr+0x0/0x20 returned 0 after 0 usecs
    [    0.188582] calling  inet_frag_wq_init+0x0/0x4c @ 1
    [    0.189161] initcall inet_frag_wq_init+0x0/0x4c returned 0 after 1000 usecs
    [    0.189252] calling  vfp_init+0x0/0x1e8 @ 1
    [    0.189286] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.189418] initcall vfp_init+0x0/0x1e8 returned 0 after 0 usecs
    [    0.189442] calling  ptrace_break_init+0x0/0x2c @ 1
    [    0.189467] initcall ptrace_break_init+0x0/0x2c returned 0 after 0 usecs
    [    0.189486] calling  v6_userpage_init+0x0/0x8 @ 1
    [    0.189511] initcall v6_userpage_init+0x0/0x8 returned 0 after 0 usecs
    [    0.189531] calling  wq_sysfs_init+0x0/0x30 @ 1
    [    0.189850] initcall wq_sysfs_init+0x0/0x30 returned 0 after 0 usecs
    [    0.189940] calling  ksysfs_init+0x0/0x9c @ 1
    [    0.190039] initcall ksysfs_init+0x0/0x9c returned 0 after 0 usecs
    [    0.190060] calling  pm_init+0x0/0x78 @ 1
    [    0.190340] initcall pm_init+0x0/0x78 returned 0 after 0 usecs
    [    0.190365] calling  rcu_set_runtime_mode+0x0/0x30 @ 1
    [    0.190984] initcall rcu_set_runtime_mode+0x0/0x30 returned 0 after 1000 usecs
    [    0.191028] calling  init_jiffies_clocksource+0x0/0x14 @ 1
    [    0.191054] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.191094] initcall init_jiffies_clocksource+0x0/0x14 returned 0 after 0 usecs
    [    0.191117] calling  futex_init+0x0/0xf0 @ 1
    [    0.191156] futex hash table entries: 256 (order: 1, 12288 bytes, linear)
    [    0.191213] initcall futex_init+0x0/0xf0 returned 0 after 0 usecs
    [    0.191234] calling  cpu_pm_init+0x0/0x18 @ 1
    [    0.191316] initcall cpu_pm_init+0x0/0x18 returned 0 after 0 usecs
    [    0.191338] calling  cma_init_reserved_areas+0x0/0x26c @ 1
    [    0.198716] initcall cma_init_reserved_areas+0x0/0x26c returned 0 after 7000 usecs
    [    0.198811] calling  fsnotify_init+0x0/0x70 @ 1
    [    0.199001] initcall fsnotify_init+0x0/0x70 returned 0 after 1000 usecs
    [    0.199033] calling  filelock_init+0x0/0x94 @ 1
    [    0.199131] initcall filelock_init+0x0/0x94 returned 0 after 0 usecs
    [    0.199156] calling  init_elf_binfmt+0x0/0x1c @ 1
    [    0.199339] initcall init_elf_binfmt+0x0/0x1c returned 0 after 0 usecs
    [    0.199367] calling  tracefs_init+0x0/0x50 @ 1
    [    0.199443] initcall tracefs_init+0x0/0x50 returned 0 after 0 usecs
    [    0.199500] calling  pinctrl_init+0x0/0x18 @ 1
    [    0.199522] pinctrl core: initialized pinctrl subsystem
    [    0.199532] initcall pinctrl_init+0x0/0x18 returned 0 after 0 usecs
    [    0.199549] calling  gpiolib_dev_init+0x0/0x11c @ 1
    [    0.200048] initcall gpiolib_dev_init+0x0/0x11c returned 0 after 1000 usecs
    [    0.200081] calling  virtio_init+0x0/0x24 @ 1
    [    0.200196] initcall virtio_init+0x0/0x24 returned 0 after 0 usecs
    [    0.200217] calling  regulator_init+0x0/0x38 @ 1
    [    0.201775] probe of reg-dummy returned 0 after 1000 usecs
    [    0.201964] initcall regulator_init+0x0/0x38 returned 0 after 2000 usecs
    [    0.202004] calling  genpd_bus_init+0x0/0xc @ 1
    [    0.202121] initcall genpd_bus_init+0x0/0xc returned 0 after 0 usecs
    [    0.202145] calling  soc_bus_register+0x0/0x38 @ 1
    [    0.202249] initcall soc_bus_register+0x0/0x38 returned 0 after 0 usecs
    [    0.202273] calling  cpufreq_core_init+0x0/0x7c @ 1
    [    0.202320] initcall cpufreq_core_init+0x0/0x7c returned 0 after 0 usecs
    [    0.202342] calling  cpufreq_gov_performance_init+0x0/0xc @ 1
    [    0.202420] initcall cpufreq_gov_performance_init+0x0/0xc returned 0 after 0 usecs
    [    0.202445] calling  cpufreq_gov_powersave_init+0x0/0xc @ 1
    [    0.202468] initcall cpufreq_gov_powersave_init+0x0/0xc returned 0 after 0 usecs
    [    0.202489] calling  cpufreq_gov_userspace_init+0x0/0xc @ 1
    [    0.202511] initcall cpufreq_gov_userspace_init+0x0/0xc returned 0 after 0 usecs
    [    0.202532] calling  CPU_FREQ_GOV_ONDEMAND_init+0x0/0xc @ 1
    [    0.202554] initcall CPU_FREQ_GOV_ONDEMAND_init+0x0/0xc returned 0 after 0 usecs
    [    0.202574] calling  CPU_FREQ_GOV_CONSERVATIVE_init+0x0/0xc @ 1
    [    0.202597] initcall CPU_FREQ_GOV_CONSERVATIVE_init+0x0/0xc returned 0 after 0 usecs
    [    0.202618] calling  cpufreq_dt_platdev_init+0x0/0x13c @ 1
    [    0.202807] initcall cpufreq_dt_platdev_init+0x0/0x13c returned -19 after 0 usecs
    [    0.202832] calling  cpuidle_init+0x0/0x2c @ 1
    [    0.202960] initcall cpuidle_init+0x0/0x2c returned 0 after 1000 usecs
    [    0.202988] calling  sock_init+0x0/0xb4 @ 1
    [    0.204086] initcall sock_init+0x0/0xb4 returned 0 after 1000 usecs
    [    0.204129] calling  net_inuse_init+0x0/0x24 @ 1
    [    0.204191] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
    [    0.204238] calling  net_defaults_init+0x0/0x24 @ 1
    [    0.204258] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs
    [    0.204276] calling  init_default_flow_dissectors+0x0/0x4c @ 1
    [    0.204297] initcall init_default_flow_dissectors+0x0/0x4c returned 0 after 0 usecs
    [    0.204315] calling  netlink_proto_init+0x0/0x138 @ 1
    [    0.205095] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.205563] initcall netlink_proto_init+0x0/0x138 returned 0 after 1000 usecs
    [    0.205610] calling  genl_init+0x0/0x38 @ 1
    [    0.205847] initcall genl_init+0x0/0x38 returned 0 after 0 usecs
    [    0.206004] calling  atomic_pool_init+0x0/0x1d0 @ 1
    [    0.211643] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.211678] initcall atomic_pool_init+0x0/0x1d0 returned 0 after 5000 usecs
    [    0.211725] calling  irq_sysfs_init+0x0/0xf4 @ 1
    [    0.213388] initcall irq_sysfs_init+0x0/0xf4 returned 0 after 2000 usecs
    [    0.213425] calling  release_early_probes+0x0/0x3c @ 1
    [    0.213451] initcall release_early_probes+0x0/0x3c returned 0 after 0 usecs
    [    0.213472] calling  bdi_class_init+0x0/0x40 @ 1
    [    0.213566] initcall bdi_class_init+0x0/0x40 returned 0 after 0 usecs
    [    0.213592] calling  mm_sysfs_init+0x0/0x38 @ 1
    [    0.213629] initcall mm_sysfs_init+0x0/0x38 returned 0 after 0 usecs
    [    0.213652] calling  init_per_zone_wmark_min+0x0/0x18 @ 1
    [    0.213841] initcall init_per_zone_wmark_min+0x0/0x18 returned 0 after 0 usecs
    [    0.213921] calling  mpi_init+0x0/0x4c @ 1
    [    0.213965] initcall mpi_init+0x0/0x4c returned 0 after 0 usecs
    [    0.213982] calling  gpiolib_sysfs_init+0x0/0xa0 @ 1
    [    0.214104] initcall gpiolib_sysfs_init+0x0/0xa0 returned 0 after 0 usecs
    [    0.214128] calling  omap_gpio_drv_reg+0x0/0x10 @ 1
    [    0.214242] initcall omap_gpio_drv_reg+0x0/0x10 returned 0 after 0 usecs
    [    0.214262] calling  backlight_class_init+0x0/0xa0 @ 1
    [    0.214318] initcall backlight_class_init+0x0/0xa0 returned 0 after 0 usecs
    [    0.214338] calling  tty_class_init+0x0/0x40 @ 1
    [    0.214396] initcall tty_class_init+0x0/0x40 returned 0 after 0 usecs
    [    0.214416] calling  vtconsole_class_init+0x0/0xec @ 1
    [    0.214786] initcall vtconsole_class_init+0x0/0xec returned 0 after 0 usecs
    [    0.214815] calling  devlink_class_init+0x0/0x48 @ 1
    [    0.215003] initcall devlink_class_init+0x0/0x48 returned 0 after 1000 usecs
    [    0.215031] calling  software_node_init+0x0/0x3c @ 1
    [    0.215077] initcall software_node_init+0x0/0x3c returned 0 after 0 usecs
    [    0.215100] calling  wakeup_sources_debugfs_init+0x0/0x8 @ 1
    [    0.215121] initcall wakeup_sources_debugfs_init+0x0/0x8 returned 0 after 0 usecs
    [    0.215169] calling  wakeup_sources_sysfs_init+0x0/0x30 @ 1
    [    0.215233] initcall wakeup_sources_sysfs_init+0x0/0x30 returned 0 after 0 usecs
    [    0.215257] calling  regmap_initcall+0x0/0x8 @ 1
    [    0.215278] initcall regmap_initcall+0x0/0x8 returned 0 after 0 usecs
    [    0.215297] calling  sram_init+0x0/0x10 @ 1
    [    0.215391] initcall sram_init+0x0/0x10 returned 0 after 0 usecs
    [    0.215415] calling  syscon_init+0x0/0x10 @ 1
    [    0.215518] initcall syscon_init+0x0/0x10 returned 0 after 0 usecs
    [    0.215541] calling  spi_init+0x0/0xbc @ 1
    [    0.215696] initcall spi_init+0x0/0xbc returned 0 after 0 usecs
    [    0.215721] calling  i2c_init+0x0/0xc4 @ 1
    [    0.216079] initcall i2c_init+0x0/0xc4 returned 0 after 1000 usecs
    [    0.216104] calling  thermal_init+0x0/0x120 @ 1
    [    0.216221] thermal_sys: Registered thermal governor 'fair_share'
    [    0.216237] thermal_sys: Registered thermal governor 'step_wise'
    [    0.216248] thermal_sys: Registered thermal governor 'user_space'
    [    0.216341] initcall thermal_init+0x0/0x120 returned 0 after 0 usecs
    [    0.216368] calling  init_menu+0x0/0xc @ 1
    [    0.216694] cpuidle: using governor menu
    [    0.216732] initcall init_menu+0x0/0xc returned 0 after 0 usecs
    [    0.216763] calling  kobject_uevent_init+0x0/0xc @ 1
    [    0.216968] initcall kobject_uevent_init+0x0/0xc returned 0 after 1000 usecs
    [    0.217002] calling  omap3_l3_init+0x0/0x10 @ 1
    [    0.217122] initcall omap3_l3_init+0x0/0x10 returned 0 after 0 usecs
    [    0.217143] calling  omap_l3_init+0x0/0x10 @ 1
    [    0.217227] initcall omap_l3_init+0x0/0x10 returned 0 after 0 usecs
    [    0.217317] calling  gate_vma_init+0x0/0x70 @ 1
    [    0.217345] initcall gate_vma_init+0x0/0x70 returned 0 after 0 usecs
    [    0.217363] calling  customize_machine+0x0/0x30 @ 1
    [    0.225190] Callback from call_rcu_tasks() invoked.
    [    0.297548] probe of 40300000.sram returned 0 after 1000 usecs
    [    0.306221] initcall customize_machine+0x0/0x30 returned 0 after 89000 usecs
    [    0.306288] calling  arch_hw_breakpoint_init+0x0/0x314 @ 1
    [    0.306312] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.306324] initcall arch_hw_breakpoint_init+0x0/0x314 returned 0 after 0 usecs
    [    0.306345] calling  vdso_init+0x0/0x20c @ 1
    [    0.307207] initcall vdso_init+0x0/0x20c returned 0 after 1000 usecs
    [    0.307261] calling  exceptions_init+0x0/0x94 @ 1
    [    0.307285] initcall exceptions_init+0x0/0x94 returned 0 after 0 usecs
    [    0.307335] calling  __omap2_system_dma_init+0x0/0x4c @ 1
    [    0.307358] initcall __omap2_system_dma_init+0x0/0x4c returned 0 after 0 usecs
    [    0.307376] calling  __secure_pm_init+0x0/0x1c @ 1
    [    0.307392] initcall __secure_pm_init+0x0/0x1c returned 0 after 0 usecs
    [    0.307408] calling  kcmp_cookies_init+0x0/0x44 @ 1
    [    0.307462] initcall kcmp_cookies_init+0x0/0x44 returned 0 after 0 usecs
    [    0.307487] calling  cryptomgr_init+0x0/0xc @ 1
    [    0.307650] initcall cryptomgr_init+0x0/0xc returned 0 after 0 usecs
    [    0.307682] calling  _omap4_disable_early_timeout+0x0/0x14 @ 1
    [    0.307709] initcall _omap4_disable_early_timeout+0x0/0x14 returned 0 after 0 usecs
    [    0.307728] calling  dma_bus_init+0x0/0xe0 @ 1
    [    0.308140] initcall dma_bus_init+0x0/0xe0 returned 0 after 1000 usecs
    [    0.308177] calling  dma_channel_table_init+0x0/0xf8 @ 1
    [    0.308265] initcall dma_channel_table_init+0x0/0xf8 returned 0 after 0 usecs
    [    0.308286] calling  omap_dmaxbar_init+0x0/0x10 @ 1
    [    0.309054] initcall omap_dmaxbar_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.309098] calling  of_platform_default_populate_init+0x0/0xf8 @ 1
    [    0.310357] initcall of_platform_default_populate_init+0x0/0xf8 returned 0 after 1000 usecs
    [    0.310480] calling  topology_init+0x0/0x24 @ 1
    [    0.311353] initcall topology_init+0x0/0x24 returned 0 after 1000 usecs
    [    0.311403] calling  prm_late_init+0x0/0x1c @ 1
    [    0.311423] initcall prm_late_init+0x0/0x1c returned 0 after 0 usecs
    [    0.311440] calling  uid_cache_init+0x0/0xa0 @ 1
    [    0.311511] initcall uid_cache_init+0x0/0xa0 returned 0 after 0 usecs
    [    0.311534] calling  param_sysfs_init+0x0/0x20c @ 1
    [    0.337138] initcall param_sysfs_init+0x0/0x20c returned 0 after 26000 usecs
    [    0.337193] calling  user_namespace_sysctl_init+0x0/0xb4 @ 1
    [    0.337303] initcall user_namespace_sysctl_init+0x0/0xb4 returned 0 after 0 usecs
    [    0.337327] calling  pm_sysrq_init+0x0/0x1c @ 1
    [    0.337623] initcall pm_sysrq_init+0x0/0x1c returned 0 after 0 usecs
    [    0.337657] calling  init_optprobes+0x0/0x10 @ 1
    [    0.337746] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
    [    0.337781] initcall init_optprobes+0x0/0x10 returned 0 after 0 usecs
    [    0.337806] calling  trace_eval_init+0x0/0xb8 @ 1
    [    0.338032] initcall trace_eval_init+0x0/0xb8 returned 0 after 1000 usecs
    [    0.338467] calling  oom_init+0x0/0x50 @ 1
    [    0.338811] initcall oom_init+0x0/0x50 returned 0 after 0 usecs
    [    0.338844] calling  default_bdi_init+0x0/0x34 @ 1
    [    0.345375] initcall default_bdi_init+0x0/0x34 returned 0 after 6000 usecs
    [    0.345428] calling  percpu_enable_async+0x0/0x18 @ 1
    [    0.345452] initcall percpu_enable_async+0x0/0x18 returned 0 after 0 usecs
    [    0.345474] calling  kcompactd_init+0x0/0x60 @ 1
    [    0.345934] initcall kcompactd_init+0x0/0x60 returned 0 after 1000 usecs
    [    0.345965] calling  init_reserve_notifier+0x0/0x8 @ 1
    [    0.345997] initcall init_reserve_notifier+0x0/0x8 returned 0 after 0 usecs
    [    0.346018] calling  init_admin_reserve+0x0/0x2c @ 1
    [    0.346039] initcall init_admin_reserve+0x0/0x2c returned 0 after 0 usecs
    [    0.346055] calling  init_user_reserve+0x0/0x2c @ 1
    [    0.346071] initcall init_user_reserve+0x0/0x2c returned 0 after 0 usecs
    [    0.346086] calling  rsa_init+0x0/0x40 @ 1
    [    0.346254] initcall rsa_init+0x0/0x40 returned 0 after 0 usecs
    [    0.346284] calling  crypto_null_mod_init+0x0/0x64 @ 1
    [    0.346336] initcall crypto_null_mod_init+0x0/0x64 returned 0 after 0 usecs
    [    0.346360] calling  crypto_ecb_module_init+0x0/0xc @ 1
    [    0.346383] initcall crypto_ecb_module_init+0x0/0xc returned 0 after 0 usecs
    [    0.346404] calling  crypto_ctr_module_init+0x0/0x10 @ 1
    [    0.346429] initcall crypto_ctr_module_init+0x0/0x10 returned 0 after 0 usecs
    [    0.346450] calling  crypto_ccm_module_init+0x0/0x10 @ 1
    [    0.346477] initcall crypto_ccm_module_init+0x0/0x10 returned 0 after 0 usecs
    [    0.346499] calling  deflate_mod_init+0x0/0x44 @ 1
    [    0.346576] initcall deflate_mod_init+0x0/0x44 returned 0 after 0 usecs
    [    0.346605] calling  michael_mic_init+0x0/0xc @ 1
    [    0.346634] initcall michael_mic_init+0x0/0xc returned 0 after 0 usecs
    [    0.346656] calling  crc32c_mod_init+0x0/0xc @ 1
    [    0.346686] initcall crc32c_mod_init+0x0/0xc returned 0 after 0 usecs
    [    0.346707] calling  crct10dif_mod_init+0x0/0xc @ 1
    [    0.346736] initcall crct10dif_mod_init+0x0/0xc returned 0 after 0 usecs
    [    0.346758] calling  lzo_mod_init+0x0/0x40 @ 1
    [    0.346793] initcall lzo_mod_init+0x0/0x40 returned 0 after 0 usecs
    [    0.346816] calling  lzorle_mod_init+0x0/0x40 @ 1
    [    0.346860] initcall lzorle_mod_init+0x0/0x40 returned 0 after 0 usecs
    [    0.346932] calling  zstd_mod_init+0x0/0x40 @ 1
    [    0.346974] initcall zstd_mod_init+0x0/0x40 returned 0 after 0 usecs
    [    0.347010] calling  init_bio+0x0/0xb0 @ 1
    [    0.347440] initcall init_bio+0x0/0xb0 returned 0 after 0 usecs
    [    0.347473] calling  blk_ioc_init+0x0/0x44 @ 1
    [    0.347940] initcall blk_ioc_init+0x0/0x44 returned 0 after 1000 usecs
    [    0.347974] calling  blk_mq_init+0x0/0xb4 @ 1
    [    0.347999] initcall blk_mq_init+0x0/0xb4 returned 0 after 0 usecs
    [    0.348015] calling  genhd_device_init+0x0/0x6c @ 1
    [    0.352218] initcall genhd_device_init+0x0/0x6c returned 0 after 4000 usecs
    [    0.352264] calling  io_wq_init+0x0/0x54 @ 1
    [    0.352284] initcall io_wq_init+0x0/0x54 returned 0 after 0 usecs
    [    0.352301] calling  sg_pool_init+0x0/0xec @ 1
    [    0.352462] initcall sg_pool_init+0x0/0xec returned 0 after 0 usecs
    [    0.352487] calling  omap_control_phy_init+0x0/0x10 @ 1
    [    0.353441] initcall omap_control_phy_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.353476] calling  mcp23s08_i2c_init+0x0/0x10 @ 1
    [    0.353580] initcall mcp23s08_i2c_init+0x0/0x10 returned 0 after 0 usecs
    [    0.353601] calling  mcp23s08_spi_init+0x0/0x10 @ 1
    [    0.353709] initcall mcp23s08_spi_init+0x0/0x10 returned 0 after 0 usecs
    [    0.353730] calling  pwm_sysfs_init+0x0/0x14 @ 1
    [    0.353788] initcall pwm_sysfs_init+0x0/0x14 returned 0 after 0 usecs
    [    0.353807] calling  dw_init+0x0/0x10 @ 1
    [    0.354418] initcall dw_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.354447] calling  fsl_edma_init+0x0/0x10 @ 1
    [    0.355103] initcall fsl_edma_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.355132] calling  edma_init+0x0/0x2c @ 1
    [    0.356142] initcall edma_init+0x0/0x2c returned 0 after 1000 usecs
    [    0.356173] calling  omap_dma_init+0x0/0x10 @ 1
    [    0.356798] initcall omap_dma_init+0x0/0x10 returned 0 after 0 usecs
    [    0.356825] calling  regulator_fixed_voltage_init+0x0/0x10 @ 1
    [    0.357618] reg-fixed-voltage fixedregulator0: GPIO lookup for consumer (null)
    [    0.357638] reg-fixed-voltage fixedregulator0: using device tree for GPIO lookup
    [    0.357675] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator0[0]'
    [    0.357728] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator0[0]'
    [    0.357763] reg-fixed-voltage fixedregulator0: using lookup tables for GPIO lookup
    [    0.361905] reg-fixed-voltage fixedregulator0: No GPIO consumer (null) found
    [    0.362497] probe of fixedregulator0 returned 0 after 5000 usecs
    [    0.362604] initcall regulator_fixed_voltage_init+0x0/0x10 returned 0 after 6000 usecs
    [    0.362646] calling  tps65217_regulator_init+0x0/0x10 @ 1
    [    0.363054] initcall tps65217_regulator_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.363085] calling  misc_init+0x0/0xe4 @ 1
    [    0.363222] initcall misc_init+0x0/0xe4 returned 0 after 0 usecs
    [    0.363247] calling  tps65217_init+0x0/0x10 @ 1
    [    0.363348] initcall tps65217_init+0x0/0x10 returned 0 after 0 usecs
    [    0.363372] calling  dma_buf_init+0x0/0x48 @ 1
    [    0.364005] initcall dma_buf_init+0x0/0x48 returned 0 after 1000 usecs
    [    0.364081] calling  dma_resv_lockdep+0x0/0x2b4 @ 1
    [    0.364479] initcall dma_resv_lockdep+0x0/0x2b4 returned 0 after 0 usecs
    [    0.364517] calling  init_scsi+0x0/0x80 @ 1
    [    0.369272] SCSI subsystem initialized
    [    0.369290] initcall init_scsi+0x0/0x80 returned 0 after 5000 usecs
    [    0.369325] calling  phy_init+0x0/0x1a4 @ 1
    [    0.369611] initcall phy_init+0x0/0x1a4 returned 0 after 0 usecs
    [    0.369636] calling  usb_common_init+0x0/0x18 @ 1
    [    0.369659] initcall usb_common_init+0x0/0x18 returned 0 after 0 usecs
    [    0.369680] calling  usb_init+0x0/0x104 @ 1
    [    0.370308] usbcore: registered new interface driver usbfs
    [    0.370523] usbcore: registered new interface driver hub
    [    0.370678] usbcore: registered new device driver usb
    [    0.370697] initcall usb_init+0x0/0x104 returned 0 after 1000 usecs
    [    0.370734] calling  usb_udc_init+0x0/0x74 @ 1
    [    0.370953] initcall usb_udc_init+0x0/0x74 returned 0 after 1000 usecs
    [    0.370984] calling  serio_init+0x0/0x30 @ 1
    [    0.371089] initcall serio_init+0x0/0x30 returned 0 after 0 usecs
    [    0.371108] calling  input_init+0x0/0x108 @ 1
    [    0.371198] initcall input_init+0x0/0x108 returned 0 after 0 usecs
    [    0.371217] calling  rtc_init+0x0/0x58 @ 1
    [    0.371287] initcall rtc_init+0x0/0x58 returned 0 after 0 usecs
    [    0.371306] calling  omap_i2c_init_driver+0x0/0x10 @ 1
    [    0.372139] initcall omap_i2c_init_driver+0x0/0x10 returned 0 after 1000 usecs
    [    0.372176] calling  rc_core_init+0x0/0x58 @ 1
    [    0.372472] initcall rc_core_init+0x0/0x58 returned 0 after 0 usecs
    [    0.372509] calling  cec_devnode_init+0x0/0x78 @ 1
    [    0.372647] initcall cec_devnode_init+0x0/0x78 returned 0 after 0 usecs
    [    0.372672] calling  pps_init+0x0/0xb8 @ 1
    [    0.372731] pps_core: LinuxPPS API ver. 1 registered
    [    0.372742] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.372754] initcall pps_init+0x0/0xb8 returned 0 after 0 usecs
    [    0.372775] calling  ptp_init+0x0/0xa0 @ 1
    [    0.372847] PTP clock support registered
    [    0.372858] initcall ptp_init+0x0/0xa0 returned 0 after 0 usecs
    [    0.372934] calling  power_supply_class_init+0x0/0x4c @ 1
    [    0.373031] initcall power_supply_class_init+0x0/0x4c returned 0 after 0 usecs
    [    0.373057] calling  mmc_init+0x0/0x38 @ 1
    [    0.373275] initcall mmc_init+0x0/0x38 returned 0 after 0 usecs
    [    0.373325] calling  leds_init+0x0/0x4c @ 1
    [    0.373387] initcall leds_init+0x0/0x4c returned 0 after 0 usecs
    [    0.373410] calling  dmtimer_percpu_timer_startup+0x0/0x58 @ 1
    [    0.373434] initcall dmtimer_percpu_timer_startup+0x0/0x58 returned 0 after 0 usecs
    [    0.373455] calling  omap_mbox_init+0x0/0x60 @ 1
    [    0.374278] initcall omap_mbox_init+0x0/0x60 returned 0 after 1000 usecs
    [    0.374308] calling  remoteproc_init+0x0/0x74 @ 1
    [    0.374450] initcall remoteproc_init+0x0/0x74 returned 0 after 0 usecs
    [    0.374473] calling  iio_init+0x0/0x70 @ 1
    [    0.374583] initcall iio_init+0x0/0x70 returned 0 after 0 usecs
    [    0.374605] calling  arm_pmu_hp_init+0x0/0x60 @ 1
    [    0.374641] initcall arm_pmu_hp_init+0x0/0x60 returned 0 after 0 usecs
    [    0.374661] calling  nvmem_init+0x0/0xc @ 1
    [    0.374788] initcall nvmem_init+0x0/0xc returned 0 after 0 usecs
    [    0.374809] calling  proto_init+0x0/0xc @ 1
    [    0.374857] initcall proto_init+0x0/0xc returned 0 after 0 usecs
    [    0.374928] calling  net_dev_init+0x0/0x24c @ 1
    [    0.381242] initcall net_dev_init+0x0/0x24c returned 0 after 6000 usecs
    [    0.381291] calling  neigh_init+0x0/0xa8 @ 1
    [    0.381335] initcall neigh_init+0x0/0xa8 returned 0 after 0 usecs
    [    0.381354] calling  fib_notifier_init+0x0/0xc @ 1
    [    0.381396] initcall fib_notifier_init+0x0/0xc returned 0 after 0 usecs
    [    0.381415] calling  ethnl_init+0x0/0x80 @ 1
    [    0.381615] initcall ethnl_init+0x0/0x80 returned 0 after 0 usecs
    [    0.381639] calling  nexthop_init+0x0/0x110 @ 1
    [    0.381712] initcall nexthop_init+0x0/0x110 returned 0 after 0 usecs
    [    0.381757] calling  wireless_nlevent_init+0x0/0x40 @ 1
    [    0.381972] initcall wireless_nlevent_init+0x0/0x40 returned 0 after 1000 usecs
    [    0.382007] calling  vsprintf_init_hashval+0x0/0x14 @ 1
    [    0.382044] initcall vsprintf_init_hashval+0x0/0x14 returned 0 after 0 usecs
    [    0.382068] calling  watchdog_init+0x0/0x84 @ 1
    [    0.385467] initcall watchdog_init+0x0/0x84 returned 0 after 3000 usecs
    [    0.385596] calling  proc_cpu_init+0x0/0x24 @ 1
    [    0.385654] initcall proc_cpu_init+0x0/0x24 returned 0 after 0 usecs
    [    0.385676] calling  alignment_init+0x0/0xd8 @ 1
    [    0.385717] initcall alignment_init+0x0/0xd8 returned 0 after 0 usecs
    [    0.385740] calling  iomem_init_inode+0x0/0x84 @ 1
    [    0.386493] initcall iomem_init_inode+0x0/0x84 returned 0 after 1000 usecs
    [    0.386536] calling  clocksource_done_booting+0x0/0x4c @ 1
    [    0.386607] clocksource: Switched to clocksource dmtimer
    [    0.386639] initcall clocksource_done_booting+0x0/0x4c returned 0 after 43 usecs
    [    0.386663] calling  tracer_init_tracefs+0x0/0x90 @ 1
    [    0.386722] initcall tracer_init_tracefs+0x0/0x90 returned 0 after 37 usecs
    [    0.389650] calling  init_trace_printk_function_export+0x0/0x40 @ 1
    [    0.390494] initcall init_trace_printk_function_export+0x0/0x40 returned 0 after 794 usecs
    [    0.390543] calling  init_fs_stat_sysctls+0x0/0x28 @ 1
    [    0.390593] initcall init_fs_stat_sysctls+0x0/0x28 returned 0 after 28 usecs
    [    0.390692] calling  init_fs_exec_sysctls+0x0/0x28 @ 1
    [    0.390725] initcall init_fs_exec_sysctls+0x0/0x28 returned 0 after 11 usecs
    [    0.390746] calling  init_pipe_fs+0x0/0x70 @ 1
    [    0.391200] initcall init_pipe_fs+0x0/0x70 returned 0 after 436 usecs
    [    0.391234] calling  init_fs_namei_sysctls+0x0/0x28 @ 1
    [    0.391267] initcall init_fs_namei_sysctls+0x0/0x28 returned 0 after 15 usecs
    [    0.391286] calling  init_fs_dcache_sysctls+0x0/0x28 @ 1
    [    0.391313] initcall init_fs_dcache_sysctls+0x0/0x28 returned 0 after 10 usecs
    [    0.391332] calling  init_fs_namespace_sysctls+0x0/0x28 @ 1
    [    0.391359] initcall init_fs_namespace_sysctls+0x0/0x28 returned 0 after 9 usecs
    [    0.391378] calling  inotify_user_setup+0x0/0xe8 @ 1
    [    0.391500] initcall inotify_user_setup+0x0/0xe8 returned 0 after 103 usecs
    [    0.391526] calling  eventpoll_init+0x0/0x104 @ 1
    [    0.395661] initcall eventpoll_init+0x0/0x104 returned 0 after 4115 usecs
    [    0.395711] calling  anon_inode_init+0x0/0x68 @ 1
    [    0.396157] initcall anon_inode_init+0x0/0x68 returned 0 after 425 usecs
    [    0.396192] calling  proc_locks_init+0x0/0x40 @ 1
    [    0.396236] initcall proc_locks_init+0x0/0x40 returned 0 after 25 usecs
    [    0.396256] calling  init_fs_coredump_sysctls+0x0/0x28 @ 1
    [    0.396301] initcall init_fs_coredump_sysctls+0x0/0x28 returned 0 after 26 usecs
    [    0.396323] calling  iomap_init+0x0/0x18 @ 1
    [    0.396723] initcall iomap_init+0x0/0x18 returned 0 after 380 usecs
    [    0.396756] calling  dquot_init+0x0/0xfc @ 1
    [    0.396774] VFS: Disk quotas dquot_6.6.0
    [    0.396877] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.396902] initcall dquot_init+0x0/0xfc returned 0 after 127 usecs
    [    0.396924] calling  proc_cmdline_init+0x0/0x38 @ 1
    [    0.396962] initcall proc_cmdline_init+0x0/0x38 returned 0 after 19 usecs
    [    0.397008] calling  proc_consoles_init+0x0/0x3c @ 1
    [    0.397051] initcall proc_consoles_init+0x0/0x3c returned 0 after 23 usecs
    [    0.397073] calling  proc_cpuinfo_init+0x0/0x28 @ 1
    [    0.397103] initcall proc_cpuinfo_init+0x0/0x28 returned 0 after 12 usecs
    [    0.397124] calling  proc_devices_init+0x0/0x4c @ 1
    [    0.397153] initcall proc_devices_init+0x0/0x4c returned 0 after 11 usecs
    [    0.397173] calling  proc_interrupts_init+0x0/0x3c @ 1
    [    0.397202] initcall proc_interrupts_init+0x0/0x3c returned 0 after 11 usecs
    [    0.397222] calling  proc_loadavg_init+0x0/0x48 @ 1
    [    0.397250] initcall proc_loadavg_init+0x0/0x48 returned 0 after 10 usecs
    [    0.397270] calling  proc_meminfo_init+0x0/0x48 @ 1
    [    0.397298] initcall proc_meminfo_init+0x0/0x48 returned 0 after 10 usecs
    [    0.397318] calling  proc_stat_init+0x0/0x28 @ 1
    [    0.397347] initcall proc_stat_init+0x0/0x28 returned 0 after 11 usecs
    [    0.397367] calling  proc_uptime_init+0x0/0x48 @ 1
    [    0.397395] initcall proc_uptime_init+0x0/0x48 returned 0 after 10 usecs
    [    0.397415] calling  proc_version_init+0x0/0x48 @ 1
    [    0.397443] initcall proc_version_init+0x0/0x48 returned 0 after 10 usecs
    [    0.397463] calling  proc_softirqs_init+0x0/0x48 @ 1
    [    0.397492] initcall proc_softirqs_init+0x0/0x48 returned 0 after 10 usecs
    [    0.397512] calling  proc_kmsg_init+0x0/0x28 @ 1
    [    0.397541] initcall proc_kmsg_init+0x0/0x28 returned 0 after 10 usecs
    [    0.397561] calling  proc_page_init+0x0/0x44 @ 1
    [    0.397664] initcall proc_page_init+0x0/0x44 returned 0 after 85 usecs
    [    0.397692] calling  init_ramfs_fs+0x0/0xc @ 1
    [    0.397719] initcall init_ramfs_fs+0x0/0xc returned 0 after 8 usecs
    [    0.397739] calling  chr_dev_init+0x0/0xc8 @ 1
    [    0.447836] initcall chr_dev_init+0x0/0xc8 returned 0 after 50066 usecs
    [    0.447924] calling  hwrng_modinit+0x0/0x8c @ 1
    [    0.449134] initcall hwrng_modinit+0x0/0x8c returned 0 after 1184 usecs
    [    0.449192] calling  firmware_class_init+0x0/0x128 @ 1
    [    0.449292] initcall firmware_class_init+0x0/0x128 returned 0 after 75 usecs
    [    0.449320] calling  sysctl_core_init+0x0/0x30 @ 1
    [    0.449428] initcall sysctl_core_init+0x0/0x30 returned 0 after 89 usecs
    [    0.449452] calling  eth_offload_init+0x0/0x18 @ 1
    [    0.449528] initcall eth_offload_init+0x0/0x18 returned 0 after 59 usecs
    [    0.449550] calling  inet_init+0x0/0x2a0 @ 1
    [    0.449843] NET: Registered PF_INET protocol family
    [    0.450691] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.457339] tcp_listen_portaddr_hash hash table entries: 256 (order: 1, 10240 bytes, linear)
    [    0.457430] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.457464] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.457693] TCP bind hash table entries: 4096 (order: 6, 327680 bytes, linear)
    [    0.458980] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.459386] UDP hash table entries: 256 (order: 2, 24576 bytes, linear)
    [    0.459529] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes, linear)
    [    0.463971] initcall inet_init+0x0/0x2a0 returned 0 after 14398 usecs
    [    0.464034] calling  ipv4_offload_init+0x0/0x84 @ 1
    [    0.464061] initcall ipv4_offload_init+0x0/0x84 returned 0 after 7 usecs
    [    0.464081] calling  af_unix_init+0x0/0xd8 @ 1
    [    0.464162] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.464314] initcall af_unix_init+0x0/0xd8 returned 0 after 213 usecs
    [    0.464341] calling  ipv6_offload_init+0x0/0x88 @ 1
    [    0.464365] initcall ipv6_offload_init+0x0/0x88 returned 0 after 5 usecs
    [    0.464385] calling  init_sunrpc+0x0/0x7c @ 1
    [    0.469690] RPC: Registered named UNIX socket transport module.
    [    0.469744] RPC: Registered udp transport module.
    [    0.469755] RPC: Registered tcp transport module.
    [    0.469765] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.469777] initcall init_sunrpc+0x0/0x7c returned 0 after 5373 usecs
    [    0.469824] calling  populate_rootfs+0x0/0x5c @ 1
    [    0.470697] initcall populate_rootfs+0x0/0x5c returned 0 after 845 usecs
    [    0.470825] calling  armv7_pmu_driver_init+0x0/0x10 @ 1
    [    0.472268] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    0.472445] probe of 4b000000.pmu returned 0 after 1398 usecs
    [    0.473403] initcall armv7_pmu_driver_init+0x0/0x10 returned 0 after 2549 usecs
    [    0.473457] calling  __omap_feed_randpool+0x0/0x68 @ 1
    [    0.473489] initcall __omap_feed_randpool+0x0/0x68 returned 0 after 5 usecs
    [    0.473510] calling  proc_execdomains_init+0x0/0x38 @ 1
    [    0.473555] initcall proc_execdomains_init+0x0/0x38 returned 0 after 25 usecs
    [    0.473577] calling  register_warn_debugfs+0x0/0x8 @ 1
    [    0.473595] initcall register_warn_debugfs+0x0/0x8 returned 0 after 1 usecs
    [    0.473683] calling  ioresources_init+0x0/0x6c @ 1
    [    0.473731] initcall ioresources_init+0x0/0x6c returned 0 after 27 usecs
    [    0.473752] calling  lockdep_proc_init+0x0/0x80 @ 1
    [    0.473800] initcall lockdep_proc_init+0x0/0x80 returned 0 after 28 usecs
    [    0.473820] calling  irq_gc_init_ops+0x0/0x18 @ 1
    [    0.473844] initcall irq_gc_init_ops+0x0/0x18 returned 0 after 6 usecs
    [    0.473863] calling  irq_pm_init_ops+0x0/0x18 @ 1
    [    0.473883] initcall irq_pm_init_ops+0x0/0x18 returned 0 after 3 usecs
    [    0.473902] calling  proc_modules_init+0x0/0x28 @ 1
    [    0.473934] initcall proc_modules_init+0x0/0x28 returned 0 after 13 usecs
    [    0.473955] calling  timekeeping_init_ops+0x0/0x18 @ 1
    [    0.473978] initcall timekeeping_init_ops+0x0/0x18 returned 0 after 3 usecs
    [    0.474023] calling  init_clocksource_sysfs+0x0/0x2c @ 1
    [    0.474737] initcall init_clocksource_sysfs+0x0/0x2c returned 0 after 691 usecs
    [    0.474780] calling  init_timer_list_procfs+0x0/0x44 @ 1
    [    0.474828] initcall init_timer_list_procfs+0x0/0x44 returned 0 after 27 usecs
    [    0.474850] calling  alarmtimer_init+0x0/0xe8 @ 1
    [    0.475312] initcall alarmtimer_init+0x0/0xe8 returned 0 after 442 usecs
    [    0.475346] calling  init_posix_timers+0x0/0x44 @ 1
    [    0.475453] initcall init_posix_timers+0x0/0x44 returned 0 after 87 usecs
    [    0.475479] calling  clockevents_init_sysfs+0x0/0x6c @ 1
    [    0.482213] initcall clockevents_init_sysfs+0x0/0x6c returned 0 after 6710 usecs
    [    0.482279] calling  sched_clock_syscore_init+0x0/0x18 @ 1
    [    0.482307] initcall sched_clock_syscore_init+0x0/0x18 returned 0 after 5 usecs
    [    0.482328] calling  kallsyms_init+0x0/0x28 @ 1
    [    0.482378] initcall kallsyms_init+0x0/0x28 returned 0 after 30 usecs
    [    0.482400] calling  ikconfig_init+0x0/0x54 @ 1
    [    0.482431] initcall ikconfig_init+0x0/0x54 returned 0 after 12 usecs
    [    0.482453] calling  seccomp_sysctl_init+0x0/0x30 @ 1
    [    0.482513] initcall seccomp_sysctl_init+0x0/0x30 returned 0 after 40 usecs
    [    0.482537] calling  utsname_sysctl_init+0x0/0x18 @ 1
    [    0.482582] initcall utsname_sysctl_init+0x0/0x18 returned 0 after 25 usecs
    [    0.482680] calling  init_tracepoints+0x0/0x2c @ 1
    [    0.482712] initcall init_tracepoints+0x0/0x2c returned 0 after 7 usecs
    [    0.482734] calling  perf_event_sysfs_init+0x0/0xc0 @ 1
    [    0.484217] initcall perf_event_sysfs_init+0x0/0xc0 returned 0 after 1459 usecs
    [    0.484267] calling  system_trusted_keyring_init+0x0/0x80 @ 1
    [    0.484289] Initialise system trusted keyrings
    [    0.484676] initcall system_trusted_keyring_init+0x0/0x80 returned 0 after 385 usecs
    [    0.484724] calling  kswapd_init+0x0/0x18 @ 1
    [    0.487713] initcall kswapd_init+0x0/0x18 returned 0 after 2966 usecs
    [    0.487754] calling  slab_proc_init+0x0/0x28 @ 1
    [    0.487805] initcall slab_proc_init+0x0/0x28 returned 0 after 29 usecs
    [    0.487829] calling  workingset_init+0x0/0xa4 @ 1
    [    0.487844] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.487867] initcall workingset_init+0x0/0xa4 returned 0 after 24 usecs
    [    0.487884] calling  proc_vmalloc_init+0x0/0x3c @ 1
    [    0.487913] initcall proc_vmalloc_init+0x0/0x3c returned 0 after 13 usecs
    [    0.487930] calling  cpucache_init+0x0/0x60 @ 1
    [    0.488010] initcall cpucache_init+0x0/0x60 returned 0 after 62 usecs
    [    0.488033] calling  fcntl_init+0x0/0x44 @ 1
    [    0.488068] initcall fcntl_init+0x0/0x44 returned 0 after 17 usecs
    [    0.488087] calling  proc_filesystems_init+0x0/0x38 @ 1
    [    0.488120] initcall proc_filesystems_init+0x0/0x38 returned 0 after 15 usecs
    [    0.488139] calling  start_dirtytime_writeback+0x0/0x34 @ 1
    [    0.488165] initcall start_dirtytime_writeback+0x0/0x34 returned 0 after 8 usecs
    [    0.488185] calling  dio_init+0x0/0x44 @ 1
    [    0.488276] initcall dio_init+0x0/0x44 returned 0 after 72 usecs
    [    0.488301] calling  dnotify_init+0x0/0xa8 @ 1
    [    0.488358] initcall dnotify_init+0x0/0xa8 returned 0 after 39 usecs
    [    0.488380] calling  aio_setup+0x0/0xa0 @ 1
    [    0.489074] initcall aio_setup+0x0/0xa0 returned 0 after 676 usecs
    [    0.489117] calling  mbcache_init+0x0/0x44 @ 1
    [    0.489184] initcall mbcache_init+0x0/0x44 returned 0 after 47 usecs
    [    0.489209] calling  init_grace+0x0/0xc @ 1
    [    0.489248] initcall init_grace+0x0/0xc returned 0 after 22 usecs
    [    0.489270] calling  init_v2_quota_format+0x0/0x28 @ 1
    [    0.489372] initcall init_v2_quota_format+0x0/0x28 returned 0 after 82 usecs
    [    0.489397] calling  init_devpts_fs+0x0/0x2c @ 1
    [    0.489460] initcall init_devpts_fs+0x0/0x2c returned 0 after 44 usecs
    [    0.489484] calling  ext4_init_fs+0x0/0x174 @ 1
    [    0.490119] initcall ext4_init_fs+0x0/0x174 returned 0 after 614 usecs
    [    0.490176] calling  init_ext2_fs+0x0/0x78 @ 1
    [    0.490226] initcall init_ext2_fs+0x0/0x78 returned 0 after 28 usecs
    [    0.490250] calling  journal_init+0x0/0x138 @ 1
    [    0.490374] initcall journal_init+0x0/0x138 returned 0 after 104 usecs
    [    0.490398] calling  init_squashfs_fs+0x0/0x80 @ 1
    [    0.490442] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.490453] initcall init_squashfs_fs+0x0/0x80 returned 0 after 35 usecs
    [    0.490475] calling  init_fat_fs+0x0/0x60 @ 1
    [    0.490532] initcall init_fat_fs+0x0/0x60 returned 0 after 37 usecs
    [    0.490554] calling  init_vfat_fs+0x0/0xc @ 1
    [    0.490577] initcall init_vfat_fs+0x0/0xc returned 0 after 4 usecs
    [    0.494640] calling  init_nfs_fs+0x0/0x118 @ 1
    [    0.495938] initcall init_nfs_fs+0x0/0x118 returned 0 after 1262 usecs
    [    0.495993] calling  init_nfs_v2+0x0/0x18 @ 1
    [    0.496165] initcall init_nfs_v2+0x0/0x18 returned 0 after 150 usecs
    [    0.496194] calling  init_nfs_v3+0x0/0x18 @ 1
    [    0.496218] initcall init_nfs_v3+0x0/0x18 returned 0 after 3 usecs
    [    0.496237] calling  init_nfs_v4+0x0/0x38 @ 1
    [    0.496256] NFS: Registering the id_resolver key type
    [    0.496417] Key type id_resolver registered
    [    0.496458] Key type id_legacy registered
    [    0.496497] initcall init_nfs_v4+0x0/0x38 returned 0 after 242 usecs
    [    0.496532] calling  init_nlm+0x0/0x64 @ 1
    [    0.496713] initcall init_nlm+0x0/0x64 returned 0 after 160 usecs
    [    0.496742] calling  init_nls_cp437+0x0/0x10 @ 1
    [    0.496842] initcall init_nls_cp437+0x0/0x10 returned 0 after 80 usecs
    [    0.496870] calling  init_nls_cp850+0x0/0x10 @ 1
    [    0.496891] initcall init_nls_cp850+0x0/0x10 returned 0 after 2 usecs
    [    0.496911] calling  init_nls_iso8859_1+0x0/0x10 @ 1
    [    0.496934] initcall init_nls_iso8859_1+0x0/0x10 returned 0 after 3 usecs
    [    0.496955] calling  init_nls_utf8+0x0/0x2c @ 1
    [    0.496977] initcall init_nls_utf8+0x0/0x2c returned 0 after 3 usecs
    [    0.496997] calling  ipc_init+0x0/0x28 @ 1
    [    0.497147] initcall ipc_init+0x0/0x28 returned 0 after 131 usecs
    [    0.497178] calling  ipc_sysctl_init+0x0/0x34 @ 1
    [    0.497260] initcall ipc_sysctl_init+0x0/0x34 returned 0 after 61 usecs
    [    0.497285] calling  init_mqueue_fs+0x0/0xdc @ 1
    [    0.501970] initcall init_mqueue_fs+0x0/0xdc returned 0 after 4663 usecs
    [    0.502016] calling  key_proc_init+0x0/0x88 @ 1
    [    0.502070] initcall key_proc_init+0x0/0x88 returned 0 after 31 usecs
    [    0.502095] calling  asymmetric_key_init+0x0/0xc @ 1
    [    0.502121] Key type asymmetric registered
    [    0.502133] initcall asymmetric_key_init+0x0/0xc returned 0 after 16 usecs
    [    0.502156] calling  x509_key_init+0x0/0x18 @ 1
    [    0.502246] Asymmetric key parser 'x509' registered
    [    0.502277] initcall x509_key_init+0x0/0x18 returned 0 after 100 usecs
    [    0.502304] calling  blkdev_init+0x0/0x18 @ 1
    [    0.502458] initcall blkdev_init+0x0/0x18 returned 0 after 133 usecs
    [    0.502489] calling  proc_genhd_init+0x0/0x60 @ 1
    [    0.502535] initcall proc_genhd_init+0x0/0x60 returned 0 after 29 usecs
    [    0.502553] calling  init_emergency_pool+0x0/0xd0 @ 1
    [    0.502571] initcall init_emergency_pool+0x0/0xd0 returned 0 after 2 usecs
    [    0.502588] calling  deadline_init+0x0/0xc @ 1
    [    0.502750] io scheduler mq-deadline registered
    [    0.502764] initcall deadline_init+0x0/0xc returned 0 after 95 usecs
    [    0.502787] calling  kyber_init+0x0/0xc @ 1
    [    0.502805] io scheduler kyber registered
    [    0.502815] initcall kyber_init+0x0/0xc returned 0 after 12 usecs
    [    0.502831] calling  io_uring_init+0x0/0x48 @ 1
    [    0.502869] initcall io_uring_init+0x0/0x48 returned 0 after 24 usecs
    [    0.502887] calling  blake2s_mod_init+0x0/0x8 @ 1
    [    0.502903] initcall blake2s_mod_init+0x0/0x8 returned 0 after 1 usecs
    [    0.502920] calling  crc_t10dif_mod_init+0x0/0x78 @ 1
    [    0.505005] initcall crc_t10dif_mod_init+0x0/0x78 returned 0 after 2067 usecs
    [    0.505053] calling  libcrc32c_mod_init+0x0/0x30 @ 1
    [    0.507821] initcall libcrc32c_mod_init+0x0/0x30 returned 0 after 2749 usecs
    [    0.507869] calling  omap_ocp2scp_driver_init+0x0/0x10 @ 1
    [    0.508762] initcall omap_ocp2scp_driver_init+0x0/0x10 returned 0 after 871 usecs
    [    0.508801] calling  simple_pm_bus_driver_init+0x0/0x10 @ 1
    [    0.530111] probe of ocp returned 0 after 21139 usecs
    [    0.530364] probe of 44c00000.interconnect returned 19 after 175 usecs
    [    0.530680] probe of 44c00000.interconnect:segment@0 returned 0 after 266 usecs
    [    0.530925] probe of 44c00000.interconnect:segment@100000 returned 0 after 201 usecs
    [    0.531224] probe of 44c00000.interconnect:segment@200000 returned 0 after 260 usecs
    [    0.531461] probe of 48000000.interconnect returned 19 after 138 usecs
    [    0.536921] probe of 48000000.interconnect:segment@0 returned 0 after 5421 usecs
    [    0.537384] probe of 48000000.interconnect:segment@100000 returned 0 after 302 usecs
    [    0.537754] probe of 48000000.interconnect:segment@200000 returned 0 after 262 usecs
    [    0.538031] probe of 48000000.interconnect:segment@300000 returned 0 after 234 usecs
    [    0.538231] probe of 47c00000.interconnect returned 19 after 127 usecs
    [    0.538475] probe of 47c00000.interconnect:segment@0 returned 0 after 203 usecs
    [    0.538704] probe of 4a000000.interconnect returned 19 after 186 usecs
    [    0.539360] probe of 4a000000.interconnect:segment@0 returned 0 after 615 usecs
    [    0.539558] probe of 4b144400.interconnect returned 19 after 136 usecs
    [    0.539857] probe of 4b144400.interconnect:segment@0 returned 0 after 200 usecs
    [    0.540115] initcall simple_pm_bus_driver_init+0x0/0x10 returned 0 after 31295 usecs
    [    0.540161] calling  pwmss_driver_init+0x0/0x10 @ 1
    [    0.540824] initcall pwmss_driver_init+0x0/0x10 returned 0 after 645 usecs
    [    0.540857] calling  sysc_init+0x0/0x2c @ 1
    [    0.549033] probe of 44e00000.target-module returned 0 after 7908 usecs
    [    0.560753] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    0.561989] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0)
    [    0.562671] gpio gpiochip0: registered GPIOs 0 to 31 on gpio-0-31
    [    0.562815] OMAP GPIO hardware version 0.1
    [    0.563259] probe of 44e07000.gpio returned 0 after 7814 usecs
    [    0.567198] probe of 44e07000.target-module returned 0 after 18079 usecs
    [    0.568135] probe of 44e09050.target-module returned 0 after 861 usecs
    [    0.570322] probe of 44e0b000.i2c returned -517 after 106 usecs
    [    0.574483] probe of 44e0b000.target-module returned 0 after 6285 usecs
    [    0.576743] probe of 44e0d000.target-module returned 0 after 2190 usecs
    [    0.579228] probe of 44e10000.scm returned 19 after 177 usecs
    [    0.584103] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/jtaggrp
    [    0.586007] probe of 44e10000.scm_conf returned 19 after 184 usecs
    [    0.598159] probe of 44e10f90.dma-router returned 0 after 4817 usecs
    [    0.599269] probe of 44e10000.target-module returned 0 after 22454 usecs
    [    0.599681] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    0.599742] probe of 44e31000.target-module returned 16 after 403 usecs
    [    0.606058] probe of 44e35000.target-module returned 0 after 6258 usecs
    [    0.612467] probe of 44e3e074.target-module returned 0 after 6333 usecs
    [    0.614871] probe of 48022050.target-module returned 0 after 2309 usecs
    [    0.618774] probe of 48024050.target-module returned 0 after 3832 usecs
    [    0.619449] probe of 4802a000.target-module returned 0 after 613 usecs
    [    0.621762] probe of 48030000.target-module returned 0 after 2253 usecs
    [    0.625772] probe of 48038000.target-module returned 0 after 3939 usecs
    [    0.626423] probe of 4803c000.target-module returned 0 after 588 usecs
    [    0.626776] ti-sysc: probe of 48040000.target-module failed with error -16
    [    0.626841] probe of 48040000.target-module returned 16 after 361 usecs
    [    0.629236] probe of 48042000.target-module returned 0 after 2341 usecs
    [    0.635149] probe of 48044000.target-module returned 0 after 5840 usecs
    [    0.640747] probe of 48046000.target-module returned 0 after 5527 usecs
    [    0.642938] probe of 48048000.target-module returned 0 after 2120 usecs
    [    0.648131] probe of 4804a000.target-module returned 0 after 5121 usecs
    [    0.650924] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    0.654783] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1)
    [    0.655060] gpio gpiochip1: registered GPIOs 32 to 63 on gpio-32-63
    [    0.655436] probe of 4804c000.gpio returned 0 after 5312 usecs
    [    0.656155] probe of 4804c000.target-module returned 0 after 7957 usecs
    [    0.662463] probe of 480602fc.target-module returned 0 after 6239 usecs
    [    0.664777] probe of 48080000.target-module returned 0 after 2239 usecs
    [    0.671936] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    0.672167] probe of 480c8000.mailbox returned 0 after 5497 usecs
    [    0.672937] probe of 480c8000.target-module returned 0 after 8090 usecs
    [    0.677783] probe of 480ca000.target-module returned 0 after 4773 usecs
    [    0.678520] probe of 4819c000.target-module returned 0 after 658 usecs
    [    0.679218] probe of 481a0000.target-module returned 0 after 639 usecs
    [    0.683754] probe of 481a6050.target-module returned 0 after 4480 usecs
    [    0.686008] probe of 481a8050.target-module returned 0 after 2193 usecs
    [    0.686971] probe of 481aa050.target-module returned 0 after 893 usecs
    [    0.689761] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    0.693784] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2)
    [    0.694068] gpio gpiochip2: registered GPIOs 64 to 95 on gpio-64-95
    [    0.694427] probe of 481ac000.gpio returned 0 after 5492 usecs
    [    0.695153] probe of 481ac000.target-module returned 0 after 8115 usecs
    [    0.698435] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    0.703222] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3)
    [    0.703502] gpio gpiochip3: registered GPIOs 96 to 127 on gpio-96-127
    [    0.707818] probe of 481ae000.gpio returned 0 after 10137 usecs
    [    0.708490] probe of 481ae000.target-module returned 0 after 13266 usecs
    [    0.709336] probe of 481cc020.target-module returned 0 after 776 usecs
    [    0.710056] probe of 481d0020.target-module returned 0 after 656 usecs
    [    0.710722] probe of 481d82fc.target-module returned 0 after 611 usecs
    [    0.711338] probe of 48300000.target-module returned 0 after 542 usecs
    [    0.715754] probe of 48302000.target-module returned 0 after 4362 usecs
    [    0.716393] probe of 48304000.target-module returned 0 after 582 usecs
    [    0.718683] probe of 4830e000.target-module returned 0 after 2233 usecs
    [    0.724154] probe of 48311fe0.target-module returned 0 after 5399 usecs
    [    0.731820] probe of 4a101200.target-module returned 0 after 7548 usecs
    [    0.731956] probe of 4a326000.target-module returned -517 after 61 usecs
    [    0.765864] edma 49000000.dma: TI EDMA DMA engine driver
    [    0.766045] probe of 49000000.dma returned 0 after 32674 usecs
    [    0.766733] probe of 49000000.target-module returned 0 after 34703 usecs
    [    0.768570] probe of 49800000.dma returned 0 after 245 usecs
    [    0.772739] probe of 49800000.target-module returned 0 after 5930 usecs
    [    0.774384] probe of 49900000.dma returned 0 after 238 usecs
    [    0.778728] probe of 49900000.target-module returned 0 after 5920 usecs
    [    0.780354] probe of 49a00000.dma returned 0 after 236 usecs
    [    0.780956] probe of 49a00000.target-module returned 0 after 2161 usecs
    [    0.781684] probe of 478102fc.target-module returned 0 after 666 usecs
    [    0.795273] probe of 47400000.target-module returned 0 after 13523 usecs
    [    0.805907] ti-sysc 50000010.target-module: OCP softreset timed out
    [    0.818674] ti-sysc 50000010.target-module: OCP softreset timed out
    [    0.818688] ti-sysc 50000010.target-module: Reset failed with -110
    [    0.823709] l3s-clkctrl:0014:0: failed to disable
    [    0.827647] ti-sysc: probe of 50000010.target-module failed with error -110
    [    0.827749] probe of 50000010.target-module returned 110 after 32377 usecs
    [    0.833149] probe of 53100100.target-module returned 0 after 5334 usecs
    [    0.835243] probe of 53500080.target-module returned 0 after 2020 usecs
    [    0.835332] probe of 5600fe00.target-module returned -517 after 21 usecs
    [    0.836030] initcall sysc_init+0x0/0x2c returned 0 after 295155 usecs
    [    0.836106] calling  phy_core_init+0x0/0x58 @ 1
    [    0.836204] initcall phy_core_init+0x0/0x58 returned 0 after 78 usecs
    [    0.836228] calling  omap_usb2_driver_init+0x0/0x10 @ 1
    [    0.837417] initcall omap_usb2_driver_init+0x0/0x10 returned 0 after 1169 usecs
    [    0.837452] calling  ti_pipe3_driver_init+0x0/0x10 @ 1
    [    0.838382] initcall ti_pipe3_driver_init+0x0/0x10 returned 0 after 911 usecs
    [    0.838415] calling  phy_gmii_sel_driver_init+0x0/0x10 @ 1
    [    0.845053] probe of 44e10650.phy-gmii-sel returned 0 after 1887 usecs
    [    0.845397] initcall phy_gmii_sel_driver_init+0x0/0x10 returned 0 after 6964 usecs
    [    0.845438] calling  pcs_driver_init+0x0/0x10 @ 1
    [    0.851783] pinctrl-single 44e10800.pinmux: 142 pins, size 568
    [    0.860911] probe of 44e10800.pinmux returned 0 after 10511 usecs
    [    0.861294] initcall pcs_driver_init+0x0/0x10 returned 0 after 15836 usecs
    [    0.861337] calling  bgpio_driver_init+0x0/0x10 @ 1
    [    0.866298] initcall bgpio_driver_init+0x0/0x10 returned 0 after 4941 usecs
    [    0.866339] calling  ecap_pwm_driver_init+0x0/0x10 @ 1
    [    0.867196] initcall ecap_pwm_driver_init+0x0/0x10 returned 0 after 836 usecs
    [    0.867229] calling  ehrpwm_pwm_driver_init+0x0/0x10 @ 1
    [    0.868019] initcall ehrpwm_pwm_driver_init+0x0/0x10 returned 0 after 772 usecs
    [    0.868048] calling  tps65217_bl_driver_init+0x0/0x10 @ 1
    [    0.872761] initcall tps65217_bl_driver_init+0x0/0x10 returned 0 after 4693 usecs
    [    0.872793] calling  of_fixed_factor_clk_driver_init+0x0/0x10 @ 1
    [    0.873461] initcall of_fixed_factor_clk_driver_init+0x0/0x10 returned 0 after 647 usecs
    [    0.873492] calling  of_fixed_clk_driver_init+0x0/0x10 @ 1
    [    0.874242] initcall of_fixed_clk_driver_init+0x0/0x10 returned 0 after 730 usecs
    [    0.874273] calling  gpio_clk_driver_init+0x0/0x10 @ 1
    [    0.875019] initcall gpio_clk_driver_init+0x0/0x10 returned 0 after 727 usecs
    [    0.875049] calling  omap_prm_driver_init+0x0/0x10 @ 1
    [    0.879838] probe of 44e00c00.prm returned 0 after 4669 usecs
    [    0.880225] probe of 44e00d00.prm returned 0 after 327 usecs
    [    0.880544] probe of 44e00f00.prm returned 0 after 277 usecs
    [    0.881230] probe of 44e01100.prm returned 0 after 643 usecs
    [    0.882276] initcall omap_prm_driver_init+0x0/0x10 returned 0 after 7202 usecs
    [    0.882327] calling  virtio_mmio_init+0x0/0x10 @ 1
    [    0.883155] initcall virtio_mmio_init+0x0/0x10 returned 0 after 806 usecs
    [    0.883192] calling  pbias_regulator_driver_init+0x0/0x10 @ 1
    [    0.884203] initcall pbias_regulator_driver_init+0x0/0x10 returned 0 after 988 usecs
    [    0.884237] calling  n_null_init+0x0/0x1c @ 1
    [    0.884260] initcall n_null_init+0x0/0x1c returned 0 after 4 usecs
    [    0.884308] calling  pty_init+0x0/0x254 @ 1
    [    0.888699] initcall pty_init+0x0/0x254 returned 0 after 4370 usecs
    [    0.888745] calling  sysrq_init+0x0/0x80 @ 1
    [    0.888821] initcall sysrq_init+0x0/0x80 returned 0 after 55 usecs
    [    0.888844] calling  serial8250_init+0x0/0x174 @ 1
    [    0.888875] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    0.897918] probe of serial8250 returned 0 after 148 usecs
    [    0.898022] initcall serial8250_init+0x0/0x174 returned 0 after 9156 usecs
    [    0.898081] calling  of_platform_serial_driver_init+0x0/0x10 @ 1
    [    0.899729] initcall of_platform_serial_driver_init+0x0/0x10 returned 0 after 1623 usecs
    [    0.899772] calling  serial_omap_init+0x0/0x40 @ 1
    [    0.905323] omap_uart 48022000.serial: no wakeirq for uart0
    [    0.905368] omap_uart 48022000.serial: GPIO lookup for consumer rs485-term
    [    0.905381] omap_uart 48022000.serial: using device tree for GPIO lookup
    [    0.905417] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.905510] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.905587] omap_uart 48022000.serial: using lookup tables for GPIO lookup
    [    0.905677] omap_uart 48022000.serial: No GPIO consumer rs485-term found
    [    0.905694] omap_uart 48022000.serial: GPIO lookup for consumer rts
    [    0.905706] omap_uart 48022000.serial: using device tree for GPIO lookup
    [    0.905733] of_get_named_gpiod_flags: can't parse 'rts-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.905815] of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.905886] omap_uart 48022000.serial: using lookup tables for GPIO lookup
    [    0.905899] omap_uart 48022000.serial: No GPIO consumer rts found
    [    0.907218] 48022000.serial: ttyO0 at MMIO 0x48022000 (irq = 25, base_baud = 3000000) is a OMAP UART0
    [    7.035508] printk: console [ttyO0] enabled
    [    7.041419] probe of 48022000.serial returned 0 after 6140899 usecs
    [    7.048883] omap_uart 481a8000.serial: no wakeirq for uart1
    [    7.054814] omap_uart 481a8000.serial: GPIO lookup for consumer rs485-term
    [    7.062018] omap_uart 481a8000.serial: using device tree for GPIO lookup
    [    7.069058] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.084203] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.099240] omap_uart 481a8000.serial: using lookup tables for GPIO lookup
    [    7.106446] omap_uart 481a8000.serial: No GPIO consumer rs485-term found
    [    7.113466] omap_uart 481a8000.serial: GPIO lookup for consumer rts
    [    7.120027] omap_uart 481a8000.serial: using device tree for GPIO lookup
    [    7.127063] of_get_named_gpiod_flags: can't parse 'rts-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.141562] of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.155987] omap_uart 481a8000.serial: using lookup tables for GPIO lookup
    [    7.163233] omap_uart 481a8000.serial: No GPIO consumer rts found
    [    7.170260] 481a8000.serial: ttyO1 at MMIO 0x481a8000 (irq = 26, base_baud = 3000000) is a OMAP UART1
    [    7.180978] probe of 481a8000.serial returned 0 after 132690 usecs
    [    7.187714] initcall serial_omap_init+0x0/0x40 returned 0 after 6287921 usecs
    [    7.195281] calling  init_kgdboc+0x0/0x6c @ 1
    [    7.201140] probe of kgdboc returned 0 after 422 usecs
    [    7.206653] initcall init_kgdboc+0x0/0x6c returned 0 after 6779 usecs
    [    7.213437] calling  random_sysctls_init+0x0/0x28 @ 1
    [    7.218787] initcall random_sysctls_init+0x0/0x28 returned 0 after 39 usecs
    [    7.226084] calling  omap_rng_driver_init+0x0/0x10 @ 1
    [    7.234380] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    7.241263] random: crng init done
    [    7.245113] probe of 48310000.rng returned 0 after 12702 usecs
    [    7.251441] initcall omap_rng_driver_init+0x0/0x10 returned 0 after 19958 usecs
    [    7.259159] calling  drm_core_init+0x0/0xc8 @ 1
    [    7.264026] initcall drm_core_init+0x0/0xc8 returned 0 after 94 usecs
    [    7.270823] calling  omap_drm_init+0x0/0x4c @ 1
    [    7.280133] initcall omap_drm_init+0x0/0x4c returned 0 after 4538 usecs
    [    7.287125] calling  tilcdc_drm_init+0x0/0x40 @ 1
    [    7.292957] tilcdc-panel panel: GPIO lookup for consumer enable
    [    7.299187] tilcdc-panel panel: using device tree for GPIO lookup
    [    7.305595] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/panel[0]'
    [    7.314585] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/panel[0]'
    [    7.323462] tilcdc-panel panel: using lookup tables for GPIO lookup
    [    7.330032] tilcdc-panel panel: No GPIO consumer enable found
    [    7.336311] probe of panel returned 0 after 43785 usecs
    [    7.343030] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    7.355148] Stack Depot allocating hash table of 32768 entries with kvcalloc
    [    7.363385] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    7.380136] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [    7.388151] probe of 4830e000.lcdc returned 0 after 45281 usecs
    [    7.394782] initcall tilcdc_drm_init+0x0/0x40 returned 0 after 102703 usecs
    [    7.402136] calling  tda998x_driver_init+0x0/0x10 @ 1
    [    7.407550] initcall tda998x_driver_init+0x0/0x10 returned 0 after 98 usecs
    [    7.414863] calling  topology_sysfs_init+0x0/0x40 @ 1
    [    7.420386] initcall topology_sysfs_init+0x0/0x40 returned 0 after 210 usecs
    [    7.427882] calling  cacheinfo_sysfs_init+0x0/0x40 @ 1
    [    7.433310] initcall cacheinfo_sysfs_init+0x0/0x40 returned -2 after 7 usecs
    [    7.440698] calling  devcoredump_init+0x0/0x14 @ 1
    [    7.445808] initcall devcoredump_init+0x0/0x14 returned 0 after 70 usecs
    [    7.452841] calling  brd_init+0x0/0x124 @ 1
    [    7.486128] brd: module loaded
    [    7.489416] initcall brd_init+0x0/0x124 returned 0 after 32172 usecs
    [    7.496120] calling  loop_init+0x0/0xe0 @ 1
    [    7.514740] loop: module loaded
    [    7.518094] initcall loop_init+0x0/0xe0 returned 0 after 17565 usecs
    [    7.524799] calling  at24_init+0x0/0x44 @ 1
    [    7.529314] initcall at24_init+0x0/0x44 returned 0 after 107 usecs
    [    7.535814] calling  kim_platform_driver_init+0x0/0x10 @ 1
    [    7.542088] initcall kim_platform_driver_init+0x0/0x10 returned 0 after 507 usecs
    [    7.549978] calling  ti_tscadc_driver_init+0x0/0x10 @ 1
    [    7.558329] probe of 44e0d000.tscadc returned 0 after 2135 usecs
    [    7.565014] initcall ti_tscadc_driver_init+0x0/0x10 returned 0 after 9540 usecs
    [    7.572737] calling  init_sd+0x0/0x14c @ 1
    [    7.577303] initcall init_sd+0x0/0x14c returned 0 after 242 usecs
    [    7.583714] calling  init_mtd+0x0/0x10c @ 1
    [    7.588491] initcall init_mtd+0x0/0x10c returned 0 after 334 usecs
    [    7.595008] calling  cmdline_parser_init+0x0/0x30 @ 1
    [    7.600546] initcall cmdline_parser_init+0x0/0x30 returned 0 after 225 usecs
    [    7.608008] calling  ofpart_parser_init+0x0/0x2c @ 1
    [    7.613246] initcall ofpart_parser_init+0x0/0x2c returned 0 after 5 usecs
    [    7.620371] calling  mtdblock_tr_init+0x0/0xc @ 1
    [    7.625451] initcall mtdblock_tr_init+0x0/0xc returned 0 after 132 usecs
    [    7.632504] calling  cfi_probe_init+0x0/0x18 @ 1
    [    7.637441] initcall cfi_probe_init+0x0/0x18 returned 0 after 80 usecs
    [    7.644302] calling  omap_nand_driver_init+0x0/0x10 @ 1
    [    7.650816] initcall omap_nand_driver_init+0x0/0x10 returned 0 after 1020 usecs
    [    7.658528] calling  elm_driver_init+0x0/0x10 @ 1
    [    7.665074] probe of 48080000.elm returned 0 after 846 usecs
    [    7.671254] initcall elm_driver_init+0x0/0x10 returned 0 after 7780 usecs
    [    7.678409] calling  spidev_init+0x0/0xbc @ 1
    [    7.683146] initcall spidev_init+0x0/0xbc returned 0 after 151 usecs
    [    7.689857] calling  omap2_mcspi_driver_init+0x0/0x10 @ 1
    [    7.698573] omap2_mcspi 48030000.spi: registered master spi0
    [    7.705708] spi spi0.0: setup: speed 24000000, sample trailing edge, clk normal
    [    7.714186] spi spi0.0: setup mode 1, 8 bits/w, 24000000 Hz max --> 0
    [    7.722451] omap2_mcspi 48030000.spi: registered child spi0.0
    [    7.728769] probe of 48030000.spi returned 0 after 32447 usecs
    [    7.735210] initcall omap2_mcspi_driver_init+0x0/0x10 returned 0 after 39672 usecs
    [    7.743206] calling  blackhole_netdev_init+0x0/0x7c @ 1
    [    7.748766] initcall blackhole_netdev_init+0x0/0x7c returned 0 after 66 usecs
    [    7.756261] calling  phy_module_init+0x0/0x14 @ 1
    [    7.761907] initcall phy_module_init+0x0/0x14 returned 0 after 701 usecs
    [    7.768946] calling  fixed_mdio_bus_init+0x0/0x11c @ 1
    [    7.776397] mdio_bus fixed-0: GPIO lookup for consumer reset
    [    7.782388] mdio_bus fixed-0: using lookup tables for GPIO lookup
    [    7.788785] mdio_bus fixed-0: No GPIO consumer reset found
    [    7.794734] initcall fixed_mdio_bus_init+0x0/0x11c returned 0 after 20384 usecs
    [    7.802427] calling  phy_module_init+0x0/0x14 @ 1
    [    7.808583] initcall phy_module_init+0x0/0x14 returned 0 after 1203 usecs
    [    7.815753] calling  can_dev_init+0x0/0x24 @ 1
    [    7.820438] CAN device driver interface
    [    7.824468] initcall can_dev_init+0x0/0x24 returned 0 after 4038 usecs
    [    7.831315] calling  ti_hecc_driver_init+0x0/0x10 @ 1
    [    7.837565] initcall ti_hecc_driver_init+0x0/0x10 returned 0 after 926 usecs
    [    7.845052] calling  emac_platform_driver_init+0x0/0x10 @ 1
    [    7.851688] initcall emac_platform_driver_init+0x0/0x10 returned 0 after 776 usecs
    [    7.859647] calling  davinci_mdio_init+0x0/0x10 @ 1
    [    7.865517] initcall davinci_mdio_init+0x0/0x10 returned 0 after 739 usecs
    [    7.872797] calling  cpsw_driver_init+0x0/0x10 @ 1
    [    7.884028] mdio_bus 4a101000.mdio: GPIO lookup for consumer reset
    [    7.890585] mdio_bus 4a101000.mdio: using device tree for GPIO lookup
    [    7.897392] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/ethernet@0/mdio@1000[0]'
    [    7.912850] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/ethernet@0/mdio@1000[0]'
    [    7.928186] mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup
    [    7.935229] mdio_bus 4a101000.mdio: No GPIO consumer reset found
    [    7.974680] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    7.982709] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [    7.994204] mdio_bus 4a101000.mdio:00: GPIO lookup for consumer reset
    [    8.001170] mdio_bus 4a101000.mdio:00: using lookup tables for GPIO lookup
    [    8.008469] mdio_bus 4a101000.mdio:00: No GPIO consumer reset found
    [    8.016083] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver unknown
    [    8.024854] probe of 4a101000.mdio returned 0 after 143372 usecs
    [    8.033525] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
    [    8.040259] cpsw 4a100000.ethernet: ALE Table size 1024
    [    8.046288] cpsw 4a100000.ethernet: Detected MACID = 30:e2:83:2a:5f:63
    [    8.057245] probe of 4a100000.ethernet returned 0 after 178541 usecs
    [    8.064175] initcall cpsw_driver_init+0x0/0x10 returned 0 after 186331 usecs
    [    8.071642] calling  uio_init+0x0/0x110 @ 1
    [    8.076128] initcall uio_init+0x0/0x110 returned 0 after 74 usecs
    [    8.082529] calling  uio_pdrv_genirq_init+0x0/0x10 @ 1
    [    8.088723] initcall uio_pdrv_genirq_init+0x0/0x10 returned 0 after 790 usecs
    [    8.096237] calling  uio_dmem_genirq_init+0x0/0x10 @ 1
    [    8.102253] initcall uio_dmem_genirq_init+0x0/0x10 returned 0 after 610 usecs
    [    8.109768] calling  usb_storage_driver_init+0x0/0x38 @ 1
    [    8.116099] usbcore: registered new interface driver usb-storage
    [    8.122434] initcall usb_storage_driver_init+0x0/0x38 returned 0 after 6753 usecs
    [    8.130321] calling  serport_init+0x0/0x2c @ 1
    [    8.135002] initcall serport_init+0x0/0x2c returned 0 after 6 usecs
    [    8.141573] calling  input_leds_init+0x0/0xc @ 1
    [    8.146436] initcall input_leds_init+0x0/0xc returned 0 after 11 usecs
    [    8.153273] calling  mousedev_init+0x0/0x60 @ 1
    [    8.159305] mousedev: PS/2 mouse device common for all mice
    [    8.165332] initcall mousedev_init+0x0/0x60 returned 0 after 7300 usecs
    [    8.172421] calling  evdev_init+0x0/0xc @ 1
    [    8.176864] initcall evdev_init+0x0/0xc returned 0 after 11 usecs
    [    8.183260] calling  atkbd_init+0x0/0x18 @ 1
    [    8.188498] initcall atkbd_init+0x0/0x18 returned 0 after 749 usecs
    [    8.195145] calling  psmouse_init+0x0/0x88 @ 1
    [    8.200242] initcall psmouse_init+0x0/0x88 returned 0 after 418 usecs
    [    8.207029] calling  ds1307_driver_init+0x0/0x10 @ 1
    [    8.212341] initcall ds1307_driver_init+0x0/0x10 returned 0 after 95 usecs
    [    8.219551] calling  omap_rtc_driver_init+0x0/0x10 @ 1
    [    8.229822] probe of alarmtimer.1.auto returned 0 after 466 usecs
    [    8.237312] omap_rtc 44e3e000.rtc: registered as rtc0
    [    8.242733] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
    [    8.251926] omap_rtc 44e3e000.rtc: GPIO lookup for consumer wp
    [    8.258070] omap_rtc 44e3e000.rtc: using device tree for GPIO lookup
    [    8.264760] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]'
    [    8.278924] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]'
    [    8.292970] omap_rtc 44e3e000.rtc: using lookup tables for GPIO lookup
    [    8.299810] omap_rtc 44e3e000.rtc: No GPIO consumer wp found
    [    8.306481] probe of 44e3e000.rtc returned 0 after 80582 usecs
    [    8.312968] initcall omap_rtc_driver_init+0x0/0x10 returned 0 after 88021 usecs
    [    8.320670] calling  pcf85063_driver_init+0x0/0x10 @ 1
    [    8.326172] initcall pcf85063_driver_init+0x0/0x10 returned 0 after 100 usecs
    [    8.333657] calling  rv8803_driver_init+0x0/0x10 @ 1
    [    8.338980] initcall rv8803_driver_init+0x0/0x10 returned 0 after 80 usecs
    [    8.346191] calling  i2c_dev_init+0x0/0xb8 @ 1
    [    8.350861] i2c_dev: i2c /dev entries driver
    [    8.355407] initcall i2c_dev_init+0x0/0xb8 returned 0 after 4546 usecs
    [    8.362255] calling  init_rc_map_adstech_dvb_t_pci+0x0/0xc @ 1
    [    8.368378] initcall init_rc_map_adstech_dvb_t_pci+0x0/0xc returned 0 after 4 usecs
    [    8.376396] calling  init_rc_map_alink_dtu_m+0x0/0xc @ 1
    [    8.381984] initcall init_rc_map_alink_dtu_m+0x0/0xc returned 0 after 3 usecs
    [    8.389486] calling  init_rc_map_anysee+0x0/0xc @ 1
    [    8.394637] initcall init_rc_map_anysee+0x0/0xc returned 0 after 3 usecs
    [    8.401657] calling  init_rc_map_apac_viewcomp+0x0/0xc @ 1
    [    8.407413] initcall init_rc_map_apac_viewcomp+0x0/0xc returned 0 after 2 usecs
    [    8.415065] calling  init_rc_map_t2hybrid+0x0/0xc @ 1
    [    8.420367] initcall init_rc_map_t2hybrid+0x0/0xc returned 0 after 2 usecs
    [    8.427566] calling  init_rc_map_asus_pc39+0x0/0xc @ 1
    [    8.432961] initcall init_rc_map_asus_pc39+0x0/0xc returned 0 after 2 usecs
    [    8.440261] calling  init_rc_map_asus_ps3_100+0x0/0xc @ 1
    [    8.446037] initcall init_rc_map_asus_ps3_100+0x0/0xc returned 0 after 70 usecs
    [    8.453709] calling  init_rc_map_ati_tv_wonder_hd_600+0x0/0xc @ 1
    [    8.460101] initcall init_rc_map_ati_tv_wonder_hd_600+0x0/0xc returned 0 after 3 usecs
    [    8.468392] calling  init_rc_map_ati_x10+0x0/0xc @ 1
    [    8.473629] initcall init_rc_map_ati_x10+0x0/0xc returned 0 after 3 usecs
    [    8.480736] calling  init_rc_map_avermedia_a16d+0x0/0xc @ 1
    [    8.486584] initcall init_rc_map_avermedia_a16d+0x0/0xc returned 0 after 2 usecs
    [    8.494350] calling  init_rc_map_avermedia_cardbus+0x0/0xc @ 1
    [    8.500465] initcall init_rc_map_avermedia_cardbus+0x0/0xc returned 0 after 2 usecs
    [    8.508480] calling  init_rc_map_avermedia_dvbt+0x0/0xc @ 1
    [    8.514329] initcall init_rc_map_avermedia_dvbt+0x0/0xc returned 0 after 2 usecs
    [    8.522074] calling  init_rc_map_avermedia_m135a+0x0/0xc @ 1
    [    8.528012] initcall init_rc_map_avermedia_m135a+0x0/0xc returned 0 after 3 usecs
    [    8.535844] calling  init_rc_map_avermedia_m733a_rm_k6+0x0/0xc @ 1
    [    8.542320] initcall init_rc_map_avermedia_m733a_rm_k6+0x0/0xc returned 0 after 2 usecs
    [    8.550841] calling  init_rc_map_avermedia+0x0/0xc @ 1
    [    8.556273] initcall init_rc_map_avermedia+0x0/0xc returned 0 after 3 usecs
    [    8.563572] calling  init_rc_map_avermedia_rm_ks+0x0/0xc @ 1
    [    8.569509] initcall init_rc_map_avermedia_rm_ks+0x0/0xc returned 0 after 2 usecs
    [    8.577339] calling  init_rc_map_avertv_303+0x0/0xc @ 1
    [    8.582826] initcall init_rc_map_avertv_303+0x0/0xc returned 0 after 2 usecs
    [    8.590207] calling  init_rc_map_azurewave_ad_tu700+0x0/0xc @ 1
    [    8.596417] initcall init_rc_map_azurewave_ad_tu700+0x0/0xc returned 0 after 2 usecs
    [    8.604539] calling  init_rc_map_beelink_gs1+0x0/0xc @ 1
    [    8.610113] initcall init_rc_map_beelink_gs1+0x0/0xc returned 0 after 3 usecs
    [    8.617586] calling  init_rc_map_behold_columbus+0x0/0xc @ 1
    [    8.623549] initcall init_rc_map_behold_columbus+0x0/0xc returned 0 after 2 usecs
    [    8.631381] calling  init_rc_map_behold+0x0/0xc @ 1
    [    8.636501] initcall init_rc_map_behold+0x0/0xc returned 0 after 2 usecs
    [    8.643520] calling  init_rc_map_budget_ci_old+0x0/0xc @ 1
    [    8.649281] initcall init_rc_map_budget_ci_old+0x0/0xc returned 0 after 2 usecs
    [    8.656929] calling  init_rc_map_cinergy_1400+0x0/0xc @ 1
    [    8.662634] initcall init_rc_map_cinergy_1400+0x0/0xc returned 0 after 2 usecs
    [    8.670199] calling  init_rc_map_cinergy+0x0/0xc @ 1
    [    8.675410] initcall init_rc_map_cinergy+0x0/0xc returned 0 after 3 usecs
    [    8.682520] calling  init_rc_map_ct_90405+0x0/0xc @ 1
    [    8.687826] initcall init_rc_map_ct_90405+0x0/0xc returned 0 after 3 usecs
    [    8.695027] calling  init_rc_map_d680_dmb+0x0/0xc @ 1
    [    8.700326] initcall init_rc_map_d680_dmb+0x0/0xc returned 0 after 3 usecs
    [    8.707526] calling  init_rc_map_delock_61959+0x0/0xc @ 1
    [    8.713192] initcall init_rc_map_delock_61959+0x0/0xc returned 0 after 2 usecs
    [    8.720755] calling  init_rc_map+0x0/0xc @ 1
    [    8.725242] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [    8.731629] calling  init_rc_map+0x0/0xc @ 1
    [    8.736120] initcall init_rc_map+0x0/0xc returned 0 after 3 usecs
    [    8.742507] calling  init_rc_map_digitalnow_tinytwin+0x0/0xc @ 1
    [    8.748806] initcall init_rc_map_digitalnow_tinytwin+0x0/0xc returned 0 after 2 usecs
    [    8.756997] calling  init_rc_map_digittrade+0x0/0xc @ 1
    [    8.762478] initcall init_rc_map_digittrade+0x0/0xc returned 0 after 2 usecs
    [    8.769868] calling  init_rc_map_dm1105_nec+0x0/0xc @ 1
    [    8.775353] initcall init_rc_map_dm1105_nec+0x0/0xc returned 0 after 2 usecs
    [    8.782734] calling  init_rc_map_dntv_live_dvb_t+0x0/0xc @ 1
    [    8.788673] initcall init_rc_map_dntv_live_dvb_t+0x0/0xc returned 0 after 2 usecs
    [    8.796507] calling  init_rc_map_dntv_live_dvbt_pro+0x0/0xc @ 1
    [    8.802714] initcall init_rc_map_dntv_live_dvbt_pro+0x0/0xc returned 0 after 2 usecs
    [    8.810824] calling  init_rc_map_dtt200u+0x0/0xc @ 1
    [    8.816037] initcall init_rc_map_dtt200u+0x0/0xc returned 0 after 3 usecs
    [    8.823151] calling  init_rc_map_rc5_dvbsky+0x0/0xc @ 1
    [    8.828634] initcall init_rc_map_rc5_dvbsky+0x0/0xc returned 0 after 2 usecs
    [    8.836014] calling  init_rc_map_dvico_mce+0x0/0xc @ 1
    [    8.841408] initcall init_rc_map_dvico_mce+0x0/0xc returned 0 after 2 usecs
    [    8.848704] calling  init_rc_map_dvico_portable+0x0/0xc @ 1
    [    8.854551] initcall init_rc_map_dvico_portable+0x0/0xc returned 0 after 2 usecs
    [    8.862296] calling  init_rc_map_em_terratec+0x0/0xc @ 1
    [    8.867872] initcall init_rc_map_em_terratec+0x0/0xc returned 0 after 2 usecs
    [    8.875351] calling  init_rc_map_encore_enltv2+0x0/0xc @ 1
    [    8.881106] initcall init_rc_map_encore_enltv2+0x0/0xc returned 0 after 3 usecs
    [    8.888762] calling  init_rc_map_encore_enltv_fm53+0x0/0xc @ 1
    [    8.894878] initcall init_rc_map_encore_enltv_fm53+0x0/0xc returned 0 after 2 usecs
    [    8.902892] calling  init_rc_map_encore_enltv+0x0/0xc @ 1
    [    8.908557] initcall init_rc_map_encore_enltv+0x0/0xc returned 0 after 2 usecs
    [    8.916122] calling  init_rc_map_evga_indtube+0x0/0xc @ 1
    [    8.921791] initcall init_rc_map_evga_indtube+0x0/0xc returned 0 after 2 usecs
    [    8.929356] calling  init_rc_map_eztv+0x0/0xc @ 1
    [    8.934300] initcall init_rc_map_eztv+0x0/0xc returned 0 after 2 usecs
    [    8.941137] calling  init_rc_map_flydvb+0x0/0xc @ 1
    [    8.946259] initcall init_rc_map_flydvb+0x0/0xc returned 0 after 3 usecs
    [    8.953279] calling  init_rc_map_flyvideo+0x0/0xc @ 1
    [    8.958674] initcall init_rc_map_flyvideo+0x0/0xc returned 0 after 41 usecs
    [    8.965973] calling  init_rc_map_fusionhdtv_mce+0x0/0xc @ 1
    [    8.971821] initcall init_rc_map_fusionhdtv_mce+0x0/0xc returned 0 after 2 usecs
    [    8.979576] calling  init_rc_map_gadmei_rm008z+0x0/0xc @ 1
    [    8.985333] initcall init_rc_map_gadmei_rm008z+0x0/0xc returned 0 after 2 usecs
    [    8.992985] calling  init_rc_map_geekbox+0x0/0xc @ 1
    [    8.998202] initcall init_rc_map_geekbox+0x0/0xc returned 0 after 2 usecs
    [    9.005316] calling  init_rc_map_genius_tvgo_a11mce+0x0/0xc @ 1
    [    9.011522] initcall init_rc_map_genius_tvgo_a11mce+0x0/0xc returned 0 after 2 usecs
    [    9.019636] calling  init_rc_map_gotview7135+0x0/0xc @ 1
    [    9.025212] initcall init_rc_map_gotview7135+0x0/0xc returned 0 after 2 usecs
    [    9.032683] calling  init_rc_map_rc5_hauppauge_new+0x0/0xc @ 1
    [    9.038806] initcall init_rc_map_rc5_hauppauge_new+0x0/0xc returned 0 after 2 usecs
    [    9.046817] calling  init_rc_map_hisi_poplar+0x0/0xc @ 1
    [    9.052391] initcall init_rc_map_hisi_poplar+0x0/0xc returned 0 after 2 usecs
    [    9.059862] calling  init_rc_map_hisi_tv_demo+0x0/0xc @ 1
    [    9.065527] initcall init_rc_map_hisi_tv_demo+0x0/0xc returned 0 after 2 usecs
    [    9.073088] calling  init_rc_map_imon_mce+0x0/0xc @ 1
    [    9.078392] initcall init_rc_map_imon_mce+0x0/0xc returned 0 after 2 usecs
    [    9.085631] calling  init_rc_map_imon_pad+0x0/0xc @ 1
    [    9.090934] initcall init_rc_map_imon_pad+0x0/0xc returned 0 after 3 usecs
    [    9.098134] calling  init_rc_map_imon_rsc+0x0/0xc @ 1
    [    9.103437] initcall init_rc_map_imon_rsc+0x0/0xc returned 0 after 2 usecs
    [    9.110635] calling  init_rc_map_iodata_bctv7e+0x0/0xc @ 1
    [    9.116392] initcall init_rc_map_iodata_bctv7e+0x0/0xc returned 0 after 2 usecs
    [    9.124043] calling  init_rc_it913x_v1_map+0x0/0xc @ 1
    [    9.129438] initcall init_rc_it913x_v1_map+0x0/0xc returned 0 after 2 usecs
    [    9.136726] calling  init_rc_it913x_v2_map+0x0/0xc @ 1
    [    9.142124] initcall init_rc_it913x_v2_map+0x0/0xc returned 0 after 2 usecs
    [    9.149417] calling  init_rc_map_kaiomy+0x0/0xc @ 1
    [    9.154537] initcall init_rc_map_kaiomy+0x0/0xc returned 0 after 3 usecs
    [    9.161560] calling  init_rc_map_khadas+0x0/0xc @ 1
    [    9.166682] initcall init_rc_map_khadas+0x0/0xc returned 0 after 2 usecs
    [    9.173704] calling  init_rc_map_khamsin+0x0/0xc @ 1
    [    9.178935] initcall init_rc_map_khamsin+0x0/0xc returned 0 after 2 usecs
    [    9.186064] calling  init_rc_map_kworld_315u+0x0/0xc @ 1
    [    9.191642] initcall init_rc_map_kworld_315u+0x0/0xc returned 0 after 2 usecs
    [    9.199120] calling  init_rc_map_kworld_pc150u+0x0/0xc @ 1
    [    9.204877] initcall init_rc_map_kworld_pc150u+0x0/0xc returned 0 after 2 usecs
    [    9.212530] calling  init_rc_map_kworld_plus_tv_analog+0x0/0xc @ 1
    [    9.219009] initcall init_rc_map_kworld_plus_tv_analog+0x0/0xc returned 0 after 2 usecs
    [    9.227385] calling  init_rc_map_leadtek_y04g0051+0x0/0xc @ 1
    [    9.233417] initcall init_rc_map_leadtek_y04g0051+0x0/0xc returned 0 after 3 usecs
    [    9.241339] calling  init_rc_lme2510_map+0x0/0xc @ 1
    [    9.246551] initcall init_rc_lme2510_map+0x0/0xc returned 0 after 2 usecs
    [    9.253661] calling  init_rc_map_manli+0x0/0xc @ 1
    [    9.258694] initcall init_rc_map_manli+0x0/0xc returned 0 after 2 usecs
    [    9.265624] calling  init_rc_map_mecool_kiii_pro+0x0/0xc @ 1
    [    9.271560] initcall init_rc_map_mecool_kiii_pro+0x0/0xc returned 0 after 2 usecs
    [    9.279395] calling  init_rc_map_mecool_kii_pro+0x0/0xc @ 1
    [    9.285242] initcall init_rc_map_mecool_kii_pro+0x0/0xc returned 0 after 2 usecs
    [    9.292997] calling  init_rc_map_medion_x10_digitainer+0x0/0xc @ 1
    [    9.299480] initcall init_rc_map_medion_x10_digitainer+0x0/0xc returned 0 after 3 usecs
    [    9.307857] calling  init_rc_map_medion_x10+0x0/0xc @ 1
    [    9.313341] initcall init_rc_map_medion_x10+0x0/0xc returned 0 after 3 usecs
    [    9.320722] calling  init_rc_map_medion_x10_or2x+0x0/0xc @ 1
    [    9.326659] initcall init_rc_map_medion_x10_or2x+0x0/0xc returned 0 after 2 usecs
    [    9.334494] calling  init_rc_map_minix_neo+0x0/0xc @ 1
    [    9.339887] initcall init_rc_map_minix_neo+0x0/0xc returned 0 after 2 usecs
    [    9.347174] calling  init_rc_map_msi_digivox_iii+0x0/0xc @ 1
    [    9.353113] initcall init_rc_map_msi_digivox_iii+0x0/0xc returned 0 after 2 usecs
    [    9.360951] calling  init_rc_map_msi_digivox_ii+0x0/0xc @ 1
    [    9.366796] initcall init_rc_map_msi_digivox_ii+0x0/0xc returned 0 after 3 usecs
    [    9.374543] calling  init_rc_map_msi_tvanywhere+0x0/0xc @ 1
    [    9.380387] initcall init_rc_map_msi_tvanywhere+0x0/0xc returned 0 after 2 usecs
    [    9.388133] calling  init_rc_map_msi_tvanywhere_plus+0x0/0xc @ 1
    [    9.394446] initcall init_rc_map_msi_tvanywhere_plus+0x0/0xc returned 0 after 2 usecs
    [    9.402643] calling  init_rc_map_nebula+0x0/0xc @ 1
    [    9.407769] initcall init_rc_map_nebula+0x0/0xc returned 0 after 2 usecs
    [    9.414795] calling  init_rc_map_nec_terratec_cinergy_xs+0x0/0xc @ 1
    [    9.421455] initcall init_rc_map_nec_terratec_cinergy_xs+0x0/0xc returned 0 after 2 usecs
    [    9.430012] calling  init_rc_map_norwood+0x0/0xc @ 1
    [    9.435229] initcall init_rc_map_norwood+0x0/0xc returned 0 after 2 usecs
    [    9.442339] calling  init_rc_map_npgtech+0x0/0xc @ 1
    [    9.447548] initcall init_rc_map_npgtech+0x0/0xc returned 0 after 3 usecs
    [    9.454664] calling  init_rc_map_odroid+0x0/0xc @ 1
    [    9.459789] initcall init_rc_map_odroid+0x0/0xc returned 0 after 2 usecs
    [    9.466867] calling  init_rc_map_pctv_sedna+0x0/0xc @ 1
    [    9.472357] initcall init_rc_map_pctv_sedna+0x0/0xc returned 0 after 2 usecs
    [    9.479743] calling  init_rc_map_pine64+0x0/0xc @ 1
    [    9.484867] initcall init_rc_map_pine64+0x0/0xc returned 0 after 2 usecs
    [    9.491887] calling  init_rc_map_pinnacle_color+0x0/0xc @ 1
    [    9.497747] initcall init_rc_map_pinnacle_color+0x0/0xc returned 0 after 3 usecs
    [    9.505494] calling  init_rc_map_pinnacle_grey+0x0/0xc @ 1
    [    9.511249] initcall init_rc_map_pinnacle_grey+0x0/0xc returned 0 after 3 usecs
    [    9.518908] calling  init_rc_map_pinnacle_pctv_hd+0x0/0xc @ 1
    [    9.524941] initcall init_rc_map_pinnacle_pctv_hd+0x0/0xc returned 0 after 2 usecs
    [    9.532867] calling  init_rc_map_pixelview+0x0/0xc @ 1
    [    9.538261] initcall init_rc_map_pixelview+0x0/0xc returned 0 after 2 usecs
    [    9.545555] calling  init_rc_map_pixelview+0x0/0xc @ 1
    [    9.550950] initcall init_rc_map_pixelview+0x0/0xc returned 0 after 2 usecs
    [    9.558246] calling  init_rc_map_pixelview_new+0x0/0xc @ 1
    [    9.564004] initcall init_rc_map_pixelview_new+0x0/0xc returned 0 after 2 usecs
    [    9.571658] calling  init_rc_map_pixelview+0x0/0xc @ 1
    [    9.577051] initcall init_rc_map_pixelview+0x0/0xc returned 0 after 3 usecs
    [    9.584350] calling  init_rc_map_powercolor_real_angel+0x0/0xc @ 1
    [    9.590831] initcall init_rc_map_powercolor_real_angel+0x0/0xc returned 0 after 2 usecs
    [    9.599213] calling  init_rc_map_proteus_2309+0x0/0xc @ 1
    [    9.604892] initcall init_rc_map_proteus_2309+0x0/0xc returned 0 after 2 usecs
    [    9.612457] calling  init_rc_map_purpletv+0x0/0xc @ 1
    [    9.617763] initcall init_rc_map_purpletv+0x0/0xc returned 0 after 2 usecs
    [    9.624978] calling  init_rc_map_pv951+0x0/0xc @ 1
    [    9.630014] initcall init_rc_map_pv951+0x0/0xc returned 0 after 3 usecs
    [    9.636942] calling  init_rc_map_rc6_mce+0x0/0xc @ 1
    [    9.642155] initcall init_rc_map_rc6_mce+0x0/0xc returned 0 after 2 usecs
    [    9.649264] calling  init_rc_map_real_audio_220_32_keys+0x0/0xc @ 1
    [    9.655836] initcall init_rc_map_real_audio_220_32_keys+0x0/0xc returned 0 after 2 usecs
    [    9.664300] calling  init_rc_map_reddo+0x0/0xc @ 1
    [    9.669329] initcall init_rc_map_reddo+0x0/0xc returned 0 after 2 usecs
    [    9.676258] calling  init_rc_map_snapstream_firefly+0x0/0xc @ 1
    [    9.682469] initcall init_rc_map_snapstream_firefly+0x0/0xc returned 0 after 2 usecs
    [    9.690572] calling  init_rc_map_streamzap+0x0/0xc @ 1
    [    9.695966] initcall init_rc_map_streamzap+0x0/0xc returned 0 after 2 usecs
    [    9.703257] calling  init_rc_map_su3000+0x0/0xc @ 1
    [    9.708395] initcall init_rc_map_su3000+0x0/0xc returned 0 after 3 usecs
    [    9.715422] calling  init_rc_map_tanix_tx3mini+0x0/0xc @ 1
    [    9.721179] initcall init_rc_map_tanix_tx3mini+0x0/0xc returned 0 after 3 usecs
    [    9.728835] calling  init_rc_map_tanix_tx5max+0x0/0xc @ 1
    [    9.734503] initcall init_rc_map_tanix_tx5max+0x0/0xc returned 0 after 2 usecs
    [    9.742062] calling  init_rc_map_tbs_nec+0x0/0xc @ 1
    [    9.747279] initcall init_rc_map_tbs_nec+0x0/0xc returned 0 after 3 usecs
    [    9.754395] calling  init_rc_map+0x0/0xc @ 1
    [    9.758889] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [    9.765495] calling  init_rc_map+0x0/0xc @ 1
    [    9.770020] initcall init_rc_map+0x0/0xc returned 0 after 3 usecs
    [    9.776419] calling  init_rc_map_terratec_cinergy_c_pci+0x0/0xc @ 1
    [    9.782997] initcall init_rc_map_terratec_cinergy_c_pci+0x0/0xc returned 0 after 3 usecs
    [    9.791469] calling  init_rc_map_terratec_cinergy_s2_hd+0x0/0xc @ 1
    [    9.798037] initcall init_rc_map_terratec_cinergy_s2_hd+0x0/0xc returned 0 after 2 usecs
    [    9.806506] calling  init_rc_map_terratec_cinergy_xs+0x0/0xc @ 1
    [    9.812822] initcall init_rc_map_terratec_cinergy_xs+0x0/0xc returned 0 after 2 usecs
    [    9.821023] calling  init_rc_map_terratec_slim_2+0x0/0xc @ 1
    [    9.826962] initcall init_rc_map_terratec_slim_2+0x0/0xc returned 0 after 3 usecs
    [    9.834814] calling  init_rc_map_terratec_slim+0x0/0xc @ 1
    [    9.840577] initcall init_rc_map_terratec_slim+0x0/0xc returned 0 after 3 usecs
    [    9.848264] calling  init_rc_map_tevii_nec+0x0/0xc @ 1
    [    9.853657] initcall init_rc_map_tevii_nec+0x0/0xc returned 0 after 2 usecs
    [    9.860945] calling  init_rc_map_tivo+0x0/0xc @ 1
    [    9.865889] initcall init_rc_map_tivo+0x0/0xc returned 0 after 3 usecs
    [    9.872730] calling  init_rc_map_total_media_in_hand_02+0x0/0xc @ 1
    [    9.879299] initcall init_rc_map_total_media_in_hand_02+0x0/0xc returned 0 after 2 usecs
    [    9.887769] calling  init_rc_map_total_media_in_hand+0x0/0xc @ 1
    [    9.894070] initcall init_rc_map_total_media_in_hand+0x0/0xc returned 0 after 2 usecs
    [    9.902268] calling  init_rc_map_trekstor+0x0/0xc @ 1
    [    9.907577] initcall init_rc_map_trekstor+0x0/0xc returned 0 after 2 usecs
    [    9.914816] calling  init_rc_map_tt_1500+0x0/0xc @ 1
    [    9.920032] initcall init_rc_map_tt_1500+0x0/0xc returned 0 after 2 usecs
    [    9.927147] calling  init_rc_map_twinhan_vp1027+0x0/0xc @ 1
    [    9.932994] initcall init_rc_map_twinhan_vp1027+0x0/0xc returned 0 after 3 usecs
    [    9.940741] calling  init_rc_map_twinhan_dtv_cab_ci+0x0/0xc @ 1
    [    9.946950] initcall init_rc_map_twinhan_dtv_cab_ci+0x0/0xc returned 0 after 2 usecs
    [    9.955056] calling  init_rc_map_vega_s9x+0x0/0xc @ 1
    [    9.960359] initcall init_rc_map_vega_s9x+0x0/0xc returned 0 after 2 usecs
    [    9.967563] calling  init_rc_map_videomate_k100+0x0/0xc @ 1
    [    9.973469] initcall init_rc_map_videomate_k100+0x0/0xc returned 0 after 41 usecs
    [    9.981312] calling  init_rc_map_videomate_s350+0x0/0xc @ 1
    [    9.987166] initcall init_rc_map_videomate_s350+0x0/0xc returned 0 after 2 usecs
    [    9.994911] calling  init_rc_map_videomate_tv_pvr+0x0/0xc @ 1
    [   10.000940] initcall init_rc_map_videomate_tv_pvr+0x0/0xc returned 0 after 3 usecs
    [   10.008864] calling  init_rc_map_kii_pro+0x0/0xc @ 1
    [   10.014081] initcall init_rc_map_kii_pro+0x0/0xc returned 0 after 2 usecs
    [   10.021206] calling  init_rc_map_wetek_hub+0x0/0xc @ 1
    [   10.026624] initcall init_rc_map_wetek_hub+0x0/0xc returned 0 after 2 usecs
    [   10.033919] calling  init_rc_map_wetek_play2+0x0/0xc @ 1
    [   10.039497] initcall init_rc_map_wetek_play2+0x0/0xc returned 0 after 2 usecs
    [   10.046978] calling  init_rc_map_winfast+0x0/0xc @ 1
    [   10.052196] initcall init_rc_map_winfast+0x0/0xc returned 0 after 2 usecs
    [   10.059309] calling  init_rc_map_winfast_usbii_deluxe+0x0/0xc @ 1
    [   10.065699] initcall init_rc_map_winfast_usbii_deluxe+0x0/0xc returned 0 after 2 usecs
    [   10.073983] calling  init_rc_map_x96max+0x0/0xc @ 1
    [   10.079108] initcall init_rc_map_x96max+0x0/0xc returned 0 after 2 usecs
    [   10.086132] calling  init_rc_map+0x0/0xc @ 1
    [   10.090639] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [   10.097029] calling  init_rc_map+0x0/0xc @ 1
    [   10.101524] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [   10.107912] calling  init_rc_map_zx_irdec+0x0/0xc @ 1
    [   10.113215] initcall init_rc_map_zx_irdec+0x0/0xc returned 0 after 2 usecs
    [   10.120417] calling  ir_jvc_decode_init+0x0/0x24 @ 1
    [   10.125896] IR JVC protocol handler initialized
    [   10.130698] initcall ir_jvc_decode_init+0x0/0x24 returned 0 after 5053 usecs
    [   10.138107] calling  ir_mce_kbd_decode_init+0x0/0x24 @ 1
    [   10.143687] IR MCE Keyboard/mouse protocol handler initialized
    [   10.149797] initcall ir_mce_kbd_decode_init+0x0/0x24 returned 0 after 6113 usecs
    [   10.157544] calling  ir_nec_decode_init+0x0/0x24 @ 1
    [   10.162758] IR NEC protocol handler initialized
    [   10.167509] initcall ir_nec_decode_init+0x0/0x24 returned 0 after 4753 usecs
    [   10.174894] calling  ir_rc5_decode_init+0x0/0x24 @ 1
    [   10.180111] IR RC5(x/sz) protocol handler initialized
    [   10.185425] initcall ir_rc5_decode_init+0x0/0x24 returned 0 after 5316 usecs
    [   10.192818] calling  ir_rc6_decode_init+0x0/0x24 @ 1
    [   10.198187] IR RC6 protocol handler initialized
    [   10.202956] initcall ir_rc6_decode_init+0x0/0x24 returned 0 after 4892 usecs
    [   10.210350] calling  ir_sanyo_decode_init+0x0/0x24 @ 1
    [   10.215748] IR SANYO protocol handler initialized
    [   10.220681] initcall ir_sanyo_decode_init+0x0/0x24 returned 0 after 4935 usecs
    [   10.228244] calling  ir_sharp_decode_init+0x0/0x24 @ 1
    [   10.233659] IR Sharp protocol handler initialized
    [   10.238594] initcall ir_sharp_decode_init+0x0/0x24 returned 0 after 4938 usecs
    [   10.246188] calling  ir_sony_decode_init+0x0/0x24 @ 1
    [   10.251493] IR Sony protocol handler initialized
    [   10.256335] initcall ir_sony_decode_init+0x0/0x24 returned 0 after 4844 usecs
    [   10.263826] calling  ir_xmp_decode_init+0x0/0x24 @ 1
    [   10.269041] IR XMP protocol handler initialized
    [   10.273863] initcall ir_xmp_decode_init+0x0/0x24 returned 0 after 4825 usecs
    [   10.281255] calling  tps65217_charger_driver_init+0x0/0x10 @ 1
    [   10.288401] initcall tps65217_charger_driver_init+0x0/0x10 returned 0 after 1022 usecs
    [   10.296759] calling  ti_bandgap_sensor_driver_init+0x0/0x10 @ 1
    [   10.303666] initcall ti_bandgap_sensor_driver_init+0x0/0x10 returned 0 after 684 usecs
    [   10.311985] calling  omap_wdt_driver_init+0x0/0x10 @ 1
    [   10.321264] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   10.328855] probe of 44e35000.wdt returned 0 after 10767 usecs
    [   10.335547] initcall omap_wdt_driver_init+0x0/0x10 returned 0 after 18162 usecs
    [   10.343402] calling  ti_opp_supply_driver_init+0x0/0x10 @ 1
    [   10.350321] initcall ti_opp_supply_driver_init+0x0/0x10 returned 0 after 1051 usecs
    [   10.358410] calling  dt_cpufreq_platdrv_init+0x0/0x10 @ 1
    [   10.364489] initcall dt_cpufreq_platdrv_init+0x0/0x10 returned 0 after 400 usecs
    [   10.372272] calling  omap_cpufreq_platdrv_init+0x0/0x10 @ 1
    [   10.378492] initcall omap_cpufreq_platdrv_init+0x0/0x10 returned 0 after 363 usecs
    [   10.386444] calling  ti_cpufreq_driver_init+0x0/0x10 @ 1
    [   10.392400] initcall ti_cpufreq_driver_init+0x0/0x10 returned 0 after 373 usecs
    [   10.400089] calling  ti_cpufreq_init+0x0/0xbc @ 1
    [   10.407152] probe of cpufreq-dt returned 517 after 317 usecs
    [   10.413236] probe of ti-cpufreq returned 0 after 7782 usecs
    [   10.419113] initcall ti_cpufreq_init+0x0/0xbc returned 0 after 14076 usecs
    [   10.426355] calling  mmc_pwrseq_simple_driver_init+0x0/0x10 @ 1
    [   10.433494] initcall mmc_pwrseq_simple_driver_init+0x0/0x10 returned 0 after 925 usecs
    [   10.441855] calling  mmc_pwrseq_emmc_driver_init+0x0/0x10 @ 1
    [   10.448696] initcall mmc_pwrseq_emmc_driver_init+0x0/0x10 returned 0 after 800 usecs
    [   10.456871] calling  mmc_blk_init+0x0/0xfc @ 1
    [   10.461819] initcall mmc_blk_init+0x0/0xfc returned 0 after 265 usecs
    [   10.468590] calling  sdio_uart_init+0x0/0xe0 @ 1
    [   10.473742] initcall sdio_uart_init+0x0/0xe0 returned 0 after 268 usecs
    [   10.480708] calling  sdhci_drv_init+0x0/0x24 @ 1
    [   10.485569] sdhci: Secure Digital Host Controller Interface driver
    [   10.492045] sdhci: Copyright(c) Pierre Ossman
    [   10.496632] initcall sdhci_drv_init+0x0/0x24 returned 0 after 11063 usecs
    [   10.503774] calling  mmc_omap_driver_init+0x0/0x10 @ 1
    [   10.510019] initcall mmc_omap_driver_init+0x0/0x10 returned 0 after 839 usecs
    [   10.517550] calling  omap_hsmmc_driver_init+0x0/0x10 @ 1
    [   10.524138] initcall omap_hsmmc_driver_init+0x0/0x10 returned 0 after 998 usecs
    [   10.531835] calling  sdhci_pltfm_drv_init+0x0/0x18 @ 1
    [   10.537237] sdhci-pltfm: SDHCI platform and OF driver helper
    [   10.543168] initcall sdhci_pltfm_drv_init+0x0/0x18 returned 0 after 5931 usecs
    [   10.550735] calling  sdhci_omap_driver_init+0x0/0x10 @ 1
    [   10.560002] sdhci-omap 48060000.mmc: GPIO lookup for consumer cd
    [   10.566859] initcall sdhci_omap_driver_init+0x0/0x10 returned 0 after 10546 usecs
    [   10.574767] sdhci-omap 48060000.mmc: using device tree for GPIO lookup
    [   10.581640] calling  gpio_led_driver_init+0x0/0x10 @ 1
    [   10.587164] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0)
    [   10.602517] initcall gpio_led_driver_init+0x0/0x10 returned 0 after 15469 usecs
    [   10.610265] calling  timer_led_trigger_init+0x0/0xc @ 1
    [   10.615961] gpio gpiochip3: Persistence not supported for GPIO 19
    [   10.622408] initcall timer_led_trigger_init+0x0/0xc returned 0 after 6644 usecs
    [   10.630119] omap_gpio 481ae000.gpio: Could not set line 19 debounce to 200000 microseconds (-22)
    [   10.639330] calling  heartbeat_trig_init+0x0/0x40 @ 1
    [   10.644667] initcall heartbeat_trig_init+0x0/0x40 returned 0 after 20 usecs
    [   10.651979] sdhci-omap 48060000.mmc: Got CD GPIO
    [   10.656836] calling  defon_led_trigger_init+0x0/0xc @ 1
    [   10.662343] sdhci-omap 48060000.mmc: GPIO lookup for consumer wp
    [   10.668652] initcall defon_led_trigger_init+0x0/0xc returned 0 after 6330 usecs
    [   10.676351] sdhci-omap 48060000.mmc: using device tree for GPIO lookup
    [   10.683204] calling  omap_dm_timer_driver_init+0x0/0x10 @ 1
    [   10.689125] of_get_named_gpiod_flags: parsed 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0)
    [   10.706239] probe of 48042000.timer returned 0 after 1661 usecs
    [   10.712567] gpio gpiochip3: Persistence not supported for GPIO 20
    [   10.720067] probe of 48044000.timer returned 0 after 910 usecs
    [   10.726446] sdhci-omap 48060000.mmc: Got WP GPIO
    [   10.732422] probe of 48046000.timer returned 0 after 923 usecs
    [   10.738978] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
    [   10.747925] probe of 48048000.timer returned 0 after 807 usecs
    [   10.757011] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
    [   10.765968] probe of 4804a000.timer returned 0 after 9523 usecs
    [   10.772669] initcall omap_dm_timer_driver_init+0x0/0x10 returned 0 after 83610 usecs
    [   10.788492] calling  hid_init+0x0/0x4c @ 1
    [   10.793048] initcall hid_init+0x0/0x4c returned 0 after 144 usecs
    [   10.799470] calling  hid_generic_init+0x0/0x18 @ 1
    [   10.805022] initcall hid_generic_init+0x0/0x18 returned 0 after 495 usecs
    [   10.812190] calling  rproc_virtio_driver_init+0x0/0x10 @ 1
    [   10.819468] initcall rproc_virtio_driver_init+0x0/0x10 returned 0 after 1493 usecs
    [   10.828372] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
    [   10.837912] probe of 48060000.mmc returned 0 after 280377 usecs
    [   10.844518] calling  wkup_m3_rproc_driver_init+0x0/0x10 @ 1
    [   10.851428] wkup_m3_rproc 44d00000.wkup_m3: Platform data missing!
    [   10.858076] remoteproc remoteproc0: releasing wkup_m3
    [   10.863545] probe of 44d00000.wkup_m3 returned 19 after 12605 usecs
    [   10.871447] initcall wkup_m3_rproc_driver_init+0x0/0x10 returned 0 after 21012 usecs
    [   10.879797] calling  extcon_class_init+0x0/0x54 @ 1
    [   10.885188] initcall extcon_class_init+0x0/0x54 returned 0 after 206 usecs
    [   10.892495] calling  emif_driver_init+0x0/0x18 @ 1
    [   10.898741] initcall emif_driver_init+0x0/0x18 returned -19 after 1179 usecs
    [   10.906243] calling  gpmc_driver_init+0x0/0x10 @ 1
    [   10.912457] initcall gpmc_driver_init+0x0/0x10 returned 0 after 1139 usecs
    [   10.919780] calling  ti_emif_driver_init+0x0/0x10 @ 1
    [   10.928090] probe of 4c000000.emif returned 0 after 2338 usecs
    [   10.934737] initcall ti_emif_driver_init+0x0/0x10 returned 0 after 9627 usecs
    [   10.942364] calling  tiadc_driver_init+0x0/0x10 @ 1
    [   10.953841] probe of TI-am335x-adc.0.auto returned 0 after 5036 usecs
    [   10.960996] initcall tiadc_driver_init+0x0/0x10 returned 0 after 13457 usecs
    [   10.968631] calling  sock_diag_init+0x0/0x40 @ 1
    [   10.973868] mmc0: new high speed SDHC card at address 59b4
    [   10.980095] initcall sock_diag_init+0x0/0x40 returned 0 after 6552 usecs
    [   10.990824] mmcblk0: mmc0:59b4 SN32G 29.7 GiB 
    [   10.995680] calling  gre_offload_init+0x0/0x10 @ 1
    [   11.003923] initcall gre_offload_init+0x0/0x10 returned 0 after 3169 usecs
    [   11.014867] calling  sysctl_ipv4_init+0x0/0x54 @ 1
    [   11.020835]  mmcblk0: p1 p2
    [   11.024208] initcall sysctl_ipv4_init+0x0/0x54 returned 0 after 4090 usecs
    [   11.034241] probe of mmc0:59b4 returned 0 after 46332 usecs
    [   11.040240] calling  inet_diag_init+0x0/0x88 @ 1
    [   11.045728] initcall inet_diag_init+0x0/0x88 returned 0 after 591 usecs
    [   11.052710] calling  tcp_diag_init+0x0/0xc @ 1
    [   11.057502] initcall tcp_diag_init+0x0/0xc returned 0 after 114 usecs
    [   11.064283] calling  cubictcp_register+0x0/0x60 @ 1
    [   11.069422] initcall cubictcp_register+0x0/0x60 returned 0 after 8 usecs
    [   11.076446] calling  xfrm_user_init+0x0/0x38 @ 1
    [   11.081300] Initializing XFRM netlink socket
    [   11.086024] initcall xfrm_user_init+0x0/0x38 returned 0 after 4723 usecs
    [   11.093123] calling  packet_init+0x0/0x7c @ 1
    [   11.097780] NET: Registered PF_PACKET protocol family
    [   11.103087] initcall packet_init+0x0/0x7c returned 0 after 5374 usecs
    [   11.110012] calling  ipsec_pfkey_init+0x0/0x70 @ 1
    [   11.115116] NET: Registered PF_KEY protocol family
    [   11.120154] initcall ipsec_pfkey_init+0x0/0x70 returned 0 after 5086 usecs
    [   11.127370] calling  can_init+0x0/0xa8 @ 1
    [   11.131682] can: controller area network core
    [   11.136456] NET: Registered PF_CAN protocol family
    [   11.141507] initcall can_init+0x0/0xa8 returned 0 after 9825 usecs
    [   11.147999] calling  raw_module_init+0x0/0x5c @ 1
    [   11.152943] can: raw protocol
    [   11.156255] initcall raw_module_init+0x0/0x5c returned 0 after 3312 usecs
    [   11.163411] calling  bcm_module_init+0x0/0x78 @ 1
    [   11.168360] can: broadcast manager protocol
    [   11.172796] initcall bcm_module_init+0x0/0x78 returned 0 after 4435 usecs
    [   11.179919] calling  cgw_module_init+0x0/0x14c @ 1
    [   11.184954] can: netlink gateway - max_hops=1
    [   11.189723] initcall cgw_module_init+0x0/0x14c returned 0 after 4769 usecs
    [   11.196970] calling  init_rpcsec_gss+0x0/0x6c @ 1
    [   11.202065] initcall init_rpcsec_gss+0x0/0x6c returned 0 after 140 usecs
    [   11.209107] calling  init_dns_resolver+0x0/0xfc @ 1
    [   11.214303] Key type dns_resolver registered
    [   11.218880] initcall init_dns_resolver+0x0/0xfc returned 0 after 4646 usecs
    [   11.226260] calling  kernel_do_mounts_initrd_sysctls_init+0x0/0x28 @ 1
    [   11.233195] initcall kernel_do_mounts_initrd_sysctls_init+0x0/0x28 returned 0 after 28 usecs
    [   11.242099] calling  init_machine_late+0x0/0x90 @ 1
    [   11.247240] initcall init_machine_late+0x0/0x90 returned 0 after 11 usecs
    [   11.254386] calling  thumbee_init+0x0/0x5c @ 1
    [   11.259065] ThumbEE CPU extension supported.
    [   11.263550] initcall thumbee_init+0x0/0x5c returned 0 after 4485 usecs
    [   11.270395] calling  swp_emulation_init+0x0/0x6c @ 1
    [   11.275653] Registering SWP/SWPB emulation handler
    [   11.280682] initcall swp_emulation_init+0x0/0x6c returned 0 after 5053 usecs
    [   11.288076] calling  __omap2_common_pm_late_init+0x0/0x18 @ 1
    [   11.294106] omap_voltage_late_init: Voltage driver support not added
    [   11.301592] initcall __omap2_common_pm_late_init+0x0/0x18 returned 0 after 7485 usecs
    [   11.309912] calling  kernel_panic_sysfs_init+0x0/0x28 @ 1
    [   11.315646] initcall kernel_panic_sysfs_init+0x0/0x28 returned 0 after 60 usecs
    [   11.323315] calling  kernel_panic_sysctls_init+0x0/0x28 @ 1
    [   11.329186] initcall kernel_panic_sysctls_init+0x0/0x28 returned 0 after 25 usecs
    [   11.337028] calling  kernel_exit_sysfs_init+0x0/0x28 @ 1
    [   11.342646] initcall kernel_exit_sysfs_init+0x0/0x28 returned 0 after 17 usecs
    [   11.350213] calling  kernel_exit_sysctls_init+0x0/0x28 @ 1
    [   11.355984] initcall kernel_exit_sysctls_init+0x0/0x28 returned 0 after 14 usecs
    [   11.363729] calling  reboot_ksysfs_init+0x0/0x6c @ 1
    [   11.368996] initcall reboot_ksysfs_init+0x0/0x6c returned 0 after 50 usecs
    [   11.376207] calling  sched_core_sysctl_init+0x0/0x2c @ 1
    [   11.381794] initcall sched_core_sysctl_init+0x0/0x2c returned 0 after 10 usecs
    [   11.389360] calling  sched_fair_sysctl_init+0x0/0x28 @ 1
    [   11.394949] initcall sched_fair_sysctl_init+0x0/0x28 returned 0 after 12 usecs
    [   11.402541] calling  sched_dl_sysctl_init+0x0/0x28 @ 1
    [   11.407960] initcall sched_dl_sysctl_init+0x0/0x28 returned 0 after 14 usecs
    [   11.415347] calling  sched_rt_sysctl_init+0x0/0x28 @ 1
    [   11.420753] initcall sched_rt_sysctl_init+0x0/0x28 returned 0 after 14 usecs
    [   11.428144] calling  kernel_lockdep_sysctls_init+0x0/0x28 @ 1
    [   11.434179] initcall kernel_lockdep_sysctls_init+0x0/0x28 returned 0 after 11 usecs
    [   11.442198] calling  cpu_latency_qos_init+0x0/0x3c @ 1
    [   11.448126] initcall cpu_latency_qos_init+0x0/0x3c returned 0 after 528 usecs
    [   11.455663] calling  printk_late_init+0x0/0x1c0 @ 1
    [   11.460830] initcall printk_late_init+0x0/0x1c0 returned 0 after 37 usecs
    [   11.467953] calling  rcu_tasks_verify_schedule_work+0x0/0x90 @ 1
    [   11.474276] initcall rcu_tasks_verify_schedule_work+0x0/0x90 returned 0 after 4 usecs
    [   11.482631] calling  rcu_verify_early_boot_tests+0x0/0xb0 @ 1
    [   11.488679] initcall rcu_verify_early_boot_tests+0x0/0xb0 returned 0 after 2 usecs
    [   11.496624] calling  init_srcu_module_notifier+0x0/0x2c @ 1
    [   11.502486] initcall init_srcu_module_notifier+0x0/0x2c returned 0 after 7 usecs
    [   11.510248] calling  load_system_certificate_list+0x0/0x4c @ 1
    [   11.516380] Loading compiled-in X.509 certificates
    [   11.521405] initcall load_system_certificate_list+0x0/0x4c returned 0 after 5025 usecs
    [   11.529700] calling  check_early_ioremap_leak+0x0/0x64 @ 1
    [   11.535461] initcall check_early_ioremap_leak+0x0/0x64 returned 0 after 2 usecs
    [   11.543115] calling  ubifs_init+0x0/0xd4 @ 1
    [   11.551352] initcall ubifs_init+0x0/0xd4 returned 0 after 3721 usecs
    [   11.558333] calling  init_root_keyring+0x0/0xc @ 1
    [   11.565251] initcall init_root_keyring+0x0/0xc returned 0 after 1809 usecs
    [   11.572702] calling  integrity_fs_init+0x0/0x18 @ 1
    [   11.577922] initcall integrity_fs_init+0x0/0x18 returned -19 after 36 usecs
    [   11.585248] calling  crypto_algapi_init+0x0/0x124 @ 1
    [   11.595099] initcall crypto_algapi_init+0x0/0x124 returned 0 after 4538 usecs
    [   11.602855] calling  blk_timeout_init+0x0/0x18 @ 1
    [   11.608033] initcall blk_timeout_init+0x0/0x18 returned 0 after 52 usecs
    [   11.615160] calling  sync_state_resume_initcall+0x0/0x10 @ 1
    [   11.621214] initcall sync_state_resume_initcall+0x0/0x10 returned 0 after 52 usecs
    [   11.629211] calling  deferred_probe_initcall+0x0/0x7c @ 1
    [   11.641557] i2c i2c-0: GPIO lookup for consumer scl
    [   11.646933] i2c i2c-0: using device tree for GPIO lookup
    [   11.652572] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.666764] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.680811] i2c i2c-0: using lookup tables for GPIO lookup
    [   11.686633] i2c i2c-0: No GPIO consumer scl found
    [   11.691588] i2c i2c-0: GPIO lookup for consumer sda
    [   11.696734] i2c i2c-0: using device tree for GPIO lookup
    [   11.702324] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.716474] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.730551] i2c i2c-0: using lookup tables for GPIO lookup
    [   11.736306] i2c i2c-0: No GPIO consumer sda found
    [   11.757402] tps65217-pmic: Failed to locate of_node [id: -1]
    [   11.778505] probe of tps65217-pmic returned 0 after 14497 usecs
    [   11.784998] tps65217-bl: Failed to locate of_node [id: -1]
    [   11.791322] probe of tps65217-bl returned 19 after 189 usecs
    [   11.801283] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [   11.807251] probe of 0-0024 returned 0 after 64804 usecs
    [   11.814170] mcp230xx 0-0020: GPIO lookup for consumer reset
    [   11.820066] mcp230xx 0-0020: using device tree for GPIO lookup
    [   11.826212] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/gpio@20[0]'
    [   11.841324] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/gpio@20[0]'
    [   11.856301] mcp230xx 0-0020: using lookup tables for GPIO lookup
    [   11.862651] mcp230xx 0-0020: No GPIO consumer reset found
    [   11.869038] mcp230xx 0-0020: error -EREMOTEIO: can't write IOCON 32
    [   11.875687] mcp230xx: probe of 0-0020 failed with error -121
    [   11.881687] probe of 0-0020 returned 121 after 67953 usecs
    [   11.889117] rtc-rv8803 0-0032: An alarm maybe have been missed.
    [   11.897540] rtc-rv8803 0-0032: registered as rtc1
    [   11.902652] rtc-rv8803 0-0032: GPIO lookup for consumer wp
    [   11.908416] rtc-rv8803 0-0032: using device tree for GPIO lookup
    [   11.914751] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/rtc@32[0]'
    [   11.929477] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/rtc@32[0]'
    [   11.944086] rtc-rv8803 0-0032: using lookup tables for GPIO lookup
    [   11.950626] rtc-rv8803 0-0032: No GPIO consumer wp found
    [   11.956845] probe of 0-0032 returned 0 after 68441 usecs
    [   11.964282] rtc-pcf85063 0-0051: RTC chip is not present
    [   11.969927] rtc-pcf85063: probe of 0-0051 failed with error -121
    [   11.976291] probe of 0-0051 returned 121 after 12994 usecs
    [   11.983759] rtc-ds1307: probe of 0-0068 failed with error -121
    [   11.990075] probe of 0-0068 returned 121 after 7153 usecs
    [   11.996715] at24 0-0050: supply vcc not found, using dummy regulator
    [   12.005440] at24 0-0050: GPIO lookup for consumer wp
    [   12.010723] at24 0-0050: using device tree for GPIO lookup
    [   12.016516] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/eeprom@50[0]'
    [   12.031539] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/eeprom@50[0]'
    [   12.046453] at24 0-0050: using lookup tables for GPIO lookup
    [   12.052392] at24 0-0050: No GPIO consumer wp found
    [   12.058187] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [   12.065656] probe of 0-0050 returned 0 after 69329 usecs
    [   12.071406] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [   12.078706] probe of 44e0b000.i2c returned 0 after 442904 usecs
    [   12.090270] probe of 4a326000.target-module returned 0 after 5063 usecs
    [   12.103244] probe of 5600fe00.target-module returned 0 after 5656 usecs
    [   12.114572] probe of cpufreq-dt returned 0 after 4098 usecs
    [   12.121108] initcall deferred_probe_initcall+0x0/0x7c returned 0 after 486205 usecs
    [   12.129237] calling  ubi_init+0x0/0x220 @ 1
    [   12.134288] initcall ubi_init+0x0/0x220 returned 0 after 617 usecs
    [   12.140829] calling  gpio_keys_init+0x0/0x10 @ 1
    [   12.146757] initcall gpio_keys_init+0x0/0x10 returned 0 after 1071 usecs
    [   12.153827] calling  of_fdt_raw_init+0x0/0x7c @ 1
    [   12.159448] initcall of_fdt_raw_init+0x0/0x7c returned 0 after 656 usecs
    [   12.166586] calling  tcp_congestion_default+0x0/0x14 @ 1
    [   12.172219] initcall tcp_congestion_default+0x0/0x14 returned 0 after 8 usecs
    [   12.179697] calling  inet_blackhole_dev_init+0x0/0x30 @ 1
    [   12.185440] initcall inet_blackhole_dev_init+0x0/0x30 returned 0 after 75 usecs
    [   12.193117] calling  ip_auto_config+0x0/0x10c4 @ 1
    [   12.198277] initcall ip_auto_config+0x0/0x10c4 returned 0 after 68 usecs
    [   12.205320] calling  late_trace_init+0x0/0xf8 @ 1
    [   12.210280] initcall late_trace_init+0x0/0xf8 returned 0 after 2 usecs
    [   12.217126] calling  trace_eval_sync+0x0/0x2c @ 1
    [   12.225419] initcall trace_eval_sync+0x0/0x2c returned 0 after 3343 usecs
    [   12.232797] calling  clk_disable_unused+0x0/0x218 @ 1
    [   12.238210] clk: Disabling unused clocks

  • Hi Artur,

    here the cleaned version with initcall_debug. I feel like its related to GPMC and Clock

    Can you please disable GPMC node in kernel board dts to see if it makes the boot go further?

  • Hi Bin Liu,

    I commented all GPMC related stuff in the .dts and still get the same output:

    U-Boot SPL 2019.04 (Sep 01 2025 - 13:02:13 +0200)
    Trying to boot from MMC1
    Loading Environment from NAND... OK
    
    
    U-Boot 2019.04 (Sep 01 2025 - 13:02:13 +0200)
    
    CPU  : AM335X-GP rev 2.1
    I2C:   ready
    DRAM:  512 MiB
    No match for driver 'omap_hsmmc'
    No match for driver 'omap_hsmmc'
    Some drivers were not found
    Board init called. About to toggle GPIO 43 (gpio1_11)
    Reset Source: Power-on reset has occurred.
    RTC 32KCLK Source: External.
    NAND:  512 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from NAND... OK
    Board: BeagleBone Black
    BeagleBone Black:
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x54:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x55:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x56:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x57:
    Net:   eth0: MII MODE
    cpsw, usb_ether
    Press SPACE to abort autoboot in 2 seconds
    472 bytes read in 2 ms (230.5 KiB/s)
    ## Executing script at 82000000
    Lade /development/zImage von SD-Karte...
    6471840 bytes read in 426 ms (14.5 MiB/s)
    Lade /development/cbpcb.dtb von SD-Karte...
    96944 bytes read in 11 ms (8.4 MiB/s)
    Unknown command '::' - try 'help'
    Boote kernel...
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8ffffaaf ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.142 (XPS-9320) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot -svn5) 10.4.0, GNU ld (GNU Binutils) 2.38) #1 PREEMPT Mon Sep  1 13:01:54 CEST 2025
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: CV6 Octavo 34_39_500B KiTi
    [    0.000000] printk: debug: ignoring loglevel setting.
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] cma: Reserved 88 MiB at 0x9a000000
    [    0.000000] Zone ranges:
    [    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fefffff]
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
    [    0.000000] pcpu-alloc: [0] 0 
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129794
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait initcall_debug ignore_loglevel
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 405912K/523264K available (9216K kernel code, 1297K rwdata, 2984K rodata, 1024K init, 6520K bss, 27240K reserved, 90112K cma-reserved, 0K highmem)
    [    0.000000] trace event string verifier disabled
    [    0.000000] Running RCU self tests
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU lockdep checking is enabled.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
    [    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
    [    0.000029] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
    [    0.000800] TI gptimer clockevent: 25000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
    [    0.003167] calling  con_init+0x0/0x23c @ 0
    [    0.003461] Console: colour dummy device 80x30
    [    0.003530] initcall con_init+0x0/0x23c returned 0 after 0 usecs
    [    0.003555] calling  kgdboc_earlycon_late_init+0x0/0x2c @ 0
    [    0.003579] initcall kgdboc_earlycon_late_init+0x0/0x2c returned 0 after 0 usecs
    [    0.003599] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
    [    0.003607] ... MAX_LOCKDEP_SUBCLASSES:  8
    [    0.003615] ... MAX_LOCK_DEPTH:          48
    [    0.003622] ... MAX_LOCKDEP_KEYS:        8192
    [    0.003630] ... CLASSHASH_SIZE:          4096
    [    0.003637] ... MAX_LOCKDEP_ENTRIES:     32768
    [    0.003645] ... MAX_LOCKDEP_CHAINS:      65536
    [    0.003653] ... CHAINHASH_SIZE:          32768
    [    0.003660]  memory used by lock dependency info: 4061 kB
    [    0.003669]  memory used for stack traces: 2112 kB
    [    0.003677]  per task-struct memory footprint: 1536 bytes
    [    0.003727] Calibrating delay loop... 976.89 BogoMIPS (lpj=488448)
    [    0.010945] CPU: Testing write buffer coherency: ok
    [    0.011134] CPU0: Spectre v2: using BPIALL workaround
    [    0.011147] pid_max: default: 32768 minimum: 301
    [    0.011339] LSM: Security Framework initializing
    [    0.011687] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.011712] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.017822] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.017850] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.018201] Running RCU-tasks wait API self tests
    [    0.121166] calling  trace_init_flags_sys_exit+0x0/0x1c @ 1
    [    0.121228] initcall trace_init_flags_sys_exit+0x0/0x1c returned 0 after 0 usecs
    [    0.121254] calling  trace_init_flags_sys_enter+0x0/0x1c @ 1
    [    0.121275] initcall trace_init_flags_sys_enter+0x0/0x1c returned 0 after 0 usecs
    [    0.121296] calling  allocate_overflow_stacks+0x0/0x4c @ 1
    [    0.121328] initcall allocate_overflow_stacks+0x0/0x4c returned 0 after 0 usecs
    [    0.121349] calling  cpu_suspend_alloc_sp+0x0/0xb0 @ 1
    [    0.121377] initcall cpu_suspend_alloc_sp+0x0/0xb0 returned 0 after 0 usecs
    [    0.121395] calling  init_static_idmap+0x0/0xf0 @ 1
    [    0.121461] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.121503] initcall init_static_idmap+0x0/0xf0 returned 0 after 0 usecs
    [    0.121528] calling  __omap4430_phy_power_down+0x0/0x10 @ 1
    [    0.121552] initcall __omap4430_phy_power_down+0x0/0x10 returned 0 after 0 usecs
    [    0.121571] calling  spawn_ksoftirqd+0x0/0x48 @ 1
    [    0.122434] initcall spawn_ksoftirqd+0x0/0x48 returned 0 after 1000 usecs
    [    0.122474] calling  srcu_bootup_announce+0x0/0x7c @ 1
    [    0.122499] rcu: Hierarchical SRCU implementation.
    [    0.122508] rcu:     Max phase no-delay instances is 400.
    [    0.122519] initcall srcu_bootup_announce+0x0/0x7c returned 0 after 0 usecs
    [    0.122539] calling  rcu_sysrq_init+0x0/0x24 @ 1
    [    0.122560] initcall rcu_sysrq_init+0x0/0x24 returned 0 after 0 usecs
    [    0.122580] calling  check_cpu_stall_init+0x0/0x20 @ 1
    [    0.122604] initcall check_cpu_stall_init+0x0/0x20 returned 0 after 0 usecs
    [    0.122624] calling  rcu_spawn_gp_kthread+0x0/0x290 @ 1
    [    0.122968] initcall rcu_spawn_gp_kthread+0x0/0x290 returned 0 after 1000 usecs
    [    0.123001] calling  init_kprobes+0x0/0x130 @ 1
    [    0.123423] initcall init_kprobes+0x0/0x130 returned 0 after 0 usecs
    [    0.123456] calling  init_trace_printk+0x0/0xc @ 1
    [    0.123477] initcall init_trace_printk+0x0/0xc returned 0 after 0 usecs
    [    0.123493] calling  event_trace_enable_again+0x0/0x28 @ 1
    [    0.123513] initcall event_trace_enable_again+0x0/0x28 returned 0 after 0 usecs
    [    0.123530] calling  irq_work_init_threads+0x0/0x8 @ 1
    [    0.123546] initcall irq_work_init_threads+0x0/0x8 returned 0 after 0 usecs
    [    0.123562] calling  init_zero_pfn+0x0/0x40 @ 1
    [    0.123581] initcall init_zero_pfn+0x0/0x40 returned 0 after 0 usecs
    [    0.123597] calling  init_fs_inode_sysctls+0x0/0x28 @ 1
    [    0.123639] initcall init_fs_inode_sysctls+0x0/0x28 returned 0 after 0 usecs
    [    0.123659] calling  init_fs_locks_sysctls+0x0/0x28 @ 1
    [    0.123690] initcall init_fs_locks_sysctls+0x0/0x28 returned 0 after 0 usecs
    [    0.123711] calling  init_fs_sysctls+0x0/0xc @ 1
    [    0.123748] initcall init_fs_sysctls+0x0/0xc returned 0 after 0 usecs
    [    0.126066] devtmpfs: initialized
    [    0.186333] calling  ipc_ns_init+0x0/0x3c @ 1
    [    0.186465] initcall ipc_ns_init+0x0/0x3c returned 0 after 0 usecs
    [    0.186488] calling  init_mmap_min_addr+0x0/0x20 @ 1
    [    0.186507] initcall init_mmap_min_addr+0x0/0x20 returned 0 after 0 usecs
    [    0.186524] calling  inet_frag_wq_init+0x0/0x4c @ 1
    [    0.187114] initcall inet_frag_wq_init+0x0/0x4c returned 0 after 1000 usecs
    [    0.187201] calling  vfp_init+0x0/0x1e8 @ 1
    [    0.187239] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.187378] initcall vfp_init+0x0/0x1e8 returned 0 after 0 usecs
    [    0.187403] calling  ptrace_break_init+0x0/0x2c @ 1
    [    0.187428] initcall ptrace_break_init+0x0/0x2c returned 0 after 0 usecs
    [    0.187449] calling  v6_userpage_init+0x0/0x8 @ 1
    [    0.187467] initcall v6_userpage_init+0x0/0x8 returned 0 after 0 usecs
    [    0.187483] calling  wq_sysfs_init+0x0/0x30 @ 1
    [    0.187787] initcall wq_sysfs_init+0x0/0x30 returned 0 after 0 usecs
    [    0.187815] calling  ksysfs_init+0x0/0x9c @ 1
    [    0.187905] initcall ksysfs_init+0x0/0x9c returned 0 after 0 usecs
    [    0.187991] calling  pm_init+0x0/0x78 @ 1
    [    0.188280] initcall pm_init+0x0/0x78 returned 0 after 0 usecs
    [    0.188307] calling  rcu_set_runtime_mode+0x0/0x30 @ 1
    [    0.188859] initcall rcu_set_runtime_mode+0x0/0x30 returned 0 after 0 usecs
    [    0.188899] calling  init_jiffies_clocksource+0x0/0x14 @ 1
    [    0.188978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.189024] initcall init_jiffies_clocksource+0x0/0x14 returned 0 after 0 usecs
    [    0.189050] calling  futex_init+0x0/0xf0 @ 1
    [    0.189093] futex hash table entries: 256 (order: 1, 12288 bytes, linear)
    [    0.189150] initcall futex_init+0x0/0xf0 returned 0 after 0 usecs
    [    0.189171] calling  cpu_pm_init+0x0/0x18 @ 1
    [    0.189254] initcall cpu_pm_init+0x0/0x18 returned 0 after 0 usecs
    [    0.189278] calling  cma_init_reserved_areas+0x0/0x26c @ 1
    [    0.196735] initcall cma_init_reserved_areas+0x0/0x26c returned 0 after 7000 usecs
    [    0.196833] calling  fsnotify_init+0x0/0x70 @ 1
    [    0.197025] initcall fsnotify_init+0x0/0x70 returned 0 after 1000 usecs
    [    0.197057] calling  filelock_init+0x0/0x94 @ 1
    [    0.197161] initcall filelock_init+0x0/0x94 returned 0 after 0 usecs
    [    0.197188] calling  init_elf_binfmt+0x0/0x1c @ 1
    [    0.197378] initcall init_elf_binfmt+0x0/0x1c returned 0 after 0 usecs
    [    0.197407] calling  tracefs_init+0x0/0x50 @ 1
    [    0.197477] initcall tracefs_init+0x0/0x50 returned 0 after 0 usecs
    [    0.197529] calling  pinctrl_init+0x0/0x18 @ 1
    [    0.197553] pinctrl core: initialized pinctrl subsystem
    [    0.197563] initcall pinctrl_init+0x0/0x18 returned 0 after 0 usecs
    [    0.197581] calling  gpiolib_dev_init+0x0/0x11c @ 1
    [    0.198038] initcall gpiolib_dev_init+0x0/0x11c returned 0 after 1000 usecs
    [    0.198073] calling  virtio_init+0x0/0x24 @ 1
    [    0.198205] initcall virtio_init+0x0/0x24 returned 0 after 0 usecs
    [    0.198227] calling  regulator_init+0x0/0x38 @ 1
    [    0.199815] probe of reg-dummy returned 0 after 1000 usecs
    [    0.199995] initcall regulator_init+0x0/0x38 returned 0 after 2000 usecs
    [    0.200035] calling  genpd_bus_init+0x0/0xc @ 1
    [    0.200148] initcall genpd_bus_init+0x0/0xc returned 0 after 0 usecs
    [    0.200168] calling  soc_bus_register+0x0/0x38 @ 1
    [    0.200265] initcall soc_bus_register+0x0/0x38 returned 0 after 0 usecs
    [    0.200284] calling  cpufreq_core_init+0x0/0x7c @ 1
    [    0.200335] initcall cpufreq_core_init+0x0/0x7c returned 0 after 0 usecs
    [    0.200359] calling  cpufreq_gov_performance_init+0x0/0xc @ 1
    [    0.200442] initcall cpufreq_gov_performance_init+0x0/0xc returned 0 after 0 usecs
    [    0.200470] calling  cpufreq_gov_powersave_init+0x0/0xc @ 1
    [    0.200496] initcall cpufreq_gov_powersave_init+0x0/0xc returned 0 after 0 usecs
    [    0.200518] calling  cpufreq_gov_userspace_init+0x0/0xc @ 1
    [    0.200541] initcall cpufreq_gov_userspace_init+0x0/0xc returned 0 after 0 usecs
    [    0.200562] calling  CPU_FREQ_GOV_ONDEMAND_init+0x0/0xc @ 1
    [    0.200586] initcall CPU_FREQ_GOV_ONDEMAND_init+0x0/0xc returned 0 after 0 usecs
    [    0.200607] calling  CPU_FREQ_GOV_CONSERVATIVE_init+0x0/0xc @ 1
    [    0.200630] initcall CPU_FREQ_GOV_CONSERVATIVE_init+0x0/0xc returned 0 after 0 usecs
    [    0.200652] calling  cpufreq_dt_platdev_init+0x0/0x13c @ 1
    [    0.200852] initcall cpufreq_dt_platdev_init+0x0/0x13c returned -19 after 0 usecs
    [    0.200882] calling  cpuidle_init+0x0/0x2c @ 1
    [    0.201011] initcall cpuidle_init+0x0/0x2c returned 0 after 1000 usecs
    [    0.201040] calling  sock_init+0x0/0xb4 @ 1
    [    0.202207] initcall sock_init+0x0/0xb4 returned 0 after 1000 usecs
    [    0.202255] calling  net_inuse_init+0x0/0x24 @ 1
    [    0.202317] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
    [    0.202363] calling  net_defaults_init+0x0/0x24 @ 1
    [    0.202384] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs
    [    0.202402] calling  init_default_flow_dissectors+0x0/0x4c @ 1
    [    0.202424] initcall init_default_flow_dissectors+0x0/0x4c returned 0 after 0 usecs
    [    0.202443] calling  netlink_proto_init+0x0/0x138 @ 1
    [    0.203236] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.203708] initcall netlink_proto_init+0x0/0x138 returned 0 after 1000 usecs
    [    0.203755] calling  genl_init+0x0/0x38 @ 1
    [    0.204056] initcall genl_init+0x0/0x38 returned 0 after 1000 usecs
    [    0.204160] calling  atomic_pool_init+0x0/0x1d0 @ 1
    [    0.209807] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.209845] initcall atomic_pool_init+0x0/0x1d0 returned 0 after 5000 usecs
    [    0.209880] calling  irq_sysfs_init+0x0/0xf4 @ 1
    [    0.211449] initcall irq_sysfs_init+0x0/0xf4 returned 0 after 2000 usecs
    [    0.211488] calling  release_early_probes+0x0/0x3c @ 1
    [    0.211514] initcall release_early_probes+0x0/0x3c returned 0 after 0 usecs
    [    0.211536] calling  bdi_class_init+0x0/0x40 @ 1
    [    0.211703] initcall bdi_class_init+0x0/0x40 returned 0 after 0 usecs
    [    0.211727] calling  mm_sysfs_init+0x0/0x38 @ 1
    [    0.211761] initcall mm_sysfs_init+0x0/0x38 returned 0 after 0 usecs
    [    0.211779] calling  init_per_zone_wmark_min+0x0/0x18 @ 1
    [    0.212012] initcall init_per_zone_wmark_min+0x0/0x18 returned 0 after 1000 usecs
    [    0.212041] calling  mpi_init+0x0/0x4c @ 1
    [    0.212085] initcall mpi_init+0x0/0x4c returned 0 after 0 usecs
    [    0.212103] calling  gpiolib_sysfs_init+0x0/0xa0 @ 1
    [    0.212225] initcall gpiolib_sysfs_init+0x0/0xa0 returned 0 after 0 usecs
    [    0.212249] calling  omap_gpio_drv_reg+0x0/0x10 @ 1
    [    0.212357] initcall omap_gpio_drv_reg+0x0/0x10 returned 0 after 0 usecs
    [    0.212378] calling  backlight_class_init+0x0/0xa0 @ 1
    [    0.212435] initcall backlight_class_init+0x0/0xa0 returned 0 after 0 usecs
    [    0.212457] calling  tty_class_init+0x0/0x40 @ 1
    [    0.212516] initcall tty_class_init+0x0/0x40 returned 0 after 0 usecs
    [    0.212537] calling  vtconsole_class_init+0x0/0xec @ 1
    [    0.212897] initcall vtconsole_class_init+0x0/0xec returned 0 after 0 usecs
    [    0.212978] calling  devlink_class_init+0x0/0x48 @ 1
    [    0.213113] initcall devlink_class_init+0x0/0x48 returned 0 after 0 usecs
    [    0.213141] calling  software_node_init+0x0/0x3c @ 1
    [    0.213184] initcall software_node_init+0x0/0x3c returned 0 after 0 usecs
    [    0.213209] calling  wakeup_sources_debugfs_init+0x0/0x8 @ 1
    [    0.213226] initcall wakeup_sources_debugfs_init+0x0/0x8 returned 0 after 0 usecs
    [    0.213268] calling  wakeup_sources_sysfs_init+0x0/0x30 @ 1
    [    0.213319] initcall wakeup_sources_sysfs_init+0x0/0x30 returned 0 after 0 usecs
    [    0.213337] calling  regmap_initcall+0x0/0x8 @ 1
    [    0.213354] initcall regmap_initcall+0x0/0x8 returned 0 after 0 usecs
    [    0.213369] calling  sram_init+0x0/0x10 @ 1
    [    0.213455] initcall sram_init+0x0/0x10 returned 0 after 0 usecs
    [    0.213473] calling  syscon_init+0x0/0x10 @ 1
    [    0.213552] initcall syscon_init+0x0/0x10 returned 0 after 0 usecs
    [    0.213570] calling  spi_init+0x0/0xbc @ 1
    [    0.213734] initcall spi_init+0x0/0xbc returned 0 after 0 usecs
    [    0.213755] calling  i2c_init+0x0/0xc4 @ 1
    [    0.214107] initcall i2c_init+0x0/0xc4 returned 0 after 1000 usecs
    [    0.214136] calling  thermal_init+0x0/0x120 @ 1
    [    0.214253] thermal_sys: Registered thermal governor 'fair_share'
    [    0.214269] thermal_sys: Registered thermal governor 'step_wise'
    [    0.214280] thermal_sys: Registered thermal governor 'user_space'
    [    0.214368] initcall thermal_init+0x0/0x120 returned 0 after 0 usecs
    [    0.214396] calling  init_menu+0x0/0xc @ 1
    [    0.214731] cpuidle: using governor menu
    [    0.214766] initcall init_menu+0x0/0xc returned 0 after 0 usecs
    [    0.214796] calling  kobject_uevent_init+0x0/0xc @ 1
    [    0.214987] initcall kobject_uevent_init+0x0/0xc returned 0 after 1000 usecs
    [    0.215014] calling  omap3_l3_init+0x0/0x10 @ 1
    [    0.215135] initcall omap3_l3_init+0x0/0x10 returned 0 after 0 usecs
    [    0.215156] calling  omap_l3_init+0x0/0x10 @ 1
    [    0.215242] initcall omap_l3_init+0x0/0x10 returned 0 after 0 usecs
    [    0.215332] calling  gate_vma_init+0x0/0x70 @ 1
    [    0.215366] initcall gate_vma_init+0x0/0x70 returned 0 after 0 usecs
    [    0.215386] calling  customize_machine+0x0/0x30 @ 1
    [    0.225249] Callback from call_rcu_tasks() invoked.
    [    0.330510] probe of 40300000.sram returned 0 after 1000 usecs
    [    0.339668] initcall customize_machine+0x0/0x30 returned 0 after 124000 usecs
    [    0.339737] calling  arch_hw_breakpoint_init+0x0/0x314 @ 1
    [    0.339764] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.339775] initcall arch_hw_breakpoint_init+0x0/0x314 returned 0 after 0 usecs
    [    0.339798] calling  vdso_init+0x0/0x20c @ 1
    [    0.340677] initcall vdso_init+0x0/0x20c returned 0 after 1000 usecs
    [    0.340729] calling  exceptions_init+0x0/0x94 @ 1
    [    0.340754] initcall exceptions_init+0x0/0x94 returned 0 after 0 usecs
    [    0.340805] calling  __omap2_system_dma_init+0x0/0x4c @ 1
    [    0.340831] initcall __omap2_system_dma_init+0x0/0x4c returned 0 after 0 usecs
    [    0.340850] calling  __secure_pm_init+0x0/0x1c @ 1
    [    0.340867] initcall __secure_pm_init+0x0/0x1c returned 0 after 0 usecs
    [    0.340884] calling  kcmp_cookies_init+0x0/0x44 @ 1
    [    0.340986] initcall kcmp_cookies_init+0x0/0x44 returned 0 after 1000 usecs
    [    0.341018] calling  cryptomgr_init+0x0/0xc @ 1
    [    0.341168] initcall cryptomgr_init+0x0/0xc returned 0 after 0 usecs
    [    0.341194] calling  _omap4_disable_early_timeout+0x0/0x14 @ 1
    [    0.341223] initcall _omap4_disable_early_timeout+0x0/0x14 returned 0 after 0 usecs
    [    0.341243] calling  dma_bus_init+0x0/0xe0 @ 1
    [    0.341580] initcall dma_bus_init+0x0/0xe0 returned 0 after 0 usecs
    [    0.341615] calling  dma_channel_table_init+0x0/0xf8 @ 1
    [    0.341705] initcall dma_channel_table_init+0x0/0xf8 returned 0 after 0 usecs
    [    0.341727] calling  omap_dmaxbar_init+0x0/0x10 @ 1
    [    0.342509] initcall omap_dmaxbar_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.342544] calling  of_platform_default_populate_init+0x0/0xf8 @ 1
    [    0.343802] initcall of_platform_default_populate_init+0x0/0xf8 returned 0 after 1000 usecs
    [    0.343918] calling  topology_init+0x0/0x24 @ 1
    [    0.344764] initcall topology_init+0x0/0x24 returned 0 after 0 usecs
    [    0.344815] calling  prm_late_init+0x0/0x1c @ 1
    [    0.344839] initcall prm_late_init+0x0/0x1c returned 0 after 0 usecs
    [    0.344856] calling  uid_cache_init+0x0/0xa0 @ 1
    [    0.344999] initcall uid_cache_init+0x0/0xa0 returned 0 after 1000 usecs
    [    0.345030] calling  param_sysfs_init+0x0/0x20c @ 1
    [    0.369665] initcall param_sysfs_init+0x0/0x20c returned 0 after 24000 usecs
    [    0.369722] calling  user_namespace_sysctl_init+0x0/0xb4 @ 1
    [    0.369820] initcall user_namespace_sysctl_init+0x0/0xb4 returned 0 after 0 usecs
    [    0.369843] calling  pm_sysrq_init+0x0/0x1c @ 1
    [    0.370190] initcall pm_sysrq_init+0x0/0x1c returned 0 after 1000 usecs
    [    0.370234] calling  init_optprobes+0x0/0x10 @ 1
    [    0.370329] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
    [    0.370369] initcall init_optprobes+0x0/0x10 returned 0 after 0 usecs
    [    0.370397] calling  trace_eval_init+0x0/0xb8 @ 1
    [    0.370551] initcall trace_eval_init+0x0/0xb8 returned 0 after 0 usecs
    [    0.371045] calling  oom_init+0x0/0x50 @ 1
    [    0.371387] initcall oom_init+0x0/0x50 returned 0 after 0 usecs
    [    0.371415] calling  default_bdi_init+0x0/0x34 @ 1
    [    0.377444] initcall default_bdi_init+0x0/0x34 returned 0 after 6000 usecs
    [    0.377490] calling  percpu_enable_async+0x0/0x18 @ 1
    [    0.377509] initcall percpu_enable_async+0x0/0x18 returned 0 after 0 usecs
    [    0.377526] calling  kcompactd_init+0x0/0x60 @ 1
    [    0.381030] initcall kcompactd_init+0x0/0x60 returned 0 after 4000 usecs
    [    0.381064] calling  init_reserve_notifier+0x0/0x8 @ 1
    [    0.381084] initcall init_reserve_notifier+0x0/0x8 returned 0 after 0 usecs
    [    0.381101] calling  init_admin_reserve+0x0/0x2c @ 1
    [    0.381121] initcall init_admin_reserve+0x0/0x2c returned 0 after 0 usecs
    [    0.381137] calling  init_user_reserve+0x0/0x2c @ 1
    [    0.381152] initcall init_user_reserve+0x0/0x2c returned 0 after 0 usecs
    [    0.381168] calling  rsa_init+0x0/0x40 @ 1
    [    0.381326] initcall rsa_init+0x0/0x40 returned 0 after 0 usecs
    [    0.381352] calling  crypto_null_mod_init+0x0/0x64 @ 1
    [    0.381401] initcall crypto_null_mod_init+0x0/0x64 returned 0 after 0 usecs
    [    0.381420] calling  crypto_ecb_module_init+0x0/0xc @ 1
    [    0.381438] initcall crypto_ecb_module_init+0x0/0xc returned 0 after 0 usecs
    [    0.381455] calling  crypto_ctr_module_init+0x0/0x10 @ 1
    [    0.381475] initcall crypto_ctr_module_init+0x0/0x10 returned 0 after 0 usecs
    [    0.381492] calling  crypto_ccm_module_init+0x0/0x10 @ 1
    [    0.381514] initcall crypto_ccm_module_init+0x0/0x10 returned 0 after 0 usecs
    [    0.381531] calling  deflate_mod_init+0x0/0x44 @ 1
    [    0.381603] initcall deflate_mod_init+0x0/0x44 returned 0 after 0 usecs
    [    0.381623] calling  michael_mic_init+0x0/0xc @ 1
    [    0.381648] initcall michael_mic_init+0x0/0xc returned 0 after 0 usecs
    [    0.381666] calling  crc32c_mod_init+0x0/0xc @ 1
    [    0.381690] initcall crc32c_mod_init+0x0/0xc returned 0 after 0 usecs
    [    0.381708] calling  crct10dif_mod_init+0x0/0xc @ 1
    [    0.381732] initcall crct10dif_mod_init+0x0/0xc returned 0 after 0 usecs
    [    0.381749] calling  lzo_mod_init+0x0/0x40 @ 1
    [    0.381780] initcall lzo_mod_init+0x0/0x40 returned 0 after 0 usecs
    [    0.381797] calling  lzorle_mod_init+0x0/0x40 @ 1
    [    0.381837] initcall lzorle_mod_init+0x0/0x40 returned 0 after 0 usecs
    [    0.381856] calling  zstd_mod_init+0x0/0x40 @ 1
    [    0.381887] initcall zstd_mod_init+0x0/0x40 returned 0 after 0 usecs
    [    0.381915] calling  init_bio+0x0/0xb0 @ 1
    [    0.382403] initcall init_bio+0x0/0xb0 returned 0 after 0 usecs
    [    0.382438] calling  blk_ioc_init+0x0/0x44 @ 1
    [    0.382849] initcall blk_ioc_init+0x0/0x44 returned 0 after 0 usecs
    [    0.382883] calling  blk_mq_init+0x0/0xb4 @ 1
    [    0.382907] initcall blk_mq_init+0x0/0xb4 returned 0 after 0 usecs
    [    0.382980] calling  genhd_device_init+0x0/0x6c @ 1
    [    0.383837] initcall genhd_device_init+0x0/0x6c returned 0 after 0 usecs
    [    0.383879] calling  io_wq_init+0x0/0x54 @ 1
    [    0.383903] initcall io_wq_init+0x0/0x54 returned 0 after 0 usecs
    [    0.383978] calling  sg_pool_init+0x0/0xec @ 1
    [    0.384152] initcall sg_pool_init+0x0/0xec returned 0 after 0 usecs
    [    0.384177] calling  omap_control_phy_init+0x0/0x10 @ 1
    [    0.385145] initcall omap_control_phy_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.385182] calling  mcp23s08_i2c_init+0x0/0x10 @ 1
    [    0.385288] initcall mcp23s08_i2c_init+0x0/0x10 returned 0 after 0 usecs
    [    0.385310] calling  mcp23s08_spi_init+0x0/0x10 @ 1
    [    0.385402] initcall mcp23s08_spi_init+0x0/0x10 returned 0 after 0 usecs
    [    0.385423] calling  pwm_sysfs_init+0x0/0x14 @ 1
    [    0.385482] initcall pwm_sysfs_init+0x0/0x14 returned 0 after 0 usecs
    [    0.385503] calling  dw_init+0x0/0x10 @ 1
    [    0.386196] initcall dw_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.386228] calling  fsl_edma_init+0x0/0x10 @ 1
    [    0.386780] initcall fsl_edma_init+0x0/0x10 returned 0 after 0 usecs
    [    0.386809] calling  edma_init+0x0/0x2c @ 1
    [    0.387837] initcall edma_init+0x0/0x2c returned 0 after 1000 usecs
    [    0.387867] calling  omap_dma_init+0x0/0x10 @ 1
    [    0.388547] initcall omap_dma_init+0x0/0x10 returned 0 after 1000 usecs
    [    0.388577] calling  regulator_fixed_voltage_init+0x0/0x10 @ 1
    [    0.389391] reg-fixed-voltage fixedregulator0: GPIO lookup for consumer (null)
    [    0.389412] reg-fixed-voltage fixedregulator0: using device tree for GPIO lookup
    [    0.389448] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator0[0]'
    [    0.389502] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator0[0]'
    [    0.389539] reg-fixed-voltage fixedregulator0: using lookup tables for GPIO lookup
    [    0.389723] reg-fixed-voltage fixedregulator0: No GPIO consumer (null) found
    [    0.394362] probe of fixedregulator0 returned 0 after 5000 usecs
    [    0.394475] initcall regulator_fixed_voltage_init+0x0/0x10 returned 0 after 6000 usecs
    [    0.394519] calling  tps65217_regulator_init+0x0/0x10 @ 1
    [    0.394833] initcall tps65217_regulator_init+0x0/0x10 returned 0 after 0 usecs
    [    0.394863] calling  misc_init+0x0/0xe4 @ 1
    [    0.395070] initcall misc_init+0x0/0xe4 returned 0 after 1000 usecs
    [    0.395102] calling  tps65217_init+0x0/0x10 @ 1
    [    0.395198] initcall tps65217_init+0x0/0x10 returned 0 after 0 usecs
    [    0.395218] calling  dma_buf_init+0x0/0x48 @ 1
    [    0.395769] initcall dma_buf_init+0x0/0x48 returned 0 after 0 usecs
    [    0.395828] calling  dma_resv_lockdep+0x0/0x2b4 @ 1
    [    0.396295] initcall dma_resv_lockdep+0x0/0x2b4 returned 0 after 1000 usecs
    [    0.396328] calling  init_scsi+0x0/0x80 @ 1
    [    0.401099] SCSI subsystem initialized
    [    0.401118] initcall init_scsi+0x0/0x80 returned 0 after 5000 usecs
    [    0.401144] calling  phy_init+0x0/0x1a4 @ 1
    [    0.401427] initcall phy_init+0x0/0x1a4 returned 0 after 0 usecs
    [    0.401450] calling  usb_common_init+0x0/0x18 @ 1
    [    0.401469] initcall usb_common_init+0x0/0x18 returned 0 after 0 usecs
    [    0.401486] calling  usb_init+0x0/0x104 @ 1
    [    0.402070] usbcore: registered new interface driver usbfs
    [    0.402306] usbcore: registered new interface driver hub
    [    0.402450] usbcore: registered new device driver usb
    [    0.402467] initcall usb_init+0x0/0x104 returned 0 after 1000 usecs
    [    0.402495] calling  usb_udc_init+0x0/0x74 @ 1
    [    0.402646] initcall usb_udc_init+0x0/0x74 returned 0 after 0 usecs
    [    0.402667] calling  serio_init+0x0/0x30 @ 1
    [    0.402767] initcall serio_init+0x0/0x30 returned 0 after 0 usecs
    [    0.402787] calling  input_init+0x0/0x108 @ 1
    [    0.402883] initcall input_init+0x0/0x108 returned 0 after 0 usecs
    [    0.402905] calling  rtc_init+0x0/0x58 @ 1
    [    0.403017] initcall rtc_init+0x0/0x58 returned 0 after 0 usecs
    [    0.403039] calling  omap_i2c_init_driver+0x0/0x10 @ 1
    [    0.403821] initcall omap_i2c_init_driver+0x0/0x10 returned 0 after 0 usecs
    [    0.403854] calling  rc_core_init+0x0/0x58 @ 1
    [    0.408182] initcall rc_core_init+0x0/0x58 returned 0 after 5000 usecs
    [    0.408226] calling  cec_devnode_init+0x0/0x78 @ 1
    [    0.408366] initcall cec_devnode_init+0x0/0x78 returned 0 after 0 usecs
    [    0.408393] calling  pps_init+0x0/0xd0 @ 1
    [    0.408461] pps_core: LinuxPPS API ver. 1 registered
    [    0.408472] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.408483] initcall pps_init+0x0/0xd0 returned 0 after 0 usecs
    [    0.408506] calling  ptp_init+0x0/0xa0 @ 1
    [    0.408581] PTP clock support registered
    [    0.408593] initcall ptp_init+0x0/0xa0 returned 0 after 0 usecs
    [    0.408616] calling  power_supply_class_init+0x0/0x4c @ 1
    [    0.408705] initcall power_supply_class_init+0x0/0x4c returned 0 after 0 usecs
    [    0.408732] calling  mmc_init+0x0/0x38 @ 1
    [    0.409030] initcall mmc_init+0x0/0x38 returned 0 after 1000 usecs
    [    0.409085] calling  leds_init+0x0/0x4c @ 1
    [    0.409142] initcall leds_init+0x0/0x4c returned 0 after 0 usecs
    [    0.409160] calling  dmtimer_percpu_timer_startup+0x0/0x58 @ 1
    [    0.409179] initcall dmtimer_percpu_timer_startup+0x0/0x58 returned 0 after 0 usecs
    [    0.409196] calling  omap_mbox_init+0x0/0x60 @ 1
    [    0.410031] initcall omap_mbox_init+0x0/0x60 returned 0 after 1000 usecs
    [    0.410063] calling  remoteproc_init+0x0/0x74 @ 1
    [    0.410224] initcall remoteproc_init+0x0/0x74 returned 0 after 0 usecs
    [    0.410248] calling  iio_init+0x0/0x70 @ 1
    [    0.410362] initcall iio_init+0x0/0x70 returned 0 after 0 usecs
    [    0.410384] calling  arm_pmu_hp_init+0x0/0x60 @ 1
    [    0.410423] initcall arm_pmu_hp_init+0x0/0x60 returned 0 after 0 usecs
    [    0.410444] calling  nvmem_init+0x0/0xc @ 1
    [    0.410547] initcall nvmem_init+0x0/0xc returned 0 after 0 usecs
    [    0.410568] calling  proto_init+0x0/0xc @ 1
    [    0.410616] initcall proto_init+0x0/0xc returned 0 after 0 usecs
    [    0.410636] calling  net_dev_init+0x0/0x24c @ 1
    [    0.413006] initcall net_dev_init+0x0/0x24c returned 0 after 3000 usecs
    [    0.413060] calling  neigh_init+0x0/0xa8 @ 1
    [    0.413119] initcall neigh_init+0x0/0xa8 returned 0 after 0 usecs
    [    0.413139] calling  fib_notifier_init+0x0/0xc @ 1
    [    0.413184] initcall fib_notifier_init+0x0/0xc returned 0 after 0 usecs
    [    0.413203] calling  ethnl_init+0x0/0x80 @ 1
    [    0.413409] initcall ethnl_init+0x0/0x80 returned 0 after 0 usecs
    [    0.413438] calling  nexthop_init+0x0/0x110 @ 1
    [    0.413512] initcall nexthop_init+0x0/0x110 returned 0 after 0 usecs
    [    0.413552] calling  wireless_nlevent_init+0x0/0x40 @ 1
    [    0.413715] initcall wireless_nlevent_init+0x0/0x40 returned 0 after 0 usecs
    [    0.413744] calling  vsprintf_init_hashval+0x0/0x14 @ 1
    [    0.413774] initcall vsprintf_init_hashval+0x0/0x14 returned 0 after 0 usecs
    [    0.413793] calling  watchdog_init+0x0/0x84 @ 1
    [    0.417278] initcall watchdog_init+0x0/0x84 returned 0 after 4000 usecs
    [    0.417404] calling  proc_cpu_init+0x0/0x24 @ 1
    [    0.417466] initcall proc_cpu_init+0x0/0x24 returned 0 after 0 usecs
    [    0.417490] calling  alignment_init+0x0/0xd8 @ 1
    [    0.417526] initcall alignment_init+0x0/0xd8 returned 0 after 0 usecs
    [    0.417544] calling  iomem_init_inode+0x0/0x84 @ 1
    [    0.418180] initcall iomem_init_inode+0x0/0x84 returned 0 after 1000 usecs
    [    0.418224] calling  clocksource_done_booting+0x0/0x4c @ 1
    [    0.418295] clocksource: Switched to clocksource dmtimer
    [    0.418327] initcall clocksource_done_booting+0x0/0x4c returned 0 after 42 usecs
    [    0.418353] calling  tracer_init_tracefs+0x0/0x90 @ 1
    [    0.418406] initcall tracer_init_tracefs+0x0/0x90 returned 0 after 36 usecs
    [    0.422337] calling  init_trace_printk_function_export+0x0/0x40 @ 1
    [    0.423190] initcall init_trace_printk_function_export+0x0/0x40 returned 0 after 811 usecs
    [    0.423232] calling  init_fs_stat_sysctls+0x0/0x28 @ 1
    [    0.423354] initcall init_fs_stat_sysctls+0x0/0x28 returned 0 after 95 usecs
    [    0.423381] calling  init_fs_exec_sysctls+0x0/0x28 @ 1
    [    0.423411] initcall init_fs_exec_sysctls+0x0/0x28 returned 0 after 11 usecs
    [    0.423432] calling  init_pipe_fs+0x0/0x70 @ 1
    [    0.423880] initcall init_pipe_fs+0x0/0x70 returned 0 after 430 usecs
    [    0.423917] calling  init_fs_namei_sysctls+0x0/0x28 @ 1
    [    0.423949] initcall init_fs_namei_sysctls+0x0/0x28 returned 0 after 13 usecs
    [    0.423970] calling  init_fs_dcache_sysctls+0x0/0x28 @ 1
    [    0.423998] initcall init_fs_dcache_sysctls+0x0/0x28 returned 0 after 10 usecs
    [    0.424019] calling  init_fs_namespace_sysctls+0x0/0x28 @ 1
    [    0.424047] initcall init_fs_namespace_sysctls+0x0/0x28 returned 0 after 9 usecs
    [    0.424068] calling  inotify_user_setup+0x0/0xe8 @ 1
    [    0.424192] initcall inotify_user_setup+0x0/0xe8 returned 0 after 104 usecs
    [    0.424219] calling  eventpoll_init+0x0/0x104 @ 1
    [    0.428358] initcall eventpoll_init+0x0/0x104 returned 0 after 4119 usecs
    [    0.428409] calling  anon_inode_init+0x0/0x68 @ 1
    [    0.428861] initcall anon_inode_init+0x0/0x68 returned 0 after 431 usecs
    [    0.428898] calling  proc_locks_init+0x0/0x40 @ 1
    [    0.428943] initcall proc_locks_init+0x0/0x40 returned 0 after 25 usecs
    [    0.428966] calling  init_fs_coredump_sysctls+0x0/0x28 @ 1
    [    0.429009] initcall init_fs_coredump_sysctls+0x0/0x28 returned 0 after 23 usecs
    [    0.429032] calling  iomap_init+0x0/0x18 @ 1
    [    0.429445] initcall iomap_init+0x0/0x18 returned 0 after 392 usecs
    [    0.429479] calling  dquot_init+0x0/0xfc @ 1
    [    0.429497] VFS: Disk quotas dquot_6.6.0
    [    0.429600] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.429623] initcall dquot_init+0x0/0xfc returned 0 after 125 usecs
    [    0.429646] calling  proc_cmdline_init+0x0/0x38 @ 1
    [    0.429686] initcall proc_cmdline_init+0x0/0x38 returned 0 after 19 usecs
    [    0.429735] calling  proc_consoles_init+0x0/0x3c @ 1
    [    0.429776] initcall proc_consoles_init+0x0/0x3c returned 0 after 21 usecs
    [    0.429799] calling  proc_cpuinfo_init+0x0/0x28 @ 1
    [    0.429831] initcall proc_cpuinfo_init+0x0/0x28 returned 0 after 12 usecs
    [    0.429852] calling  proc_devices_init+0x0/0x4c @ 1
    [    0.429882] initcall proc_devices_init+0x0/0x4c returned 0 after 10 usecs
    [    0.429903] calling  proc_interrupts_init+0x0/0x3c @ 1
    [    0.429934] initcall proc_interrupts_init+0x0/0x3c returned 0 after 11 usecs
    [    0.429956] calling  proc_loadavg_init+0x0/0x48 @ 1
    [    0.429985] initcall proc_loadavg_init+0x0/0x48 returned 0 after 10 usecs
    [    0.430007] calling  proc_meminfo_init+0x0/0x48 @ 1
    [    0.430037] initcall proc_meminfo_init+0x0/0x48 returned 0 after 10 usecs
    [    0.430058] calling  proc_stat_init+0x0/0x28 @ 1
    [    0.430089] initcall proc_stat_init+0x0/0x28 returned 0 after 11 usecs
    [    0.430110] calling  proc_uptime_init+0x0/0x48 @ 1
    [    0.430141] initcall proc_uptime_init+0x0/0x48 returned 0 after 10 usecs
    [    0.430162] calling  proc_version_init+0x0/0x48 @ 1
    [    0.430191] initcall proc_version_init+0x0/0x48 returned 0 after 10 usecs
    [    0.430213] calling  proc_softirqs_init+0x0/0x48 @ 1
    [    0.430243] initcall proc_softirqs_init+0x0/0x48 returned 0 after 10 usecs
    [    0.430265] calling  proc_kmsg_init+0x0/0x28 @ 1
    [    0.430351] initcall proc_kmsg_init+0x0/0x28 returned 0 after 66 usecs
    [    0.430378] calling  proc_page_init+0x0/0x44 @ 1
    [    0.430418] initcall proc_page_init+0x0/0x44 returned 0 after 20 usecs
    [    0.430440] calling  init_ramfs_fs+0x0/0xc @ 1
    [    0.430469] initcall init_ramfs_fs+0x0/0xc returned 0 after 8 usecs
    [    0.430490] calling  chr_dev_init+0x0/0xc8 @ 1
    [    0.477024] initcall chr_dev_init+0x0/0xc8 returned 0 after 46501 usecs
    [    0.477115] calling  hwrng_modinit+0x0/0x8c @ 1
    [    0.478281] initcall hwrng_modinit+0x0/0x8c returned 0 after 1140 usecs
    [    0.478407] calling  firmware_class_init+0x0/0x128 @ 1
    [    0.478514] initcall firmware_class_init+0x0/0x128 returned 0 after 83 usecs
    [    0.478537] calling  sysctl_core_init+0x0/0x30 @ 1
    [    0.478649] initcall sysctl_core_init+0x0/0x30 returned 0 after 89 usecs
    [    0.478671] calling  eth_offload_init+0x0/0x18 @ 1
    [    0.478750] initcall eth_offload_init+0x0/0x18 returned 0 after 60 usecs
    [    0.478774] calling  inet_init+0x0/0x2a0 @ 1
    [    0.478997] NET: Registered PF_INET protocol family
    [    0.483569] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.486782] tcp_listen_portaddr_hash hash table entries: 256 (order: 1, 10240 bytes, linear)
    [    0.486874] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.486904] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.487080] TCP bind hash table entries: 4096 (order: 6, 327680 bytes, linear)
    [    0.488435] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.488822] UDP hash table entries: 256 (order: 2, 24576 bytes, linear)
    [    0.488956] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes, linear)
    [    0.492739] initcall inet_init+0x0/0x2a0 returned 0 after 13941 usecs
    [    0.492812] calling  ipv4_offload_init+0x0/0x84 @ 1
    [    0.492843] initcall ipv4_offload_init+0x0/0x84 returned 0 after 6 usecs
    [    0.492864] calling  af_unix_init+0x0/0xd8 @ 1
    [    0.492957] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.493115] initcall af_unix_init+0x0/0xd8 returned 0 after 230 usecs
    [    0.493144] calling  ipv6_offload_init+0x0/0x88 @ 1
    [    0.493171] initcall ipv6_offload_init+0x0/0x88 returned 0 after 6 usecs
    [    0.493192] calling  init_sunrpc+0x0/0x7c @ 1
    [    0.501629] RPC: Registered named UNIX socket transport module.
    [    0.501682] RPC: Registered udp transport module.
    [    0.501694] RPC: Registered tcp transport module.
    [    0.501704] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.501717] initcall init_sunrpc+0x0/0x7c returned 0 after 8505 usecs
    [    0.501767] calling  populate_rootfs+0x0/0x5c @ 1
    [    0.502462] initcall populate_rootfs+0x0/0x5c returned 0 after 662 usecs
    [    0.502588] calling  armv7_pmu_driver_init+0x0/0x10 @ 1
    [    0.504087] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    0.504259] probe of 4b000000.pmu returned 0 after 1434 usecs
    [    0.507810] initcall armv7_pmu_driver_init+0x0/0x10 returned 0 after 5189 usecs
    [    0.507882] calling  __omap_feed_randpool+0x0/0x68 @ 1
    [    0.507910] initcall __omap_feed_randpool+0x0/0x68 returned 0 after 5 usecs
    [    0.507927] calling  proc_execdomains_init+0x0/0x38 @ 1
    [    0.507982] initcall proc_execdomains_init+0x0/0x38 returned 0 after 34 usecs
    [    0.508004] calling  register_warn_debugfs+0x0/0x8 @ 1
    [    0.508024] initcall register_warn_debugfs+0x0/0x8 returned 0 after 1 usecs
    [    0.508043] calling  ioresources_init+0x0/0x6c @ 1
    [    0.508084] initcall ioresources_init+0x0/0x6c returned 0 after 23 usecs
    [    0.508105] calling  lockdep_proc_init+0x0/0x80 @ 1
    [    0.508154] initcall lockdep_proc_init+0x0/0x80 returned 0 after 27 usecs
    [    0.508175] calling  irq_gc_init_ops+0x0/0x18 @ 1
    [    0.508201] initcall irq_gc_init_ops+0x0/0x18 returned 0 after 5 usecs
    [    0.508221] calling  irq_pm_init_ops+0x0/0x18 @ 1
    [    0.508243] initcall irq_pm_init_ops+0x0/0x18 returned 0 after 3 usecs
    [    0.508263] calling  proc_modules_init+0x0/0x28 @ 1
    [    0.508396] initcall proc_modules_init+0x0/0x28 returned 0 after 112 usecs
    [    0.508424] calling  timekeeping_init_ops+0x0/0x18 @ 1
    [    0.508449] initcall timekeeping_init_ops+0x0/0x18 returned 0 after 4 usecs
    [    0.508497] calling  init_clocksource_sysfs+0x0/0x2c @ 1
    [    0.509096] initcall init_clocksource_sysfs+0x0/0x2c returned 0 after 576 usecs
    [    0.509142] calling  init_timer_list_procfs+0x0/0x44 @ 1
    [    0.509185] initcall init_timer_list_procfs+0x0/0x44 returned 0 after 21 usecs
    [    0.509210] calling  alarmtimer_init+0x0/0xe8 @ 1
    [    0.509741] initcall alarmtimer_init+0x0/0xe8 returned 0 after 510 usecs
    [    0.509781] calling  init_posix_timers+0x0/0x44 @ 1
    [    0.509897] initcall init_posix_timers+0x0/0x44 returned 0 after 94 usecs
    [    0.509925] calling  clockevents_init_sysfs+0x0/0x6c @ 1
    [    0.510562] initcall clockevents_init_sysfs+0x0/0x6c returned 0 after 614 usecs
    [    0.510607] calling  sched_clock_syscore_init+0x0/0x18 @ 1
    [    0.510633] initcall sched_clock_syscore_init+0x0/0x18 returned 0 after 4 usecs
    [    0.510655] calling  kallsyms_init+0x0/0x28 @ 1
    [    0.510699] initcall kallsyms_init+0x0/0x28 returned 0 after 24 usecs
    [    0.510723] calling  ikconfig_init+0x0/0x54 @ 1
    [    0.510756] initcall ikconfig_init+0x0/0x54 returned 0 after 12 usecs
    [    0.510778] calling  seccomp_sysctl_init+0x0/0x30 @ 1
    [    0.510839] initcall seccomp_sysctl_init+0x0/0x30 returned 0 after 40 usecs
    [    0.510864] calling  utsname_sysctl_init+0x0/0x18 @ 1
    [    0.510910] initcall utsname_sysctl_init+0x0/0x18 returned 0 after 26 usecs
    [    0.510934] calling  init_tracepoints+0x0/0x2c @ 1
    [    0.510961] initcall init_tracepoints+0x0/0x2c returned 0 after 7 usecs
    [    0.510983] calling  perf_event_sysfs_init+0x0/0xc0 @ 1
    [    0.516515] initcall perf_event_sysfs_init+0x0/0xc0 returned 0 after 5514 usecs
    [    0.516556] calling  system_trusted_keyring_init+0x0/0x80 @ 1
    [    0.516573] Initialise system trusted keyrings
    [    0.516883] initcall system_trusted_keyring_init+0x0/0x80 returned 0 after 308 usecs
    [    0.516917] calling  kswapd_init+0x0/0x18 @ 1
    [    0.519405] initcall kswapd_init+0x0/0x18 returned 0 after 2470 usecs
    [    0.519445] calling  slab_proc_init+0x0/0x28 @ 1
    [    0.519491] initcall slab_proc_init+0x0/0x28 returned 0 after 28 usecs
    [    0.519512] calling  workingset_init+0x0/0xa4 @ 1
    [    0.519529] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.519553] initcall workingset_init+0x0/0xa4 returned 0 after 24 usecs
    [    0.519571] calling  proc_vmalloc_init+0x0/0x3c @ 1
    [    0.519601] initcall proc_vmalloc_init+0x0/0x3c returned 0 after 13 usecs
    [    0.519620] calling  cpucache_init+0x0/0x60 @ 1
    [    0.519699] initcall cpucache_init+0x0/0x60 returned 0 after 60 usecs
    [    0.519723] calling  fcntl_init+0x0/0x44 @ 1
    [    0.519756] initcall fcntl_init+0x0/0x44 returned 0 after 15 usecs
    [    0.519776] calling  proc_filesystems_init+0x0/0x38 @ 1
    [    0.519811] initcall proc_filesystems_init+0x0/0x38 returned 0 after 15 usecs
    [    0.519833] calling  start_dirtytime_writeback+0x0/0x34 @ 1
    [    0.519861] initcall start_dirtytime_writeback+0x0/0x34 returned 0 after 9 usecs
    [    0.519882] calling  dio_init+0x0/0x44 @ 1
    [    0.519968] initcall dio_init+0x0/0x44 returned 0 after 67 usecs
    [    0.519993] calling  dnotify_init+0x0/0xa8 @ 1
    [    0.520051] initcall dnotify_init+0x0/0xa8 returned 0 after 37 usecs
    [    0.520075] calling  aio_setup+0x0/0xa0 @ 1
    [    0.520760] initcall aio_setup+0x0/0xa0 returned 0 after 664 usecs
    [    0.520808] calling  mbcache_init+0x0/0x44 @ 1
    [    0.520870] initcall mbcache_init+0x0/0x44 returned 0 after 41 usecs
    [    0.520896] calling  init_grace+0x0/0xc @ 1
    [    0.520937] initcall init_grace+0x0/0xc returned 0 after 22 usecs
    [    0.520960] calling  init_v2_quota_format+0x0/0x28 @ 1
    [    0.521061] initcall init_v2_quota_format+0x0/0x28 returned 0 after 79 usecs
    [    0.521088] calling  init_devpts_fs+0x0/0x2c @ 1
    [    0.521153] initcall init_devpts_fs+0x0/0x2c returned 0 after 43 usecs
    [    0.521178] calling  ext4_init_fs+0x0/0x174 @ 1
    [    0.521803] initcall ext4_init_fs+0x0/0x174 returned 0 after 603 usecs
    [    0.521863] calling  init_ext2_fs+0x0/0x78 @ 1
    [    0.521912] initcall init_ext2_fs+0x0/0x78 returned 0 after 27 usecs
    [    0.521936] calling  journal_init+0x0/0x138 @ 1
    [    0.522060] initcall journal_init+0x0/0x138 returned 0 after 103 usecs
    [    0.522087] calling  init_squashfs_fs+0x0/0x80 @ 1
    [    0.522130] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.522141] initcall init_squashfs_fs+0x0/0x80 returned 0 after 34 usecs
    [    0.522164] calling  init_fat_fs+0x0/0x60 @ 1
    [    0.522221] initcall init_fat_fs+0x0/0x60 returned 0 after 36 usecs
    [    0.522245] calling  init_vfat_fs+0x0/0xc @ 1
    [    0.522269] initcall init_vfat_fs+0x0/0xc returned 0 after 4 usecs
    [    0.526334] calling  init_nfs_fs+0x0/0x118 @ 1
    [    0.527610] initcall init_nfs_fs+0x0/0x118 returned 0 after 1238 usecs
    [    0.527663] calling  init_nfs_v2+0x0/0x18 @ 1
    [    0.527838] initcall init_nfs_v2+0x0/0x18 returned 0 after 152 usecs
    [    0.527869] calling  init_nfs_v3+0x0/0x18 @ 1
    [    0.527892] initcall init_nfs_v3+0x0/0x18 returned 0 after 3 usecs
    [    0.527914] calling  init_nfs_v4+0x0/0x38 @ 1
    [    0.527933] NFS: Registering the id_resolver key type
    [    0.528097] Key type id_resolver registered
    [    0.528137] Key type id_legacy registered
    [    0.528177] initcall init_nfs_v4+0x0/0x38 returned 0 after 243 usecs
    [    0.528215] calling  init_nlm+0x0/0x64 @ 1
    [    0.528387] initcall init_nlm+0x0/0x64 returned 0 after 151 usecs
    [    0.528419] calling  init_nls_cp437+0x0/0x10 @ 1
    [    0.528517] initcall init_nls_cp437+0x0/0x10 returned 0 after 82 usecs
    [    0.528539] calling  init_nls_cp850+0x0/0x10 @ 1
    [    0.528557] initcall init_nls_cp850+0x0/0x10 returned 0 after 3 usecs
    [    0.528572] calling  init_nls_iso8859_1+0x0/0x10 @ 1
    [    0.528589] initcall init_nls_iso8859_1+0x0/0x10 returned 0 after 2 usecs
    [    0.528605] calling  init_nls_utf8+0x0/0x2c @ 1
    [    0.528624] initcall init_nls_utf8+0x0/0x2c returned 0 after 4 usecs
    [    0.528639] calling  ipc_init+0x0/0x28 @ 1
    [    0.528778] initcall ipc_init+0x0/0x28 returned 0 after 124 usecs
    [    0.528802] calling  ipc_sysctl_init+0x0/0x34 @ 1
    [    0.528878] initcall ipc_sysctl_init+0x0/0x34 returned 0 after 60 usecs
    [    0.528898] calling  init_mqueue_fs+0x0/0xdc @ 1
    [    0.529673] initcall init_mqueue_fs+0x0/0xdc returned 0 after 758 usecs
    [    0.529718] calling  key_proc_init+0x0/0x88 @ 1
    [    0.529764] initcall key_proc_init+0x0/0x88 returned 0 after 29 usecs
    [    0.529783] calling  asymmetric_key_init+0x0/0xc @ 1
    [    0.529807] Key type asymmetric registered
    [    0.529819] initcall asymmetric_key_init+0x0/0xc returned 0 after 18 usecs
    [    0.529837] calling  x509_key_init+0x0/0x18 @ 1
    [    0.529928] Asymmetric key parser 'x509' registered
    [    0.529959] initcall x509_key_init+0x0/0x18 returned 0 after 105 usecs
    [    0.529983] calling  blkdev_init+0x0/0x18 @ 1
    [    0.530128] initcall blkdev_init+0x0/0x18 returned 0 after 129 usecs
    [    0.530152] calling  proc_genhd_init+0x0/0x60 @ 1
    [    0.530196] initcall proc_genhd_init+0x0/0x60 returned 0 after 26 usecs
    [    0.530216] calling  init_emergency_pool+0x0/0xd0 @ 1
    [    0.530235] initcall init_emergency_pool+0x0/0xd0 returned 0 after 2 usecs
    [    0.530252] calling  deadline_init+0x0/0xc @ 1
    [    0.530410] io scheduler mq-deadline registered
    [    0.530425] initcall deadline_init+0x0/0xc returned 0 after 156 usecs
    [    0.530450] calling  kyber_init+0x0/0xc @ 1
    [    0.530469] io scheduler kyber registered
    [    0.530479] initcall kyber_init+0x0/0xc returned 0 after 12 usecs
    [    0.530497] calling  io_uring_init+0x0/0x48 @ 1
    [    0.530534] initcall io_uring_init+0x0/0x48 returned 0 after 21 usecs
    [    0.530553] calling  blake2s_mod_init+0x0/0x8 @ 1
    [    0.530570] initcall blake2s_mod_init+0x0/0x8 returned 0 after 1 usecs
    [    0.530589] calling  crc_t10dif_mod_init+0x0/0x78 @ 1
    [    0.535136] initcall crc_t10dif_mod_init+0x0/0x78 returned 0 after 4529 usecs
    [    0.535194] calling  libcrc32c_mod_init+0x0/0x30 @ 1
    [    0.537629] initcall libcrc32c_mod_init+0x0/0x30 returned 0 after 2414 usecs
    [    0.537672] calling  omap_ocp2scp_driver_init+0x0/0x10 @ 1
    [    0.538654] initcall omap_ocp2scp_driver_init+0x0/0x10 returned 0 after 961 usecs
    [    0.538695] calling  simple_pm_bus_driver_init+0x0/0x10 @ 1
    [    0.563779] probe of ocp returned 0 after 24910 usecs
    [    0.564029] probe of 44c00000.interconnect returned 19 after 175 usecs
    [    0.564277] probe of 44c00000.interconnect:segment@0 returned 0 after 199 usecs
    [    0.564588] probe of 44c00000.interconnect:segment@100000 returned 0 after 201 usecs
    [    0.564887] probe of 44c00000.interconnect:segment@200000 returned 0 after 260 usecs
    [    0.565114] probe of 48000000.interconnect returned 19 after 126 usecs
    [    0.565537] probe of 48000000.interconnect:segment@0 returned 0 after 381 usecs
    [    0.565977] probe of 48000000.interconnect:segment@100000 returned 0 after 287 usecs
    [    0.566276] probe of 48000000.interconnect:segment@200000 returned 0 after 193 usecs
    [    0.566620] probe of 48000000.interconnect:segment@300000 returned 0 after 235 usecs
    [    0.566819] probe of 47c00000.interconnect returned 19 after 123 usecs
    [    0.567060] probe of 47c00000.interconnect:segment@0 returned 0 after 203 usecs
    [    0.567221] probe of 4a000000.interconnect returned 19 after 120 usecs
    [    0.571917] probe of 4a000000.interconnect:segment@0 returned 0 after 4656 usecs
    [    0.572119] probe of 4b144400.interconnect returned 19 after 139 usecs
    [    0.572414] probe of 4b144400.interconnect:segment@0 returned 0 after 254 usecs
    [    0.572692] initcall simple_pm_bus_driver_init+0x0/0x10 returned 0 after 33977 usecs
    [    0.572741] calling  pwmss_driver_init+0x0/0x10 @ 1
    [    0.573414] initcall pwmss_driver_init+0x0/0x10 returned 0 after 652 usecs
    [    0.573448] calling  sysc_init+0x0/0x2c @ 1
    [    0.582527] probe of 44e00000.target-module returned 0 after 8805 usecs
    [    0.590401] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    0.591442] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0)
    [    0.592022] gpio gpiochip0: registered GPIOs 0 to 31 on gpio-0-31
    [    0.592161] OMAP GPIO hardware version 0.1
    [    0.596598] probe of 44e07000.gpio returned 0 after 11577 usecs
    [    0.597420] probe of 44e07000.target-module returned 0 after 14805 usecs
    [    0.598395] probe of 44e09050.target-module returned 0 after 900 usecs
    [    0.600699] probe of 44e0b000.i2c returned -517 after 107 usecs
    [    0.605173] probe of 44e0b000.target-module returned 0 after 6710 usecs
    [    0.607575] probe of 44e0d000.target-module returned 0 after 2329 usecs
    [    0.610376] probe of 44e10000.scm returned 19 after 245 usecs
    [    0.611273] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/jtaggrp
    [    0.621276] probe of 44e10000.scm_conf returned 19 after 183 usecs
    [    0.629529] probe of 44e10f90.dma-router returned 0 after 4711 usecs
    [    0.630613] probe of 44e10000.target-module returned 0 after 22964 usecs
    [    0.630977] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    0.631031] probe of 44e31000.target-module returned 16 after 345 usecs
    [    0.637815] probe of 44e35000.target-module returned 0 after 6728 usecs
    [    0.644137] probe of 44e3e074.target-module returned 0 after 6241 usecs
    [    0.646553] probe of 48022050.target-module returned 0 after 2320 usecs
    [    0.650461] probe of 48024050.target-module returned 0 after 3833 usecs
    [    0.651155] probe of 4802a000.target-module returned 0 after 628 usecs
    [    0.653449] probe of 48030000.target-module returned 0 after 2235 usecs
    [    0.657458] probe of 48038000.target-module returned 0 after 3937 usecs
    [    0.658195] probe of 4803c000.target-module returned 0 after 672 usecs
    [    0.658570] ti-sysc: probe of 48040000.target-module failed with error -16
    [    0.658622] probe of 48040000.target-module returned 16 after 366 usecs
    [    0.664844] probe of 48042000.target-module returned 0 after 6169 usecs
    [    0.667104] probe of 48044000.target-module returned 0 after 2183 usecs
    [    0.672817] probe of 48046000.target-module returned 0 after 5641 usecs
    [    0.675054] probe of 48048000.target-module returned 0 after 2160 usecs
    [    0.680823] probe of 4804a000.target-module returned 0 after 5697 usecs
    [    0.683693] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    0.687473] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1)
    [    0.687780] gpio gpiochip1: registered GPIOs 32 to 63 on gpio-32-63
    [    0.688175] probe of 4804c000.gpio returned 0 after 5290 usecs
    [    0.688890] probe of 4804c000.target-module returned 0 after 7993 usecs
    [    0.695151] probe of 480602fc.target-module returned 0 after 6189 usecs
    [    0.697533] probe of 48080000.target-module returned 0 after 2304 usecs
    [    0.704641] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    0.704876] probe of 480c8000.mailbox returned 0 after 5463 usecs
    [    0.706529] probe of 480c8000.target-module returned 0 after 8918 usecs
    [    0.711476] probe of 480ca000.target-module returned 0 after 4869 usecs
    [    0.712241] probe of 4819c000.target-module returned 0 after 681 usecs
    [    0.717861] probe of 481a0000.target-module returned 0 after 5484 usecs
    [    0.718650] probe of 481a6050.target-module returned 0 after 716 usecs
    [    0.720901] probe of 481a8050.target-module returned 0 after 2188 usecs
    [    0.725468] probe of 481aa050.target-module returned 0 after 4498 usecs
    [    0.728206] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    0.732471] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2)
    [    0.732740] gpio gpiochip2: registered GPIOs 64 to 95 on gpio-64-95
    [    0.733084] probe of 481ac000.gpio returned 0 after 5643 usecs
    [    0.733791] probe of 481ac000.target-module returned 0 after 8252 usecs
    [    0.737001] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    0.741468] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3)
    [    0.741741] gpio gpiochip3: registered GPIOs 96 to 127 on gpio-96-127
    [    0.742273] probe of 481ae000.gpio returned 0 after 6087 usecs
    [    0.743007] probe of 481ae000.target-module returned 0 after 9142 usecs
    [    0.743867] probe of 481cc020.target-module returned 0 after 788 usecs
    [    0.748456] probe of 481d0020.target-module returned 0 after 4526 usecs
    [    0.749105] probe of 481d82fc.target-module returned 0 after 587 usecs
    [    0.749804] probe of 48300000.target-module returned 0 after 624 usecs
    [    0.750449] probe of 48302000.target-module returned 0 after 588 usecs
    [    0.751075] probe of 48304000.target-module returned 0 after 566 usecs
    [    0.756865] probe of 4830e000.target-module returned 0 after 5731 usecs
    [    0.759116] probe of 48311fe0.target-module returned 0 after 2174 usecs
    [    0.767142] probe of 4a101200.target-module returned 0 after 7909 usecs
    [    0.767270] probe of 4a326000.target-module returned -517 after 48 usecs
    [    0.801037] edma 49000000.dma: TI EDMA DMA engine driver
    [    0.801224] probe of 49000000.dma returned 0 after 32427 usecs
    [    0.805891] probe of 49000000.target-module returned 0 after 38480 usecs
    [    0.807869] probe of 49800000.dma returned 0 after 251 usecs
    [    0.812419] probe of 49800000.target-module returned 0 after 6450 usecs
    [    0.814106] probe of 49900000.dma returned 0 after 240 usecs
    [    0.814715] probe of 49900000.target-module returned 0 after 2225 usecs
    [    0.816399] probe of 49a00000.dma returned 0 after 301 usecs
    [    0.820408] probe of 49a00000.target-module returned 0 after 5628 usecs
    [    0.821078] probe of 478102fc.target-module returned 0 after 605 usecs
    [    0.831590] probe of 47400000.target-module returned 0 after 10447 usecs
    [    0.836832] probe of 53100100.target-module returned 0 after 5141 usecs
    [    0.842809] probe of 53500080.target-module returned 0 after 5901 usecs
    [    0.842898] probe of 5600fe00.target-module returned -517 after 20 usecs
    [    0.843639] initcall sysc_init+0x0/0x2c returned 0 after 270171 usecs
    [    0.843719] calling  phy_core_init+0x0/0x58 @ 1
    [    0.843814] initcall phy_core_init+0x0/0x58 returned 0 after 75 usecs
    [    0.843838] calling  omap_usb2_driver_init+0x0/0x10 @ 1
    [    0.845052] initcall omap_usb2_driver_init+0x0/0x10 returned 0 after 1193 usecs
    [    0.845088] calling  ti_pipe3_driver_init+0x0/0x10 @ 1
    [    0.846028] initcall ti_pipe3_driver_init+0x0/0x10 returned 0 after 920 usecs
    [    0.846060] calling  phy_gmii_sel_driver_init+0x0/0x10 @ 1
    [    0.852715] probe of 44e10650.phy-gmii-sel returned 0 after 1887 usecs
    [    0.853061] initcall phy_gmii_sel_driver_init+0x0/0x10 returned 0 after 6982 usecs
    [    0.853106] calling  pcs_driver_init+0x0/0x10 @ 1
    [    0.855426] pinctrl-single 44e10800.pinmux: 142 pins, size 568
    [    0.864988] probe of 44e10800.pinmux returned 0 after 10941 usecs
    [    0.869431] initcall pcs_driver_init+0x0/0x10 returned 0 after 16304 usecs
    [    0.869478] calling  bgpio_driver_init+0x0/0x10 @ 1
    [    0.870472] initcall bgpio_driver_init+0x0/0x10 returned 0 after 973 usecs
    [    0.870507] calling  ecap_pwm_driver_init+0x0/0x10 @ 1
    [    0.871279] initcall ecap_pwm_driver_init+0x0/0x10 returned 0 after 752 usecs
    [    0.871370] calling  ehrpwm_pwm_driver_init+0x0/0x10 @ 1
    [    0.872156] initcall ehrpwm_pwm_driver_init+0x0/0x10 returned 0 after 763 usecs
    [    0.872189] calling  tps65217_bl_driver_init+0x0/0x10 @ 1
    [    0.876933] initcall tps65217_bl_driver_init+0x0/0x10 returned 0 after 4723 usecs
    [    0.876968] calling  of_fixed_factor_clk_driver_init+0x0/0x10 @ 1
    [    0.877698] initcall of_fixed_factor_clk_driver_init+0x0/0x10 returned 0 after 708 usecs
    [    0.877730] calling  of_fixed_clk_driver_init+0x0/0x10 @ 1
    [    0.878442] initcall of_fixed_clk_driver_init+0x0/0x10 returned 0 after 693 usecs
    [    0.878471] calling  gpio_clk_driver_init+0x0/0x10 @ 1
    [    0.879159] initcall gpio_clk_driver_init+0x0/0x10 returned 0 after 669 usecs
    [    0.879186] calling  omap_prm_driver_init+0x0/0x10 @ 1
    [    0.884004] probe of 44e00c00.prm returned 0 after 660 usecs
    [    0.884456] probe of 44e00d00.prm returned 0 after 396 usecs
    [    0.884785] probe of 44e00f00.prm returned 0 after 286 usecs
    [    0.885452] probe of 44e01100.prm returned 0 after 628 usecs
    [    0.889572] initcall omap_prm_driver_init+0x0/0x10 returned 0 after 10360 usecs
    [    0.889630] calling  virtio_mmio_init+0x0/0x10 @ 1
    [    0.890471] initcall virtio_mmio_init+0x0/0x10 returned 0 after 819 usecs
    [    0.890508] calling  pbias_regulator_driver_init+0x0/0x10 @ 1
    [    0.891538] initcall pbias_regulator_driver_init+0x0/0x10 returned 0 after 1007 usecs
    [    0.891572] calling  n_null_init+0x0/0x1c @ 1
    [    0.891597] initcall n_null_init+0x0/0x1c returned 0 after 5 usecs
    [    0.891646] calling  pty_init+0x0/0x254 @ 1
    [    0.895384] initcall pty_init+0x0/0x254 returned 0 after 3717 usecs
    [    0.895435] calling  sysrq_init+0x0/0x80 @ 1
    [    0.895510] initcall sysrq_init+0x0/0x80 returned 0 after 54 usecs
    [    0.895537] calling  serial8250_init+0x0/0x174 @ 1
    [    0.895569] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    0.903755] probe of serial8250 returned 0 after 145 usecs
    [    0.903859] initcall serial8250_init+0x0/0x174 returned 0 after 8300 usecs
    [    0.903921] calling  of_platform_serial_driver_init+0x0/0x10 @ 1
    [    0.905650] initcall of_platform_serial_driver_init+0x0/0x10 returned 0 after 1704 usecs
    [    0.905695] calling  serial_omap_init+0x0/0x40 @ 1
    [    0.911247] omap_uart 48022000.serial: no wakeirq for uart0
    [    0.911379] omap_uart 48022000.serial: GPIO lookup for consumer rs485-term
    [    0.911394] omap_uart 48022000.serial: using device tree for GPIO lookup
    [    0.911430] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.911530] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.911612] omap_uart 48022000.serial: using lookup tables for GPIO lookup
    [    0.911628] omap_uart 48022000.serial: No GPIO consumer rs485-term found
    [    0.911644] omap_uart 48022000.serial: GPIO lookup for consumer rts
    [    0.911655] omap_uart 48022000.serial: using device tree for GPIO lookup
    [    0.911683] of_get_named_gpiod_flags: can't parse 'rts-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.911766] of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@22000/serial@0[0]'
    [    0.911840] omap_uart 48022000.serial: using lookup tables for GPIO lookup
    [    0.911853] omap_uart 48022000.serial: No GPIO consumer rts found
    [    0.913210] 48022000.serial: ttyO0 at MMIO 0x48022000 (irq = 25, base_baud = 3000000) is a OMAP UART0
    [    7.054751] printk: console [ttyO0] enabled
    [    7.060694] probe of 48022000.serial returned 0 after 6150196 usecs
    [    7.068413] omap_uart 481a8000.serial: no wakeirq for uart1
    [    7.074347] omap_uart 481a8000.serial: GPIO lookup for consumer rs485-term
    [    7.081596] omap_uart 481a8000.serial: using device tree for GPIO lookup
    [    7.088686] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.103938] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.119083] omap_uart 481a8000.serial: using lookup tables for GPIO lookup
    [    7.126334] omap_uart 481a8000.serial: No GPIO consumer rs485-term found
    [    7.133409] omap_uart 481a8000.serial: GPIO lookup for consumer rts
    [    7.140066] omap_uart 481a8000.serial: using device tree for GPIO lookup
    [    7.147171] of_get_named_gpiod_flags: can't parse 'rts-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.161779] of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@a8000/serial@0[0]'
    [    7.176281] omap_uart 481a8000.serial: using lookup tables for GPIO lookup
    [    7.183555] omap_uart 481a8000.serial: No GPIO consumer rts found
    [    7.190655] 481a8000.serial: ttyO1 at MMIO 0x481a8000 (irq = 26, base_baud = 3000000) is a OMAP UART1
    [    7.201422] probe of 481a8000.serial returned 0 after 133870 usecs
    [    7.208162] initcall serial_omap_init+0x0/0x40 returned 0 after 6302444 usecs
    [    7.215783] calling  init_kgdboc+0x0/0x6c @ 1
    [    7.221651] probe of kgdboc returned 0 after 492 usecs
    [    7.227134] initcall init_kgdboc+0x0/0x6c returned 0 after 6733 usecs
    [    7.233956] calling  random_sysctls_init+0x0/0x28 @ 1
    [    7.239356] initcall random_sysctls_init+0x0/0x28 returned 0 after 40 usecs
    [    7.246704] calling  omap_rng_driver_init+0x0/0x10 @ 1
    [    7.255072] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    7.261978] random: crng init done
    [    7.265851] probe of 48310000.rng returned 0 after 12726 usecs
    [    7.272216] initcall omap_rng_driver_init+0x0/0x10 returned 0 after 20048 usecs
    [    7.279984] calling  drm_core_init+0x0/0xc8 @ 1
    [    7.284910] initcall drm_core_init+0x0/0xc8 returned 0 after 124 usecs
    [    7.291814] calling  omap_drm_init+0x0/0x4c @ 1
    [    7.301225] initcall omap_drm_init+0x0/0x4c returned 0 after 4614 usecs
    [    7.308272] calling  tilcdc_drm_init+0x0/0x40 @ 1
    [    7.314146] tilcdc-panel panel: GPIO lookup for consumer enable
    [    7.320435] tilcdc-panel panel: using device tree for GPIO lookup
    [    7.326886] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/panel[0]'
    [    7.335904] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/panel[0]'
    [    7.344811] tilcdc-panel panel: using lookup tables for GPIO lookup
    [    7.351419] tilcdc-panel panel: No GPIO consumer enable found
    [    7.357790] probe of panel returned 0 after 44023 usecs
    [    7.364594] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    7.376789] Stack Depot allocating hash table of 32768 entries with kvcalloc
    [    7.385095] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    7.402174] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [    7.410419] probe of 4830e000.lcdc returned 0 after 45988 usecs
    [    7.416992] initcall tilcdc_drm_init+0x0/0x40 returned 0 after 103712 usecs
    [    7.424405] calling  tda998x_driver_init+0x0/0x10 @ 1
    [    7.429845] initcall tda998x_driver_init+0x0/0x10 returned 0 after 94 usecs
    [    7.437200] calling  topology_sysfs_init+0x0/0x40 @ 1
    [    7.442796] initcall topology_sysfs_init+0x0/0x40 returned 0 after 254 usecs
    [    7.450260] calling  cacheinfo_sysfs_init+0x0/0x40 @ 1
    [    7.455701] initcall cacheinfo_sysfs_init+0x0/0x40 returned -2 after 7 usecs
    [    7.463133] calling  devcoredump_init+0x0/0x14 @ 1
    [    7.468328] initcall devcoredump_init+0x0/0x14 returned 0 after 106 usecs
    [    7.475490] calling  brd_init+0x0/0xe0 @ 1
    [    7.508958] brd: module loaded
    [    7.512267] initcall brd_init+0x0/0xe0 returned 0 after 32443 usecs
    [    7.518932] calling  loop_init+0x0/0xe0 @ 1
    [    7.537402] loop: module loaded
    [    7.540783] initcall loop_init+0x0/0xe0 returned 0 after 17423 usecs
    [    7.547509] calling  at24_init+0x0/0x44 @ 1
    [    7.552054] initcall at24_init+0x0/0x44 returned 0 after 118 usecs
    [    7.558586] calling  kim_platform_driver_init+0x0/0x10 @ 1
    [    7.564862] initcall kim_platform_driver_init+0x0/0x10 returned 0 after 482 usecs
    [    7.572834] calling  ti_tscadc_driver_init+0x0/0x10 @ 1
    [    7.579756] ti_am3359-tscadc 44e0d000.tscadc: failed to get fck
    [    7.586073] ti_am3359-tscadc: probe of 44e0d000.tscadc failed with error -2
    [    7.593485] probe of 44e0d000.tscadc returned 2 after 14439 usecs
    [    7.600421] initcall ti_tscadc_driver_init+0x0/0x10 returned 0 after 22057 usecs
    [    7.608257] calling  init_sd+0x0/0x14c @ 1
    [    7.612833] initcall init_sd+0x0/0x14c returned 0 after 237 usecs
    [    7.619281] calling  init_mtd+0x0/0x10c @ 1
    [    7.624053] initcall init_mtd+0x0/0x10c returned 0 after 317 usecs
    [    7.630596] calling  cmdline_parser_init+0x0/0x30 @ 1
    [    7.636230] initcall cmdline_parser_init+0x0/0x30 returned 0 after 292 usecs
    [    7.643746] calling  ofpart_parser_init+0x0/0x2c @ 1
    [    7.649009] initcall ofpart_parser_init+0x0/0x2c returned 0 after 4 usecs
    [    7.656167] calling  mtdblock_tr_init+0x0/0xc @ 1
    [    7.661283] initcall mtdblock_tr_init+0x0/0xc returned 0 after 145 usecs
    [    7.668403] calling  cfi_probe_init+0x0/0x18 @ 1
    [    7.673437] initcall cfi_probe_init+0x0/0x18 returned 0 after 151 usecs
    [    7.680434] calling  omap_nand_driver_init+0x0/0x10 @ 1
    [    7.686995] initcall omap_nand_driver_init+0x0/0x10 returned 0 after 1040 usecs
    [    7.694762] calling  elm_driver_init+0x0/0x10 @ 1
    [    7.701428] probe of 48080000.elm returned 0 after 920 usecs
    [    7.707619] initcall elm_driver_init+0x0/0x10 returned 0 after 7875 usecs
    [    7.715056] calling  spidev_init+0x0/0xbc @ 1
    [    7.719878] initcall spidev_init+0x0/0xbc returned 0 after 171 usecs
    [    7.726600] calling  omap2_mcspi_driver_init+0x0/0x10 @ 1
    [    7.735513] omap2_mcspi 48030000.spi: registered master spi0
    [    7.742662] spi spi0.0: setup: speed 24000000, sample trailing edge, clk normal
    [    7.750913] spi spi0.0: setup mode 1, 8 bits/w, 24000000 Hz max --> 0
    [    7.759103] omap2_mcspi 48030000.spi: registered child spi0.0
    [    7.765389] spi spi0.1: setup: speed 24000000, sample leading edge, clk normal
    [    7.773030] spi spi0.1: setup mode 0, 8 bits/w, 24000000 Hz max --> 0
    [    7.780526] omap2_mcspi 48030000.spi: registered child spi0.1
    [    7.786774] probe of 48030000.spi returned 0 after 53665 usecs
    [    7.794675] omap2_mcspi 481a0000.spi: registered master spi1
    [    7.801187] spi spi1.0: setup: speed 24000000, sample trailing edge, clk normal
    [    7.809035] spi spi1.0: setup mode 1, 8 bits/w, 24000000 Hz max --> 0
    [    7.816503] omap2_mcspi 481a0000.spi: registered child spi1.0
    [    7.822670] spi spi1.1: setup: speed 24000000, sample leading edge, clk normal
    [    7.830333] spi spi1.1: setup mode 0, 8 bits/w, 24000000 Hz max --> 0
    [    7.837746] omap2_mcspi 481a0000.spi: registered child spi1.1
    [    7.843982] probe of 481a0000.spi returned 0 after 50882 usecs
    [    7.850394] initcall omap2_mcspi_driver_init+0x0/0x10 returned 0 after 118072 usecs
    [    7.858503] calling  blackhole_netdev_init+0x0/0x7c @ 1
    [    7.864100] initcall blackhole_netdev_init+0x0/0x7c returned 0 after 77 usecs
    [    7.871637] calling  phy_module_init+0x0/0x14 @ 1
    [    7.877250] initcall phy_module_init+0x0/0x14 returned 0 after 640 usecs
    [    7.884370] calling  fixed_mdio_bus_init+0x0/0x11c @ 1
    [    7.891854] mdio_bus fixed-0: GPIO lookup for consumer reset
    [    7.897890] mdio_bus fixed-0: using lookup tables for GPIO lookup
    [    7.904324] mdio_bus fixed-0: No GPIO consumer reset found
    [    7.910241] initcall fixed_mdio_bus_init+0x0/0x11c returned 0 after 20432 usecs
    [    7.917983] calling  phy_module_init+0x0/0x14 @ 1
    [    7.924170] initcall phy_module_init+0x0/0x14 returned 0 after 1212 usecs
    [    7.931355] calling  can_dev_init+0x0/0x24 @ 1
    [    7.936064] CAN device driver interface
    [    7.940120] initcall can_dev_init+0x0/0x24 returned 0 after 4063 usecs
    [    7.947002] calling  ti_hecc_driver_init+0x0/0x10 @ 1
    [    7.953265] initcall ti_hecc_driver_init+0x0/0x10 returned 0 after 928 usecs
    [    7.960802] calling  emac_platform_driver_init+0x0/0x10 @ 1
    [    7.967486] initcall emac_platform_driver_init+0x0/0x10 returned 0 after 798 usecs
    [    7.975525] calling  davinci_mdio_init+0x0/0x10 @ 1
    [    7.981507] initcall davinci_mdio_init+0x0/0x10 returned 0 after 818 usecs
    [    7.988921] calling  cpsw_driver_init+0x0/0x10 @ 1
    [    8.000240] mdio_bus 4a101000.mdio: GPIO lookup for consumer reset
    [    8.006850] mdio_bus 4a101000.mdio: using device tree for GPIO lookup
    [    8.013670] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/ethernet@0/mdio@1000[0]'
    [    8.029201] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/ethernet@0/mdio@1000[0]'
    [    8.044655] mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup
    [    8.051631] mdio_bus 4a101000.mdio: No GPIO consumer reset found
    [    8.091410] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    8.099488] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [    8.111110] mdio_bus 4a101000.mdio:00: GPIO lookup for consumer reset
    [    8.118133] mdio_bus 4a101000.mdio:00: using lookup tables for GPIO lookup
    [    8.125477] mdio_bus 4a101000.mdio:00: No GPIO consumer reset found
    [    8.133114] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver unknown
    [    8.141904] probe of 4a101000.mdio returned 0 after 143984 usecs
    [    8.150572] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
    [    8.157328] cpsw 4a100000.ethernet: ALE Table size 1024
    [    8.163463] cpsw 4a100000.ethernet: Detected MACID = 30:e2:83:2a:5f:63
    [    8.174243] probe of 4a100000.ethernet returned 0 after 179346 usecs
    [    8.181212] initcall cpsw_driver_init+0x0/0x10 returned 0 after 187205 usecs
    [    8.188695] calling  uio_init+0x0/0x110 @ 1
    [    8.193200] initcall uio_init+0x0/0x110 returned 0 after 74 usecs
    [    8.199674] calling  uio_pdrv_genirq_init+0x0/0x10 @ 1
    [    8.205896] initcall uio_pdrv_genirq_init+0x0/0x10 returned 0 after 788 usecs
    [    8.213461] calling  uio_dmem_genirq_init+0x0/0x10 @ 1
    [    8.219552] initcall uio_dmem_genirq_init+0x0/0x10 returned 0 after 656 usecs
    [    8.227101] calling  usb_storage_driver_init+0x0/0x38 @ 1
    [    8.233460] usbcore: registered new interface driver usb-storage
    [    8.239812] initcall usb_storage_driver_init+0x0/0x38 returned 0 after 6792 usecs
    [    8.247709] calling  serport_init+0x0/0x2c @ 1
    [    8.252413] initcall serport_init+0x0/0x2c returned 0 after 5 usecs
    [    8.259050] calling  input_leds_init+0x0/0xc @ 1
    [    8.263943] initcall input_leds_init+0x0/0xc returned 0 after 11 usecs
    [    8.270826] calling  mousedev_init+0x0/0x60 @ 1
    [    8.276904] mousedev: PS/2 mouse device common for all mice
    [    8.282964] initcall mousedev_init+0x0/0x60 returned 0 after 7350 usecs
    [    8.290066] calling  evdev_init+0x0/0xc @ 1
    [    8.294536] initcall evdev_init+0x0/0xc returned 0 after 10 usecs
    [    8.300968] calling  atkbd_init+0x0/0x18 @ 1
    [    8.306224] initcall atkbd_init+0x0/0x18 returned 0 after 720 usecs
    [    8.312914] calling  psmouse_init+0x0/0x88 @ 1
    [    8.318027] initcall psmouse_init+0x0/0x88 returned 0 after 405 usecs
    [    8.324858] calling  ds1307_driver_init+0x0/0x10 @ 1
    [    8.330200] initcall ds1307_driver_init+0x0/0x10 returned 0 after 92 usecs
    [    8.337455] calling  omap_rtc_driver_init+0x0/0x10 @ 1
    [    8.347961] probe of alarmtimer.0.auto returned 0 after 387 usecs
    [    8.355477] omap_rtc 44e3e000.rtc: registered as rtc0
    [    8.360895] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
    [    8.370129] omap_rtc 44e3e000.rtc: GPIO lookup for consumer wp
    [    8.376330] omap_rtc 44e3e000.rtc: using device tree for GPIO lookup
    [    8.383059] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]'
    [    8.397337] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]'
    [    8.411526] omap_rtc 44e3e000.rtc: using lookup tables for GPIO lookup
    [    8.418417] omap_rtc 44e3e000.rtc: No GPIO consumer wp found
    [    8.425131] probe of 44e3e000.rtc returned 0 after 81296 usecs
    [    8.431662] initcall omap_rtc_driver_init+0x0/0x10 returned 0 after 88779 usecs
    [    8.439421] calling  pcf85063_driver_init+0x0/0x10 @ 1
    [    8.444952] initcall pcf85063_driver_init+0x0/0x10 returned 0 after 96 usecs
    [    8.452393] calling  rv8803_driver_init+0x0/0x10 @ 1
    [    8.457713] initcall rv8803_driver_init+0x0/0x10 returned 0 after 74 usecs
    [    8.464965] calling  i2c_dev_init+0x0/0xb8 @ 1
    [    8.469661] i2c_dev: i2c /dev entries driver
    [    8.474237] initcall i2c_dev_init+0x0/0xb8 returned 0 after 4576 usecs
    [    8.481131] calling  init_rc_map_adstech_dvb_t_pci+0x0/0xc @ 1
    [    8.487317] initcall init_rc_map_adstech_dvb_t_pci+0x0/0xc returned 0 after 4 usecs
    [    8.495526] calling  init_rc_map_alink_dtu_m+0x0/0xc @ 1
    [    8.501159] initcall init_rc_map_alink_dtu_m+0x0/0xc returned 0 after 4 usecs
    [    8.508682] calling  init_rc_map_anysee+0x0/0xc @ 1
    [    8.513856] initcall init_rc_map_anysee+0x0/0xc returned 0 after 3 usecs
    [    8.520922] calling  init_rc_map_apac_viewcomp+0x0/0xc @ 1
    [    8.526713] initcall init_rc_map_apac_viewcomp+0x0/0xc returned 0 after 2 usecs
    [    8.534414] calling  init_rc_map_t2hybrid+0x0/0xc @ 1
    [    8.539750] initcall init_rc_map_t2hybrid+0x0/0xc returned 0 after 2 usecs
    [    8.546995] calling  init_rc_map_asus_pc39+0x0/0xc @ 1
    [    8.552422] initcall init_rc_map_asus_pc39+0x0/0xc returned 0 after 2 usecs
    [    8.559758] calling  init_rc_map_asus_ps3_100+0x0/0xc @ 1
    [    8.565459] initcall init_rc_map_asus_ps3_100+0x0/0xc returned 0 after 3 usecs
    [    8.573067] calling  init_rc_map_ati_tv_wonder_hd_600+0x0/0xc @ 1
    [    8.579494] initcall init_rc_map_ati_tv_wonder_hd_600+0x0/0xc returned 0 after 3 usecs
    [    8.587829] calling  init_rc_map_ati_x10+0x0/0xc @ 1
    [    8.593073] initcall init_rc_map_ati_x10+0x0/0xc returned 0 after 2 usecs
    [    8.600226] calling  init_rc_map_avermedia_a16d+0x0/0xc @ 1
    [    8.606108] initcall init_rc_map_avermedia_a16d+0x0/0xc returned 0 after 2 usecs
    [    8.614046] calling  init_rc_map_avermedia_cardbus+0x0/0xc @ 1
    [    8.620239] initcall init_rc_map_avermedia_cardbus+0x0/0xc returned 0 after 3 usecs
    [    8.628327] calling  init_rc_map_avermedia_dvbt+0x0/0xc @ 1
    [    8.634211] initcall init_rc_map_avermedia_dvbt+0x0/0xc returned 0 after 3 usecs
    [    8.642002] calling  init_rc_map_avermedia_m135a+0x0/0xc @ 1
    [    8.647974] initcall init_rc_map_avermedia_m135a+0x0/0xc returned 0 after 2 usecs
    [    8.655857] calling  init_rc_map_avermedia_m733a_rm_k6+0x0/0xc @ 1
    [    8.662377] initcall init_rc_map_avermedia_m733a_rm_k6+0x0/0xc returned 0 after 2 usecs
    [    8.670804] calling  init_rc_map_avermedia+0x0/0xc @ 1
    [    8.676231] initcall init_rc_map_avermedia+0x0/0xc returned 0 after 2 usecs
    [    8.683566] calling  init_rc_map_avermedia_rm_ks+0x0/0xc @ 1
    [    8.689539] initcall init_rc_map_avermedia_rm_ks+0x0/0xc returned 0 after 2 usecs
    [    8.697420] calling  init_rc_map_avertv_303+0x0/0xc @ 1
    [    8.702937] initcall init_rc_map_avertv_303+0x0/0xc returned 0 after 3 usecs
    [    8.710369] calling  init_rc_map_azurewave_ad_tu700+0x0/0xc @ 1
    [    8.716617] initcall init_rc_map_azurewave_ad_tu700+0x0/0xc returned 0 after 2 usecs
    [    8.724786] calling  init_rc_map_beelink_gs1+0x0/0xc @ 1
    [    8.730396] initcall init_rc_map_beelink_gs1+0x0/0xc returned 0 after 2 usecs
    [    8.737915] calling  init_rc_map_behold_columbus+0x0/0xc @ 1
    [    8.743889] initcall init_rc_map_behold_columbus+0x0/0xc returned 0 after 2 usecs
    [    8.751771] calling  init_rc_map_behold+0x0/0xc @ 1
    [    8.756925] initcall init_rc_map_behold+0x0/0xc returned 0 after 2 usecs
    [    8.763987] calling  init_rc_map_budget_ci_old+0x0/0xc @ 1
    [    8.769779] initcall init_rc_map_budget_ci_old+0x0/0xc returned 0 after 2 usecs
    [    8.777480] calling  init_rc_map_cinergy_1400+0x0/0xc @ 1
    [    8.783181] initcall init_rc_map_cinergy_1400+0x0/0xc returned 0 after 3 usecs
    [    8.790793] calling  init_rc_map_cinergy+0x0/0xc @ 1
    [    8.796039] initcall init_rc_map_cinergy+0x0/0xc returned 0 after 2 usecs
    [    8.803194] calling  init_rc_map_ct_90405+0x0/0xc @ 1
    [    8.808531] initcall init_rc_map_ct_90405+0x0/0xc returned 0 after 2 usecs
    [    8.815776] calling  init_rc_map_d680_dmb+0x0/0xc @ 1
    [    8.821112] initcall init_rc_map_d680_dmb+0x0/0xc returned 0 after 2 usecs
    [    8.828367] calling  init_rc_map_delock_61959+0x0/0xc @ 1
    [    8.834067] initcall init_rc_map_delock_61959+0x0/0xc returned 0 after 2 usecs
    [    8.841676] calling  init_rc_map+0x0/0xc @ 1
    [    8.846194] initcall init_rc_map+0x0/0xc returned 0 after 3 usecs
    [    8.852621] calling  init_rc_map+0x0/0xc @ 1
    [    8.857139] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [    8.863568] calling  init_rc_map_digitalnow_tinytwin+0x0/0xc @ 1
    [    8.869905] initcall init_rc_map_digitalnow_tinytwin+0x0/0xc returned 0 after 2 usecs
    [    8.878151] calling  init_rc_map_digittrade+0x0/0xc @ 1
    [    8.883669] initcall init_rc_map_digittrade+0x0/0xc returned 0 after 2 usecs
    [    8.891096] calling  init_rc_map_dm1105_nec+0x0/0xc @ 1
    [    8.896616] initcall init_rc_map_dm1105_nec+0x0/0xc returned 0 after 2 usecs
    [    8.904044] calling  init_rc_map_dntv_live_dvb_t+0x0/0xc @ 1
    [    8.910017] initcall init_rc_map_dntv_live_dvb_t+0x0/0xc returned 0 after 3 usecs
    [    8.917902] calling  init_rc_map_dntv_live_dvbt_pro+0x0/0xc @ 1
    [    8.924149] initcall init_rc_map_dntv_live_dvbt_pro+0x0/0xc returned 0 after 2 usecs
    [    8.932333] calling  init_rc_map_dtt200u+0x0/0xc @ 1
    [    8.937581] initcall init_rc_map_dtt200u+0x0/0xc returned 0 after 2 usecs
    [    8.944735] calling  init_rc_map_rc5_dvbsky+0x0/0xc @ 1
    [    8.950254] initcall init_rc_map_rc5_dvbsky+0x0/0xc returned 0 after 2 usecs
    [    8.957683] calling  init_rc_map_dvico_mce+0x0/0xc @ 1
    [    8.963111] initcall init_rc_map_dvico_mce+0x0/0xc returned 0 after 2 usecs
    [    8.970449] calling  init_rc_map_dvico_portable+0x0/0xc @ 1
    [    8.976333] initcall init_rc_map_dvico_portable+0x0/0xc returned 0 after 2 usecs
    [    8.984125] calling  init_rc_map_em_terratec+0x0/0xc @ 1
    [    8.989735] initcall init_rc_map_em_terratec+0x0/0xc returned 0 after 3 usecs
    [    8.997255] calling  init_rc_map_encore_enltv2+0x0/0xc @ 1
    [    9.003108] initcall init_rc_map_encore_enltv2+0x0/0xc returned 0 after 41 usecs
    [    9.010910] calling  init_rc_map_encore_enltv_fm53+0x0/0xc @ 1
    [    9.017070] initcall init_rc_map_encore_enltv_fm53+0x0/0xc returned 0 after 3 usecs
    [    9.025137] calling  init_rc_map_encore_enltv+0x0/0xc @ 1
    [    9.030838] initcall init_rc_map_encore_enltv+0x0/0xc returned 0 after 2 usecs
    [    9.038462] calling  init_rc_map_evga_indtube+0x0/0xc @ 1
    [    9.044166] initcall init_rc_map_evga_indtube+0x0/0xc returned 0 after 2 usecs
    [    9.051777] calling  init_rc_map_eztv+0x0/0xc @ 1
    [    9.056751] initcall init_rc_map_eztv+0x0/0xc returned 0 after 3 usecs
    [    9.063633] calling  init_rc_map_flydvb+0x0/0xc @ 1
    [    9.068789] initcall init_rc_map_flydvb+0x0/0xc returned 0 after 2 usecs
    [    9.075853] calling  init_rc_map_flyvideo+0x0/0xc @ 1
    [    9.081190] initcall init_rc_map_flyvideo+0x0/0xc returned 0 after 2 usecs
    [    9.088435] calling  init_rc_map_fusionhdtv_mce+0x0/0xc @ 1
    [    9.094316] initcall init_rc_map_fusionhdtv_mce+0x0/0xc returned 0 after 2 usecs
    [    9.102109] calling  init_rc_map_gadmei_rm008z+0x0/0xc @ 1
    [    9.107903] initcall init_rc_map_gadmei_rm008z+0x0/0xc returned 0 after 2 usecs
    [    9.115603] calling  init_rc_map_geekbox+0x0/0xc @ 1
    [    9.120849] initcall init_rc_map_geekbox+0x0/0xc returned 0 after 3 usecs
    [    9.128006] calling  init_rc_map_genius_tvgo_a11mce+0x0/0xc @ 1
    [    9.134254] initcall init_rc_map_genius_tvgo_a11mce+0x0/0xc returned 0 after 2 usecs
    [    9.142411] calling  init_rc_map_gotview7135+0x0/0xc @ 1
    [    9.148034] initcall init_rc_map_gotview7135+0x0/0xc returned 0 after 3 usecs
    [    9.155558] calling  init_rc_map_rc5_hauppauge_new+0x0/0xc @ 1
    [    9.161731] initcall init_rc_map_rc5_hauppauge_new+0x0/0xc returned 0 after 2 usecs
    [    9.169798] calling  init_rc_map_hisi_poplar+0x0/0xc @ 1
    [    9.175410] initcall init_rc_map_hisi_poplar+0x0/0xc returned 0 after 2 usecs
    [    9.182929] calling  init_rc_map_hisi_tv_demo+0x0/0xc @ 1
    [    9.188630] initcall init_rc_map_hisi_tv_demo+0x0/0xc returned 0 after 2 usecs
    [    9.196240] calling  init_rc_map_imon_mce+0x0/0xc @ 1
    [    9.201577] initcall init_rc_map_imon_mce+0x0/0xc returned 0 after 3 usecs
    [    9.208824] calling  init_rc_map_imon_pad+0x0/0xc @ 1
    [    9.214161] initcall init_rc_map_imon_pad+0x0/0xc returned 0 after 2 usecs
    [    9.221406] calling  init_rc_map_imon_rsc+0x0/0xc @ 1
    [    9.226743] initcall init_rc_map_imon_rsc+0x0/0xc returned 0 after 2 usecs
    [    9.233988] calling  init_rc_map_iodata_bctv7e+0x0/0xc @ 1
    [    9.239780] initcall init_rc_map_iodata_bctv7e+0x0/0xc returned 0 after 2 usecs
    [    9.247481] calling  init_rc_it913x_v1_map+0x0/0xc @ 1
    [    9.252921] initcall init_rc_it913x_v1_map+0x0/0xc returned 0 after 3 usecs
    [    9.260260] calling  init_rc_it913x_v2_map+0x0/0xc @ 1
    [    9.265690] initcall init_rc_it913x_v2_map+0x0/0xc returned 0 after 3 usecs
    [    9.273027] calling  init_rc_map_kaiomy+0x0/0xc @ 1
    [    9.278183] initcall init_rc_map_kaiomy+0x0/0xc returned 0 after 3 usecs
    [    9.285249] calling  init_rc_map_khadas+0x0/0xc @ 1
    [    9.290405] initcall init_rc_map_khadas+0x0/0xc returned 0 after 2 usecs
    [    9.297469] calling  init_rc_map_khamsin+0x0/0xc @ 1
    [    9.302715] initcall init_rc_map_khamsin+0x0/0xc returned 0 after 2 usecs
    [    9.309872] calling  init_rc_map_kworld_315u+0x0/0xc @ 1
    [    9.315483] initcall init_rc_map_kworld_315u+0x0/0xc returned 0 after 2 usecs
    [    9.323001] calling  init_rc_map_kworld_pc150u+0x0/0xc @ 1
    [    9.328794] initcall init_rc_map_kworld_pc150u+0x0/0xc returned 0 after 3 usecs
    [    9.336494] calling  init_rc_map_kworld_plus_tv_analog+0x0/0xc @ 1
    [    9.343015] initcall init_rc_map_kworld_plus_tv_analog+0x0/0xc returned 0 after 2 usecs
    [    9.351444] calling  init_rc_map_leadtek_y04g0051+0x0/0xc @ 1
    [    9.357520] initcall init_rc_map_leadtek_y04g0051+0x0/0xc returned 0 after 2 usecs
    [    9.365496] calling  init_rc_lme2510_map+0x0/0xc @ 1
    [    9.370743] initcall init_rc_lme2510_map+0x0/0xc returned 0 after 2 usecs
    [    9.377897] calling  init_rc_map_manli+0x0/0xc @ 1
    [    9.382960] initcall init_rc_map_manli+0x0/0xc returned 0 after 2 usecs
    [    9.389932] calling  init_rc_map_mecool_kiii_pro+0x0/0xc @ 1
    [    9.395906] initcall init_rc_map_mecool_kiii_pro+0x0/0xc returned 0 after 2 usecs
    [    9.403789] calling  init_rc_map_mecool_kii_pro+0x0/0xc @ 1
    [    9.409671] initcall init_rc_map_mecool_kii_pro+0x0/0xc returned 0 after 3 usecs
    [    9.417463] calling  init_rc_map_medion_x10_digitainer+0x0/0xc @ 1
    [    9.423984] initcall init_rc_map_medion_x10_digitainer+0x0/0xc returned 0 after 2 usecs
    [    9.432414] calling  init_rc_map_medion_x10+0x0/0xc @ 1
    [    9.437933] initcall init_rc_map_medion_x10+0x0/0xc returned 0 after 2 usecs
    [    9.445362] calling  init_rc_map_medion_x10_or2x+0x0/0xc @ 1
    [    9.451337] initcall init_rc_map_medion_x10_or2x+0x0/0xc returned 0 after 2 usecs
    [    9.459222] calling  init_rc_map_minix_neo+0x0/0xc @ 1
    [    9.464650] initcall init_rc_map_minix_neo+0x0/0xc returned 0 after 2 usecs
    [    9.471997] calling  init_rc_map_msi_digivox_iii+0x0/0xc @ 1
    [    9.477974] initcall init_rc_map_msi_digivox_iii+0x0/0xc returned 0 after 3 usecs
    [    9.485856] calling  init_rc_map_msi_digivox_ii+0x0/0xc @ 1
    [    9.491739] initcall init_rc_map_msi_digivox_ii+0x0/0xc returned 0 after 2 usecs
    [    9.499530] calling  init_rc_map_msi_tvanywhere+0x0/0xc @ 1
    [    9.505469] initcall init_rc_map_msi_tvanywhere+0x0/0xc returned 0 after 38 usecs
    [    9.513362] calling  init_rc_map_msi_tvanywhere_plus+0x0/0xc @ 1
    [    9.519704] initcall init_rc_map_msi_tvanywhere_plus+0x0/0xc returned 0 after 3 usecs
    [    9.527957] calling  init_rc_map_nebula+0x0/0xc @ 1
    [    9.533116] initcall init_rc_map_nebula+0x0/0xc returned 0 after 3 usecs
    [    9.540181] calling  init_rc_map_nec_terratec_cinergy_xs+0x0/0xc @ 1
    [    9.546886] initcall init_rc_map_nec_terratec_cinergy_xs+0x0/0xc returned 0 after 3 usecs
    [    9.555499] calling  init_rc_map_norwood+0x0/0xc @ 1
    [    9.560745] initcall init_rc_map_norwood+0x0/0xc returned 0 after 2 usecs
    [    9.567901] calling  init_rc_map_npgtech+0x0/0xc @ 1
    [    9.573147] initcall init_rc_map_npgtech+0x0/0xc returned 0 after 2 usecs
    [    9.580332] calling  init_rc_map_odroid+0x0/0xc @ 1
    [    9.585489] initcall init_rc_map_odroid+0x0/0xc returned 0 after 2 usecs
    [    9.592554] calling  init_rc_map_pctv_sedna+0x0/0xc @ 1
    [    9.598075] initcall init_rc_map_pctv_sedna+0x0/0xc returned 0 after 2 usecs
    [    9.605504] calling  init_rc_map_pine64+0x0/0xc @ 1
    [    9.610659] initcall init_rc_map_pine64+0x0/0xc returned 0 after 2 usecs
    [    9.617723] calling  init_rc_map_pinnacle_color+0x0/0xc @ 1
    [    9.623607] initcall init_rc_map_pinnacle_color+0x0/0xc returned 0 after 3 usecs
    [    9.631400] calling  init_rc_map_pinnacle_grey+0x0/0xc @ 1
    [    9.637193] initcall init_rc_map_pinnacle_grey+0x0/0xc returned 0 after 2 usecs
    [    9.644894] calling  init_rc_map_pinnacle_pctv_hd+0x0/0xc @ 1
    [    9.650960] initcall init_rc_map_pinnacle_pctv_hd+0x0/0xc returned 0 after 2 usecs
    [    9.658935] calling  init_rc_map_pixelview+0x0/0xc @ 1
    [    9.664364] initcall init_rc_map_pixelview+0x0/0xc returned 0 after 2 usecs
    [    9.671701] calling  init_rc_map_pixelview+0x0/0xc @ 1
    [    9.677130] initcall init_rc_map_pixelview+0x0/0xc returned 0 after 2 usecs
    [    9.684481] calling  init_rc_map_pixelview_new+0x0/0xc @ 1
    [    9.690275] initcall init_rc_map_pixelview_new+0x0/0xc returned 0 after 3 usecs
    [    9.698003] calling  init_rc_map_pixelview+0x0/0xc @ 1
    [    9.703435] initcall init_rc_map_pixelview+0x0/0xc returned 0 after 3 usecs
    [    9.710775] calling  init_rc_map_powercolor_real_angel+0x0/0xc @ 1
    [    9.717321] initcall init_rc_map_powercolor_real_angel+0x0/0xc returned 0 after 3 usecs
    [    9.725753] calling  init_rc_map_proteus_2309+0x0/0xc @ 1
    [    9.731458] initcall init_rc_map_proteus_2309+0x0/0xc returned 0 after 3 usecs
    [    9.739073] calling  init_rc_map_purpletv+0x0/0xc @ 1
    [    9.744413] initcall init_rc_map_purpletv+0x0/0xc returned 0 after 2 usecs
    [    9.751661] calling  init_rc_map_pv951+0x0/0xc @ 1
    [    9.756727] initcall init_rc_map_pv951+0x0/0xc returned 0 after 3 usecs
    [    9.763913] calling  init_rc_map_rc6_mce+0x0/0xc @ 1
    [    9.769196] initcall init_rc_map_rc6_mce+0x0/0xc returned 0 after 3 usecs
    [    9.776360] calling  init_rc_map_real_audio_220_32_keys+0x0/0xc @ 1
    [    9.782977] initcall init_rc_map_real_audio_220_32_keys+0x0/0xc returned 0 after 2 usecs
    [    9.791516] calling  init_rc_map_reddo+0x0/0xc @ 1
    [    9.796584] initcall init_rc_map_reddo+0x0/0xc returned 0 after 2 usecs
    [    9.803560] calling  init_rc_map_snapstream_firefly+0x0/0xc @ 1
    [    9.809809] initcall init_rc_map_snapstream_firefly+0x0/0xc returned 0 after 2 usecs
    [    9.817968] calling  init_rc_map_streamzap+0x0/0xc @ 1
    [    9.823396] initcall init_rc_map_streamzap+0x0/0xc returned 0 after 2 usecs
    [    9.830734] calling  init_rc_map_su3000+0x0/0xc @ 1
    [    9.835890] initcall init_rc_map_su3000+0x0/0xc returned 0 after 3 usecs
    [    9.842954] calling  init_rc_map_tanix_tx3mini+0x0/0xc @ 1
    [    9.848747] initcall init_rc_map_tanix_tx3mini+0x0/0xc returned 0 after 2 usecs
    [    9.856447] calling  init_rc_map_tanix_tx5max+0x0/0xc @ 1
    [    9.862150] initcall init_rc_map_tanix_tx5max+0x0/0xc returned 0 after 2 usecs
    [    9.869762] calling  init_rc_map_tbs_nec+0x0/0xc @ 1
    [    9.875009] initcall init_rc_map_tbs_nec+0x0/0xc returned 0 after 3 usecs
    [    9.882166] calling  init_rc_map+0x0/0xc @ 1
    [    9.886685] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [    9.893114] calling  init_rc_map+0x0/0xc @ 1
    [    9.897646] initcall init_rc_map+0x0/0xc returned 0 after 3 usecs
    [    9.904077] calling  init_rc_map_terratec_cinergy_c_pci+0x0/0xc @ 1
    [    9.910690] initcall init_rc_map_terratec_cinergy_c_pci+0x0/0xc returned 0 after 2 usecs
    [    9.919212] calling  init_rc_map_terratec_cinergy_s2_hd+0x0/0xc @ 1
    [    9.925823] initcall init_rc_map_terratec_cinergy_s2_hd+0x0/0xc returned 0 after 3 usecs
    [    9.934344] calling  init_rc_map_terratec_cinergy_xs+0x0/0xc @ 1
    [    9.940683] initcall init_rc_map_terratec_cinergy_xs+0x0/0xc returned 0 after 2 usecs
    [    9.948938] calling  init_rc_map_terratec_slim_2+0x0/0xc @ 1
    [    9.954915] initcall init_rc_map_terratec_slim_2+0x0/0xc returned 0 after 2 usecs
    [    9.962799] calling  init_rc_map_terratec_slim+0x0/0xc @ 1
    [    9.968593] initcall init_rc_map_terratec_slim+0x0/0xc returned 0 after 3 usecs
    [    9.976312] calling  init_rc_map_tevii_nec+0x0/0xc @ 1
    [    9.981742] initcall init_rc_map_tevii_nec+0x0/0xc returned 0 after 3 usecs
    [    9.989082] calling  init_rc_map_tivo+0x0/0xc @ 1
    [    9.994055] initcall init_rc_map_tivo+0x0/0xc returned 0 after 2 usecs
    [   10.000937] calling  init_rc_map_total_media_in_hand_02+0x0/0xc @ 1
    [   10.007560] initcall init_rc_map_total_media_in_hand_02+0x0/0xc returned 0 after 2 usecs
    [   10.016148] calling  init_rc_map_total_media_in_hand+0x0/0xc @ 1
    [   10.022499] initcall init_rc_map_total_media_in_hand+0x0/0xc returned 0 after 3 usecs
    [   10.030750] calling  init_rc_map_trekstor+0x0/0xc @ 1
    [   10.036091] initcall init_rc_map_trekstor+0x0/0xc returned 0 after 3 usecs
    [   10.043338] calling  init_rc_map_tt_1500+0x0/0xc @ 1
    [   10.048586] initcall init_rc_map_tt_1500+0x0/0xc returned 0 after 3 usecs
    [   10.055743] calling  init_rc_map_twinhan_vp1027+0x0/0xc @ 1
    [   10.061628] initcall init_rc_map_twinhan_vp1027+0x0/0xc returned 0 after 2 usecs
    [   10.069423] calling  init_rc_map_twinhan_dtv_cab_ci+0x0/0xc @ 1
    [   10.075672] initcall init_rc_map_twinhan_dtv_cab_ci+0x0/0xc returned 0 after 2 usecs
    [   10.083828] calling  init_rc_map_vega_s9x+0x0/0xc @ 1
    [   10.089168] initcall init_rc_map_vega_s9x+0x0/0xc returned 0 after 2 usecs
    [   10.096415] calling  init_rc_map_videomate_k100+0x0/0xc @ 1
    [   10.102316] initcall init_rc_map_videomate_k100+0x0/0xc returned 0 after 2 usecs
    [   10.110110] calling  init_rc_map_videomate_s350+0x0/0xc @ 1
    [   10.116008] initcall init_rc_map_videomate_s350+0x0/0xc returned 0 after 3 usecs
    [   10.123804] calling  init_rc_map_videomate_tv_pvr+0x0/0xc @ 1
    [   10.129871] initcall init_rc_map_videomate_tv_pvr+0x0/0xc returned 0 after 3 usecs
    [   10.137846] calling  init_rc_map_kii_pro+0x0/0xc @ 1
    [   10.143095] initcall init_rc_map_kii_pro+0x0/0xc returned 0 after 2 usecs
    [   10.150251] calling  init_rc_map_wetek_hub+0x0/0xc @ 1
    [   10.155680] initcall init_rc_map_wetek_hub+0x0/0xc returned 0 after 2 usecs
    [   10.163027] calling  init_rc_map_wetek_play2+0x0/0xc @ 1
    [   10.168657] initcall init_rc_map_wetek_play2+0x0/0xc returned 0 after 3 usecs
    [   10.176180] calling  init_rc_map_winfast+0x0/0xc @ 1
    [   10.181431] initcall init_rc_map_winfast+0x0/0xc returned 0 after 3 usecs
    [   10.188588] calling  init_rc_map_winfast_usbii_deluxe+0x0/0xc @ 1
    [   10.195020] initcall init_rc_map_winfast_usbii_deluxe+0x0/0xc returned 0 after 2 usecs
    [   10.203360] calling  init_rc_map_x96max+0x0/0xc @ 1
    [   10.208516] initcall init_rc_map_x96max+0x0/0xc returned 0 after 2 usecs
    [   10.215582] calling  init_rc_map+0x0/0xc @ 1
    [   10.220114] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [   10.226546] calling  init_rc_map+0x0/0xc @ 1
    [   10.231067] initcall init_rc_map+0x0/0xc returned 0 after 2 usecs
    [   10.237633] calling  init_rc_map_zx_irdec+0x0/0xc @ 1
    [   10.242989] initcall init_rc_map_zx_irdec+0x0/0xc returned 0 after 3 usecs
    [   10.250240] calling  ir_jvc_decode_init+0x0/0x24 @ 1
    [   10.255743] IR JVC protocol handler initialized
    [   10.260575] initcall ir_jvc_decode_init+0x0/0x24 returned 0 after 5088 usecs
    [   10.268030] calling  ir_mce_kbd_decode_init+0x0/0x24 @ 1
    [   10.273733] IR MCE Keyboard/mouse protocol handler initialized
    [   10.279895] initcall ir_mce_kbd_decode_init+0x0/0x24 returned 0 after 6218 usecs
    [   10.287698] calling  ir_nec_decode_init+0x0/0x24 @ 1
    [   10.292946] IR NEC protocol handler initialized
    [   10.297847] initcall ir_nec_decode_init+0x0/0x24 returned 0 after 4902 usecs
    [   10.305320] calling  ir_rc5_decode_init+0x0/0x24 @ 1
    [   10.310572] IR RC5(x/sz) protocol handler initialized
    [   10.315899] initcall ir_rc5_decode_init+0x0/0x24 returned 0 after 5329 usecs
    [   10.323344] calling  ir_rc6_decode_init+0x0/0x24 @ 1
    [   10.328594] IR RC6 protocol handler initialized
    [   10.333375] initcall ir_rc6_decode_init+0x0/0x24 returned 0 after 4782 usecs
    [   10.340820] calling  ir_sanyo_decode_init+0x0/0x24 @ 1
    [   10.346252] IR SANYO protocol handler initialized
    [   10.351214] initcall ir_sanyo_decode_init+0x0/0x24 returned 0 after 4964 usecs
    [   10.358828] calling  ir_sharp_decode_init+0x0/0x24 @ 1
    [   10.364259] IR Sharp protocol handler initialized
    [   10.369220] initcall ir_sharp_decode_init+0x0/0x24 returned 0 after 4963 usecs
    [   10.376833] calling  ir_sony_decode_init+0x0/0x24 @ 1
    [   10.382172] IR Sony protocol handler initialized
    [   10.387043] initcall ir_sony_decode_init+0x0/0x24 returned 0 after 4873 usecs
    [   10.394565] calling  ir_xmp_decode_init+0x0/0x24 @ 1
    [   10.399812] IR XMP protocol handler initialized
    [   10.404591] initcall ir_xmp_decode_init+0x0/0x24 returned 0 after 4781 usecs
    [   10.412022] calling  tps65217_charger_driver_init+0x0/0x10 @ 1
    [   10.419215] initcall tps65217_charger_driver_init+0x0/0x10 returned 0 after 1036 usecs
    [   10.427667] calling  ti_bandgap_sensor_driver_init+0x0/0x10 @ 1
    [   10.434635] initcall ti_bandgap_sensor_driver_init+0x0/0x10 returned 0 after 701 usecs
    [   10.443023] calling  omap_wdt_driver_init+0x0/0x10 @ 1
    [   10.452547] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   10.460142] probe of 44e35000.wdt returned 0 after 10993 usecs
    [   10.466891] initcall omap_wdt_driver_init+0x0/0x10 returned 0 after 18432 usecs
    [   10.474741] calling  ti_opp_supply_driver_init+0x0/0x10 @ 1
    [   10.481730] initcall ti_opp_supply_driver_init+0x0/0x10 returned 0 after 1080 usecs
    [   10.489861] calling  dt_cpufreq_platdrv_init+0x0/0x10 @ 1
    [   10.495972] initcall dt_cpufreq_platdrv_init+0x0/0x10 returned 0 after 398 usecs
    [   10.503802] calling  omap_cpufreq_platdrv_init+0x0/0x10 @ 1
    [   10.510050] initcall omap_cpufreq_platdrv_init+0x0/0x10 returned 0 after 355 usecs
    [   10.518054] calling  ti_cpufreq_driver_init+0x0/0x10 @ 1
    [   10.524189] initcall ti_cpufreq_driver_init+0x0/0x10 returned 0 after 474 usecs
    [   10.531967] calling  ti_cpufreq_init+0x0/0xbc @ 1
    [   10.539084] probe of cpufreq-dt returned 517 after 317 usecs
    [   10.545213] probe of ti-cpufreq returned 0 after 7792 usecs
    [   10.551127] initcall ti_cpufreq_init+0x0/0xbc returned 0 after 14169 usecs
    [   10.558414] calling  mmc_pwrseq_simple_driver_init+0x0/0x10 @ 1
    [   10.565633] initcall mmc_pwrseq_simple_driver_init+0x0/0x10 returned 0 after 962 usecs
    [   10.574043] calling  mmc_pwrseq_emmc_driver_init+0x0/0x10 @ 1
    [   10.580918] initcall mmc_pwrseq_emmc_driver_init+0x0/0x10 returned 0 after 795 usecs
    [   10.589129] calling  mmc_blk_init+0x0/0xfc @ 1
    [   10.594062] initcall mmc_blk_init+0x0/0xfc returned 0 after 223 usecs
    [   10.600882] calling  sdio_uart_init+0x0/0xe0 @ 1
    [   10.605906] initcall sdio_uart_init+0x0/0xe0 returned 0 after 133 usecs
    [   10.612931] calling  sdhci_drv_init+0x0/0x24 @ 1
    [   10.617821] sdhci: Secure Digital Host Controller Interface driver
    [   10.624330] sdhci: Copyright(c) Pierre Ossman
    [   10.628929] initcall sdhci_drv_init+0x0/0x24 returned 0 after 11108 usecs
    [   10.636126] calling  mmc_omap_driver_init+0x0/0x10 @ 1
    [   10.642401] initcall mmc_omap_driver_init+0x0/0x10 returned 0 after 836 usecs
    [   10.649963] calling  omap_hsmmc_driver_init+0x0/0x10 @ 1
    [   10.656580] initcall omap_hsmmc_driver_init+0x0/0x10 returned 0 after 1005 usecs
    [   10.664399] calling  sdhci_pltfm_drv_init+0x0/0x18 @ 1
    [   10.669830] sdhci-pltfm: SDHCI platform and OF driver helper
    [   10.675796] initcall sdhci_pltfm_drv_init+0x0/0x18 returned 0 after 5966 usecs
    [   10.683408] calling  sdhci_omap_driver_init+0x0/0x10 @ 1
    [   10.692684] sdhci-omap 48060000.mmc: GPIO lookup for consumer cd
    [   10.699529] initcall sdhci_omap_driver_init+0x0/0x10 returned 0 after 10513 usecs
    [   10.707477] sdhci-omap 48060000.mmc: using device tree for GPIO lookup
    [   10.714384] calling  gpio_led_driver_init+0x0/0x10 @ 1
    [   10.719934] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0)
    [   10.735683] initcall gpio_led_driver_init+0x0/0x10 returned 0 after 15861 usecs
    [   10.743483] calling  timer_led_trigger_init+0x0/0xc @ 1
    [   10.749219] gpio gpiochip3: Persistence not supported for GPIO 19
    [   10.755705] initcall timer_led_trigger_init+0x0/0xc returned 0 after 6694 usecs
    [   10.763454] omap_gpio 481ae000.gpio: Could not set line 19 debounce to 200000 microseconds (-22)
    [   10.772719] calling  heartbeat_trig_init+0x0/0x40 @ 1
    [   10.778078] initcall heartbeat_trig_init+0x0/0x40 returned 0 after 21 usecs
    [   10.785433] sdhci-omap 48060000.mmc: Got CD GPIO
    [   10.790340] calling  defon_led_trigger_init+0x0/0xc @ 1
    [   10.795879] sdhci-omap 48060000.mmc: GPIO lookup for consumer wp
    [   10.802229] initcall defon_led_trigger_init+0x0/0xc returned 0 after 6372 usecs
    [   10.809942] sdhci-omap 48060000.mmc: using device tree for GPIO lookup
    [   10.816832] calling  omap_dm_timer_driver_init+0x0/0x10 @ 1
    [   10.822781] of_get_named_gpiod_flags: parsed 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0)
    [   10.839994] probe of 48042000.timer returned 0 after 1596 usecs
    [   10.846383] gpio gpiochip3: Persistence not supported for GPIO 20
    [   10.853934] probe of 48044000.timer returned 0 after 884 usecs
    [   10.860170] sdhci-omap 48060000.mmc: Got WP GPIO
    [   10.866018] probe of 48046000.timer returned 0 after 790 usecs
    [   10.872629] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
    [   10.881709] probe of 48048000.timer returned 0 after 885 usecs
    [   10.890884] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
    [   10.899912] probe of 4804a000.timer returned 0 after 9531 usecs
    [   10.906658] initcall omap_dm_timer_driver_init+0x0/0x10 returned 0 after 83944 usecs
    [   10.922433] calling  hid_init+0x0/0x4c @ 1
    [   10.926990] initcall hid_init+0x0/0x4c returned 0 after 143 usecs
    [   10.933439] calling  hid_generic_init+0x0/0x18 @ 1
    [   10.939031] initcall hid_generic_init+0x0/0x18 returned 0 after 505 usecs
    [   10.946234] calling  rproc_virtio_driver_init+0x0/0x10 @ 1
    [   10.953676] initcall rproc_virtio_driver_init+0x0/0x10 returned 0 after 1627 usecs
    [   10.962611] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
    [   10.972156] probe of 48060000.mmc returned 0 after 281902 usecs
    [   10.978799] calling  wkup_m3_rproc_driver_init+0x0/0x10 @ 1
    [   10.985742] wkup_m3_rproc 44d00000.wkup_m3: Platform data missing!
    [   10.992423] remoteproc remoteproc0: releasing wkup_m3
    [   10.997915] probe of 44d00000.wkup_m3 returned 19 after 12702 usecs
    [   11.006028] initcall wkup_m3_rproc_driver_init+0x0/0x10 returned 0 after 21281 usecs
    [   11.014450] calling  extcon_class_init+0x0/0x54 @ 1
    [   11.019764] initcall extcon_class_init+0x0/0x54 returned 0 after 109 usecs
    [   11.027207] calling  emif_driver_init+0x0/0x18 @ 1
    [   11.033539] initcall emif_driver_init+0x0/0x18 returned -19 after 1216 usecs
    [   11.041109] calling  gpmc_driver_init+0x0/0x10 @ 1
    [   11.047647] initcall gpmc_driver_init+0x0/0x10 returned 0 after 1449 usecs
    [   11.054940] calling  ti_emif_driver_init+0x0/0x10 @ 1
    [   11.064194] probe of 4c000000.emif returned 0 after 3204 usecs
    [   11.071361] initcall ti_emif_driver_init+0x0/0x10 returned 0 after 10928 usecs
    [   11.079197] calling  tiadc_driver_init+0x0/0x10 @ 1
    [   11.085545] initcall tiadc_driver_init+0x0/0x10 returned 0 after 1127 usecs
    [   11.093441] mmc0: new high speed SDHC card at address 59b4
    [   11.099367] calling  sock_diag_init+0x0/0x40 @ 1
    [   11.106232] initcall sock_diag_init+0x0/0x40 returned 0 after 1960 usecs
    [   11.115258] mmcblk0: mmc0:59b4 SN32G 29.7 GiB 
    [   11.123238] calling  gre_offload_init+0x0/0x10 @ 1
    [   11.132078] initcall gre_offload_init+0x0/0x10 returned 0 after 3627 usecs
    [   11.140205]  mmcblk0: p1 p2
    [   11.143378] calling  sysctl_ipv4_init+0x0/0x54 @ 1
    [   11.151229] probe of mmc0:59b4 returned 0 after 46221 usecs
    [   11.157532] initcall sysctl_ipv4_init+0x0/0x54 returned 0 after 9054 usecs
    [   11.165391] calling  inet_diag_init+0x0/0x88 @ 1
    [   11.170357] initcall inet_diag_init+0x0/0x88 returned 0 after 10 usecs
    [   11.177276] calling  tcp_diag_init+0x0/0xc @ 1
    [   11.182156] initcall tcp_diag_init+0x0/0xc returned 0 after 150 usecs
    [   11.188987] calling  cubictcp_register+0x0/0x60 @ 1
    [   11.194159] initcall cubictcp_register+0x0/0x60 returned 0 after 8 usecs
    [   11.201233] calling  xfrm_user_init+0x0/0x38 @ 1
    [   11.206126] Initializing XFRM netlink socket
    [   11.210865] initcall xfrm_user_init+0x0/0x38 returned 0 after 4739 usecs
    [   11.217982] calling  packet_init+0x0/0x7c @ 1
    [   11.222670] NET: Registered PF_PACKET protocol family
    [   11.228178] initcall packet_init+0x0/0x7c returned 0 after 5574 usecs
    [   11.235000] calling  ipsec_pfkey_init+0x0/0x70 @ 1
    [   11.240113] NET: Registered PF_KEY protocol family
    [   11.245180] initcall ipsec_pfkey_init+0x0/0x70 returned 0 after 5110 usecs
    [   11.252436] calling  can_init+0x0/0xa8 @ 1
    [   11.256773] can: controller area network core
    [   11.261575] NET: Registered PF_CAN protocol family
    [   11.266682] initcall can_init+0x0/0xa8 returned 0 after 9908 usecs
    [   11.273221] calling  raw_module_init+0x0/0x5c @ 1
    [   11.278199] can: raw protocol
    [   11.281533] initcall raw_module_init+0x0/0x5c returned 0 after 3333 usecs
    [   11.288739] calling  bcm_module_init+0x0/0x78 @ 1
    [   11.293719] can: broadcast manager protocol
    [   11.298175] initcall bcm_module_init+0x0/0x78 returned 0 after 4456 usecs
    [   11.305344] calling  cgw_module_init+0x0/0x14c @ 1
    [   11.310412] can: netlink gateway - max_hops=1
    [   11.315051] initcall cgw_module_init+0x0/0x14c returned 0 after 4639 usecs
    [   11.322322] calling  init_rpcsec_gss+0x0/0x6c @ 1
    [   11.327456] initcall init_rpcsec_gss+0x0/0x6c returned 0 after 139 usecs
    [   11.334540] calling  init_dns_resolver+0x0/0xfc @ 1
    [   11.339764] Key type dns_resolver registered
    [   11.344369] initcall init_dns_resolver+0x0/0xfc returned 0 after 4670 usecs
    [   11.351795] calling  kernel_do_mounts_initrd_sysctls_init+0x0/0x28 @ 1
    [   11.358723] initcall kernel_do_mounts_initrd_sysctls_init+0x0/0x28 returned 0 after 25 usecs
    [   11.367618] calling  init_machine_late+0x0/0x90 @ 1
    [   11.372816] initcall init_machine_late+0x0/0x90 returned 0 after 12 usecs
    [   11.380001] calling  thumbee_init+0x0/0x5c @ 1
    [   11.384708] ThumbEE CPU extension supported.
    [   11.389220] initcall thumbee_init+0x0/0x5c returned 0 after 4512 usecs
    [   11.396107] calling  swp_emulation_init+0x0/0x6c @ 1
    [   11.401375] Registering SWP/SWPB emulation handler
    [   11.406435] initcall swp_emulation_init+0x0/0x6c returned 0 after 5080 usecs
    [   11.413871] calling  __omap2_common_pm_late_init+0x0/0x18 @ 1
    [   11.419941] omap_voltage_late_init: Voltage driver support not added
    [   11.427482] initcall __omap2_common_pm_late_init+0x0/0x18 returned 0 after 7541 usecs
    [   11.435787] calling  kernel_panic_sysfs_init+0x0/0x28 @ 1
    [   11.441531] initcall kernel_panic_sysfs_init+0x0/0x28 returned 0 after 35 usecs
    [   11.449242] calling  kernel_panic_sysctls_init+0x0/0x28 @ 1
    [   11.455149] initcall kernel_panic_sysctls_init+0x0/0x28 returned 0 after 22 usecs
    [   11.463039] calling  kernel_exit_sysfs_init+0x0/0x28 @ 1
    [   11.468665] initcall kernel_exit_sysfs_init+0x0/0x28 returned 0 after 16 usecs
    [   11.476332] calling  kernel_exit_sysctls_init+0x0/0x28 @ 1
    [   11.482144] initcall kernel_exit_sysctls_init+0x0/0x28 returned 0 after 15 usecs
    [   11.489941] calling  reboot_ksysfs_init+0x0/0x6c @ 1
    [   11.495242] initcall reboot_ksysfs_init+0x0/0x6c returned 0 after 53 usecs
    [   11.502501] calling  sched_core_sysctl_init+0x0/0x2c @ 1
    [   11.508124] initcall sched_core_sysctl_init+0x0/0x2c returned 0 after 10 usecs
    [   11.515737] calling  sched_fair_sysctl_init+0x0/0x28 @ 1
    [   11.521360] initcall sched_fair_sysctl_init+0x0/0x28 returned 0 after 14 usecs
    [   11.528974] calling  sched_dl_sysctl_init+0x0/0x28 @ 1
    [   11.534518] initcall sched_dl_sysctl_init+0x0/0x28 returned 0 after 82 usecs
    [   11.541968] calling  sched_rt_sysctl_init+0x0/0x28 @ 1
    [   11.547412] initcall sched_rt_sysctl_init+0x0/0x28 returned 0 after 15 usecs
    [   11.554845] calling  kernel_lockdep_sysctls_init+0x0/0x28 @ 1
    [   11.560921] initcall kernel_lockdep_sysctls_init+0x0/0x28 returned 0 after 10 usecs
    [   11.568988] calling  cpu_latency_qos_init+0x0/0x3c @ 1
    [   11.574888] initcall cpu_latency_qos_init+0x0/0x3c returned 0 after 471 usecs
    [   11.582477] calling  printk_late_init+0x0/0x1c0 @ 1
    [   11.587686] initcall printk_late_init+0x0/0x1c0 returned 0 after 39 usecs
    [   11.594853] calling  rcu_tasks_verify_schedule_work+0x0/0x90 @ 1
    [   11.601217] initcall rcu_tasks_verify_schedule_work+0x0/0x90 returned 0 after 4 usecs
    [   11.609493] calling  rcu_verify_early_boot_tests+0x0/0xb0 @ 1
    [   11.615565] initcall rcu_verify_early_boot_tests+0x0/0xb0 returned 0 after 2 usecs
    [   11.623544] calling  init_srcu_module_notifier+0x0/0x2c @ 1
    [   11.629441] initcall init_srcu_module_notifier+0x0/0x2c returned 0 after 9 usecs
    [   11.637240] calling  load_system_certificate_list+0x0/0x4c @ 1
    [   11.643396] Loading compiled-in X.509 certificates
    [   11.648450] initcall load_system_certificate_list+0x0/0x4c returned 0 after 5054 usecs
    [   11.656789] calling  check_early_ioremap_leak+0x0/0x64 @ 1
    [   11.662587] initcall check_early_ioremap_leak+0x0/0x64 returned 0 after 2 usecs
    [   11.670315] calling  ubifs_init+0x0/0xd4 @ 1
    [   11.678999] initcall ubifs_init+0x0/0xd4 returned 0 after 4164 usecs
    [   11.686016] calling  init_root_keyring+0x0/0xc @ 1
    [   11.692947] initcall init_root_keyring+0x0/0xc returned 0 after 1781 usecs
    [   11.700514] calling  integrity_fs_init+0x0/0x18 @ 1
    [   11.705718] initcall integrity_fs_init+0x0/0x18 returned -19 after 2 usecs
    [   11.712971] calling  crypto_algapi_init+0x0/0x124 @ 1
    [   11.723000] initcall crypto_algapi_init+0x0/0x124 returned 0 after 4674 usecs
    [   11.730805] calling  blk_timeout_init+0x0/0x18 @ 1
    [   11.736009] initcall blk_timeout_init+0x0/0x18 returned 0 after 51 usecs
    [   11.743187] calling  sync_state_resume_initcall+0x0/0x10 @ 1
    [   11.749516] initcall sync_state_resume_initcall+0x0/0x10 returned 0 after 263 usecs
    [   11.757706] calling  deferred_probe_initcall+0x0/0x7c @ 1
    [   11.770139] i2c i2c-0: GPIO lookup for consumer scl
    [   11.775489] i2c i2c-0: using device tree for GPIO lookup
    [   11.781140] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.795431] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.809578] i2c i2c-0: using lookup tables for GPIO lookup
    [   11.815410] i2c i2c-0: No GPIO consumer scl found
    [   11.820398] i2c i2c-0: GPIO lookup for consumer sda
    [   11.825549] i2c i2c-0: using device tree for GPIO lookup
    [   11.831176] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.845414] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]'
    [   11.859549] i2c i2c-0: using lookup tables for GPIO lookup
    [   11.865340] i2c i2c-0: No GPIO consumer sda found
    [   11.886019] tps65217-pmic: Failed to locate of_node [id: -1]
    [   11.906994] probe of tps65217-pmic returned 0 after 14313 usecs
    [   11.913503] tps65217-bl: Failed to locate of_node [id: -1]
    [   11.919841] probe of tps65217-bl returned 19 after 189 usecs
    [   11.929807] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [   11.935815] probe of 0-0024 returned 0 after 64214 usecs
    [   11.942855] mcp230xx 0-0020: GPIO lookup for consumer reset
    [   11.948792] mcp230xx 0-0020: using device tree for GPIO lookup
    [   11.954974] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/gpio@20[0]'
    [   11.970149] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/gpio@20[0]'
    [   11.985218] mcp230xx 0-0020: using lookup tables for GPIO lookup
    [   11.991571] mcp230xx 0-0020: No GPIO consumer reset found
    [   11.997580] mcp230xx: probe of 0-0020 failed with error -121
    [   12.003656] probe of 0-0020 returned 121 after 61404 usecs
    [   12.010906] rtc-rv8803 0-0032: An alarm maybe have been missed.
    [   12.019383] rtc-rv8803 0-0032: registered as rtc1
    [   12.024465] rtc-rv8803 0-0032: GPIO lookup for consumer wp
    [   12.030266] rtc-rv8803 0-0032: using device tree for GPIO lookup
    [   12.036632] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/rtc@32[0]'
    [   12.051554] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/rtc@32[0]'
    [   12.066279] rtc-rv8803 0-0032: using lookup tables for GPIO lookup
    [   12.072833] rtc-rv8803 0-0032: No GPIO consumer wp found
    [   12.079041] probe of 0-0032 returned 0 after 68665 usecs
    [   12.086515] rtc-pcf85063 0-0051: RTC chip is not present
    [   12.092201] rtc-pcf85063: probe of 0-0051 failed with error -121
    [   12.098601] probe of 0-0051 returned 121 after 13024 usecs
    [   12.106201] rtc-ds1307: probe of 0-0068 failed with error -121
    [   12.112474] probe of 0-0068 returned 121 after 7084 usecs
    [   12.119072] at24 0-0050: supply vcc not found, using dummy regulator
    [   12.127920] at24 0-0050: GPIO lookup for consumer wp
    [   12.133234] at24 0-0050: using device tree for GPIO lookup
    [   12.139063] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/eeprom@50[0]'
    [   12.154160] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/eeprom@50[0]'
    [   12.169143] at24 0-0050: using lookup tables for GPIO lookup
    [   12.175117] at24 0-0050: No GPIO consumer wp found
    [   12.181014] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [   12.188516] probe of 0-0050 returned 0 after 69767 usecs
    [   12.194350] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [   12.201621] probe of 44e0b000.i2c returned 0 after 437351 usecs
    [   12.213240] probe of 4a326000.target-module returned 0 after 5071 usecs
    [   12.226692] probe of 5600fe00.target-module returned 0 after 6040 usecs
    [   12.238229] probe of cpufreq-dt returned 0 after 4175 usecs
    [   12.244762] initcall deferred_probe_initcall+0x0/0x7c returned 0 after 481321 usecs
    [   12.252949] calling  ubi_init+0x0/0x220 @ 1
    [   12.258004] initcall ubi_init+0x0/0x220 returned 0 after 611 usecs
    [   12.264581] calling  gpio_keys_init+0x0/0x10 @ 1
    [   12.270556] initcall gpio_keys_init+0x0/0x10 returned 0 after 1080 usecs
    [   12.277683] calling  of_fdt_raw_init+0x0/0x7c @ 1
    [   12.283364] initcall of_fdt_raw_init+0x0/0x7c returned 0 after 695 usecs
    [   12.290479] calling  tcp_congestion_default+0x0/0x14 @ 1
    [   12.296112] initcall tcp_congestion_default+0x0/0x14 returned 0 after 7 usecs
    [   12.303641] calling  inet_blackhole_dev_init+0x0/0x30 @ 1
    [   12.309422] initcall inet_blackhole_dev_init+0x0/0x30 returned 0 after 77 usecs
    [   12.317206] calling  ip_auto_config+0x0/0x10c4 @ 1
    [   12.322380] initcall ip_auto_config+0x0/0x10c4 returned 0 after 65 usecs
    [   12.329461] calling  late_trace_init+0x0/0xf8 @ 1
    [   12.334436] initcall late_trace_init+0x0/0xf8 returned 0 after 2 usecs
    [   12.341318] calling  trace_eval_sync+0x0/0x2c @ 1
    [   12.349750] initcall trace_eval_sync+0x0/0x2c returned 0 after 3460 usecs
    [   12.357124] calling  clk_disable_unused+0x0/0x218 @ 1
    [   12.362632] clk: Disabling unused clocks


    Excerpt from the log above (grep for error):
    [    0.630977] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    0.658570] ti-sysc: probe of 48040000.target-module failed with error -16
    [    7.586073] ti_am3359-tscadc: probe of 44e0d000.tscadc failed with error -2
    [   11.997580] mcp230xx: probe of 0-0020 failed with error -121
    [   12.092201] rtc-pcf85063: probe of 0-0051 failed with error -121
    [   12.106201] rtc-ds1307: probe of 0-0068 failed with error -121

    So it seems to not be GPMC but clock/timer...

    If we pick 44e31000 as an example there are two .dtsi files where it is mentioned:

    1. board/custom/common/kernel/am33xx-l4.dtsi:

    		timer1_target: target-module@31000 {	/* 0x44e31000, ap 25 40.0 */
    			compatible = "ti,sysc-omap2-timer", "ti,sysc";
    			reg = <0x31000 0x4>,
    			      <0x31010 0x4>,
    			      <0x31014 0x4>;
    			reg-names = "rev", "sysc", "syss";
    			ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
    					 SYSC_OMAP2_SOFTRESET)>;
    			ti,sysc-sidle = <SYSC_IDLE_FORCE>,
    					<SYSC_IDLE_NO>,
    					<SYSC_IDLE_SMART>;
    			ti,syss-mask = <1>;
    			ti,no-idle-on-init;
    			ti,no-reset-on-init;
    			ti,no-idle;
    			/* Domains (P, C): wkup_pwrdm, l4_wkup_clkdm */
    			clocks = <&l4_wkup_clkctrl AM3_L4_WKUP_TIMER1_CLKCTRL 0>;
    			clock-names = "fck";
    			#address-cells = <1>;
    			#size-cells = <1>;
    			ranges = <0x0 0x31000 0x1000>;
    
    			timer1: timer@0 {
    				compatible = "ti,am335x-timer-1ms";
    				reg = <0x0 0x400>;
    				interrupts = <67>;
    				ti,timer-alwon;
    				clocks = <&timer1_fck>;
    				clock-names = "fck";
    			};
    		};

    2. board/custom/common/kernel/osd335x-sm.dtsi:

                timer1: timer@44e31000 {
                    compatible = "ti,am335x-timer-1ms";
                    reg = <0x44e31000 0x400>;
                    interrupts = <67>;
                    ti,hwmods = "timer1";
                    ti,timer-alwon;
                };

  • Hi,

    Today is a holiday in the US. I will review your response and get back to you in a few days.

  • Hi,

    yes thanks.

    When I grep for all non 0 returns, there are quite many:

    cat 6_1_119_initcall_debug_ignore_loglevel_clk_ignore_unused.txt | grep "returned" | grep -v "returned 0"
    [    0.201393] initcall cpufreq_dt_platdev_init+0x0/0x13c returned -19 after 0 usecs
    [    0.546351] probe of 44c00000.interconnect returned 19 after 174 usecs
    [    0.547453] probe of 48000000.interconnect returned 19 after 136 usecs
    [    0.553381] probe of 47c00000.interconnect returned 19 after 125 usecs
    [    0.553856] probe of 4a000000.interconnect returned 19 after 126 usecs
    [    0.554773] probe of 4b144400.interconnect returned 19 after 205 usecs
    [    0.586061] probe of 44e0b000.i2c returned -517 after 111 usecs
    [    0.595762] probe of 44e10000.scm returned 19 after 238 usecs
    [    0.602574] probe of 44e10000.scm_conf returned 19 after 177 usecs
    [    0.615970] probe of 44e31000.target-module returned 16 after 402 usecs
    [    0.640999] probe of 48040000.target-module returned 16 after 299 usecs
    [    0.748092] probe of 4a326000.target-module returned -517 after 61 usecs
    [    0.823232] probe of 5600fe00.target-module returned -517 after 22 usecs
    [    7.417057] initcall cacheinfo_sysfs_init+0x0/0x40 returned -2 after 8 usecs
    [    7.554665] probe of 44e0d000.tscadc returned 2 after 14412 usecs
    [   10.485032] probe of cpufreq-dt returned 517 after 321 usecs
    [   10.941416] probe of 44d00000.wkup_m3 returned 19 after 12600 usecs
    [   10.976702] initcall emif_driver_init+0x0/0x18 returned -19 after 1230 usecs
    [   11.645145] initcall integrity_fs_init+0x0/0x18 returned -19 after 39 usecs
    [   11.858199] probe of tps65217-bl returned 19 after 196 usecs
    [   11.948579] probe of 0-0020 returned 121 after 68055 usecs
    [   12.043199] probe of 0-0051 returned 121 after 12945 usecs
    [   12.056878] probe of 0-0068 returned 121 after 7042 usecs
    [   15.686996] probe of 44e11324.wkup_m3_ipc returned 517 after 146803 usecs
    [   16.069881] probe of 44e11324.wkup_m3_ipc returned 517 after 104708 usecs
    [   16.190930] probe of 47401400.usb returned -517 after 31 usecs
    [   16.257794] probe of 47401c00.usb returned -517 after 34 usecs
    [   16.277876] probe of 44e11324.wkup_m3_ipc returned 517 after 120369 usecs
    [   17.396931] probe of 47401c00.usb returned -517 after 4333 usecs
    [   17.522903] probe of 44e11324.wkup_m3_ipc returned 517 after 60936 usecs
    [   17.854865] probe of pm33xx returned 517 after 31565 usecs
    [   17.888756] probe of 47401c00.usb returned -517 after 39 usecs
    [   17.984889] probe of 44e11324.wkup_m3_ipc returned 517 after 57393 usecs
    [   18.054113] probe of pm33xx returned 517 after 29931 usecs
    [   18.076569] probe of 47401c00.usb returned -517 after 40 usecs
    [   18.164085] probe of 44e11324.wkup_m3_ipc returned 517 after 54591 usecs
    [   18.228377] probe of pm33xx returned 517 after 25278 usecs
    [   18.742352] probe of 44e11324.wkup_m3_ipc returned 517 after 32865 usecs
    [   18.795171] probe of pm33xx returned 517 after 21976 usecs
    [   19.341155] probe of 44e11324.wkup_m3_ipc returned 517 after 26777 usecs
    [   19.374197] probe of pm33xx returned 517 after 16102 usecs
    [   19.395415] probe of 44e11324.wkup_m3_ipc returned 517 after 10830 usecs
    [   20.067714] probe of pm33xx returned 517 after 20174 usecs
    [   20.089914] probe of 44e11324.wkup_m3_ipc returned 517 after 13974 usecs
    [   28.138500] probe of pm33xx returned 517 after 5411 usecs
    [   28.154269] probe of 44e11324.wkup_m3_ipc returned 517 after 8170 usecs
    [   34.212248] probe of pm33xx returned 517 after 8289 usecs
    [   34.243892] probe of 44e11324.wkup_m3_ipc returned 517 after 13681 usecs
    


  • Hi,

    grep for "clk_disable" with following kernel command line:

    console=ttyO0,115200n8 coherent_pool=16M root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait iomem=relaxed initcall_debug ignore_loglevel tp_printk trace_event=clk:clk_disable

    gives the following. 

    cat 6_1_119_initcall_debug_ignore_loglevel_tp_printk_trace_event\=clk\:clk_disable_noidle.txt  | grep clk_disable
    [    0.000000] Kernel command line: console=ttyO0,115200n8 coherent_pool=16M root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait iomem=relaxed initcall_debug ignore_loglevel tp_printk trace_event=clk:clk_disable
    [    0.576511] clk_disable: l4-wkup-clkctrl:0008:18
    [    0.576574] clk_disable: gpio0_dbclk_mux_ck
    [    0.576587] clk_disable: clk_rc32k_ck
    [    0.586306] clk_disable: l4-wkup-clkctrl:0008:0
    [    0.591441] clk_disable: l4-wkup-clkctrl:00b4:0
    [    0.591473] clk_disable: dpll_per_m2_div4_wkupdm_ck
    [    0.591484] clk_disable: dpll_per_m2_ck
    [    0.591496] clk_disable: dpll_per_ck
    [    0.628846] clk_disable: l4-wkup-clkctrl:00d4:0
    [    0.628888] clk_disable: wdt1_fck
    [    0.628901] clk_disable: clk-24mhz-clkctrl:0000:0
    [    0.628920] clk_disable: clkdiv32k_ck
    [    0.628931] clk_disable: clk_24mhz
    [    0.631656] clk_disable: l4-rtc-clkctrl:0000:0
    [    0.631693] clk_disable: clk-24mhz-clkctrl:0000:0
    [    0.631711] clk_disable: clkdiv32k_ck
    [    0.631722] clk_disable: clk_24mhz
    [    0.639045] clk_disable: l4ls-clkctrl:0038:0
    [    0.643831] clk_disable: l4ls-clkctrl:0010:0
    [    0.645718] clk_disable: l4ls-clkctrl:0014:0
    [    0.646948] clk_disable: l3s-clkctrl:0018:0
    [    0.646977] clk_disable: mcasp0_fck
    [    0.647705] clk_disable: l3s-clkctrl:004c:0
    [    0.647732] clk_disable: mcasp1_fck
    [    0.653268] clk_disable: l4ls-clkctrl:004c:0
    [    0.653302] clk_disable: timer3_fck
    [    0.655539] clk_disable: l4ls-clkctrl:0050:0
    [    0.655571] clk_disable: timer4_fck
    [    0.661297] clk_disable: l4ls-clkctrl:00b4:0
    [    0.661332] clk_disable: timer5_fck
    [    0.663571] clk_disable: l4ls-clkctrl:00b8:0
    [    0.663605] clk_disable: timer6_fck
    [    0.669353] clk_disable: l4ls-clkctrl:0044:0
    [    0.669389] clk_disable: timer7_fck
    [    0.674418] clk_disable: l4ls-clkctrl:0074:18
    [    0.674441] clk_disable: clk-24mhz-clkctrl:0000:0
    [    0.674460] clk_disable: clkdiv32k_ck
    [    0.674472] clk_disable: clk_24mhz
    [    0.681457] clk_disable: l4ls-clkctrl:0074:0
    [    0.684504] clk_disable: l4ls-clkctrl:0004:0
    [    0.684540] clk_disable: mmc_clk
    [    0.690821] clk_disable: l4ls-clkctrl:0008:0
    [    0.695035] clk_disable: l4ls-clkctrl:00d8:0
    [    0.703748] clk_disable: l4ls-clkctrl:00d4:0
    [    0.704604] clk_disable: l4ls-clkctrl:000c:0
    [    0.706501] clk_disable: l4ls-clkctrl:0018:0
    [    0.711321] clk_disable: l4ls-clkctrl:003c:0
    [    0.713364] clk_disable: l4ls-clkctrl:0040:0
    [    0.718461] clk_disable: l4ls-clkctrl:0000:0
    [    0.719406] clk_disable: l4ls-clkctrl:0078:18
    [    0.719428] clk_disable: clk-24mhz-clkctrl:0000:0
    [    0.719447] clk_disable: clkdiv32k_ck
    [    0.719459] clk_disable: clk_24mhz
    [    0.726062] clk_disable: l4ls-clkctrl:0078:0
    [    0.727654] clk_disable: l4ls-clkctrl:007c:18
    [    0.727679] clk_disable: clk-24mhz-clkctrl:0000:0
    [    0.727698] clk_disable: clkdiv32k_ck
    [    0.727709] clk_disable: clk_24mhz
    [    0.735858] clk_disable: l4ls-clkctrl:007c:0
    [    0.737223] clk_disable: l4ls-clkctrl:0088:0
    [    0.737255] clk_disable: dcan0_fck
    [    0.741833] clk_disable: l4ls-clkctrl:008c:0
    [    0.741859] clk_disable: dcan1_fck
    [    0.742595] clk_disable: l4ls-clkctrl:00bc:0
    [    0.742621] clk_disable: mmc_clk
    [    0.743349] clk_disable: l4ls-clkctrl:009c:0
    [    0.744007] clk_disable: l4ls-clkctrl:0094:0
    [    0.744721] clk_disable: l4ls-clkctrl:00a0:0
    [    0.746590] clk_disable: lcdc-clkctrl:0000:0
    [    0.746624] clk_disable: lcd_gclk
    [    0.746638] clk_disable: dpll_disp_m2_ck
    [    0.746649] clk_disable: dpll_disp_ck
    [    0.752392] clk_disable: l4ls-clkctrl:0058:0
    [    0.752424] clk_disable: rng_fck
    [    0.758698] clk_disable: cpsw-125mhz-clkctrl:0014:0
    [    0.758739] clk_disable: cpsw_125mhz_gclk
    [    0.758752] clk_disable: dpll_core_m5_ck
    [    0.813782] clk_disable: l3s-clkctrl:00dc:0
    [    0.813814] clk_disable: mmc_clk
    [    0.823639] clk_disable: l3s-clkctrl:0000:0
    [    0.823682] clk_disable: usbotg_fck
    [    0.829511] clk_disable: l3-clkctrl:007c:0
    [    0.831735] clk_disable: l3-clkctrl:0070:0
    [    0.831765] clk_disable: aes0_fck
    [    3.618994] clk_disable: l4-wkup-clkctrl:00bc:0
    [    3.619082] clk_disable: adc_tsc_fck
    [    3.619218] clk_disable: l4-wkup-clkctrl:00b8:0
    [    3.619240] clk_disable: dpll_per_m2_div4_wkupdm_ck
    [    7.895260] clk_disable: lcdc-clkctrl:0000:0
    [    7.899820] clk_disable: lcd_gclk
    [    7.903278] clk_disable: dpll_disp_m2_ck
    [    7.907368] clk_disable: dpll_disp_ck
    [    8.093635] clk_disable: l4-wkup-clkctrl:00bc:0
    [    8.098379] clk_disable: adc_tsc_fck
    [    8.732575] clk_disable: cpsw-125mhz-clkctrl:0014:0
    [    8.737700] clk_disable: cpsw_125mhz_gclk
    [    8.741885] clk_disable: dpll_core_m5_ck
    [   10.738484] clk_disable: l4ls-clkctrl:0014:0
    [   10.798273] clk_disable: l4ls-clkctrl:0018:0
    [   10.983474] clk_disable: l4-wkup-clkctrl:00d4:0
    [   10.988213] clk_disable: wdt1_fck
    [   11.264848] clk_disable: l4ls-clkctrl:007c:18
    [   11.366639] clk_disable: l4ls-clkctrl:004c:0
    [   11.371117] clk_disable: timer3_fck
    [   11.388581] clk_disable: l4ls-clkctrl:0050:0
    [   11.393050] clk_disable: timer4_fck
    [   11.415726] clk_disable: l4ls-clkctrl:00b4:0
    [   11.420197] clk_disable: timer5_fck
    [   11.439405] clk_disable: l4ls-clkctrl:00b8:0
    [   11.443875] clk_disable: timer6_fck
    [   11.466699] clk_disable: l4ls-clkctrl:0044:0
    [   11.471179] clk_disable: timer7_fck
    [   11.799545] clk_disable: l4ls-clkctrl:0004:0
    [   11.804024] clk_disable: mmc_clk
    [   12.781524] clk_disable: pruss-ocp-clkctrl:0000:0
    [   12.786494] clk_disable: pruss_ocp_gclk
    [   12.803201] clk_disable: gfx-l3-clkctrl:0004:0
    [   12.807896] clk_disable: gfx_fck_div_ck
    [   12.811900] clk_disable: gfx_fclk_clksel_ck
    [   12.960655] calling  clk_disable_unused+0x0/0x218 @ 1
    [   12.970634] clk_disable: l3-clkctrl:0004:0
    

    Then again it hangs at

    [   12.960655] calling  clk_disable_unused+0x0/0x218 @ 1
    [   12.970634] clk_disable: l3-clkctrl:0004:0

  • Hi Artur,

    I believe after the message "clk:Disabling unused clocks", the kernel try to mount the rootfs. Can you please please check if the rootfs on the sdcard is correct?

  • Hi Bin Liu,

    not sure, because if I do clk_ignore_unused it boots like this:

    [   12.295959] calling  clk_disable_unused+0x0/0x218 @ 1
    [   12.301371] clk: Not disabling unused clocks
    [   12.305953] initcall clk_disable_unused+0x0/0x218 returned 0 after 4619 usecs
    [   12.313446] calling  regulator_init_complete+0x0/0x4c @ 1
    [   12.319131] initcall regulator_init_complete+0x0/0x4c returned 0 after 9 usecs
    [   12.326704] calling  genpd_power_off_unused+0x0/0x84 @ 1
    [   12.332523] initcall genpd_power_off_unused+0x0/0x84 returned 0 after 238 usecs
    [   12.340218] calling  of_platform_sync_state_init+0x0/0x10 @ 1
    [   12.346275] initcall of_platform_sync_state_init+0x0/0x10 returned 0 after 6 usecs
    [   12.393839] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    [   12.403209] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [   12.412753] devtmpfs: mounted
    [   12.418011] Freeing unused kernel image (initmem) memory: 1024K
    [   12.425087] Run /sbin/init as init process
    [   12.429418]   with arguments:
    [   12.432543]     /sbin/init
    [   12.435396]     wait
    [   12.437706]   with environment:
    [   12.441013]     HOME=/
    [   12.443504]     TERM=linux
    [   12.668105] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.

  • Hi Artur,

    Where do you get the kernel source code from?

    How did you generate the kernel .config?

    Where do you get the rootfs?

  • Hi Bin Liu,

    • Kernel source code
      I used to get it via the git.ti.com tarballs but as they are not available any more now I download and compress the sources manually. Then I provide them like this:
      # BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/snapshot/ti-linux-kernel-6.1.119.tar.xz"
      BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="file:///../ti-linux-kernel-6.1.119.tar.xz"
    • Kernel .config and rootfs are created just like in the BeagleBoneBlack

    To ease things, I would like to run the kernel you proposed (6.1.119) on a BeagleBoneBlack. We use Buildroot. What do I have to consider doing this?

  • Hi Artur,

    Here is one way to do it:

    Please download the SD card wic image from SDK9.3:

    https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-1BUptXj3op/09.03.05.02/tisdk-default-image-am335x-evm-09.03.05.02.wic.xz

    and flash it to your SD card.

    This SD card should boot on Beaglebone Black board.

    Then you place place your board DTB file to /boot/dtb/ directory on the SD card rootfs partition, then try to boot on your board to go from there.

  • Hi Bin Liu,

    thanks for the info.

    1. On BeagleBoneBlack:

    After decompressing and flashing it says:

    U-Boot SPL 2019.04-00002-g31a8ae0206 (May 13 2020 - 09:26:17 -0500)
    Trying to boot from MMC2
    Loading Environment from EXT4... 
    ** Unable to use mmc 0:1 for loading the env **
    
    
    U-Boot 2019.04-00002-g31a8ae0206 (May 13 2020 - 09:26:17 -0500), Build: jenkins-github_Bootloader-Builder-139
    
    CPU  : AM335X-GP rev 2.1
    I2C:   ready
    DRAM:  512 MiB
    No match for driver 'omap_hsmmc'
    No match for driver 'omap_hsmmc'
    Some drivers were not found
    Reset Source: Global external warm reset has occurred.
    Reset Source: Power-on reset has occurred.
    RTC 32KCLK Source: External.
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from EXT4... 
    ** Unable to use mmc 0:1 for loading the env **
    Board: BeagleBone Black
    <ethaddr> not set. Validating first E-fuse MAC
    BeagleBone Black:
    BeagleBone: cape eeprom: i2c_probe: 0x54:
    BeagleBone: cape eeprom: i2c_probe: 0x55:
    BeagleBone: cape eeprom: i2c_probe: 0x56:
    BeagleBone: cape eeprom: i2c_probe: 0x57:
    Net:   eth0: MII MODE
    cpsw, usb_ether
    Press SPACE to abort autoboot in 0 seconds
    board_name=[A335BNLT] ...
    board_rev=[00C0] ...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    Found /extlinux/extlinux.conf
    Retrieving file: /extlinux/extlinux.conf
    186 bytes read in 4 ms (44.9 KiB/s)
    1:      Arago
    Retrieving file: /extlinux/../zImage
    7696896 bytes read in 487 ms (15.1 MiB/s)
    append: root=PARTUUID= rootwait rw earlycon console=ttyO0,115200n8,115200
    Retrieving file: /extlinux/../am335x-boneblack.dtb
    98157 bytes read in 13 ms (7.2 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8fffff6c ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.119-ti-gc490f4c0fe51 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 PREEMPT Wed Dec  4 17:16:52 UTC 2024
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
    [    0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '')
    [    0.000000] printk: bootconsole [omap8250] enabled
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 64 MiB at 0x9b800000
    [    0.000000] Zone ranges:
    [    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129540
    [    0.000000] Kernel command line: root=PARTUUID= rootwait rw earlycon console=ttyO0,115200n8,115200
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 433552K/522240K available (11264K kernel code, 1479K rwdata, 3232K rodata, 1024K init, 285K bss, 23152K reserved, 65536K cma-reserved, 0K highmem)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] trace event string verifier disabled
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
    [    0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [    0.008063] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [    0.018002] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
    [    0.029462] Console: colour dummy device 80x30
    [    0.034070] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.040843] This ensures that you still see kernel messages. Please
    [    0.047285] update your kernel commandline.
    [    0.051615] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [    0.094442] CPU: Testing write buffer coherency: ok
    [    0.099522] CPU0: Spectre v2: using BPIALL workaround
    [    0.104716] pid_max: default: 32768 minimum: 301
    [    0.109673] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.117199] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.126781] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.134293] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.140711] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.147570] rcu: Hierarchical SRCU implementation.
    [    0.152518] rcu:     Max phase no-delay instances is 1000.
    [    0.159611] EFI services will not be available.
    [    0.164858] devtmpfs: initialized
    [    0.180527] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.188760] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.198906] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
    [    0.210950] pinctrl core: initialized pinctrl subsystem
    [    0.217366] DMI not present or invalid.
    [    0.222053] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.230223] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.238440] thermal_sys: Registered thermal governor 'step_wise'
    [    0.238538] cpuidle: using governor menu
    [    0.262966] No ATAGs?
    [    0.265330] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.300183] iommu: Default domain type: Translated 
    [    0.305223] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.319451] SCSI subsystem initialized
    [    0.328412] usbcore: registered new interface driver usbfs
    [    0.334099] usbcore: registered new interface driver hub
    [    0.358055] usbcore: registered new device driver usb
    [    0.363676] pps_core: LinuxPPS API ver. 1 registered
    [    0.377984] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.387399] PTP clock support registered
    [    0.398150] EDAC MC: Ver: 3.0.0
    [    0.410149] clocksource: Switched to clocksource dmtimer
    [    0.439005] NET: Registered PF_INET protocol family
    [    0.450302] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.470687] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.479404] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.500169] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.508173] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.530195] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.536832] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.560160] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.567491] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.590475] RPC: Registered named UNIX socket transport module.
    [    0.596572] RPC: Registered udp transport module.
    [    0.610157] RPC: Registered tcp transport module.
    [    0.614997] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.630161] PCI: CLS 0 bytes, default 64
    [    0.635513] Initialise system trusted keyrings
    [    0.650686] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.672089] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.690497] NFS: Registering the id_resolver key type
    [    0.695757] Key type id_resolver registered
    [    0.700056] Key type id_legacy registered
    [    0.710259] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.717155] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.740197] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.750507] Key type asymmetric registered
    [    0.754736] Asymmetric key parser 'x509' registered
    [    0.759883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.790152] io scheduler mq-deadline registered
    [    0.794810] io scheduler kyber registered
    [    0.894588] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
    [    0.912552] STMicroelectronics ASC driver initialized
    [    0.951260] brd: module loaded
    [    0.959613] loop: module loaded
    [    0.974937] CAN device driver interface
    [    0.979247] e1000e: Intel(R) PRO/1000 Network Driver
    [    1.000170] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    1.006362] igb: Intel(R) Gigabit Ethernet Network Driver
    [    1.020162] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    1.026640] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [    1.040207] usbcore: registered new interface driver pegasus
    [    1.046066] usbcore: registered new interface driver asix
    [    1.070184] usbcore: registered new interface driver ax88179_178a
    [    1.076475] usbcore: registered new interface driver cdc_ether
    [    1.090197] usbcore: registered new interface driver smsc75xx
    [    1.096138] usbcore: registered new interface driver smsc95xx
    [    1.120179] usbcore: registered new interface driver net1080
    [    1.126022] usbcore: registered new interface driver cdc_subset
    [    1.140199] usbcore: registered new interface driver zaurus
    [    1.145963] usbcore: registered new interface driver cdc_ncm
    [    1.160844] usbcore: registered new interface driver usb-storage
    [    1.180610] i2c_dev: i2c /dev entries driver
    [    1.186904] cpuidle: enable-method property 'ti,am3352' found operations
    [    1.210771] sdhci: Secure Digital Host Controller Interface driver
    [    1.217137] sdhci: Copyright(c) Pierre Ossman
    [    1.230317] Synopsys Designware Multimedia Card Interface Driver
    [    1.236637] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.250635] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.257177] usbcore: registered new interface driver usbhid
    [    1.280152] usbhid: USB HID core driver
    [    1.286334] NET: Registered PF_INET6 protocol family
    [    1.301586] Segment Routing with IPv6
    [    1.305424] In-situ OAM (IOAM) with IPv6
    [    1.309537] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.330923] NET: Registered PF_PACKET protocol family
    [    1.336132] can: controller area network core
    [    1.350246] NET: Registered PF_CAN protocol family
    [    1.355178] can: raw protocol
    [    1.358230] can: broadcast manager protocol
    [    1.380161] can: netlink gateway - max_hops=1
    [    1.384920] Key type dns_resolver registered
    [    1.389443] ThumbEE CPU extension supported.
    [    1.410165] Registering SWP/SWPB emulation handler
    [    1.415578] omap_voltage_late_init: Voltage driver support not added
    [    1.431097] Loading compiled-in X.509 certificates
    [    1.503244] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/pinmux_clkout2_pin
    [    1.530717] pinctrl-single 44e10800.pinmux: 142 pins, size 568
    [    1.551970] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    1.593521] ti-sysc: probe of 48040000.target-module failed with error -16
    [    1.632014] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    1.650524] OMAP GPIO hardware version 0.1
    [    1.665404] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    1.693773] at24 2-0054: supply vcc not found, using dummy regulator
    [    1.744109] at24 2-0055: supply vcc not found, using dummy regulator
    [    1.793661] at24 2-0056: supply vcc not found, using dummy regulator
    [    1.843677] at24 2-0057: supply vcc not found, using dummy regulator
    [    1.893338] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [    1.913525] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    1.932208] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    1.963691] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
    [    1.977196] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
    [    2.010452] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
    [    2.021603] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    2.028527] random: crng init done
    [    2.100175] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    2.131858] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [    2.150595] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
    [    2.157592] cpsw-switch 4a100000.switch: ALE Table size 1024
    [    2.180284] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies)
    [    2.188082] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
    [    2.220190] cpsw-switch 4a100000.switch: Detected MACID = 3c:e4:b0:15:c4:99
    [    2.228479] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
    [    2.270311] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
    [    2.278500] edma 49000000.dma: TI EDMA DMA engine driver
    [    2.338413] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    2.365488] l3-aon-clkctrl:0000:0: failed to disable
    [    2.381680] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    2.395033] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 36, base_baud = 3000000) is a 8250
    [    2.404247] printk: console [ttyS0] enabled
    [    2.404247] printk: console [ttyS0] enabled
    [    2.412792] printk: bootconsole [omap8250] disabled
    [    2.412792] printk: bootconsole [omap8250] disabled
    [    2.450671] tps65217-pmic: Failed to locate of_node [id: -1]
    [    2.462689] tps65217-bl: Failed to locate of_node [id: -1]
    [    2.471640] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    2.478417] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [    2.485605] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
    [    2.498887] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    2.510371] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    2.518207] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
    [    2.528734] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
    [    2.539805] clk: Disabling unused clocks
    [    2.544394] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
    [    2.552111] sdhci-omap 48060000.mmc: Got CD GPIO
    [    2.556948] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
    [    2.567325] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
    [    2.590539] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
    [    2.601652] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
    [    2.610122] VFS: PARTUUID= is invalid.
    [    2.610122] Expected PARTUUID=<valid-uuid-id>[/PARTNROFF=%d]
    [    2.620062] Disabling rootwait; root= is invalid.
    [    2.628383] /dev/root: Can't open blockdev
    [    2.632854] VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6
    [    2.640788] Please append a correct "root=" boot option; here are the available partitions:
    [    2.649274] 0100           65536 ram0 
    [    2.649286]  (driver?)
    [    2.655591] 0101           65536 ram1 
    [    2.655600]  (driver?)
    [    2.661796] 0102           65536 ram2 
    [    2.661804]  (driver?)
    [    2.667967] 0103           65536 ram3 
    [    2.667974]  (driver?)
    [    2.674161] 0104           65536 ram4 
    [    2.674169]  (driver?)
    [    2.680362] 0105           65536 ram5 
    [    2.680370]  (driver?)
    [    2.686528] 0106           65536 ram6 
    [    2.686536]  (driver?)
    [    2.692696] 0107           65536 ram7 
    [    2.692703]  (driver?)
    [    2.698864] 0108           65536 ram8 
    [    2.698871]  (driver?)
    [    2.705059] 0109           65536 ram9 
    [    2.705067]  (driver?)
    [    2.711258] 010a           65536 ram10 
    [    2.711266]  (driver?)
    [    2.717506] 010b           65536 ram11 
    [    2.717513]  (driver?)
    [    2.723784] 010c           65536 ram12 
    [    2.723793]  (driver?)
    [    2.730076] 010d           65536 ram13 
    [    2.730085]  (driver?)
    [    2.736337] 010e           65536 ram14 
    [    2.736345]  (driver?)
    [    2.742686] 010f           65536 ram15 
    [    2.742697]  (driver?)
    [    2.748967] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [    2.757271] CPU: 0 PID: 1 Comm: swapper Not tainted 6.1.119-ti-gc490f4c0fe51 #1
    [    2.764614] Hardware name: Generic AM33XX (Flattened Device Tree)
    [    2.770743]  unwind_backtrace from show_stack+0x10/0x14
    [    2.776022]  show_stack from dump_stack_lvl+0x24/0x2c
    [    2.781118]  dump_stack_lvl from panic+0x104/0x320
    [    2.785948]  panic from mount_block_root+0x15c/0x1f8
    [    2.790954]  mount_block_root from prepare_namespace+0x150/0x18c
    [    2.796997]  prepare_namespace from kernel_init+0x18/0x12c
    [    2.802513]  kernel_init from ret_from_fork+0x14/0x28
    [    2.807589] Exception stack(0xe0009fb0 to 0xe0009ff8)
    [    2.812664] 9fa0:                                     00000000 00000000 00000000 00000000
    [    2.820878] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    2.829090] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    2.835742] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

    So the rootfs is not referenced correctly and I have to mount the SD card to the host pc and do

    sudo blkid /dev/sdb2
    /dev/sdb2: LABEL="root" UUID="c0d3417f-c807-4337-8e63-b2d847ac9a28" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="5276f655-02"

    remember PARTUUID and change /mnt/my_external_boot/extlinux/extlinux.conf

    from

    cat /mnt/my_external_boot/extlinux/extlinux.conf
    # Generic Distro Configuration file generated by OpenEmbedded
    LABEL Arago
            KERNEL ../zImage
            FDTDIR ../
            APPEND root=PARTUUID=${uuid} rootwait rw earlycon console=${console},${baudrate}

    to

    cat /mnt/my_external_boot/extlinux/extlinux.conf
    # Generic Distro Configuration file generated by OpenEmbedded
    LABEL Arago
            KERNEL ../zImage
            FDTDIR ../
            APPEND root=PARTUUID=5276f655-02 rootwait rw earlycon console=${console},${baudrate}

    Now I get

    U-Boot SPL 2019.04-00002-g31a8ae0206 (May 13 2020 - 09:26:17 -0500)
    Trying to boot from MMC2
    Loading Environment from EXT4... 
    ** Unable to use mmc 0:1 for loading the env **
    
    
    U-Boot 2019.04-00002-g31a8ae0206 (May 13 2020 - 09:26:17 -0500), Build: jenkins-github_Bootloader-Builder-139
    
    CPU  : AM335X-GP rev 2.1
    I2C:   ready
    DRAM:  512 MiB
    No match for driver 'omap_hsmmc'
    No match for driver 'omap_hsmmc'
    Some drivers were not found
    Reset Source: Power-on reset has occurred.
    RTC 32KCLK Source: External.
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from EXT4... 
    ** Unable to use mmc 0:1 for loading the env **
    Board: BeagleBone Black
    <ethaddr> not set. Validating first E-fuse MAC
    BeagleBone Black:
    BeagleBone: cape eeprom: i2c_probe: 0x54:
    BeagleBone: cape eeprom: i2c_probe: 0x55:
    BeagleBone: cape eeprom: i2c_probe: 0x56:
    BeagleBone: cape eeprom: i2c_probe: 0x57:
    Net:   eth0: MII MODE
    cpsw, usb_ether
    Press SPACE to abort autoboot in 0 seconds
    board_name=[A335BNLT] ...
    board_rev=[00C0] ...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    Found /extlinux/extlinux.conf
    Retrieving file: /extlinux/extlinux.conf
    190 bytes read in 5 ms (37.1 KiB/s)
    1:      Arago
    Retrieving file: /extlinux/../zImage
    7696896 bytes read in 488 ms (15 MiB/s)
    append: root=PARTUUID=5276f655-02 rootwait rw earlycon console=ttyO0,115200n8,115200
    Retrieving file: /extlinux/../am335x-boneblack.dtb
    98157 bytes read in 12 ms (7.8 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8fffff6c ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.119-ti-gc490f4c0fe51 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 PREEMPT Wed Dec  4 17:16:52 UTC 2024
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
    [    0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '')
    [    0.000000] printk: bootconsole [omap8250] enabled
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 64 MiB at 0x9b800000
    [    0.000000] Zone ranges:
    [    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129540
    [    0.000000] Kernel command line: root=PARTUUID=5276f655-02 rootwait rw earlycon console=ttyO0,115200n8,115200
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 433552K/522240K available (11264K kernel code, 1479K rwdata, 3232K rodata, 1024K init, 285K bss, 23152K reserved, 65536K cma-reserved, 0K highmem)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] trace event string verifier disabled
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
    [    0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [    0.008067] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [    0.018002] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
    [    0.029466] Console: colour dummy device 80x30
    [    0.034074] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.040851] This ensures that you still see kernel messages. Please
    [    0.047293] update your kernel commandline.
    [    0.051625] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [    0.094443] CPU: Testing write buffer coherency: ok
    [    0.099523] CPU0: Spectre v2: using BPIALL workaround
    [    0.104715] pid_max: default: 32768 minimum: 301
    [    0.109668] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.117196] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.126783] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.134290] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.140708] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.147568] rcu: Hierarchical SRCU implementation.
    [    0.152517] rcu:     Max phase no-delay instances is 1000.
    [    0.159617] EFI services will not be available.
    [    0.164859] devtmpfs: initialized
    [    0.180532] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.188763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.198913] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
    [    0.210942] pinctrl core: initialized pinctrl subsystem
    [    0.217362] DMI not present or invalid.
    [    0.222049] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.230225] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.238437] thermal_sys: Registered thermal governor 'step_wise'
    [    0.238536] cpuidle: using governor menu
    [    0.262960] No ATAGs?
    [    0.265325] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.300162] iommu: Default domain type: Translated 
    [    0.305204] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.319442] SCSI subsystem initialized
    [    0.328412] usbcore: registered new interface driver usbfs
    [    0.334096] usbcore: registered new interface driver hub
    [    0.348044] usbcore: registered new device driver usb
    [    0.353639] pps_core: LinuxPPS API ver. 1 registered
    [    0.377983] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.387416] PTP clock support registered
    [    0.398171] EDAC MC: Ver: 3.0.0
    [    0.410173] clocksource: Switched to clocksource dmtimer
    [    0.439005] NET: Registered PF_INET protocol family
    [    0.444444] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.470728] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.479447] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.500189] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.508188] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.530218] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.536856] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.560186] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.567516] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.590496] RPC: Registered named UNIX socket transport module.
    [    0.596596] RPC: Registered udp transport module.
    [    0.610181] RPC: Registered tcp transport module.
    [    0.615018] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.630180] PCI: CLS 0 bytes, default 64
    [    0.635539] Initialise system trusted keyrings
    [    0.650730] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.672122] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.690523] NFS: Registering the id_resolver key type
    [    0.695785] Key type id_resolver registered
    [    0.700083] Key type id_legacy registered
    [    0.710282] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.717178] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.740221] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.750527] Key type asymmetric registered
    [    0.754755] Asymmetric key parser 'x509' registered
    [    0.759908] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.790175] io scheduler mq-deadline registered
    [    0.794838] io scheduler kyber registered
    [    0.894247] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
    [    0.912567] STMicroelectronics ASC driver initialized
    [    0.951264] brd: module loaded
    [    0.959605] loop: module loaded
    [    0.974953] CAN device driver interface
    [    0.979258] e1000e: Intel(R) PRO/1000 Network Driver
    [    1.000193] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    1.006379] igb: Intel(R) Gigabit Ethernet Network Driver
    [    1.020185] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    1.026663] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [    1.040228] usbcore: registered new interface driver pegasus
    [    1.046085] usbcore: registered new interface driver asix
    [    1.070208] usbcore: registered new interface driver ax88179_178a
    [    1.076500] usbcore: registered new interface driver cdc_ether
    [    1.090221] usbcore: registered new interface driver smsc75xx
    [    1.096162] usbcore: registered new interface driver smsc95xx
    [    1.120202] usbcore: registered new interface driver net1080
    [    1.126046] usbcore: registered new interface driver cdc_subset
    [    1.140218] usbcore: registered new interface driver zaurus
    [    1.145981] usbcore: registered new interface driver cdc_ncm
    [    1.160865] usbcore: registered new interface driver usb-storage
    [    1.180638] i2c_dev: i2c /dev entries driver
    [    1.186929] cpuidle: enable-method property 'ti,am3352' found operations
    [    1.210799] sdhci: Secure Digital Host Controller Interface driver
    [    1.217168] sdhci: Copyright(c) Pierre Ossman
    [    1.230345] Synopsys Designware Multimedia Card Interface Driver
    [    1.236664] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.250656] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.257206] usbcore: registered new interface driver usbhid
    [    1.280173] usbhid: USB HID core driver
    [    1.286353] NET: Registered PF_INET6 protocol family
    [    1.301597] Segment Routing with IPv6
    [    1.305442] In-situ OAM (IOAM) with IPv6
    [    1.309552] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.330939] NET: Registered PF_PACKET protocol family
    [    1.336154] can: controller area network core
    [    1.350269] NET: Registered PF_CAN protocol family
    [    1.355203] can: raw protocol
    [    1.358252] can: broadcast manager protocol
    [    1.380183] can: netlink gateway - max_hops=1
    [    1.384943] Key type dns_resolver registered
    [    1.389467] ThumbEE CPU extension supported.
    [    1.410187] Registering SWP/SWPB emulation handler
    [    1.415599] omap_voltage_late_init: Voltage driver support not added
    [    1.431122] Loading compiled-in X.509 certificates
    [    1.503277] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/pinmux_clkout2_pin
    [    1.530745] pinctrl-single 44e10800.pinmux: 142 pins, size 568
    [    1.551989] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    1.591792] ti-sysc: probe of 48040000.target-module failed with error -16
    [    1.627910] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    1.650541] OMAP GPIO hardware version 0.1
    [    1.665443] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    1.693510] at24 2-0054: supply vcc not found, using dummy regulator
    [    1.744139] at24 2-0055: supply vcc not found, using dummy regulator
    [    1.793697] at24 2-0056: supply vcc not found, using dummy regulator
    [    1.843694] at24 2-0057: supply vcc not found, using dummy regulator
    [    1.893363] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [    1.913546] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    1.932337] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    1.964466] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
    [    1.977990] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
    [    2.010479] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
    [    2.021642] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    2.028572] random: crng init done
    [    2.100195] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    2.131885] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [    2.150613] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
    [    2.157611] cpsw-switch 4a100000.switch: ALE Table size 1024
    [    2.180305] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies)
    [    2.188101] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
    [    2.220213] cpsw-switch 4a100000.switch: Detected MACID = 3c:e4:b0:15:c4:99
    [    2.228499] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
    [    2.270140] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
    [    2.278499] edma 49000000.dma: TI EDMA DMA engine driver
    [    2.326359] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    2.355531] l3-aon-clkctrl:0000:0: failed to disable
    [    2.371712] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    2.392458] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 36, base_baud = 3000000) is a 8250
    [    2.404036] printk: console [ttyS0] enabled
    [    2.404036] printk: console [ttyS0] enabled
    [    2.412667] printk: bootconsole [omap8250] disabled
    [    2.412667] printk: bootconsole [omap8250] disabled
    [    2.450729] tps65217-pmic: Failed to locate of_node [id: -1]
    [    2.462730] tps65217-bl: Failed to locate of_node [id: -1]
    [    2.471676] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    2.478449] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [    2.485631] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
    [    2.498910] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    2.510388] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    2.518252] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
    [    2.528793] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
    [    2.539859] clk: Disabling unused clocks
    [    2.544445] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
    [    2.552164] sdhci-omap 48060000.mmc: Got CD GPIO
    [    2.557002] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
    [    2.567383] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
    [    2.590565] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
    [    2.601652] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
    [    2.611810] Waiting for root device PARTUUID=5276f655-02...
    [    2.647512] mmc0: new high speed SDHC card at address 59b4
    [    2.654389] mmcblk0: mmc0:59b4 USD   29.5 GiB 
    [    2.662099]  mmcblk0: p1 p2
    [    2.665346] mmc1: new high speed MMC card at address 0001
    [    2.672622] mmcblk1: mmc1:0001 M62704 3.56 GiB 
    [    2.679698]  mmcblk1: p1
    [    2.683305] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB 
    [    2.690141] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB 
    [    2.696832] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (243:0)
    [    2.882499] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
    [    2.891775] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.900899] devtmpfs: mounted
    [    2.907218] Freeing unused kernel image (initmem) memory: 1024K
    [    2.913764] Run /sbin/init as init process
    [    3.342623] systemd[1]: System time before build time, advancing clock.
    [    3.391218] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    3.424928] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2023.10!
    
    [    3.473027] systemd[1]: Hostname set to <am335x-evm>.
    [    3.505498] systemd[1]: Initializing machine ID from random generator.
    [    3.871190] systemd-sysv-generator[80]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    4.486516] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    4.618078] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    4.797789] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.812505] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.857762] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.907532] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.951664] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.992102] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    5.031946] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    5.071569] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    5.111223] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.151402] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    5.190970] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    5.246402] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    5.280790] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    5.345697] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.382344] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.477357] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
    [    5.491145] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.532295] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.574249] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.614053] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.651662] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.693317] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    5.733573] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
    [    5.780970] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.825860] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    5.901170] systemd[1]: Mounting Kernel Trace File System...
             Mounting Kernel Trace File System...
    [    5.927997] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    5.991743] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    6.021286] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    6.043359] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    6.066561] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    6.161379] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    6.190867] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    6.242960] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    6.262533] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    6.276559] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    6.312079] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.351839] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.391758] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    6.456714] cryptodev: loading out-of-tree module taints kernel.
    [    6.471686] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    6.502094] cryptodev: driver 1.12 loaded.
    [    6.541672] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    6.630570] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
    [    6.657195] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    6.681800] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    6.711922] systemd[1]: Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Debug File System.
    [    6.751614] systemd[1]: Mounted Kernel Trace File System.
    [  OK  ] Mounted Kernel Trace File System.
    [    6.771633] systemd[1]: Mounted Temporary Directory /tmp.
    [  OK  ] Mounted Temporary Directory /tmp.
    [    6.800839] systemd[1]: Finished Create List of Static Device Nodes.
    [  OK  ] Finished Create List of Static Device Nodes.
    [    6.842642] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    6.871116] systemd[1]: Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module configfs.
    [    6.902948] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    6.931427] systemd[1]: Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module drm.
    [    6.971542] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...[    7.432897] systemd-journald[92]: Received client request to flush runtime journal.
    
             Starting Create System Users...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create System Users.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Rebuild Journal Catalog...
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Finished Rebuild Journal Catalog.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [   11.967897] remoteproc remoteproc0: wkup_m3 is available
    [  OK  ] Found device /dev/ttyS0.
    [   12.131325] tda998x 0-0070: found TDA19988
    [   12.309769] remoteproc remoteproc0: powering up wkup_m3
    [   12.325870] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
    [   12.391125] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   12.398835] omap_rtc 44e3e000.rtc: registered as rtc0
    [   12.423472] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 230328
    [   12.459657] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
    [   12.476167] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
    [   12.500575] remoteproc remoteproc0: remote processor wkup_m3 is now up
    [   12.500608] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
    [   12.775716] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
    [   12.791194] systemd-journald[92]: Time jumped backwards, rotating.
    [   12.890961] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
    [   13.029580] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [   13.144770] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [   13.277518] hub 1-0:1.0: USB hub found
    [   13.312283] hub 1-0:1.0: 1 port detected
    [   13.775849] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_audio_codec_init [tda998x])
    [   13.839404] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [   13.937612] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
    [  OK  ] Finished Rebuild Dynamic Linker Cache.
    [   14.040468] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
             Starting Run pending postinsts...
             Starting Update is Completed...
    [   14.382981] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [   14.471782] PM: bootloader does not support rtc-only!
    [   14.532362] omap-sham 53100000.sham: will run requests pump with realtime priority
    [   14.565098] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [  OK  ] Finished Update is Completed.
    [   14.706641] omap-aes 53500000.aes: will run requests pump with realtime priority
    [   14.745070] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 1
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    **] A start job is running for Run pending postinsts (18s / no limit)
    [   23.719649] remoteproc remoteproc1: 4a334000.pru is available
    [     *] A start job is running for Run pending postinsts (19s / no limit)
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Reached target Hardware activated USB gadget.
             Starting Load Kernel Module fuse...
             Starting Start psplash boot splash screen...
             Starting File System Check on /dev/mmcblk0p1...
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/boot-mmcblk0p1...
             Mounting /run/media/rootfs-mmcblk1p1...
    [   29.037295] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Quota mode: disabled.
    [  OK  ] Mounted /run/media/boot-mmcblk0p1.
    [  OK  ] Mounted /run/media/rootfs-mmcblk1p1.
    [  OK  ] Finished Run pending postinsts.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
             Starting Lighttpd Daemon...
             Starting Telephony service...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Started Lighttpd Daemon.
    [  OK  ] Started DEMO.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Telephony service.
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Sound Card.
             Starting Network Configuration...
    [   32.807898] Bluetooth: Core ver 2.22
    [   32.837102] NET: Registered PF_BLUETOOTH protocol family
    [   32.886109] Bluetooth: HCI device and connection manager initialized
    [   32.921070] Bluetooth: HCI socket layer initialized
    [   32.926066] Bluetooth: L2CAP socket layer initialized
    [   32.958996] Bluetooth: SCO socket layer initialized
    [  OK  ] Started User Login Management.
    [   34.479930] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   34.550905] Initializing XFRM netlink socket
    [   34.799996] EXT4-fs (mmcblk0p2): resizing filesystem from 1865501 to 7695872 blocks
    [   34.993517] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   35.025711] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
             Starting Network Name Resolution...
    [   44.992101] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac
    [   45.201481] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Synchronize System and HW clocks.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am335x-evm -
    
    Arago 2023.10 am335x-evm -
    
    am335x-evm login: 

  • 1. On BeagleBoneBlack:

    After decompressing and flashing it says:

    U-Boot SPL 2019.04-00002-g31a8ae0206 (May 13 2020 - 09:26:17 -0500)
    Trying to boot from MMC2

    The U-Boot version in your log is old. The AM335x SDK9.3 uses U-Boot 2023.04. Also I believe MMC2 is the eMMC, not the SD card. So you are still booting from the eMMC on BeagleboneBlack.

    The console log I got with SDK9.3 is:

    U-Boot SPL 2023.04-ti-g2a13324ec63c (Dec 04 2024 - 17:27:55 +0000)   
    Trying to boot from MMC1                                                              
                                                                                                           
                                                                                                                                                 
    U-Boot 2023.04-ti-g2a13324ec63c (Dec 04 2024 - 17:27:55 +0000)           
                                                                                                  
    CPU  : AM335X-GP rev 2.1                                                                                                    
    Model: TI AM335x BeagleBone Black                                             
    DRAM:  512 MiB                                                                                                   
    Core:  160 devices, 18 uclasses, devicetree: separate                                                                  
    WDT:   Started wdt@44e35000 with servicing every 1000ms (60s timeout)    
    NAND:  0 MiB                                                                               
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1                                                               
    Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...                      
    <ethaddr> not set. Validating first E-fuse MAC                                                    
    Net:   eth2: ethernet@4a100000, eth3: usb_ether                                 
    Hit any key to stop autoboot:  0                                                              
    switch to partitions #0, OK                                                                         
    mmc0 is current device                                                        
    Scanning mmc 0:1...                                                    
    Found /extlinux/extlinux.conf                                                      
    Retrieving file: /extlinux/extlinux.conf                               
    1:      Arago                                                                
    Retrieving file: /extlinux/../zImage                                                                                                         
    append: root=PARTUUID=5276f655-02 rootwait rw earlycon console=ttyO0,115200n8,115200
    Retrieving file: /extlinux/../am335x-boneblack.dtb                                                                                        
    Kernel image @ 0x82000000 [ 0x000000 - 0x757200 ]                                                                                            
    ## Flattened Device Tree blob at 88000000                                                         
       Booting using the fdt blob at 0x88000000                                                     
    Working FDT set to 88000000                                                                  
       Loading Device Tree to 8ffe5000, end 8fffff6c ... OK                              
    Working FDT set to 8ffe5000                                                               
                                                                                         
    Starting kernel ...                                                                   
                                                                                           
    [    0.000000] Booting Linux on physical CPU 0x0                                                 
    [    0.000000] Linux version 6.1.119-ti-gc490f4c0fe51 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20
    220708) #1 PREEMPT Wed Dec  4 17:16:52 UTC 2024

  • Hi,

    you were right, with holding button S2 while powering it boots like this:


    U-Boot SPL 2023.04-ti-g2a13324ec63c (Dec 04 2024 - 17:27:55 +0000)
    Trying to boot from MMC1
    
    
    U-Boot 2023.04-ti-g2a13324ec63c (Dec 04 2024 - 17:27:55 +0000)
    
    CPU  : AM335X-GP rev 2.1
    Model: TI AM335x BeagleBone Black
    DRAM:  512 MiB
    Core:  160 devices, 18 uclasses, devicetree: separate
    WDT:   Started wdt@44e35000 with servicing every 1000ms (60s timeout)
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... 
    <ethaddr> not set. Validating first E-fuse MAC
    Net:   eth2: ethernet@4a100000, eth3: usb_ether
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    Found /extlinux/extlinux.conf
    Retrieving file: /extlinux/extlinux.conf
    1:      Arago
    Retrieving file: /extlinux/../zImage
    append: root=PARTUUID=5276f655-02 rootwait rw earlycon console=ttyO0,115200n8,115200
    Retrieving file: /extlinux/../am335x-boneblack.dtb
    Kernel image @ 0x82000000 [ 0x000000 - 0x757200 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 8ffe5000, end 8fffff6c ... OK
    Working FDT set to 8ffe5000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.119-ti-gc490f4c0fe51 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 PREEMPT Wed Dec  4 17:16:52 UTC 2024
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
    [    0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '')
    [    0.000000] printk: bootconsole [omap8250] enabled
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 64 MiB at 0x9b800000
    [    0.000000] Zone ranges:
    [    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129540
    [    0.000000] Kernel command line: root=PARTUUID=5276f655-02 rootwait rw earlycon console=ttyO0,115200n8,115200
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 433552K/522240K available (11264K kernel code, 1479K rwdata, 3232K rodata, 1024K init, 285K bss, 23152K reserved, 65536K cma-reserved, 0K highmem)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] trace event string verifier disabled
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
    [    0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [    0.008064] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [    0.017999] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
    [    0.029465] Console: colour dummy device 80x30
    [    0.034069] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.040847] This ensures that you still see kernel messages. Please
    [    0.047289] update your kernel commandline.
    [    0.051618] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [    0.094442] CPU: Testing write buffer coherency: ok
    [    0.099524] CPU0: Spectre v2: using BPIALL workaround
    [    0.104716] pid_max: default: 32768 minimum: 301
    [    0.109672] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.117198] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.126786] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.134295] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.140713] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.147567] rcu: Hierarchical SRCU implementation.
    [    0.152511] rcu:     Max phase no-delay instances is 1000.
    [    0.159609] EFI services will not be available.
    [    0.164840] devtmpfs: initialized
    [    0.180532] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.188765] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.198913] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
    [    0.210989] pinctrl core: initialized pinctrl subsystem
    [    0.217413] DMI not present or invalid.
    [    0.222100] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.230282] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.238503] thermal_sys: Registered thermal governor 'step_wise'
    [    0.238609] cpuidle: using governor menu
    [    0.263073] No ATAGs?
    [    0.265436] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.300199] iommu: Default domain type: Translated 
    [    0.305238] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.319434] SCSI subsystem initialized
    [    0.328401] usbcore: registered new interface driver usbfs
    [    0.334083] usbcore: registered new interface driver hub
    [    0.358057] usbcore: registered new device driver usb
    [    0.363673] pps_core: LinuxPPS API ver. 1 registered
    [    0.377981] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.387394] PTP clock support registered
    [    0.398153] EDAC MC: Ver: 3.0.0
    [    0.410144] clocksource: Switched to clocksource dmtimer
    [    0.438970] NET: Registered PF_INET protocol family
    [    0.450296] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.470677] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.479394] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.500159] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.508157] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.530189] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.536832] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.560156] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.567494] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.590467] RPC: Registered named UNIX socket transport module.
    [    0.596562] RPC: Registered udp transport module.
    [    0.610154] RPC: Registered tcp transport module.
    [    0.614992] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.630150] PCI: CLS 0 bytes, default 64
    [    0.635495] Initialise system trusted keyrings
    [    0.650545] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.671937] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.690500] NFS: Registering the id_resolver key type
    [    0.695758] Key type id_resolver registered
    [    0.700059] Key type id_legacy registered
    [    0.710253] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.717150] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.740193] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.750494] Key type asymmetric registered
    [    0.754722] Asymmetric key parser 'x509' registered
    [    0.759870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.790146] io scheduler mq-deadline registered
    [    0.794806] io scheduler kyber registered
    [    0.901876] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
    [    0.910845] STMicroelectronics ASC driver initialized
    [    0.951234] brd: module loaded
    [    0.959519] loop: module loaded
    [    0.974949] CAN device driver interface
    [    0.979262] e1000e: Intel(R) PRO/1000 Network Driver
    [    1.000164] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    1.006359] igb: Intel(R) Gigabit Ethernet Network Driver
    [    1.020159] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    1.026651] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [    1.040202] usbcore: registered new interface driver pegasus
    [    1.046061] usbcore: registered new interface driver asix
    [    1.070175] usbcore: registered new interface driver ax88179_178a
    [    1.076470] usbcore: registered new interface driver cdc_ether
    [    1.090182] usbcore: registered new interface driver smsc75xx
    [    1.096122] usbcore: registered new interface driver smsc95xx
    [    1.120175] usbcore: registered new interface driver net1080
    [    1.126019] usbcore: registered new interface driver cdc_subset
    [    1.140189] usbcore: registered new interface driver zaurus
    [    1.145954] usbcore: registered new interface driver cdc_ncm
    [    1.160832] usbcore: registered new interface driver usb-storage
    [    1.180623] i2c_dev: i2c /dev entries driver
    [    1.186912] cpuidle: enable-method property 'ti,am3352' found operations
    [    1.210758] sdhci: Secure Digital Host Controller Interface driver
    [    1.217126] sdhci: Copyright(c) Pierre Ossman
    [    1.230317] Synopsys Designware Multimedia Card Interface Driver
    [    1.236637] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.250624] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.257178] usbcore: registered new interface driver usbhid
    [    1.280143] usbhid: USB HID core driver
    [    1.286321] NET: Registered PF_INET6 protocol family
    [    1.301575] Segment Routing with IPv6
    [    1.305421] In-situ OAM (IOAM) with IPv6
    [    1.309529] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.330911] NET: Registered PF_PACKET protocol family
    [    1.336124] can: controller area network core
    [    1.350239] NET: Registered PF_CAN protocol family
    [    1.355169] can: raw protocol
    [    1.358221] can: broadcast manager protocol
    [    1.380155] can: netlink gateway - max_hops=1
    [    1.384920] Key type dns_resolver registered
    [    1.389446] ThumbEE CPU extension supported.
    [    1.410158] Registering SWP/SWPB emulation handler
    [    1.415572] omap_voltage_late_init: Voltage driver support not added
    [    1.431100] Loading compiled-in X.509 certificates
    [    1.503267] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/pinmux_clkout2_pin
    [    1.530712] pinctrl-single 44e10800.pinmux: 142 pins, size 568
    [    1.551990] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    1.591782] ti-sysc: probe of 48040000.target-module failed with error -16
    [    1.627899] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    1.650516] OMAP GPIO hardware version 0.1
    [    1.665401] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    1.693725] at24 2-0054: supply vcc not found, using dummy regulator
    [    1.744110] at24 2-0055: supply vcc not found, using dummy regulator
    [    1.793656] at24 2-0056: supply vcc not found, using dummy regulator
    [    1.843668] at24 2-0057: supply vcc not found, using dummy regulator
    [    1.893334] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [    1.913539] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    1.932302] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    1.964399] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
    [    1.977910] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
    [    2.010436] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
    [    2.021589] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    2.028526] random: crng init done
    [    2.100167] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    2.131855] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [    2.150590] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
    [    2.157585] cpsw-switch 4a100000.switch: ALE Table size 1024
    [    2.180276] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies)
    [    2.188071] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
    [    2.220181] cpsw-switch 4a100000.switch: Detected MACID = 3c:e4:b0:15:c4:99
    [    2.228467] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
    [    2.270103] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
    [    2.278461] edma 49000000.dma: TI EDMA DMA engine driver
    [    2.326313] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    2.355505] l3-aon-clkctrl:0000:0: failed to disable
    [    2.371685] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    2.392431] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 36, base_baud = 3000000) is a 8250
    [    2.404155] printk: console [ttyS0] enabled
    [    2.404155] printk: console [ttyS0] enabled
    [    2.412791] printk: bootconsole [omap8250] disabled
    [    2.412791] printk: bootconsole [omap8250] disabled
    [    2.450691] tps65217-pmic: Failed to locate of_node [id: -1]
    [    2.462705] tps65217-bl: Failed to locate of_node [id: -1]
    [    2.471622] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    2.478393] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [    2.485576] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
    [    2.498859] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
    [    2.510341] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    2.518181] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
    [    2.528718] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
    [    2.539820] clk: Disabling unused clocks
    [    2.544395] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
    [    2.552116] sdhci-omap 48060000.mmc: Got CD GPIO
    [    2.556951] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
    [    2.567313] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
    [    2.590534] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
    [    2.601669] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
    [    2.611859] Waiting for root device PARTUUID=5276f655-02...
    [    2.649800] mmc0: new high speed SDHC card at address 59b4
    [    2.656424] mmcblk0: mmc0:59b4 USD   29.5 GiB 
    [    2.663816]  mmcblk0: p1 p2
    [    2.699255] mmc1: new high speed MMC card at address 0001
    [    2.705935] mmcblk1: mmc1:0001 M62704 3.56 GiB 
    [    2.713159]  mmcblk1: p1
    [    2.716711] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB 
    [    2.723646] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB 
    [    2.730312] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (243:0)
    [    2.757988] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
    [    2.767150] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.775718] devtmpfs: mounted
    [    2.780777] Freeing unused kernel image (initmem) memory: 1024K
    [    2.787497] Run /sbin/init as init process
    [    3.194336] systemd[1]: System time before build time, advancing clock.
    [    3.243760] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    3.276325] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2023.10!
    
    [    3.322994] systemd[1]: Hostname set to <am335x-evm>.
    [    3.339716] systemd[1]: Initializing machine ID from random generator.
    [    3.716792] systemd-sysv-generator[80]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    4.325416] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    4.455731] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    4.630412] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.643748] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.687789] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.732863] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.773096] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.812017] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    4.851046] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    4.893587] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.931318] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.970770] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    5.011320] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    5.064618] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    5.100771] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    5.165731] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.201189] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.293032] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
    [    5.306062] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.345163] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.382302] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.423980] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.462955] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.501863] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    5.543634] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
    [    5.590948] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.635469] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    5.711118] systemd[1]: Mounting Kernel Trace File System...
             Mounting Kernel Trace File System...
    [    5.738489] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    5.801778] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    5.833043] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    5.856880] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    5.941344] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    5.980077] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    6.041764] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    6.081759] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    6.108111] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    6.121294] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    6.162923] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.231753] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.271804] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    6.331268] cryptodev: loading out-of-tree module taints kernel.
    [    6.359809] cryptodev: driver 1.12 loaded.
    [    6.365469] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    6.451722] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    6.505804] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
    [    6.558966] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    6.611725] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    6.641688] systemd[1]: Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Debug File System.
    [    6.681540] systemd[1]: Mounted Kernel Trace File System.
    [  OK  ] Mounted Kernel Trace File System.
    [    6.701657] systemd[1]: Mounted Temporary Directory /tmp.
    [  OK  ] Mounted Temporary Directory /tmp.
    [    6.721624] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...[    7.291052] systemd-journald[92]: Received client request to flush runtime journal.
    
             Starting Create System Users...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create System Users.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Rebuild Journal Catalog...
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Finished Rebuild Journal Catalog.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [   11.804776] remoteproc remoteproc0: wkup_m3 is available
    [   12.035218] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [  OK  ] Found device /dev/ttyS0.
    [   12.162882] tda998x 0-0070: found TDA19988
    [   12.169467] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
    [   12.298634] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
    [   12.333718] remoteproc remoteproc0: powering up wkup_m3
    [   12.375234] omap_rtc 44e3e000.rtc: registered as rtc0
    [   12.401436] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 230328
    [   12.409840] remoteproc remoteproc0: remote processor wkup_m3 is now up
    [   12.416416] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
    [   12.497416] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
    [   12.526053] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
    [   12.542714] systemd-journald[92]: Time jumped backwards, rotating.
    [   12.640123] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
    [   12.784434] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [   12.789834] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [   13.026278] hub 1-0:1.0: USB hub found
    [   13.062290] hub 1-0:1.0: 1 port detected
    [   13.717966] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_audio_codec_init [tda998x])
    [   13.813592] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
    [  OK  ] Finished Rebuild Dynamic Linker Cache.
             Starting Run pending postinsts...
    [   13.937751] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
    [   14.051008] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
             Starting Update is Completed...
    [   14.312577] PM: bootloader does not support rtc-only!
    [   14.358098] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [   14.430413] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [  OK  ] Finished Update is Completed.
    [   14.453535] omap-sham 53100000.sham: will run requests pump with realtime priority
    [   14.470746] omap-aes 53500000.aes: will run requests pump with realtime priority
    [   14.479347] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 1
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    **] A start job is running for Run pending postinsts (18s / no limit)
    [   23.601282] remoteproc remoteproc1: 4a334000.pru is available
    [   23.653352] remoteproc remoteproc2: 4a338000.pru is available
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Reached target Hardware activated USB gadget.
             Starting Load Kernel Module fuse...
             Starting Start psplash boot splash screen...
             Starting File System Check on /dev/mmcblk0p1...
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/boot-mmcblk0p1...
    [  OK  ] Mounted /run/media/boot-mmcblk0p1.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/rootfs-mmcblk1p1...
    [   28.970609] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Quota mode: disabled.
    [  OK  ] Mounted /run/media/rootfs-mmcblk1p1.
    [  OK  ] Finished Run pending postinsts.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
             Starting Lighttpd Daemon...
             Starting Telephony service...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Started DEMO.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Started Lighttpd Daemon.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Telephony service.
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Sound Card.
             Starting Network Configuration...
    [   32.757030] Bluetooth: Core ver 2.22
    [   32.787408] NET: Registered PF_BLUETOOTH protocol family
    [   32.819899] Bluetooth: HCI device and connection manager initialized
    [   32.836700] Bluetooth: HCI socket layer initialized
    [   32.863530] Bluetooth: L2CAP socket layer initialized
    [   32.884130] Bluetooth: SCO socket layer initialized
    [  OK  ] Started User Login Management.
    [   34.406824] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   34.601037] Initializing XFRM netlink socket
    [   34.923512] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   34.955560] EXT4-fs (mmcblk0p2): resizing filesystem from 1865501 to 7695872 blocks
    [   34.975761] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
             Starting Network Name Resolution...
    [   36.217842] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac
    [   36.421559] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [   38.286129] EXT4-fs (mmcblk0p2): resized filesystem to 7695872
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [  OK  ] Finished Synchronize System and HW clocks.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am335x-evm -
    
    Arago 2023.10 am335x-evm -
    
    am335x-evm login:

    Now I want to run this on my custom board. As far as I know the default uboot tries to detect hardware which will not succeed on the custom board. Therefore I use our modified uboot (that doesnt detect hardware) and inject it together with the .dtb into the image you send:

    1. Copy custom .dtb into the image

    sudo mount /dev/sdb1 /mnt/my_external_boot/
    sudo mount -t ext4 /dev/sdb2 /mnt/my_external_drive
    sudo cp images/custom.dtb /mnt/my_external_drive/boot/dtb/
    sudo cp images/custom.dtb /mnt/my_external_boot/
    sudo umount /mnt/my_external*

    2. Copy uboot

    sudo mount /dev/sdb1 /mnt/my_external_boot/
    sudo mv /mnt/my_external_boot/MLO /mnt/my_external_boot/MLO.bak
    sudo mv /mnt/my_external_boot/u-boot.img /mnt/my_external_boot/u-boot.img.bak
    sudo cp images/MLO /mnt/my_external_boot/MLO
    sudo cp images/u-boot.img /mnt/my_external_boot/u-boot.img
    sudo umount /mnt/my_external_boot/

    3. During boot in uboot start from SD and load custom .dtb
    mmc dev 0 # select SD card
    fatload mmc 0:1 ${loadaddr} zImage # load zImage into RAM
    setenv fdtaddr 0x88000000 # load custom dtb
    fatload mmc 0:1 ${fdtaddr} custom.dtb
    bootz ${loadaddr} - ${fdtaddr} # boot kernel + dtb


    Then this is printed from the custom board:
    U-Boot SPL 2019.04 (Sep 10 2025 - 15:46:41 +0200)
    Trying to boot from MMC1
    Loading Environment from NAND... OK
    
    
    U-Boot 2019.04 (Sep 10 2025 - 15:46:41 +0200)
    
    CPU  : AM335X-GP rev 2.1
    I2C:   ready
    DRAM:  512 MiB
    No match for driver 'omap_hsmmc'
    No match for driver 'omap_hsmmc'
    Some drivers were not found
    Board init called. About to toggle GPIO 43 (gpio1_11)
    Reset Source: Power-on reset has occurred.
    RTC 32KCLK Source: External.
    NAND:  512 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from NAND... OK
    Board: BeagleBone Black
    BeagleBone Black:
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x54:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x55:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x56:
    Timed out in wait_for_bb: status=1000
    BeagleBone: cape eeprom: i2c_probe: 0x57:
    Net:   eth0: MII MODE
    cpsw, usb_ether
    Press SPACE to abort autoboot in 2 seconds
    devl => mmc dev 0 # select SD card
    switch to partitions #0, OK
    mmc0 is current device
    devl => fatload mmc 0:1 ${loadaddr} zImage # load zImage into RAM
    7696896 bytes read in 504 ms (14.6 MiB/s)
    devl => mmc dev 0
    switch to partitions #0, OK
    mmc0 is current device
    devl => fatload mmc 0:1 ${loadaddr} zImage
    7696896 bytes read in 504 ms (14.6 MiB/s)
    devl => setenv fdtaddr 0x88000000
    devl => fatload mmc 0:1 ${fdtaddr} custom.dtb
    100420 bytes read in 11 ms (8.7 MiB/s)
    devl => bootz ${loadaddr} - ${fdtaddr} 
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe4000, end 8ffff843 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.119-ti-gc490f4c0fe51 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 PREEMPT Wed Dec  4 17:16:52 UTC 2024
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: Octavo Custom
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 64 MiB at 0x9b800000
    [    0.000000] Zone ranges:
    [    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (sgx neon)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129540
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 433540K/522240K available (11264K kernel code, 1479K rwdata, 3232K rodata, 1024K init, 285K bss, 23164K reserved, 65536K cma-reserved, 0K highmem)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] trace event string verifier disabled
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
    [    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
    [    0.000023] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
    [    0.000403] TI gptimer clockevent: 25000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
    [    0.001996] Console: colour dummy device 80x30
    [    0.002035] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.002041] This ensures that you still see kernel messages. Please
    [    0.002045] update your kernel commandline.
    [    0.002076] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [    0.090493] CPU: Testing write buffer coherency: ok
    [    0.090558] CPU0: Spectre v2: using BPIALL workaround
    [    0.090565] pid_max: default: 32768 minimum: 301
    [    0.090777] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.090796] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.092414] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.092431] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.092564] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.092710] rcu: Hierarchical SRCU implementation.
    [    0.092716] rcu:     Max phase no-delay instances is 1000.
    [    0.094523] EFI services will not be available.
    [    0.095105] devtmpfs: initialized
    [    0.107865] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.108124] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.108148] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
    [    0.113264] pinctrl core: initialized pinctrl subsystem
    [    0.114337] DMI not present or invalid.
    [    0.114998] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.117089] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.118125] thermal_sys: Registered thermal governor 'step_wise'
    [    0.118229] cpuidle: using governor menu
    [    0.121396] platform 4b000000.pmu: Cannot lookup hwmod 'debugss'
    [    0.121690] platform soc:mpu: Cannot lookup hwmod 'mpu'
    [    0.121804] platform ocp: Cannot lookup hwmod 'l3_main'
    [    0.132020] platform 44d00000.wkup_m3: Cannot lookup hwmod 'wkup_m3'
    [    0.147191] platform 4c000000.emif: Cannot lookup hwmod 'emif'
    [    0.150243] No ATAGs?
    [    0.150260] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.174844] iommu: Default domain type: Translated 
    [    0.174865] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.176343] SCSI subsystem initialized
    [    0.181024] usbcore: registered new interface driver usbfs
    [    0.181069] usbcore: registered new interface driver hub
    [    0.181113] usbcore: registered new device driver usb
    [    0.182149] pps_core: LinuxPPS API ver. 1 registered
    [    0.182161] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.182182] PTP clock support registered
    [    0.182450] EDAC MC: Ver: 3.0.0
    [    0.192129] clocksource: Switched to clocksource dmtimer
    [    0.213194] NET: Registered PF_INET protocol family
    [    0.213502] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.214814] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.214856] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.214870] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.214908] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.214963] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.215066] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.215087] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.215235] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.215760] RPC: Registered named UNIX socket transport module.
    [    0.215773] RPC: Registered udp transport module.
    [    0.215778] RPC: Registered tcp transport module.
    [    0.215781] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.215794] PCI: CLS 0 bytes, default 64
    [    0.216946] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    0.218463] Initialise system trusted keyrings
    [    0.218821] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.223978] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.232565] NFS: Registering the id_resolver key type
    [    0.232646] Key type id_resolver registered
    [    0.232653] Key type id_legacy registered
    [    0.232748] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.232758] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.232802] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.233500] Key type asymmetric registered
    [    0.233515] Asymmetric key parser 'x509' registered
    [    0.233658] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.233669] io scheduler mq-deadline registered
    [    0.233676] io scheduler kyber registered
    [    0.241499] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    0.242370] OMAP GPIO hardware version 0.1
    [    0.255261] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/jtaggrp
    [    0.257539] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    0.272218] ti-sysc: probe of 48040000.target-module failed with error -16
    [    0.276767] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    0.280608] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    0.295011] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    0.297351] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    0.316938] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
    [    0.316974] edma 49000000.dma: TI EDMA DMA engine driver
    [    0.338718] pinctrl-single 44e10800.pinmux: 142 pins, size 568
    [    0.439939] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
    [    0.454235] 48022000.serial: ttyS0 at MMIO 0x48022000 (irq = 25, base_baud = 3000000) is a 8250
    [    1.980905] printk: console [ttyS0] enabled
    [    1.994031] 481a8000.serial: ttyS1 at MMIO 0x481a8000 (irq = 26, base_baud = 3000000) is a 8250
    [    2.014087] STMicroelectronics ASC driver initialized
    [    2.032280] random: crng init done
    [    2.035764] omap_rng 48310000.rng: Random Number Generator ver. 20
    [    2.080561] brd: module loaded
    [    2.096908] loop: module loaded
    [    2.132633] CAN device driver interface
    [    2.138216] e1000e: Intel(R) PRO/1000 Network Driver
    [    2.152138] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    2.158187] igb: Intel(R) Gigabit Ethernet Network Driver
    [    2.172133] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    2.232143] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    2.239871] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [    2.273714] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8740
    [    2.293410] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
    [    2.299824] cpsw 4a100000.ethernet: ALE Table size 1024
    [    2.332414] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
    [    2.339673] cpsw 4a100000.ethernet: Detected MACID = 30:e2:83:2a:5f:63
    [    2.363657] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [    2.369372] usbcore: registered new interface driver pegasus
    [    2.381168] usbcore: registered new interface driver asix
    [    2.386946] usbcore: registered new interface driver ax88179_178a
    [    2.393142] usbcore: registered new interface driver cdc_ether
    [    2.399042] usbcore: registered new interface driver smsc75xx
    [    2.404881] usbcore: registered new interface driver smsc95xx
    [    2.410681] usbcore: registered new interface driver net1080
    [    2.416433] usbcore: registered new interface driver cdc_subset
    [    2.422420] usbcore: registered new interface driver zaurus
    [    2.428050] usbcore: registered new interface driver cdc_ncm
    [    2.436390] usbcore: registered new interface driver usb-storage
    [    2.444617] i2c_dev: i2c /dev entries driver
    [    2.453899] cpuidle: enable-method property 'ti,am3352' found operations
    [    2.461813] sdhci: Secure Digital Host Controller Interface driver
    [    2.468109] sdhci: Copyright(c) Pierre Ossman
    [    2.473217] Synopsys Designware Multimedia Card Interface Driver
    [    2.479970] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.487699] omap_gpio 481ae000.gpio: Could not set line 19 debounce to 200000 microseconds (-22)
    [    2.497382] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.503484] sdhci-omap 48060000.mmc: Got CD GPIO
    [    2.508170] sdhci-omap 48060000.mmc: Got WP GPIO
    [    2.515402] usbcore: registered new interface driver usbhid
    [    2.521026] usbhid: USB HID core driver
    [    2.525095] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
    [    2.534934] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [    2.540129] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    2.546764] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
    [    2.561464] NET: Registered PF_INET6 protocol family
    [    2.567898] Segment Routing with IPv6
    [    2.571622] In-situ OAM (IOAM) with IPv6
    [    2.575980] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    2.582696] NET: Registered PF_PACKET protocol family
    [    2.587814] can: controller area network core
    [    2.592560] NET: Registered PF_CAN protocol family
    [    2.597386] can: raw protocol
    [    2.600373] can: broadcast manager protocol
    [    2.604703] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
    [    2.612741] can: netlink gateway - max_hops=1
    [    2.617799] Key type dns_resolver registered
    [    2.622308] ThumbEE CPU extension supported.
    [    2.626653] Registering SWP/SWPB emulation handler
    [    2.632027] omap_voltage_late_init: Voltage driver support not added
    [    2.639569] Loading compiled-in X.509 certificates
    [    2.678041] mmc0: new high speed SDHC card at address 59b4
    [    2.684700] mmcblk0: mmc0:59b4 USD   29.5 GiB 
    [    2.689880] tps65217-pmic: Failed to locate of_node [id: -1]
    [    2.698806]  mmcblk0: p1 p2
    [    2.705670] tps65217-bl: Failed to locate of_node [id: -1]
    [    2.713232] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    2.720285] rtc-ds1307: probe of 0-0068 failed with error -121
    [    2.726717] at24 0-0050: supply vcc not found, using dummy regulator
    [    2.733803] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [    2.740815] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    2.753186] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xdc
    [    2.759605] nand: Toshiba TH58NVG2S3HBAI4 4G 3.3V 8-bit
    [    2.765040] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
    [    2.772978] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
    [    2.778422] 14 fixed-partitions partitions found on MTD device omap2-nand.0
    [    2.785458] Creating 14 MTD partitions on "omap2-nand.0":
    [    2.790887] 0x000000000000-0x000000020000 : "NAND.SPL"
    [    2.797636] 0x000000020000-0x000000040000 : "NAND.SPL.backup1"
    [    2.804850] 0x000000040000-0x000000060000 : "NAND.SPL.backup2"
    [    2.811948] 0x000000060000-0x000000080000 : "NAND.SPL.backup3"
    [    2.819170] 0x000000080000-0x000000180000 : "NAND.u-boot"
    [    2.826441] 0x000000180000-0x000000200000 : "NAND.u-boot-env"
    [    2.833771] 0x000000200000-0x000000280000 : "NAND.u-boot-env.backup1"
    [    2.841683] 0x000000280000-0x000000a80000 : "NAND.kernel0"
    [    2.853394] 0x000000a80000-0x000001280000 : "NAND.kernel1"
    [    2.865020] 0x000001280000-0x0000012c0000 : "NAND.kparams0"
    [    2.871951] 0x0000012c0000-0x000001300000 : "NAND.kparams1"
    [    2.878951] 0x000001300000-0x00000b300000 : "NAND.rootfs0"
    [    2.982450] 0x00000b300000-0x000015300000 : "NAND.rootfs1"
    [    3.086029] 0x000015300000-0x000020000000 : "NAND.data"
    [    3.199443] clk: Disabling unused clocks


    Obviously uboot is old again (2019) but is this relevant in this context? As you can see I get the same faulty behavior again:

    [    0.257539] ti-sysc: probe of 44e31000.target-module failed with error -16
    [    0.272218] ti-sysc: probe of 48040000.target-module failed with error -16
    ...
    [    3.199443] clk: Disabling unused clocks

    With this approach once the kernel starts, its your code and my .dtb, right?
    Does this mean that there is definitely an issue in the device tree?

  • Hi Artur,

    Now I want to run this on my custom board. As far as I know the default uboot tries to detect hardware which will not succeed on the custom board.

    Yes U-Boot will try to detect the hardware, but it should still continue if the detection failed to identify for any EVM (or known board). Or at least you should still be able to get to the U-Boot command line and manually load kernel image and dtb to boot into Linux.

    Therefore I use our modified uboot (that doesnt detect hardware) and inject it together with the .dtb into the image you send:

    So can you please test without updating to your modified U-Boot?

    The goal is to use the original binaries and only difference is to use your kernel dtb.

  • Hi Bin Liu,

    I see. The issue is that when leaving uboot as it is and only copying the .dtb there is nothing printed. Not even uboot messages. Maybe the default console is output to a different port. I will check it and come back to you. If you have any other ideas Im happy to hear from you.

  • Hi Artur,

    All the AM335x EVMs use UART0 as the console. But the kernel log seems indicating that your board uses UART1 as the console. So the way that I thought to debug the issue - use the SDK prebuilt U-Boot binary - does not seem to be easy.

    Let's go back to your original method, boot your board using your U-Boot and Linux build. You might want to disable all the peripherals in kernel device tree except the console UART and the SD card MMC interface to see if you can boot into Linux prompt. Then enable the peripheral one by one to see which one causes the boot to stop.

    To see which peripherals are enabled in kernel devicetree, you can use command like "dtc -o board.dts <your-board.dtb>" to convert the dtb file back to dts and review it to see what are enabled.

  • By the way, I am out of office for the next two weeks. I will check on your progress once I am back.