This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5708: Linux 6.3.83 boot failure

Part Number: AM5708
Other Parts Discussed in Thread: DRA722, SYSCONFIG, AM5718, AM5716

Tool/software:

Hi,

I'm trying to upgrade the linux kernel for one of our products. We have run 4.4.0 until now. When booting linux 6.1 I run into some initializations issues and later on a kernel panic.

The first timer initialization error marked in red seems to come from the dmtimer_percpu_timer_init() function function in timer-ti-dm-systimer.c. It returns -EINVAL since the timer belongs to cpu #1 which does not exist on AM5708. The function is called from here and as you can see dmtimer16 has cpu argument set to 1.

static int __init dmtimer_percpu_quirk_init(struct device_node *np, u32 pa)
{
    struct device_node *arm_timer;

    arm_timer = of_find_compatible_node(NULL, NULL, "arm,armv7-timer");
    if (of_device_is_available(arm_timer)) {
        pr_warn_once("ARM architected timer wrap issue i940 detected\n");
        return 0;
    }

    if (pa == 0x4882c000) /* dra7 dmtimer15 */
        return dmtimer_percpu_timer_init(np, 0);
    else if (pa == 0x4882e000) /* dra7 dmtimer16 */
        return dmtimer_percpu_timer_init(np, 1);

    return 0;
}

Can you give me some advise how to solve the initialization errors and the kernel panic?

Thanks in advance!

BR,
Jonas

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.83-r6_1.0 (root@VirtualBox) (arm-none-linux-gnueabihf-gcc (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 11.2.1 20220111, GNU ld (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 2.37.20220122) #3 SMP PREEMPT Fri Sep 6 12:51:27 Europe 2024
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: CENSORED
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x9e800000
[ 0.000000] OMAP4: Map 0x9fe00000 to (ptrval) for dram barrier
[ 0.000000] Hit pending asynchronous external abort (FSR=0x00000406) during first unmask, this is most likely caused by a firmware/bootloader bug.
[ 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] DRA722 ES2.1
[ 0.000000] percpu: Embedded 17 pages/cpu s37876 r8192 d23564 u69632
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=9c8c195f-02 rw rootfstype=ext4 rootwait bootver=1.0
[ 0.000000] Unknown kernel command line parameters "bootver=1.0", 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: 477396K/522240K available (10240K kernel code, 878K rwdata, 2944K rodata, 1024K init, 6500K bss, 28460K reserved, 16384K 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] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns
[ 0.001556] TI gptimer clockevent: always-on 31475 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
[ 0.003387] TI gptimer percpu-dmtimer: 19200000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[ 0.003509] dmtimer_percpu_timer_init: cpu_possible 1
[ 0.003509] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.005004] Console: colour dummy device 80x30
[ 0.005065] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.005065] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.005065] ... MAX_LOCK_DEPTH: 48
[ 0.005096] ... MAX_LOCKDEP_KEYS: 8192
[ 0.005096] ... CLASSHASH_SIZE: 4096
[ 0.005096] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.005096] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.005126] ... CHAINHASH_SIZE: 32768
[ 0.005126] memory used by lock dependency info: 4061 kB
[ 0.005126] memory used for stack traces: 2112 kB
[ 0.005126] per task-struct memory footprint: 1536 bytes
[ 0.005218] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.050231] CPU: Testing write buffer coherency: ok
[ 0.050384] CPU0: Spectre v2: using ICIALLU workaround
[ 0.050384] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.050415] pid_max: default: 32768 minimum: 301
[ 0.050659] LSM: Security Framework initializing
[ 0.050994] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.051025] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.055145] /cpus/cpu@0 missing clock-frequency property
[ 0.055206] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.057495] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057495] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.057800] Running RCU-tasks wait API self tests
[ 0.156524] Setting up static identity map for 0x80100000 - 0x80100078
[ 0.157196] rcu: Hierarchical SRCU implementation.
[ 0.157196] rcu: Max phase no-delay instances is 1000.
[ 0.158691] smp: Bringing up secondary CPUs ...
[ 0.158721] smp: Brought up 1 node, 1 CPU
[ 0.158721] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.158752] CPU: All CPU(s) started in HYP mode.
[ 0.158752] CPU: Virtualization extensions available.
[ 0.160614] devtmpfs: initialized
[ 0.262542] Callback from call_rcu_tasks() invoked.
[ 0.266479] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.267669] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.267700] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.268402] pinctrl core: initialized pinctrl subsystem
[ 0.272735] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.278503] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.280822] audit: initializing netlink subsys (disabled)
[ 0.283264] thermal_sys: Registered thermal governor 'fair_share'
[ 0.283264] thermal_sys: Registered thermal governor 'step_wise'
[ 0.283294] thermal_sys: Registered thermal governor 'user_space'
[ 0.283599] audit: type=2000 audit(0.280:1): state=initialized audit_enabled=0 res=1
[ 0.283660] cpuidle: using governor menu
[ 0.340606] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.340759] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.351470] platform panel: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0
[ 0.354583] No ATAGs?
[ 0.354797] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.354827] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.383117] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.404235] iommu: Default domain type: Translated
[ 0.404235] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.420501] clocksource: Switched to clocksource 32k_counter
[ 0.422515] VFS: Disk quotas dquot_6.6.0
[ 0.422637] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.472595] NET: Registered PF_INET protocol family
[ 0.473114] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.475433] tcp_listen_portaddr_hash hash table entries: 256 (order: 1, 10240 bytes, linear)
[ 0.475524] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.475555] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.475708] TCP bind hash table entries: 4096 (order: 6, 327680 bytes, linear)
[ 0.477111] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.477355] UDP hash table entries: 256 (order: 2, 24576 bytes, linear)
[ 0.477478] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes, linear)
[ 0.477844] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.481445] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.484680] Initialise system trusted keyrings
[ 0.490783] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.492553] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.493438] jitterentropy: Initialization failed with host not compliant with requirements: 2
[ 0.493499] Key type asymmetric registered
[ 0.493560] Asymmetric key parser 'x509' registered
[ 0.493743] io scheduler mq-deadline registered
[ 0.493774] io scheduler kyber registered
[ 0.517517] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.539245] panel-simple panel: Specify missing connector_type
[ 0.596313] brd: module loaded
[ 0.637023] loop: module loaded
[ 0.638366] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 0.643157] i2c_dev: i2c /dev entries driver
[ 0.645446] cpu cpu0: Failed to set OPP config
[ 0.646209] sdhci: Secure Digital Host Controller Interface driver
[ 0.646209] sdhci: Copyright(c) Pierre Ossman
[ 0.646667] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.648284] Initializing XFRM netlink socket
[ 0.648590] NET: Registered PF_INET6 protocol family
[ 0.662963] Segment Routing with IPv6
[ 0.663055] In-situ OAM (IOAM) with IPv6
[ 0.663146] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.664947] NET: Registered PF_PACKET protocol family
[ 0.665008] NET: Registered PF_KEY protocol family
[ 0.665039] Key type dns_resolver registered
[ 0.665130] ThumbEE CPU extension supported.
[ 0.665130] Registering SWP/SWPB emulation handler
[ 0.665161] omap_voltage_late_init: Voltage driver support not added
[ 0.665161] sr_init_by_name: Unable to get voltage domain pointer for VDD mpu
[ 0.665191] sr_init_by_name: Unable to get voltage domain pointer for VDD core
[ 0.665191] Power Management for TI OMAP4+ devices.
[ 0.665649] SmartReflex Class3 initialized
[ 0.667327] Loading compiled-in X.509 certificates
[ 0.920227] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.940216] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 1.008819] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 1.059967] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 1.061584] OMAP GPIO hardware version 0.1
[ 1.067169] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 1.089813] printk: console [ttyS2] disabled
[ 1.090698] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.034790] printk: console [ttyS2] enabled
[ 2.060424] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.073730] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.085968] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.098205] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.110565] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.123321] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.135864] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.152526] at24 2-0050: supply vcc not found, using dummy regulator
[ 2.191253] at24 2-0050: 16384 byte 24c128 EEPROM, writable, 64 bytes/write
[ 2.198760] lm75 2-004b: supply vs not found, using dummy regulator
[ 2.207397] hwmon hwmon0: temp1_input not attached to any thermal zone
[ 2.213806] lm75 2-004b: hwmon0: sensor 'lm75'
[ 2.221008] input: fts_ts as /devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@0/48060000.target-module/48060000.i2c/i2c-2/2-0038/input/input0
[ 2.522460] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.537017] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 113, base_baud = 3000000) is a 8250
[ 2.557128] palmas 0-0058: Irq flag is 0x00000000
[ 2.594055] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
[ 2.616638] smps5: Bringing 0uV into 1200000-1200000uV
[ 2.633239] ldo3: Bringing 0uV into 1800000-1800000uV
[ 2.651092] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.676177] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.682342] random: crng init done
[ 2.708251] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 2.753448] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 2.808929] mmc0: new high speed SDHC card at address b368
[ 2.824005] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 2.846862] mmcblk0: p1 p2 p3 p4
[ 2.866241] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.875061] ------------[ cut here ]------------
[ 2.879638] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 2.888488] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 2.899902] Modules linked in:
[ 2.902862] CPU: 0 PID: 8 Comm: kworker/u2:0 Not tainted 6.1.83-r6_1.0 #3
[ 2.909423] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 2.915313] Workqueue: events_unbound deferred_probe_work_func
[ 2.920959] unwind_backtrace from show_stack+0x10/0x14
[ 2.926025] show_stack from dump_stack_lvl+0x58/0x70
[ 2.930908] dump_stack_lvl from __warn+0x70/0x1c0
[ 2.935546] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 2.940521] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 2.946655] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 2.953399] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 2.959716] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 2.965515] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 2.971160] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 2.976470] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 2.982452] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 2.988494] call_with_stack from __irq_svc+0x9c/0xd4
[ 2.993377] Exception stack(0xe0039858 to 0xe00398a0)
[ 2.998260] 9840: 00000000 58000000
[ 3.006164] 9860: 00000074 00000000 c2b20640 c2b25010 c1723b5c 00000000 c0b36330 c0b35fb0
[ 3.014068] 9880: 00000001 00000000 00000000 e00398a8 48838000 c06075f8 20000113 ffffffff
[ 3.021942] __irq_svc from sysc_probe+0xd88/0x1520
[ 3.026672] sysc_probe from platform_probe+0x58/0xbc
[ 3.031555] platform_probe from really_probe+0xc4/0x2f4
[ 3.036682] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.042419] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.048736] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.055145] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.061218] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.066772] __device_attach from bus_probe_device+0x88/0x90
[ 3.072265] bus_probe_device from device_add+0x38c/0x790
[ 3.077484] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.083801] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.091278] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.097686] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.103820] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.109466] platform_probe from really_probe+0xc4/0x2f4
[ 3.114624] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.120330] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.126678] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.133056] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.139129] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.144683] __device_attach from bus_probe_device+0x88/0x90
[ 3.150177] bus_probe_device from device_add+0x38c/0x790
[ 3.155395] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.161712] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.169189] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.175598] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.181762] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.187408] platform_probe from really_probe+0xc4/0x2f4
[ 3.192535] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.198272] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.204589] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.210998] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.217041] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.222625] __device_attach from bus_probe_device+0x88/0x90
[ 3.228088] bus_probe_device from device_add+0x38c/0x790
[ 3.233306] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.239624] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.247131] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.253509] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.259674] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.265319] platform_probe from really_probe+0xc4/0x2f4
[ 3.270446] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.276184] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.282501] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.288909] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.294982] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.300537] __device_attach from bus_probe_device+0x88/0x90
[ 3.306030] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 3.312255] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 3.318664] process_one_work from worker_thread+0x28/0x4b0
[ 3.324035] worker_thread from kthread+0xe8/0x11c
[ 3.328674] kthread from ret_from_fork+0x14/0x24
[ 3.333221] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 3.338104] 9fa0: 00000000 00000000 00000000 00000000
[ 3.346008] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 3.353881] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 3.360290] irq event stamp: 278720
[ 3.363647] hardirqs last enabled at (278719): [<c0a53830>] _raw_spin_unlock_irqrestore+0x5c/0x60
[ 3.372283] hardirqs last disabled at (278720): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 3.379455] softirqs last enabled at (265424): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 3.386993] softirqs last disabled at (265419): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 3.394744] ---[ end trace 0000000000000000 ]---
[ 3.399597] ------------[ cut here ]------------
[ 3.404083] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 3.412902] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 3.424316] Modules linked in:
[ 3.427276] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 3.435241] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 3.441131] Workqueue: events_unbound deferred_probe_work_func
[ 3.446777] unwind_backtrace from show_stack+0x10/0x14
[ 3.451843] show_stack from dump_stack_lvl+0x58/0x70
[ 3.456726] dump_stack_lvl from __warn+0x70/0x1c0
[ 3.461364] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 3.466339] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 3.472473] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 3.479217] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 3.485534] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 3.491333] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 3.496978] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 3.502288] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 3.508270] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 3.514312] call_with_stack from __irq_svc+0x9c/0xd4
[ 3.519195] Exception stack(0xe0039830 to 0xe0039878)
[ 3.524078] 9820: c2b20640 00000003 00000078 fa838078
[ 3.531982] 9840: c2b20640 00000003 c2b25010 00000003 c0b36330 c0b36330 00000001 00000000
[ 3.539886] 9860: 00000000 e0039880 c0605aa8 c0604b88 60000113 ffffffff
[ 3.546264] __irq_svc from sysc_write_sysconfig+0x38/0x84
[ 3.551574] sysc_write_sysconfig from sysc_enable_module+0xd0/0x2d0
[ 3.557708] sysc_enable_module from sysc_probe+0x130c/0x1520
[ 3.563262] sysc_probe from platform_probe+0x58/0xbc
[ 3.568145] platform_probe from really_probe+0xc4/0x2f4
[ 3.573303] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.579010] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.585327] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.591735] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.597808] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.603363] __device_attach from bus_probe_device+0x88/0x90
[ 3.608856] bus_probe_device from device_add+0x38c/0x790
[ 3.614074] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.620391] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.627868] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.634277] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.640441] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.646057] platform_probe from really_probe+0xc4/0x2f4
[ 3.651214] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.656951] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.663269] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.669677] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.675720] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.681304] __device_attach from bus_probe_device+0x88/0x90
[ 3.686767] bus_probe_device from device_add+0x38c/0x790
[ 3.691986] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.698303] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.705810] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.712188] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.718353] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.723999] platform_probe from really_probe+0xc4/0x2f4
[ 3.729125] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.734863] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.741180] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.747589] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.753662] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.759216] __device_attach from bus_probe_device+0x88/0x90
[ 3.764678] bus_probe_device from device_add+0x38c/0x790
[ 3.769927] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.776214] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.783721] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.790100] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.796264] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.801910] platform_probe from really_probe+0xc4/0x2f4
[ 3.807037] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.812774] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.819091] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.825500] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.831573] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.837127] __device_attach from bus_probe_device+0x88/0x90
[ 3.842620] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 3.848846] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 3.855255] process_one_work from worker_thread+0x28/0x4b0
[ 3.860626] worker_thread from kthread+0xe8/0x11c
[ 3.865264] kthread from ret_from_fork+0x14/0x24
[ 3.869812] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 3.874694] 9fa0: 00000000 00000000 00000000 00000000
[ 3.882598] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 3.890472] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 3.896881] irq event stamp: 278742
[ 3.900238] hardirqs last enabled at (278741): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 3.907379] hardirqs last disabled at (278742): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 3.914520] softirqs last enabled at (278736): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 3.922088] softirqs last disabled at (278721): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 3.929809] ---[ end trace 0000000000000000 ]---
[ 3.935821] ------------[ cut here ]------------
[ 3.940277] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 3.949127] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 3.960540] Modules linked in:
[ 3.963470] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 3.971466] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 3.977355] Workqueue: events_unbound deferred_probe_work_func
[ 3.983001] unwind_backtrace from show_stack+0x10/0x14
[ 3.988067] show_stack from dump_stack_lvl+0x58/0x70
[ 3.992950] dump_stack_lvl from __warn+0x70/0x1c0
[ 3.997589] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 4.002532] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 4.008697] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 4.015441] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 4.021728] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 4.027557] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 4.033203] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 4.038482] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 4.044464] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 4.050537] call_with_stack from __irq_svc+0x9c/0xd4
[ 4.055419] Exception stack(0xe0039840 to 0xe0039888)
[ 4.060302] 9840: c2b20640 00000003 00000000 00000000 c2b20640 c2b25010 c1723b5c 00000000
[ 4.068176] 9860: c0b36330 c0b36330 00000001 00000000 00000000 e0039890 c060780c c0606434
[ 4.076080] 9880: 60000113 ffffffff
[ 4.079437] __irq_svc from sysc_reset+0x1c/0x228
[ 4.084014] sysc_reset from sysc_probe+0xf9c/0x1520
[ 4.088806] sysc_probe from platform_probe+0x58/0xbc
[ 4.093688] platform_probe from really_probe+0xc4/0x2f4
[ 4.098815] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.104553] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.110870] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.117279] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.123352] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.128906] __device_attach from bus_probe_device+0x88/0x90
[ 4.134399] bus_probe_device from device_add+0x38c/0x790
[ 4.139617] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.145935] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.153411] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.159820] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.165954] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.171600] platform_probe from really_probe+0xc4/0x2f4
[ 4.176757] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.182464] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.188781] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.195190] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.201263] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.206817] __device_attach from bus_probe_device+0x88/0x90
[ 4.212310] bus_probe_device from device_add+0x38c/0x790
[ 4.217529] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.223846] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.231323] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.237731] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.243896] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.249511] platform_probe from really_probe+0xc4/0x2f4
[ 4.254669] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.260406] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.266723] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.273132] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.279174] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.284759] __device_attach from bus_probe_device+0x88/0x90
[ 4.290222] bus_probe_device from device_add+0x38c/0x790
[ 4.295440] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.301757] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.309265] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.315643] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.321807] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.327453] platform_probe from really_probe+0xc4/0x2f4
[ 4.332580] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.338317] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.344635] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.351043] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.357116] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.362670] __device_attach from bus_probe_device+0x88/0x90
[ 4.368133] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 4.374389] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 4.380767] process_one_work from worker_thread+0x28/0x4b0
[ 4.386169] worker_thread from kthread+0xe8/0x11c
[ 4.390808] kthread from ret_from_fork+0x14/0x24
[ 4.395355] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 4.400238] 9fa0: 00000000 00000000 00000000 00000000
[ 4.408111] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4.416015] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 4.422393] irq event stamp: 278768
[ 4.425781] hardirqs last enabled at (278767): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 4.432922] hardirqs last disabled at (278768): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 4.440063] softirqs last enabled at (278762): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 4.447631] softirqs last disabled at (278743): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 4.455352] ---[ end trace 0000000000000000 ]---
[ 4.460662] ------------[ cut here ]------------
[ 4.465148] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 4.473968] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 4.485382] Modules linked in:
[ 4.488342] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 4.496307] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 4.502197] Workqueue: events_unbound deferred_probe_work_func
[ 4.507843] unwind_backtrace from show_stack+0x10/0x14
[ 4.512908] show_stack from dump_stack_lvl+0x58/0x70
[ 4.517791] dump_stack_lvl from __warn+0x70/0x1c0
[ 4.522430] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 4.527404] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 4.533538] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 4.540283] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 4.546600] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 4.552398] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 4.558044] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 4.563354] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 4.569305] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 4.575378] call_with_stack from __irq_svc+0x9c/0xd4
[ 4.580261] Exception stack(0xe00397a0 to 0xe00397e8)
[ 4.585144] 97a0: c2b20640 00000003 00000078 fa838078 c2b20640 00000003 c2b25010 00000003
[ 4.593048] 97c0: 00000004 00000000 c019c70c 00000000 00000001 e00397f0 c0605aa8 c0604b88
[ 4.600921] 97e0: 60000113 ffffffff
[ 4.604309] __irq_svc from sysc_write_sysconfig+0x38/0x84
[ 4.609619] sysc_write_sysconfig from sysc_enable_module+0xd0/0x2d0
[ 4.615753] sysc_enable_module from sysc_runtime_resume+0xc8/0x174
[ 4.621795] sysc_runtime_resume from __rpm_callback+0x3c/0x16c
[ 4.627532] __rpm_callback from rpm_callback+0x50/0x54
[ 4.632598] rpm_callback from rpm_resume+0x524/0x740
[ 4.637481] rpm_resume from __pm_runtime_resume+0x50/0x68
[ 4.642791] __pm_runtime_resume from sysc_probe+0xfbc/0x1520
[ 4.648345] sysc_probe from platform_probe+0x58/0xbc
[ 4.653228] platform_probe from really_probe+0xc4/0x2f4
[ 4.658386] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.664123] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.670440] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.676818] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.682891] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.688446] __device_attach from bus_probe_device+0x88/0x90
[ 4.693939] bus_probe_device from device_add+0x38c/0x790
[ 4.699157] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.705474] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.712982] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.719360] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.725524] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.731170] platform_probe from really_probe+0xc4/0x2f4
[ 4.736297] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.742034] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.748352] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.754760] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.760833] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.766387] __device_attach from bus_probe_device+0x88/0x90
[ 4.771850] bus_probe_device from device_add+0x38c/0x790
[ 4.777099] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.783416] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.790893] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.797302] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.803436] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.809082] platform_probe from really_probe+0xc4/0x2f4
[ 4.814208] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.819946] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.826263] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.832672] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.838745] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.844299] __device_attach from bus_probe_device+0x88/0x90
[ 4.849792] bus_probe_device from device_add+0x38c/0x790
[ 4.855010] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.861328] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.868804] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.875213] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.881347] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.886993] platform_probe from really_probe+0xc4/0x2f4
[ 4.892150] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.897888] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.904205] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.910583] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.916656] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.922210] __device_attach from bus_probe_device+0x88/0x90
[ 4.927703] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 4.933929] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 4.940338] process_one_work from worker_thread+0x28/0x4b0
[ 4.945709] worker_thread from kthread+0xe8/0x11c
[ 4.950347] kthread from ret_from_fork+0x14/0x24
[ 4.954895] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 4.959777] 9fa0: 00000000 00000000 00000000 00000000
[ 4.967681] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4.975585] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 4.981964] irq event stamp: 278804
[ 4.985321] hardirqs last enabled at (278803): [<c0a53830>] _raw_spin_unlock_irqrestore+0x5c/0x60
[ 4.993988] hardirqs last disabled at (278804): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 5.001129] softirqs last enabled at (278784): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 5.008697] softirqs last disabled at (278769): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 5.016418] ---[ end trace 0000000000000000 ]---
[ 5.021331] ------------[ cut here ]------------
[ 5.025787] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 5.034637] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 5.046051] Modules linked in:
[ 5.048980] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 5.056976] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 5.062866] Workqueue: events_unbound deferred_probe_work_func
[ 5.068511] unwind_backtrace from show_stack+0x10/0x14
[ 5.073577] show_stack from dump_stack_lvl+0x58/0x70
[ 5.078460] dump_stack_lvl from __warn+0x70/0x1c0
[ 5.083099] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 5.088043] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 5.094207] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 5.100921] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 5.107238] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 5.113067] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 5.118682] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 5.123992] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 5.129974] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 5.136047] call_with_stack from __irq_svc+0x9c/0xd4
[ 5.140930] Exception stack(0xe00397c0 to 0xe0039808)
[ 5.145812] 97c0: c101d088 c2b20690 c2b25010 c0130c38 c101d088 c2b25010 00000000 c2b250cc
[ 5.153686] 97e0: 00000004 00000000 c019c70c 00000000 00000001 e0039810 c0605d60 c012ff50
[ 5.161590] 9800: a0000113 ffffffff
[ 5.164978] __irq_svc from clkdm_allow_idle+0x8/0x24
[ 5.169860] clkdm_allow_idle from sysc_runtime_resume+0xb8/0x174
[ 5.175750] sysc_runtime_resume from __rpm_callback+0x3c/0x16c
[ 5.181457] __rpm_callback from rpm_callback+0x50/0x54
[ 5.186523] rpm_callback from rpm_resume+0x524/0x740
[ 5.191406] rpm_resume from __pm_runtime_resume+0x50/0x68
[ 5.196716] __pm_runtime_resume from sysc_probe+0xfbc/0x1520
[ 5.202301] sysc_probe from platform_probe+0x58/0xbc
[ 5.207183] platform_probe from really_probe+0xc4/0x2f4
[ 5.212310] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.218048] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.224365] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.230773] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.236816] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.242401] __device_attach from bus_probe_device+0x88/0x90
[ 5.247863] bus_probe_device from device_add+0x38c/0x790
[ 5.253112] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 5.259399] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 5.266906] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 5.273284] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 5.279449] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 5.285095] platform_probe from really_probe+0xc4/0x2f4
[ 5.290222] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.295959] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.302276] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.308685] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.314758] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.320312] __device_attach from bus_probe_device+0x88/0x90
[ 5.325805] bus_probe_device from device_add+0x38c/0x790
[ 5.331024] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 5.337341] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 5.344818] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 5.351226] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 5.357360] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 5.363006] platform_probe from really_probe+0xc4/0x2f4
[ 5.368164] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.373901] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.380218] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.386596] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.392669] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.398223] __device_attach from bus_probe_device+0x88/0x90
[ 5.403717] bus_probe_device from device_add+0x38c/0x790
[ 5.408935] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 5.415252] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 5.422729] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 5.429138] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 5.435302] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 5.440948] platform_probe from really_probe+0xc4/0x2f4
[ 5.446075] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.451812] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.458129] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.464538] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.470581] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.476165] __device_attach from bus_probe_device+0x88/0x90
[ 5.481628] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 5.487884] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 5.494262] process_one_work from worker_thread+0x28/0x4b0
[ 5.499664] worker_thread from kthread+0xe8/0x11c
[ 5.504302] kthread from ret_from_fork+0x14/0x24
[ 5.508850] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 5.513732] 9fa0: 00000000 00000000 00000000 00000000
[ 5.521606] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 5.529510] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 5.535888] irq event stamp: 278830
[ 5.539276] hardirqs last enabled at (278829): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 5.546417] hardirqs last disabled at (278830): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 5.553558] softirqs last enabled at (278824): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 5.561126] softirqs last disabled at (278805): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 5.568847] ---[ end trace 0000000000000000 ]---
[ 5.575042] ------------[ cut here ]------------
[ 5.579498] WARNING: CPU: 0 PID: 76 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 5.588439] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 5.599853] Modules linked in:
[ 5.602813] CPU: 0 PID: 76 Comm: kworker/0:7 Tainted: G W 6.1.83-r6_1.0 #3
[ 5.610778] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 5.616668] Workqueue: pm pm_runtime_work
[ 5.620544] unwind_backtrace from show_stack+0x10/0x14
[ 5.625610] show_stack from dump_stack_lvl+0x58/0x70
[ 5.630493] dump_stack_lvl from __warn+0x70/0x1c0
[ 5.635131] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 5.640106] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 5.646240] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 5.652984] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 5.659301] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 5.665100] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 5.670745] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 5.676055] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 5.682037] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 5.688079] call_with_stack from __irq_svc+0x9c/0xd4
[ 5.692962] Exception stack(0xe1385de8 to 0xe1385e30)
[ 5.697845] 5de0: c2b20640 00000003 00000078 fa838078 c2b20640 00000003
[ 5.705749] 5e00: c2b25010 c0b371d8 00000008 00000000 000f4240 00000003 00000001 e1385e38
[ 5.713653] 5e20: c060501c c0604b88 60000113 ffffffff
[ 5.718505] __irq_svc from sysc_write_sysconfig+0x38/0x84
[ 5.723815] sysc_write_sysconfig from sysc_disable_module+0x110/0x250
[ 5.730133] sysc_disable_module from sysc_runtime_suspend+0xe8/0x128
[ 5.736358] sysc_runtime_suspend from __rpm_callback+0x3c/0x16c
[ 5.742187] __rpm_callback from rpm_callback+0x50/0x54
[ 5.747222] rpm_callback from rpm_suspend+0xf4/0x6ac
[ 5.752136] rpm_suspend from pm_runtime_work+0x9c/0xa8
[ 5.757171] pm_runtime_work from process_one_work+0x288/0x6e8
[ 5.762817] process_one_work from worker_thread+0x28/0x4b0
[ 5.768218] worker_thread from kthread+0xe8/0x11c
[ 5.772857] kthread from ret_from_fork+0x14/0x24
[ 5.777404] Exception stack(0xe1385fb0 to 0xe1385ff8)
[ 5.782287] 5fa0: 00000000 00000000 00000000 00000000
[ 5.790161] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 5.798065] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 5.804443] irq event stamp: 224
[ 5.807556] hardirqs last enabled at (223): [<c0a53830>] _raw_spin_unlock_irqrestore+0x5c/0x60
[ 5.815979] hardirqs last disabled at (224): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 5.822875] softirqs last enabled at (208): [<c0159d94>] process_one_work+0x288/0x6e8
[ 5.830505] softirqs last disabled at (204): [<c08683f4>] neigh_managed_work+0x18/0xa4
[ 5.838165] ---[ end trace 0000000000000000 ]---
[ 5.892211] edma 43300000.dma: memcpy is disabled
[ 5.910339] edma 43300000.dma: TI EDMA DMA engine driver
[ 5.922576] ------------[ cut here ]------------
[ 5.927062] WARNING: CPU: 0 PID: 76 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 5.935974] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 5.947387] Modules linked in:
[ 5.950347] CPU: 0 PID: 76 Comm: kworker/0:7 Tainted: G W 6.1.83-r6_1.0 #3
[ 5.958312] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 5.964202] Workqueue: pm pm_runtime_work
[ 5.968109] unwind_backtrace from show_stack+0x10/0x14
[ 5.973175] show_stack from dump_stack_lvl+0x58/0x70
[ 5.978057] dump_stack_lvl from __warn+0x70/0x1c0
[ 5.982696] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 5.987670] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 5.993804] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 6.000549] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 6.006866] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 6.012664] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 6.018310] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 6.023620] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 6.029602] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 6.035644] call_with_stack from __irq_svc+0x9c/0xd4
[ 6.040527] Exception stack(0xe1385e10 to 0xe1385e58)
[ 6.045410] 5e00: 00000000 00000003 00000078 00000000
[ 6.053314] 5e20: 00000000 c2b20640 c2b25010 c2b250cc 00000008 00000000 000f4240 00000003
[ 6.061218] 5e40: 00000001 e1385e60 c060501c c06051c8 60000113 ffffffff
[ 6.067596] __irq_svc from sysc_runtime_suspend+0x6c/0x128
[ 6.072967] sysc_runtime_suspend from __rpm_callback+0x3c/0x16c
[ 6.078796] __rpm_callback from rpm_callback+0x50/0x54
[ 6.083862] rpm_callback from rpm_suspend+0xf4/0x6ac
[ 6.088745] rpm_suspend from pm_runtime_work+0x9c/0xa8
[ 6.093811] pm_runtime_work from process_one_work+0x288/0x6e8
[ 6.099456] process_one_work from worker_thread+0x28/0x4b0
[ 6.104827] worker_thread from kthread+0xe8/0x11c
[ 6.109466] kthread from ret_from_fork+0x14/0x24
[ 6.114013] Exception stack(0xe1385fb0 to 0xe1385ff8)
[ 6.118896] 5fa0: 00000000 00000000 00000000 00000000
[ 6.126800] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 6.134674] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 6.141082] irq event stamp: 244
[ 6.144195] hardirqs last enabled at (243): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 6.151092] hardirqs last disabled at (244): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 6.157958] softirqs last enabled at (238): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 6.165283] softirqs last disabled at (225): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 6.172760] ---[ end trace 0000000000000000 ]---
[ 6.182403] rtc-clkctrl:0024:0: failed to disable
[ 6.192535] l3init-clkctrl:00d0:0: failed to disable
[ 6.202514] l3init-clkctrl:0020:0: failed to disable
[ 6.210296] dmm 4e000000.dmm: workaround for errata i878 in use
[ 6.220336] dmm 4e000000.dmm: initialized all PAT entries
[ 6.233032] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 6.244689] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 6.259185] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 6.273773] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 6.298858] DSS: OMAP DSS rev 6.1
[ 6.308380] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 6.318878] Stack Depot allocating hash table of 32768 entries with kvcalloc
[ 6.375488] [drm] Enabling DMM ywrap scrolling
[ 6.382080] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device
[ 6.394104] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 6.418792] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1
[ 6.426086] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 6.445037] cpu cpu0: Failed to set OPP config
[ 6.452575] palmas_pwrbutton 48070000.i2c:tps65917@58:tps65917_power_button: h/w controlled shutdown duration=6 seconds
[ 6.466400] input: palmas_pwron as /devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@0/48070000.target-module/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps65917@58:tps65917_power_button/input/input1
[ 6.489593] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 6.498809] cpu cpu0: Failed to set OPP config
[ 6.508636] cpu cpu0: Failed to set OPP config
[ 6.526397] input: Quick access keys as /devices/platform/gpio_keys/input/input2
[ 6.537200] cpu cpu0: Failed to set OPP config
[ 6.546417] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 6.559600] cpu cpu0: Failed to set OPP config
[ 6.641784] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 6.650268] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 6.657623] devtmpfs: mounted
[ 6.661682] Freeing unused kernel image (initmem) memory: 1024K
[ 6.667663] Run /sbin/init as init process
[ 6.697265] 8<--- cut here ---
[ 6.700225] Unhandled fault: imprecise external abort (0x1406) at 0x00000000
[ 6.707031] [00000000] *pgd=00000000
[ 6.710754] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
[ 6.718170] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007 ]---

  • Hello Jonas,

    Is this a custom board or TI board?

    Does this happen with the base 9.2 SDK image? 

    -Josue

  • Hi,

    This is a custom board. The board has been in production for several years.

    I have not attempted to test the base 9.2 SDK image.

    /Jonas

  • Jonas,

    Can you try the base image and report the results?

    Have you modified the following nodes from your DTS?

    -Josue

  • Hi Josue,

    I took the zImage from the prebuilt images under: ti-processor-sdk-linux-am57xx-evm-09_02_00_133/board-support/prebuilt-images and built it into my image. I still use my own device tree. It still fails. You can see the kernel log below.

    My dts file does not modify any of the nodes you mention.

    My dts file includes these dtsi files. 

    #include "am5718.dtsi"
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/interrupt-controller/irq.h>
    #include "am57xx-industrial-grade.dtsi"
    #include "dra7-mmc-iodelay.dtsi"
    #include "dra72x-mmc-iodelay.dtsi"
    #include "dra7-ipu-dsp-common.dtsi"

    I could not find a dtsi tile for am5708 so I include am5718.dtsi instead

    Has the release been tested on a am5708?

    Best Regards,

    Jonas

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: CENSORED
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] cma: Reserved 64 MiB at 0x000000009b800000
    [ 0.000000] OMAP4: Map 0x000000009fd00000 to (ptrval) for dram barrier
    [ 0.000000] Hit pending asynchronous external abort (FSR=0x00000211) during first unmask, this is most likely caused by a firmware/bootloader bug.
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x000000009fcfffff]
    [ 0.000000] Normal empty
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fcfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fcfffff]
    [ 0.000000] DRA722 ES2.1
    [ 0.000000] percpu: Embedded 16 pages/cpu s34324 r8192 d23020 u65536
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129286
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=e3d08b00-02 rw rootfstype=ext4 rootwait bootver=1.0
    [ 0.000000] Unknown kernel command line parameters "bootver=1.0", 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: 430172K/521216K available (12288K kernel code, 1465K rwdata, 3248K rodata, 2048K init, 306K bss, 25508K 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] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [ 0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns
    [ 0.001342] TI gptimer clockevent: always-on 31475 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
    [ 0.002960] TI gptimer percpu-dmtimer: 19200000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
    [ 0.003021] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
    [ 0.003784] Console: colour dummy device 80x30
    [ 0.003814] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
    [ 0.059600] CPU: Testing write buffer coherency: ok
    [ 0.059631] CPU0: Spectre v2: using ICIALLU workaround
    [ 0.059631] CPU0: Spectre BHB: enabling loop workaround for all CPUs
    [ 0.059631] pid_max: default: 32768 minimum: 301
    [ 0.059753] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [ 0.059783] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [ 0.060363] /cpus/cpu@0 missing clock-frequency property
    [ 0.060394] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060974] cblist_init_generic: Setting adjustable number of callback queues.
    [ 0.061004] cblist_init_generic: Setting shift to 0 and lim to 1.
    [ 0.061096] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.061187] rcu: Hierarchical SRCU implementation.
    [ 0.061187] rcu: Max phase no-delay instances is 1000.
    [ 0.063262] EFI services will not be available.
    [ 0.063385] smp: Bringing up secondary CPUs ...
    [ 0.063385] smp: Brought up 1 node, 1 CPU
    [ 0.063385] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
    [ 0.063385] CPU: All CPU(s) started in HYP mode.
    [ 0.063385] CPU: Virtualization extensions available.
    [ 0.063720] devtmpfs: initialized
    [ 0.084869] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.085052] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.085083] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [ 0.086273] pinctrl core: initialized pinctrl subsystem
    [ 0.086914] DMI not present or invalid.
    [ 0.087310] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.089050] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.089935] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.089996] cpuidle: using governor menu
    [ 0.113494] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
    [ 0.113555] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
    [ 0.117370] No ATAGs?
    [ 0.117401] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.117401] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.138671] iommu: Default domain type: Translated
    [ 0.138671] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.140014] SCSI subsystem initialized
    [ 0.146697] usbcore: registered new interface driver usbfs
    [ 0.146728] usbcore: registered new interface driver hub
    [ 0.146759] usbcore: registered new device driver usb
    [ 0.147125] pps_core: LinuxPPS API ver. 1 registered
    [ 0.147125] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.147155] PTP clock support registered
    [ 0.147277] EDAC MC: Ver: 3.0.0
    [ 0.148956] clocksource: Switched to clocksource 32k_counter
    [ 0.156494] NET: Registered PF_INET protocol family
    [ 0.157592] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.158447] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
    [ 0.158477] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.158477] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [ 0.158508] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [ 0.158630] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.158691] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [ 0.158691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [ 0.158813] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.169219] RPC: Registered named UNIX socket transport module.
    [ 0.169219] RPC: Registered udp transport module.
    [ 0.169219] RPC: Registered tcp transport module.
    [ 0.169250] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.169250] PCI: CLS 0 bytes, default 64
    [ 0.169738] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.170532] Initialise system trusted keyrings
    [ 0.170715] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [ 0.175811] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.176635] NFS: Registering the id_resolver key type
    [ 0.176696] Key type id_resolver registered
    [ 0.176696] Key type id_legacy registered
    [ 0.176788] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.176788] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.176818] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.177276] Key type asymmetric registered
    [ 0.177276] Asymmetric key parser 'x509' registered
    [ 0.177398] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [ 0.177398] io scheduler mq-deadline registered
    [ 0.177398] io scheduler kyber registered
    [ 0.259643] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
    [ 0.261535] STMicroelectronics ASC driver initialized
    [ 0.279998] brd: module loaded
    [ 0.284362] loop: module loaded
    [ 0.288452] CAN device driver interface
    [ 0.288848] e1000e: Intel(R) PRO/1000 Network Driver
    [ 0.288848] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [ 0.288879] igb: Intel(R) Gigabit Ethernet Network Driver
    [ 0.288879] igb: Copyright (c) 2007-2014 Intel Corporation.
    [ 0.299682] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [ 0.299713] usbcore: registered new interface driver pegasus
    [ 0.299743] usbcore: registered new interface driver asix
    [ 0.299774] usbcore: registered new interface driver ax88179_178a
    [ 0.299804] usbcore: registered new interface driver cdc_ether
    [ 0.299835] usbcore: registered new interface driver smsc75xx
    [ 0.299896] usbcore: registered new interface driver smsc95xx
    [ 0.299926] usbcore: registered new interface driver net1080
    [ 0.299957] usbcore: registered new interface driver cdc_subset
    [ 0.299987] usbcore: registered new interface driver zaurus
    [ 0.300018] usbcore: registered new interface driver cdc_ncm
    [ 0.300689] usbcore: registered new interface driver usb-storage
    [ 0.301361] i2c_dev: i2c /dev entries driver
    [ 0.303192] cpu cpu0: Failed to set OPP config
    [ 0.303619] sdhci: Secure Digital Host Controller Interface driver
    [ 0.303619] sdhci: Copyright(c) Pierre Ossman
    [ 0.303771] Synopsys Designware Multimedia Card Interface Driver
    [ 0.303985] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.304534] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.304840] usbcore: registered new interface driver usbhid
    [ 0.304840] usbhid: USB HID core driver
    [ 0.307159] NET: Registered PF_INET6 protocol family
    [ 0.319519] Segment Routing with IPv6
    [ 0.319580] In-situ OAM (IOAM) with IPv6
    [ 0.319641] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 0.320098] NET: Registered PF_PACKET protocol family
    [ 0.320098] can: controller area network core
    [ 0.320159] NET: Registered PF_CAN protocol family
    [ 0.320159] can: raw protocol
    [ 0.320159] can: broadcast manager protocol
    [ 0.320190] can: netlink gateway - max_hops=1
    [ 0.320343] Key type dns_resolver registered
    [ 0.320434] ThumbEE CPU extension supported.
    [ 0.320434] Registering SWP/SWPB emulation handler
    [ 0.320831] omap_voltage_late_init: Voltage driver support not added
    [ 0.320831] Power Management for TI OMAP4+ devices.
    [ 0.321563] Loading compiled-in X.509 certificates
    [ 0.390686] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
    [ 0.396270] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [ 0.438629] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [ 0.468749] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [ 0.479309] OMAP GPIO hardware version 0.1
    [ 0.481597] ti-sysc: probe of 4ae18000.target-module failed with error -16
    [ 0.499053] printk: console [ttyS2] disabled
    [ 0.499114] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
    [ 2.167419] printk: console [ttyS2] enabled
    [ 2.179290] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [ 2.188720] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [ 2.198120] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [ 2.207519] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
    [ 2.217071] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
    [ 2.226745] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
    [ 2.236389] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
    [ 2.246551] at24 2-0050: supply vcc not found, using dummy regulator
    [ 2.279174] at24 2-0050: 16384 byte 24c128 EEPROM, writable, 64 bytes/write
    [ 2.286376] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [ 2.295074] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 112, base_baud = 3000000) is a 8250
    [ 2.307128] palmas 0-0058: Irq flag is 0x00000000
    [ 2.340850] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [ 2.353210] smps5: Bringing 0uV into 1200000-1200000uV
    [ 2.363891] ldo3: Bringing 0uV into 1800000-1800000uV
    [ 2.374542] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 2.386505] omap_rng 48090000.rng: Random Number Generator ver. 20
    [ 2.392578] random: crng init done
    [ 2.400482] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [ 2.441467] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [ 2.488983] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [ 2.500244] mmc0: new high speed SDHC card at address b368
    [ 2.506103] mmcblk0: mmc0:b368 USD00 14.7 GiB
    [ 2.510528] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver Microchip KSZ9131 Gigabit PHY
    [ 2.521301] davinci_mdio 48485000.mdio: phy[7]: device 48485000.mdio:07, driver Microchip KSZ9131 Gigabit PHY
    [ 2.531005] mmcblk0: p1 p2 p3 p4
    [ 2.534759] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@1 Missing dual_emac_res_vlan in DT.
    [ 2.549407] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@1 Using 1 as Reserved VLAN
    [ 2.562927] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@2 Missing dual_emac_res_vlan in DT.
    [ 2.576995] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@2 Using 2 as Reserved VLAN
    [ 2.590332] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
    [ 2.596893] cpsw-switch 48484000.switch: ALE Table size 1024
    [ 2.602416] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
    [ 2.609802] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:265920000 calc_mult:4037837786 calc_shift:30 error:0 nsec/sec
    [ 2.620452] cpsw-switch 48484000.switch: Detected MACID = 04:79:b7:ae:62:4a
    [ 2.627197] cpsw-switch 48484000.switch: Detected MACID = 04:79:b7:ae:62:4b
    [ 2.635589] cpsw-switch 48484000.switch: initialized (regs 0x0000000048484000, pool size 256) hw_ver:0019010F 1.15 (0)
    [ 2.659240] ti-sysc: probe of 4882c000.target-module failed with error -16
    [ 2.666625] ti-sysc: probe of 4882e000.target-module failed with error -16
    [ 2.674255] ------------[ cut here ]------------
    [ 2.678710] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 2.687622] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 2.699035] Modules linked in:
    [ 2.701965] CPU: 0 PID: 32 Comm: kworker/u2:3 Not tainted 6.1.80-ti-g2e423244f8c0 #1
    [ 2.709442] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 2.715332] Workqueue: events_unbound deferred_probe_work_func
    [ 2.720977] unwind_backtrace from show_stack+0x10/0x14
    [ 2.726043] show_stack from dump_stack_lvl+0x40/0x4c
    [ 2.730926] dump_stack_lvl from __warn+0x7c/0x158
    [ 2.735565] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 2.740539] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 2.746673] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 2.753417] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 2.759735] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 2.765533] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 2.772003] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 2.778137] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 2.784118] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 2.790191] call_with_stack from __irq_svc+0x84/0xac
    [ 2.795074] Exception stack(0xe0089870 to 0xe00898b8)
    [ 2.799926] 9860: 00000000 58000000 00000074 00000000
    [ 2.807830] 9880: c2be5640 c15ae530 c2abb810 00000000 c0e46a4c c0e466cc 00000001 00000000
    [ 2.815704] 98a0: 00000000 e00898c0 48838000 c06a081c 20000113 ffffffff
    [ 2.822082] __irq_svc from sysc_probe+0xe60/0x1534
    [ 2.826812] sysc_probe from platform_probe+0x5c/0xbc
    [ 2.831695] platform_probe from really_probe+0xc8/0x2ec
    [ 2.836822] really_probe from __driver_probe_device+0x88/0x1a0
    [ 2.842559] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 2.848846] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 2.855224] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 2.861297] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 2.866851] __device_attach from bus_probe_device+0x84/0x8c
    [ 2.872314] bus_probe_device from device_add+0x3ac/0x78c
    [ 2.877532] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 2.883850] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 2.891357] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 2.897735] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 2.903900] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 2.909545] platform_probe from really_probe+0xc8/0x2ec
    [ 2.914672] really_probe from __driver_probe_device+0x88/0x1a0
    [ 2.920379] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 2.926666] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 2.933074] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 2.939117] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 2.944671] __device_attach from bus_probe_device+0x84/0x8c
    [ 2.950134] bus_probe_device from device_add+0x3ac/0x78c
    [ 2.955383] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 2.961669] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 2.969177] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 2.975585] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 2.981719] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 2.987365] platform_probe from really_probe+0xc8/0x2ec
    [ 2.992492] really_probe from __driver_probe_device+0x88/0x1a0
    [ 2.998199] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.004516] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.010894] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.016937] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.022491] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.027954] bus_probe_device from device_add+0x3ac/0x78c
    [ 3.033203] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 3.039520] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 3.046997] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 3.053405] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 3.059539] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 3.065185] platform_probe from really_probe+0xc8/0x2ec
    [ 3.070312] really_probe from __driver_probe_device+0x88/0x1a0
    [ 3.076019] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.082336] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.088714] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.094757] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.100311] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.105804] bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [ 3.112030] deferred_probe_work_func from process_one_work+0x1d8/0x514
    [ 3.118438] process_one_work from worker_thread+0x220/0x50c
    [ 3.123901] worker_thread from kthread+0xec/0x11c
    [ 3.128540] kthread from ret_from_fork+0x14/0x38
    [ 3.133087] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [ 3.137969] 9fa0: 00000000 00000000 00000000 00000000
    [ 3.145843] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 3.153747] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [ 3.160125] ---[ end trace 0000000000000000 ]---
    [ 3.164672] ------------[ cut here ]------------
    [ 3.169128] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 3.178039] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 3.189422] Modules linked in:
    [ 3.192382] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 3.201293] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 3.207153] Workqueue: events_unbound deferred_probe_work_func
    [ 3.212799] unwind_backtrace from show_stack+0x10/0x14
    [ 3.217864] show_stack from dump_stack_lvl+0x40/0x4c
    [ 3.222747] dump_stack_lvl from __warn+0x7c/0x158
    [ 3.227386] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 3.232330] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 3.238494] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 3.245208] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 3.251525] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 3.257324] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 3.263824] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 3.269958] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 3.275939] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 3.281982] call_with_stack from __irq_svc+0x84/0xac
    [ 3.286865] Exception stack(0xe0089848 to 0xe0089890)
    [ 3.291748] 9840: 00000000 fa838078 fa838000 00000078 c2be5640 00000003
    [ 3.299621] 9860: c2abb810 00000003 c0e46a4c c0e46a4c 00000001 00000000 00000000 e0089898
    [ 3.307525] 9880: c069ec2c c069ddc0 60000113 ffffffff
    [ 3.312377] __irq_svc from sysc_write_sysconfig+0x38/0x7c
    [ 3.317687] sysc_write_sysconfig from sysc_enable_module+0xd0/0x2c0
    [ 3.323822] sysc_enable_module from sysc_probe+0x12d4/0x1534
    [ 3.329376] sysc_probe from platform_probe+0x5c/0xbc
    [ 3.334259] platform_probe from really_probe+0xc8/0x2ec
    [ 3.339416] really_probe from __driver_probe_device+0x88/0x1a0
    [ 3.345123] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.351409] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.357818] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.363861] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.369415] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.374877] bus_probe_device from device_add+0x3ac/0x78c
    [ 3.380126] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 3.386413] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 3.393920] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 3.400299] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 3.406463] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 3.412109] platform_probe from really_probe+0xc8/0x2ec
    [ 3.417236] really_probe from __driver_probe_device+0x88/0x1a0
    [ 3.422943] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.429229] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.435638] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.441680] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.447235] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.452697] bus_probe_device from device_add+0x3ac/0x78c
    [ 3.457946] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 3.464233] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 3.471740] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 3.478149] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 3.484283] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 3.489929] platform_probe from really_probe+0xc8/0x2ec
    [ 3.495056] really_probe from __driver_probe_device+0x88/0x1a0
    [ 3.500762] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.507049] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.513458] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.519500] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.525054] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.530517] bus_probe_device from device_add+0x3ac/0x78c
    [ 3.535766] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 3.542053] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 3.549560] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 3.555938] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 3.562103] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 3.567718] platform_probe from really_probe+0xc8/0x2ec
    [ 3.572875] really_probe from __driver_probe_device+0x88/0x1a0
    [ 3.578582] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.584869] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.591278] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.597320] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.602874] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.608337] bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [ 3.614562] deferred_probe_work_func from process_one_work+0x1d8/0x514
    [ 3.620971] process_one_work from worker_thread+0x220/0x50c
    [ 3.626464] worker_thread from kthread+0xec/0x11c
    [ 3.631072] kthread from ret_from_fork+0x14/0x38
    [ 3.635620] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [ 3.640502] 9fa0: 00000000 00000000 00000000 00000000
    [ 3.648406] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 3.656280] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [ 3.662658] ---[ end trace 0000000000000000 ]---
    [ 3.667419] ------------[ cut here ]------------
    [ 3.671874] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 3.680755] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 3.692169] Modules linked in:
    [ 3.695129] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 3.704040] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 3.709899] Workqueue: events_unbound deferred_probe_work_func
    [ 3.715545] unwind_backtrace from show_stack+0x10/0x14
    [ 3.720611] show_stack from dump_stack_lvl+0x40/0x4c
    [ 3.725494] dump_stack_lvl from __warn+0x7c/0x158
    [ 3.730133] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 3.735076] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 3.741241] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 3.747955] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 3.754272] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 3.760070] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 3.766540] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 3.772705] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 3.778656] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 3.784729] call_with_stack from __irq_svc+0x84/0xac
    [ 3.789611] Exception stack(0xe0089860 to 0xe00898a8)
    [ 3.794494] 9860: c2abb894 fa838000 c2abb894 00000000 c2abb810 c15ae530 c2abb894 00000000
    [ 3.802368] 9880: c0e46a4c c0e46a4c 00000001 00000000 00000000 e00898b0 c080d78c c0d35624
    [ 3.810272] 98a0: 60000113 ffffffff
    [ 3.813629] __irq_svc from _raw_spin_lock_irqsave+0x4/0x5c
    [ 3.819000] _raw_spin_lock_irqsave from pm_runtime_enable+0x14/0xb4
    [ 3.825164] pm_runtime_enable from sysc_probe+0xf78/0x1534
    [ 3.830535] sysc_probe from platform_probe+0x5c/0xbc
    [ 3.835418] platform_probe from really_probe+0xc8/0x2ec
    [ 3.840576] really_probe from __driver_probe_device+0x88/0x1a0
    [ 3.846282] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.852569] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.858978] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.865020] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.870574] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.876037] bus_probe_device from device_add+0x3ac/0x78c
    [ 3.881286] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 3.887573] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 3.895080] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 3.901458] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 3.907623] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 3.913269] platform_probe from really_probe+0xc8/0x2ec
    [ 3.918395] really_probe from __driver_probe_device+0x88/0x1a0
    [ 3.924102] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 3.930389] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 3.936798] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 3.942840] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 3.948394] __device_attach from bus_probe_device+0x84/0x8c
    [ 3.953857] bus_probe_device from device_add+0x3ac/0x78c
    [ 3.959106] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 3.965393] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 3.972900] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 3.979278] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 3.985443] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 3.991088] platform_probe from really_probe+0xc8/0x2ec
    [ 3.996215] really_probe from __driver_probe_device+0x88/0x1a0
    [ 4.001922] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 4.008209] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 4.014617] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 4.020660] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 4.026214] __device_attach from bus_probe_device+0x84/0x8c
    [ 4.031677] bus_probe_device from device_add+0x3ac/0x78c
    [ 4.036926] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 4.043212] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 4.050720] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 4.057098] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 4.063262] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 4.068908] platform_probe from really_probe+0xc8/0x2ec
    [ 4.074035] really_probe from __driver_probe_device+0x88/0x1a0
    [ 4.079742] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 4.086029] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 4.092437] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 4.098480] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 4.104034] __device_attach from bus_probe_device+0x84/0x8c
    [ 4.109497] bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [ 4.115753] deferred_probe_work_func from process_one_work+0x1d8/0x514
    [ 4.122131] process_one_work from worker_thread+0x220/0x50c
    [ 4.127624] worker_thread from kthread+0xec/0x11c
    [ 4.132263] kthread from ret_from_fork+0x14/0x38
    [ 4.136779] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [ 4.141662] 9fa0: 00000000 00000000 00000000 00000000
    [ 4.149566] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 4.157440] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [ 4.163818] ---[ end trace 0000000000000000 ]---
    [ 4.168426] ------------[ cut here ]------------
    [ 4.172882] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 4.181793] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 4.193206] Modules linked in:
    [ 4.196136] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 4.205047] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 4.210906] Workqueue: events_unbound deferred_probe_work_func
    [ 4.216552] unwind_backtrace from show_stack+0x10/0x14
    [ 4.221618] show_stack from dump_stack_lvl+0x40/0x4c
    [ 4.226501] dump_stack_lvl from __warn+0x7c/0x158
    [ 4.231140] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 4.236114] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 4.242248] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 4.248962] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 4.255279] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 4.261077] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 4.267578] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 4.273712] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 4.279693] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 4.285736] call_with_stack from __irq_svc+0x84/0xac
    [ 4.290618] Exception stack(0xe00897c0 to 0xe0089808)
    [ 4.295501] 97c0: 00000000 fa838078 fa838000 00000078 c2be5640 00000003 c2abb810 00000003
    [ 4.303375] 97e0: 00000000 c027f1d4 c1bb9b00 00000000 c1bb9b00 e0089810 c069ec2c c069ddc0
    [ 4.311279] 9800: 60000113 ffffffff
    [ 4.314636] __irq_svc from sysc_write_sysconfig+0x38/0x7c
    [ 4.319946] sysc_write_sysconfig from sysc_enable_module+0xd0/0x2c0
    [ 4.326080] sysc_enable_module from sysc_runtime_resume+0xc8/0x174
    [ 4.332122] sysc_runtime_resume from __rpm_callback+0x3c/0x108
    [ 4.337860] __rpm_callback from rpm_callback+0x50/0x54
    [ 4.342926] rpm_callback from rpm_resume+0x590/0x7c4
    [ 4.347808] rpm_resume from __pm_runtime_resume+0x34/0x6c
    [ 4.353118] __pm_runtime_resume from sysc_probe+0xf88/0x1534
    [ 4.358673] sysc_probe from platform_probe+0x5c/0xbc
    [ 4.363555] platform_probe from really_probe+0xc8/0x2ec
    [ 4.368713] really_probe from __driver_probe_device+0x88/0x1a0
    [ 4.374420] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 4.380706] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 4.387115] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 4.393157] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 4.398712] __device_attach from bus_probe_device+0x84/0x8c
    [ 4.404174] bus_probe_device from device_add+0x3ac/0x78c
    [ 4.409423] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 4.415740] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 4.423217] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 4.429626] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 4.435760] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 4.441406] platform_probe from really_probe+0xc8/0x2ec
    [ 4.446533] really_probe from __driver_probe_device+0x88/0x1a0
    [ 4.452239] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 4.458526] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 4.464935] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 4.470977] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 4.476531] __device_attach from bus_probe_device+0x84/0x8c
    [ 4.481994] bus_probe_device from device_add+0x3ac/0x78c
    [ 4.487243] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 4.493530] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 4.501037] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 4.507415] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 4.513580] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 4.519226] platform_probe from really_probe+0xc8/0x2ec
    [ 4.524353] really_probe from __driver_probe_device+0x88/0x1a0
    [ 4.530059] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 4.536346] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 4.542755] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 4.548797] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 4.554351] __device_attach from bus_probe_device+0x84/0x8c
    [ 4.559814] bus_probe_device from device_add+0x3ac/0x78c
    [ 4.565063] device_add from of_platform_device_create_pdata+0x90/0xc0
    [ 4.571350] of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [ 4.578857] of_platform_bus_create from of_platform_populate+0x70/0xd4
    [ 4.585235] of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [ 4.591400] simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [ 4.597015] platform_probe from really_probe+0xc8/0x2ec
    [ 4.602172] really_probe from __driver_probe_device+0x88/0x1a0
    [ 4.607879] __driver_probe_device from driver_probe_device+0x30/0x104
    [ 4.614166] driver_probe_device from __device_attach_driver+0x94/0x108
    [ 4.620574] __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [ 4.626617] bus_for_each_drv from __device_attach+0xac/0x1e4
    [ 4.632171] __device_attach from bus_probe_device+0x84/0x8c
    [ 4.637634] bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [ 4.643890] deferred_probe_work_func from process_one_work+0x1d8/0x514
    [ 4.650268] process_one_work from worker_thread+0x220/0x50c
    [ 4.655761] worker_thread from kthread+0xec/0x11c
    [ 4.660400] kthread from ret_from_fork+0x14/0x38
    [ 4.664916] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [ 4.669799] 9fa0: 00000000 00000000 00000000 00000000
    [ 4.677703] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 4.685577] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [ 4.691955] ---[ end trace 0000000000000000 ]---
    [ 4.696533] ------------[ cut here ]------------
    [ 4.700988] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 4.709899] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 4.721313] Modules linked in:
    [ 4.724243] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 4.733154] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 4.739013] Workqueue: events_unbound deferred_probe_work_func
    [ 4.744659] unwind_backtrace from show_stack+0x10/0x14
    [ 4.749725] show_stack from dump_stack_lvl+0x40/0x4c
    [ 4.754608] dump_stack_lvl from __warn+0x7c/0x158
    [ 4.759246] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 4.764221] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 4.770355] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 4.777069] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 4.783386] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 4.789215] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 4.795684] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 4.801818] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 4.807800] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 4.813842] call_with_stack from __irq_svc+0x84/0xac
    [ 4.818725] Exception stack(0xe00897e8 to 0xe0089830)
    [ 4.823608] 97e0: c1417274 c2be5690 c2abb810 c022d9ec c2be5640 c2abb810
    [ 4.831481] 9800: 00000000 c2abb894 00000000 c027f1d4 c1bb9b00 00000000 c1bb9b00 e0089838
    [ 4.839385] 9820: c069eed4 c022d3e8 a0000113 ffffffff
    [ 4.844268] __irq_svc from clkdm_allow_idle+0x0/0x24
    [ 4.849151] clkdm_allow_idle from pm_generic_runtime_resume+0x0/0x30
    [ 4.855377] ---[ end trace 0000000000000000 ]---
    [ 4.859954] ------------[ cut here ]------------
    [ 4.864410] WARNING: CPU: 0 PID: 53 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 4.873321] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 4.884735] Modules linked in:
    [ 4.887664] CPU: 0 PID: 53 Comm: kworker/0:2 Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 4.896484] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 4.902374] Workqueue: pm pm_runtime_work
    [ 4.906249] unwind_backtrace from show_stack+0x10/0x14
    [ 4.911315] show_stack from dump_stack_lvl+0x40/0x4c
    [ 4.916198] dump_stack_lvl from __warn+0x7c/0x158
    [ 4.920837] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 4.925781] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 4.931945] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 4.938659] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 4.944976] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 4.950775] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 4.957244] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 4.963409] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 4.969360] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 4.975433] call_with_stack from __irq_svc+0x84/0xac
    [ 4.980316] Exception stack(0xe012de08 to 0xe012de50)
    [ 4.985198] de00: 00000000 fa838078 fa838000 00000078 c2be5640 00000003
    [ 4.993072] de20: c2abb810 c0e478f4 00000000 00000008 000f4240 00000000 ffffffff e012de58
    [ 5.000976] de40: c069e208 c069ddbc 60000113 ffffffff
    [ 5.005828] __irq_svc from sysc_write_sysconfig+0x34/0x7c
    [ 5.011138] sysc_write_sysconfig from sysc_disable_module+0x114/0x23c
    [ 5.017456] sysc_disable_module from sysc_runtime_suspend+0xe8/0x128
    [ 5.023681] sysc_runtime_suspend from __rpm_callback+0x3c/0x108
    [ 5.029479] __rpm_callback from rpm_callback+0x50/0x54
    [ 5.034545] rpm_callback from rpm_suspend+0xf8/0x748
    [ 5.039428] rpm_suspend from pm_runtime_work+0x9c/0xa8
    [ 5.044494] pm_runtime_work from process_one_work+0x1d8/0x514
    [ 5.050140] process_one_work from worker_thread+0x50/0x50c
    [ 5.055541] worker_thread from kthread+0xec/0x11c
    [ 5.060150] kthread from ret_from_fork+0x14/0x38
    [ 5.064697] Exception stack(0xe012dfb0 to 0xe012dff8)
    [ 5.069580] dfa0: 00000000 00000000 00000000 00000000
    [ 5.077484] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 5.085357] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [ 5.091735] ---[ end trace 0000000000000000 ]---
    [ 5.113342] edma 43300000.dma: memcpy is disabled
    [ 5.121215] edma 43300000.dma: TI EDMA DMA engine driver
    [ 5.130523] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 5.137481] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 5.144958] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 5.152465] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 5.170288] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1
    [ 5.179016] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
    [ 5.188140] ------------[ cut here ]------------
    [ 5.192596] WARNING: CPU: 0 PID: 53 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 5.201507] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Idle): Data Access in User mode during Functional access
    [ 5.212921] Modules linked in:
    [ 5.215881] CPU: 0 PID: 53 Comm: kworker/0:2 Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 5.224700] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 5.230560] Workqueue: pm pm_runtime_work
    [ 5.234466] unwind_backtrace from show_stack+0x10/0x14
    [ 5.239501] show_stack from dump_stack_lvl+0x40/0x4c
    [ 5.244415] dump_stack_lvl from __warn+0x7c/0x158
    [ 5.249023] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 5.253997] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 5.260131] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 5.266876] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 5.273193] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 5.278991] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 5.285461] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 5.291625] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 5.297607] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 5.303649] call_with_stack from __irq_svc+0x84/0xac
    [ 5.308532] Exception stack(0xe012de18 to 0xe012de60)
    [ 5.313415] de00: 00000000 fa838078
    [ 5.321289] de20: fa838000 00000000 c2be5640 00000000 c2abb810 c0e478f4 00000000 00000008
    [ 5.329193] de40: 000f4240 00000000 ffffffff e012de68 c069e208 c069e208 60000113 ffffffff
    [ 5.337066] __irq_svc from sysc_disable_module+0x114/0x23c
    [ 5.342468] sysc_disable_module from sysc_runtime_suspend+0xe8/0x128
    [ 5.348693] sysc_runtime_suspend from __rpm_callback+0x3c/0x108
    [ 5.354492] __rpm_callback from rpm_callback+0x50/0x54
    [ 5.359558] rpm_callback from rpm_suspend+0xf8/0x748
    [ 5.364440] rpm_suspend from pm_runtime_work+0x9c/0xa8
    [ 5.369506] pm_runtime_work from process_one_work+0x1d8/0x514
    [ 5.375152] process_one_work from worker_thread+0x50/0x50c
    [ 5.380554] worker_thread from kthread+0xec/0x11c
    [ 5.385192] kthread from ret_from_fork+0x14/0x38
    [ 5.389739] Exception stack(0xe012dfb0 to 0xe012dff8)
    [ 5.394592] dfa0: 00000000 00000000 00000000 00000000
    [ 5.402496] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 5.410369] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [ 5.416748] ---[ end trace 0000000000000000 ]---
    [ 5.424774] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
    [ 5.434844] input: Quick access keys as /devices/platform/gpio_keys/input/input0
    [ 5.442047] ------------[ cut here ]------------
    [ 5.446502] WARNING: CPU: 0 PID: 53 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [ 5.455413] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 5.466827] Modules linked in:
    [ 5.469787] CPU: 0 PID: 53 Comm: kworker/0:2 Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 5.478607] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 5.484466] Workqueue: pm pm_runtime_work
    [ 5.488372] unwind_backtrace from show_stack+0x10/0x14
    [ 5.493438] show_stack from dump_stack_lvl+0x40/0x4c
    [ 5.498321] dump_stack_lvl from __warn+0x7c/0x158
    [ 5.502960] __warn from warn_slowpath_fmt+0x124/0x1c0
    [ 5.507904] warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [ 5.514068] l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [ 5.520782] __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [ 5.527099] handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [ 5.532928] handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [ 5.539398] generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [ 5.545532] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [ 5.551513] generic_handle_arch_irq from call_with_stack+0x18/0x20
    [ 5.557556] call_with_stack from __irq_svc+0x84/0xac
    [ 5.562438] Exception stack(0xe012de30 to 0xe012de78)
    [ 5.567321] de20: 00000000 fa838000 00000078 c2be6fc0
    [ 5.575195] de40: 00000000 c2be5640 c2abb810 c2abb894 00000000 00000008 000f4240 00000000
    [ 5.583099] de60: ffffffff e012de80 c069e208 c069e3a8 a0000113 ffffffff
    [ 5.589477] __irq_svc from sysc_runtime_suspend+0x78/0x128
    [ 5.594879] sysc_runtime_suspend from __rpm_callback+0x3c/0x108
    [ 5.600677] __rpm_callback from rpm_callback+0x50/0x54
    [ 5.605743] rpm_callback from rpm_suspend+0xf8/0x748
    [ 5.610626] rpm_suspend from pm_runtime_work+0x9c/0xa8
    [ 5.615692] pm_runtime_work from process_one_work+0x1d8/0x514
    [ 5.621337] process_one_work from worker_thread+0x50/0x50c
    [ 5.626708] worker_thread from kthread+0xec/0x11c
    [ 5.631347] kthread from ret_from_fork+0x14/0x38
    [ 5.635894] Exception stack(0xe012dfb0 to 0xe012dff8)
    [ 5.640777] dfa0: 00000000 00000000 00000000 00000000
    [ 5.648651] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 5.656555] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [ 5.662933] ---[ end trace 0000000000000000 ]---
    [ 5.676025] rtc-clkctrl:0024:0: failed to disable
    [ 5.685852] l3init-clkctrl:0020:0: failed to disable
    [ 5.718994] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [ 5.780120] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
    [ 5.788757] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 5.795013] devtmpfs: mounted
    [ 5.799377] Freeing unused kernel image (initmem) memory: 2048K
    [ 5.809112] Run /sbin/init as init process
    [ 5.829101] 8<--- cut here ---
    [ 5.832061] Unhandled fault: asynchronous external abort (0x1211) at 0x00000000
    [ 5.839111] [00000000] *pgd=82d4b003, *pmd=00000000
    [ 5.843933] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
    [ 5.851318] CPU: 0 PID: 1 Comm: init Tainted: G W 6.1.80-ti-g2e423244f8c0 #1
    [ 5.859466] Hardware name: Generic DRA72X (Flattened Device Tree)
    [ 5.865356] unwind_backtrace from show_stack+0x10/0x14
    [ 5.870391] show_stack from dump_stack_lvl+0x40/0x4c
    [ 5.875305] dump_stack_lvl from panic+0x114/0x358
    [ 5.879943] panic from do_exit+0x9f4/0x9f8
    [ 5.884002] do_exit from do_group_exit+0x34/0x84
    [ 5.888549] do_group_exit from get_signal+0x938/0x9c0
    [ 5.893524] get_signal from do_work_pending+0x114/0x4f4
    [ 5.898651] do_work_pending from slow_work_pending+0xc/0x24
    [ 5.904113] Exception stack(0xe0009fb0 to 0xe0009ff8)
    [ 5.908996] 9fa0: 00000000 00000000 00000000 00000000
    [ 5.916900] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [ 5.924774] 9fe0: 00000000 bea8fef0 00000000 b6f70024 00000010 ffffffff
    [ 5.931182] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007 ]---

  • Hello Jonas,

    Yes, this was tested on all iterations of AM57x and has been validated to boot the AM5708x IDK board.

    [ 0.000000] Hit pending asynchronous external abort (FSR=0x00000211) during first unmask, this is most likely caused by a firmware/bootloader bug

    This print indicates that you have issues at initialization, can you post the fool boot log please?

    Please upload it as a file for easier readability.

    Click on the "Upload" word after Insert-> Image/video/file

    Thanks,

    Josue

  • Hi,

    Please find the full boot log in the attachment.

    I need to configure u-boot not to load environment from FAT since we only use the default environment compiled into the image, but that warning should not cause the external abort warning.

    You can also see that there is a script that cannot be found. When that script is not found the boot process will continue, so that cannot be the problem neither.

     BR,

    Jonas

    U-Boot SPL 2023.04-r6_1.0 (Sep 26 2024 - 13:51:38 +0000)
    DRA722-GP ES2.1
    Trying to boot from MMC1
    no pinctrl state for default mode
    
    
    U-Boot 2023.04-r6_1.0 (Sep 26 2024 - 13:51:38 +0000)
    
    CPU  : DRA722-GP ES2.1
    Model: CENSORED
    DRAM:  512 MiB
    Core:  56 devices, 16 uclasses, devicetree: separate
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... ** No device specified **
    Net:   Could not get PHY for ethernet@48484000: addr 3
    eth2: ethernet@48484000
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    499 bytes read in 1 ms (487.3 KiB/s)
    Running bootscript from mmc0 ...
    ## Executing script at 82000000
    running boot scripts
    Failed to load 'first-time-flash-scripts.scr'
    1135 bytes read in 1 ms (1.1 MiB/s)
    ## Executing script at 82000000
    running flash scripts
    gpio: pin 132 (gpio 132) value is 1
    gpio: pin 130 (gpio 130) value is 1
    boot script done
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    7913984 bytes read in 334 ms (22.6 MiB/s)
    143166 bytes read in 8 ms (17.1 MiB/s)
    Kernel image @ 0x82000000 [ 0x000000 - 0x78c200 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 8ffda000, end 8fffff3d ... OK
    Working FDT set to 8ffda000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: CENSORED
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 64 MiB at 0x000000009b800000
    [    0.000000] OMAP4: Map 0x000000009fd00000 to (ptrval) for dram barrier
    [    0.000000] Hit pending asynchronous external abort (FSR=0x00000211) during first unmask, this is most likely caused by a firmware/bootloader bug.
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x000000009fcfffff]
    [    0.000000]   Normal   empty
    [    0.000000]   HighMem  empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fcfffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fcfffff]
    [    0.000000] DRA722 ES2.1
    [    0.000000] percpu: Embedded 16 pages/cpu s34324 r8192 d23020 u65536
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129286
    [    0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=e3d08b00-02 rw rootfstype=ext4 rootwait bootver=1.0
    [    0.000000] Unknown kernel command line parameters "bootver=1.0", 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: 430172K/521216K available (12288K kernel code, 1465K rwdata, 3248K rodata, 2048K init, 306K bss, 25508K 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] rcu:     RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns
    [    0.001342] TI gptimer clockevent: always-on 31475 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
    [    0.002960] TI gptimer percpu-dmtimer: 19200000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
    [    0.003021] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
    [    0.003784] Console: colour dummy device 80x30
    [    0.003814] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
    [    0.059600] CPU: Testing write buffer coherency: ok
    [    0.059631] CPU0: Spectre v2: using ICIALLU workaround
    [    0.059631] CPU0: Spectre BHB: enabling loop workaround for all CPUs
    [    0.059631] pid_max: default: 32768 minimum: 301
    [    0.059753] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.059783] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.060363] /cpus/cpu@0 missing clock-frequency property
    [    0.060394] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.060974] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.061004] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.061096] Setting up static identity map for 0x80200000 - 0x80200138
    [    0.061187] rcu: Hierarchical SRCU implementation.
    [    0.061187] rcu:     Max phase no-delay instances is 1000.
    [    0.063262] EFI services will not be available.
    [    0.063385] smp: Bringing up secondary CPUs ...
    [    0.063385] smp: Brought up 1 node, 1 CPU
    [    0.063385] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
    [    0.063385] CPU: All CPU(s) started in HYP mode.
    [    0.063385] CPU: Virtualization extensions available.
    [    0.063720] devtmpfs: initialized
    [    0.084869] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.085052] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.085083] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.086273] pinctrl core: initialized pinctrl subsystem
    [    0.086914] DMI not present or invalid.
    [    0.087310] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.089050] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.089935] thermal_sys: Registered thermal governor 'step_wise'
    [    0.089996] cpuidle: using governor menu
    [    0.113494] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
    [    0.113555] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
    [    0.117370] No ATAGs?
    [    0.117401] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.117401] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.138671] iommu: Default domain type: Translated
    [    0.138671] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.140014] SCSI subsystem initialized
    [    0.146697] usbcore: registered new interface driver usbfs
    [    0.146728] usbcore: registered new interface driver hub
    [    0.146759] usbcore: registered new device driver usb
    [    0.147125] pps_core: LinuxPPS API ver. 1 registered
    [    0.147125] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.147155] PTP clock support registered
    [    0.147277] EDAC MC: Ver: 3.0.0
    [    0.148956] clocksource: Switched to clocksource 32k_counter
    [    0.156494] NET: Registered PF_INET protocol family
    [    0.157592] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.158447] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
    [    0.158477] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.158477] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.158508] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.158630] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.158691] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.158691] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.158813] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.169219] RPC: Registered named UNIX socket transport module.
    [    0.169219] RPC: Registered udp transport module.
    [    0.169219] RPC: Registered tcp transport module.
    [    0.169250] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.169250] PCI: CLS 0 bytes, default 64
    [    0.169738] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.170532] Initialise system trusted keyrings
    [    0.170715] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [    0.175811] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.176635] NFS: Registering the id_resolver key type
    [    0.176696] Key type id_resolver registered
    [    0.176696] Key type id_legacy registered
    [    0.176788] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.176788] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.176818] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.177276] Key type asymmetric registered
    [    0.177276] Asymmetric key parser 'x509' registered
    [    0.177398] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.177398] io scheduler mq-deadline registered
    [    0.177398] io scheduler kyber registered
    [    0.259643] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
    [    0.261535] STMicroelectronics ASC driver initialized
    [    0.279998] brd: module loaded
    [    0.284362] loop: module loaded
    [    0.288452] CAN device driver interface
    [    0.288848] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.288848] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.288879] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.288879] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.299682] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [    0.299713] usbcore: registered new interface driver pegasus
    [    0.299743] usbcore: registered new interface driver asix
    [    0.299774] usbcore: registered new interface driver ax88179_178a
    [    0.299804] usbcore: registered new interface driver cdc_ether
    [    0.299835] usbcore: registered new interface driver smsc75xx
    [    0.299896] usbcore: registered new interface driver smsc95xx
    [    0.299926] usbcore: registered new interface driver net1080
    [    0.299957] usbcore: registered new interface driver cdc_subset
    [    0.299987] usbcore: registered new interface driver zaurus
    [    0.300018] usbcore: registered new interface driver cdc_ncm
    [    0.300689] usbcore: registered new interface driver usb-storage
    [    0.301361] i2c_dev: i2c /dev entries driver
    [    0.303192] cpu cpu0: Failed to set OPP config
    [    0.303619] sdhci: Secure Digital Host Controller Interface driver
    [    0.303619] sdhci: Copyright(c) Pierre Ossman
    [    0.303771] Synopsys Designware Multimedia Card Interface Driver
    [    0.303985] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.304534] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.304840] usbcore: registered new interface driver usbhid
    [    0.304840] usbhid: USB HID core driver
    [    0.307159] NET: Registered PF_INET6 protocol family
    [    0.319519] Segment Routing with IPv6
    [    0.319580] In-situ OAM (IOAM) with IPv6
    [    0.319641] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.320098] NET: Registered PF_PACKET protocol family
    [    0.320098] can: controller area network core
    [    0.320159] NET: Registered PF_CAN protocol family
    [    0.320159] can: raw protocol
    [    0.320159] can: broadcast manager protocol
    [    0.320190] can: netlink gateway - max_hops=1
    [    0.320343] Key type dns_resolver registered
    [    0.320434] ThumbEE CPU extension supported.
    [    0.320434] Registering SWP/SWPB emulation handler
    [    0.320831] omap_voltage_late_init: Voltage driver support not added
    [    0.320831] Power Management for TI OMAP4+ devices.
    [    0.321563] Loading compiled-in X.509 certificates
    [    0.390686] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
    [    0.396270] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [    0.438629] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.468749] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    0.479309] OMAP GPIO hardware version 0.1
    [    0.481597] ti-sysc: probe of 4ae18000.target-module failed with error -16
    [    0.499053] printk: console [ttyS2] disabled
    [    0.499114] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
    [    2.167419] printk: console [ttyS2] enabled
    [    2.179290] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    2.188720] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    2.198120] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    2.207519] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
    [    2.217071] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
    [    2.226745] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
    [    2.236389] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
    [    2.246551] at24 2-0050: supply vcc not found, using dummy regulator
    [    2.279174] at24 2-0050: 16384 byte 24c128 EEPROM, writable, 64 bytes/write
    [    2.286376] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    2.295074] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 112, base_baud = 3000000) is a 8250
    [    2.307128] palmas 0-0058: Irq flag is 0x00000000
    [    2.340850] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [    2.353210] smps5: Bringing 0uV into 1200000-1200000uV
    [    2.363891] ldo3: Bringing 0uV into 1800000-1800000uV
    [    2.374542] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    2.386505] omap_rng 48090000.rng: Random Number Generator ver. 20
    [    2.392578] random: crng init done
    [    2.400482] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [    2.441467] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    2.488983] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    2.500244] mmc0: new high speed SDHC card at address b368
    [    2.506103] mmcblk0: mmc0:b368 USD00 14.7 GiB
    [    2.510528] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver Microchip KSZ9131 Gigabit PHY
    [    2.521301] davinci_mdio 48485000.mdio: phy[7]: device 48485000.mdio:07, driver Microchip KSZ9131 Gigabit PHY
    [    2.531005]  mmcblk0: p1 p2 p3 p4
    [    2.534759] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@1 Missing dual_emac_res_vlan in DT.
    [    2.549407] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@1 Using 1 as Reserved VLAN
    [    2.562927] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@2 Missing dual_emac_res_vlan in DT.
    [    2.576995] cpsw-switch 48484000.switch: /ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/ethernet-ports/port@2 Using 2 as Reserved VLAN
    [    2.590332] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
    [    2.596893] cpsw-switch 48484000.switch: ALE Table size 1024
    [    2.602416] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
    [    2.609802] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:265920000 calc_mult:4037837786 calc_shift:30 error:0 nsec/sec
    [    2.620452] cpsw-switch 48484000.switch: Detected MACID = 04:79:b7:ae:62:4a
    [    2.627197] cpsw-switch 48484000.switch: Detected MACID = 04:79:b7:ae:62:4b
    [    2.635589] cpsw-switch 48484000.switch: initialized (regs 0x0000000048484000, pool size 256) hw_ver:0019010F 1.15 (0)
    [    2.659240] ti-sysc: probe of 4882c000.target-module failed with error -16
    [    2.666625] ti-sysc: probe of 4882e000.target-module failed with error -16
    [    2.674255] ------------[ cut here ]------------
    [    2.678710] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    2.687622] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [    2.699035] Modules linked in:
    [    2.701965] CPU: 0 PID: 32 Comm: kworker/u2:3 Not tainted 6.1.80-ti-g2e423244f8c0 #1
    [    2.709442] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    2.715332] Workqueue: events_unbound deferred_probe_work_func
    [    2.720977]  unwind_backtrace from show_stack+0x10/0x14
    [    2.726043]  show_stack from dump_stack_lvl+0x40/0x4c
    [    2.730926]  dump_stack_lvl from __warn+0x7c/0x158
    [    2.735565]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    2.740539]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    2.746673]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    2.753417]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    2.759735]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    2.765533]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    2.772003]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    2.778137]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    2.784118]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    2.790191]  call_with_stack from __irq_svc+0x84/0xac
    [    2.795074] Exception stack(0xe0089870 to 0xe00898b8)
    [    2.799926] 9860:                                     00000000 58000000 00000074 00000000
    [    2.807830] 9880: c2be5640 c15ae530 c2abb810 00000000 c0e46a4c c0e466cc 00000001 00000000
    [    2.815704] 98a0: 00000000 e00898c0 48838000 c06a081c 20000113 ffffffff
    [    2.822082]  __irq_svc from sysc_probe+0xe60/0x1534
    [    2.826812]  sysc_probe from platform_probe+0x5c/0xbc
    [    2.831695]  platform_probe from really_probe+0xc8/0x2ec
    [    2.836822]  really_probe from __driver_probe_device+0x88/0x1a0
    [    2.842559]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    2.848846]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    2.855224]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    2.861297]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    2.866851]  __device_attach from bus_probe_device+0x84/0x8c
    [    2.872314]  bus_probe_device from device_add+0x3ac/0x78c
    [    2.877532]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    2.883850]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    2.891357]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    2.897735]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    2.903900]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    2.909545]  platform_probe from really_probe+0xc8/0x2ec
    [    2.914672]  really_probe from __driver_probe_device+0x88/0x1a0
    [    2.920379]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    2.926666]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    2.933074]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    2.939117]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    2.944671]  __device_attach from bus_probe_device+0x84/0x8c
    [    2.950134]  bus_probe_device from device_add+0x3ac/0x78c
    [    2.955383]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    2.961669]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    2.969177]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    2.975585]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    2.981719]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    2.987365]  platform_probe from really_probe+0xc8/0x2ec
    [    2.992492]  really_probe from __driver_probe_device+0x88/0x1a0
    [    2.998199]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.004516]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.010894]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.016937]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.022491]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.027954]  bus_probe_device from device_add+0x3ac/0x78c
    [    3.033203]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    3.039520]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    3.046997]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    3.053405]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    3.059539]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    3.065185]  platform_probe from really_probe+0xc8/0x2ec
    [    3.070312]  really_probe from __driver_probe_device+0x88/0x1a0
    [    3.076019]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.082336]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.088714]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.094757]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.100311]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.105804]  bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [    3.112030]  deferred_probe_work_func from process_one_work+0x1d8/0x514
    [    3.118438]  process_one_work from worker_thread+0x220/0x50c
    [    3.123901]  worker_thread from kthread+0xec/0x11c
    [    3.128540]  kthread from ret_from_fork+0x14/0x38
    [    3.133087] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [    3.137969] 9fa0:                                     00000000 00000000 00000000 00000000
    [    3.145843] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    3.153747] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    3.160125] ---[ end trace 0000000000000000 ]---
    [    3.164672] ------------[ cut here ]------------
    [    3.169128] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    3.178039] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [    3.189422] Modules linked in:
    [    3.192382] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    3.201293] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    3.207153] Workqueue: events_unbound deferred_probe_work_func
    [    3.212799]  unwind_backtrace from show_stack+0x10/0x14
    [    3.217864]  show_stack from dump_stack_lvl+0x40/0x4c
    [    3.222747]  dump_stack_lvl from __warn+0x7c/0x158
    [    3.227386]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    3.232330]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    3.238494]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    3.245208]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    3.251525]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    3.257324]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    3.263824]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    3.269958]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    3.275939]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    3.281982]  call_with_stack from __irq_svc+0x84/0xac
    [    3.286865] Exception stack(0xe0089848 to 0xe0089890)
    [    3.291748] 9840:                   00000000 fa838078 fa838000 00000078 c2be5640 00000003
    [    3.299621] 9860: c2abb810 00000003 c0e46a4c c0e46a4c 00000001 00000000 00000000 e0089898
    [    3.307525] 9880: c069ec2c c069ddc0 60000113 ffffffff
    [    3.312377]  __irq_svc from sysc_write_sysconfig+0x38/0x7c
    [    3.317687]  sysc_write_sysconfig from sysc_enable_module+0xd0/0x2c0
    [    3.323822]  sysc_enable_module from sysc_probe+0x12d4/0x1534
    [    3.329376]  sysc_probe from platform_probe+0x5c/0xbc
    [    3.334259]  platform_probe from really_probe+0xc8/0x2ec
    [    3.339416]  really_probe from __driver_probe_device+0x88/0x1a0
    [    3.345123]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.351409]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.357818]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.363861]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.369415]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.374877]  bus_probe_device from device_add+0x3ac/0x78c
    [    3.380126]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    3.386413]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    3.393920]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    3.400299]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    3.406463]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    3.412109]  platform_probe from really_probe+0xc8/0x2ec
    [    3.417236]  really_probe from __driver_probe_device+0x88/0x1a0
    [    3.422943]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.429229]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.435638]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.441680]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.447235]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.452697]  bus_probe_device from device_add+0x3ac/0x78c
    [    3.457946]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    3.464233]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    3.471740]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    3.478149]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    3.484283]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    3.489929]  platform_probe from really_probe+0xc8/0x2ec
    [    3.495056]  really_probe from __driver_probe_device+0x88/0x1a0
    [    3.500762]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.507049]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.513458]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.519500]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.525054]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.530517]  bus_probe_device from device_add+0x3ac/0x78c
    [    3.535766]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    3.542053]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    3.549560]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    3.555938]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    3.562103]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    3.567718]  platform_probe from really_probe+0xc8/0x2ec
    [    3.572875]  really_probe from __driver_probe_device+0x88/0x1a0
    [    3.578582]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.584869]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.591278]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.597320]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.602874]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.608337]  bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [    3.614562]  deferred_probe_work_func from process_one_work+0x1d8/0x514
    [    3.620971]  process_one_work from worker_thread+0x220/0x50c
    [    3.626464]  worker_thread from kthread+0xec/0x11c
    [    3.631072]  kthread from ret_from_fork+0x14/0x38
    [    3.635620] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [    3.640502] 9fa0:                                     00000000 00000000 00000000 00000000
    [    3.648406] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    3.656280] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    3.662658] ---[ end trace 0000000000000000 ]---
    [    3.667419] ------------[ cut here ]------------
    [    3.671874] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    3.680755] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [    3.692169] Modules linked in:
    [    3.695129] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    3.704040] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    3.709899] Workqueue: events_unbound deferred_probe_work_func
    [    3.715545]  unwind_backtrace from show_stack+0x10/0x14
    [    3.720611]  show_stack from dump_stack_lvl+0x40/0x4c
    [    3.725494]  dump_stack_lvl from __warn+0x7c/0x158
    [    3.730133]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    3.735076]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    3.741241]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    3.747955]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    3.754272]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    3.760070]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    3.766540]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    3.772705]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    3.778656]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    3.784729]  call_with_stack from __irq_svc+0x84/0xac
    [    3.789611] Exception stack(0xe0089860 to 0xe00898a8)
    [    3.794494] 9860: c2abb894 fa838000 c2abb894 00000000 c2abb810 c15ae530 c2abb894 00000000
    [    3.802368] 9880: c0e46a4c c0e46a4c 00000001 00000000 00000000 e00898b0 c080d78c c0d35624
    [    3.810272] 98a0: 60000113 ffffffff
    [    3.813629]  __irq_svc from _raw_spin_lock_irqsave+0x4/0x5c
    [    3.819000]  _raw_spin_lock_irqsave from pm_runtime_enable+0x14/0xb4
    [    3.825164]  pm_runtime_enable from sysc_probe+0xf78/0x1534
    [    3.830535]  sysc_probe from platform_probe+0x5c/0xbc
    [    3.835418]  platform_probe from really_probe+0xc8/0x2ec
    [    3.840576]  really_probe from __driver_probe_device+0x88/0x1a0
    [    3.846282]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.852569]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.858978]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.865020]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.870574]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.876037]  bus_probe_device from device_add+0x3ac/0x78c
    [    3.881286]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    3.887573]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    3.895080]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    3.901458]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    3.907623]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    3.913269]  platform_probe from really_probe+0xc8/0x2ec
    [    3.918395]  really_probe from __driver_probe_device+0x88/0x1a0
    [    3.924102]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    3.930389]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    3.936798]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    3.942840]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    3.948394]  __device_attach from bus_probe_device+0x84/0x8c
    [    3.953857]  bus_probe_device from device_add+0x3ac/0x78c
    [    3.959106]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    3.965393]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    3.972900]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    3.979278]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    3.985443]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    3.991088]  platform_probe from really_probe+0xc8/0x2ec
    [    3.996215]  really_probe from __driver_probe_device+0x88/0x1a0
    [    4.001922]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    4.008209]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    4.014617]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    4.020660]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    4.026214]  __device_attach from bus_probe_device+0x84/0x8c
    [    4.031677]  bus_probe_device from device_add+0x3ac/0x78c
    [    4.036926]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    4.043212]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    4.050720]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    4.057098]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    4.063262]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    4.068908]  platform_probe from really_probe+0xc8/0x2ec
    [    4.074035]  really_probe from __driver_probe_device+0x88/0x1a0
    [    4.079742]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    4.086029]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    4.092437]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    4.098480]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    4.104034]  __device_attach from bus_probe_device+0x84/0x8c
    [    4.109497]  bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [    4.115753]  deferred_probe_work_func from process_one_work+0x1d8/0x514
    [    4.122131]  process_one_work from worker_thread+0x220/0x50c
    [    4.127624]  worker_thread from kthread+0xec/0x11c
    [    4.132263]  kthread from ret_from_fork+0x14/0x38
    [    4.136779] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [    4.141662] 9fa0:                                     00000000 00000000 00000000 00000000
    [    4.149566] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    4.157440] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    4.163818] ---[ end trace 0000000000000000 ]---
    [    4.168426] ------------[ cut here ]------------
    [    4.172882] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    4.181793] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [    4.193206] Modules linked in:
    [    4.196136] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    4.205047] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    4.210906] Workqueue: events_unbound deferred_probe_work_func
    [    4.216552]  unwind_backtrace from show_stack+0x10/0x14
    [    4.221618]  show_stack from dump_stack_lvl+0x40/0x4c
    [    4.226501]  dump_stack_lvl from __warn+0x7c/0x158
    [    4.231140]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    4.236114]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    4.242248]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    4.248962]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    4.255279]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    4.261077]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    4.267578]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    4.273712]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    4.279693]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    4.285736]  call_with_stack from __irq_svc+0x84/0xac
    [    4.290618] Exception stack(0xe00897c0 to 0xe0089808)
    [    4.295501] 97c0: 00000000 fa838078 fa838000 00000078 c2be5640 00000003 c2abb810 00000003
    [    4.303375] 97e0: 00000000 c027f1d4 c1bb9b00 00000000 c1bb9b00 e0089810 c069ec2c c069ddc0
    [    4.311279] 9800: 60000113 ffffffff
    [    4.314636]  __irq_svc from sysc_write_sysconfig+0x38/0x7c
    [    4.319946]  sysc_write_sysconfig from sysc_enable_module+0xd0/0x2c0
    [    4.326080]  sysc_enable_module from sysc_runtime_resume+0xc8/0x174
    [    4.332122]  sysc_runtime_resume from __rpm_callback+0x3c/0x108
    [    4.337860]  __rpm_callback from rpm_callback+0x50/0x54
    [    4.342926]  rpm_callback from rpm_resume+0x590/0x7c4
    [    4.347808]  rpm_resume from __pm_runtime_resume+0x34/0x6c
    [    4.353118]  __pm_runtime_resume from sysc_probe+0xf88/0x1534
    [    4.358673]  sysc_probe from platform_probe+0x5c/0xbc
    [    4.363555]  platform_probe from really_probe+0xc8/0x2ec
    [    4.368713]  really_probe from __driver_probe_device+0x88/0x1a0
    [    4.374420]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    4.380706]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    4.387115]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    4.393157]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    4.398712]  __device_attach from bus_probe_device+0x84/0x8c
    [    4.404174]  bus_probe_device from device_add+0x3ac/0x78c
    [    4.409423]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    4.415740]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    4.423217]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    4.429626]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    4.435760]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    4.441406]  platform_probe from really_probe+0xc8/0x2ec
    [    4.446533]  really_probe from __driver_probe_device+0x88/0x1a0
    [    4.452239]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    4.458526]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    4.464935]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    4.470977]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    4.476531]  __device_attach from bus_probe_device+0x84/0x8c
    [    4.481994]  bus_probe_device from device_add+0x3ac/0x78c
    [    4.487243]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    4.493530]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    4.501037]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    4.507415]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    4.513580]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    4.519226]  platform_probe from really_probe+0xc8/0x2ec
    [    4.524353]  really_probe from __driver_probe_device+0x88/0x1a0
    [    4.530059]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    4.536346]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    4.542755]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    4.548797]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    4.554351]  __device_attach from bus_probe_device+0x84/0x8c
    [    4.559814]  bus_probe_device from device_add+0x3ac/0x78c
    [    4.565063]  device_add from of_platform_device_create_pdata+0x90/0xc0
    [    4.571350]  of_platform_device_create_pdata from of_platform_bus_create+0x1b0/0x244
    [    4.578857]  of_platform_bus_create from of_platform_populate+0x70/0xd4
    [    4.585235]  of_platform_populate from simple_pm_bus_probe+0x90/0x94
    [    4.591400]  simple_pm_bus_probe from platform_probe+0x5c/0xbc
    [    4.597015]  platform_probe from really_probe+0xc8/0x2ec
    [    4.602172]  really_probe from __driver_probe_device+0x88/0x1a0
    [    4.607879]  __driver_probe_device from driver_probe_device+0x30/0x104
    [    4.614166]  driver_probe_device from __device_attach_driver+0x94/0x108
    [    4.620574]  __device_attach_driver from bus_for_each_drv+0x80/0xd0
    [    4.626617]  bus_for_each_drv from __device_attach+0xac/0x1e4
    [    4.632171]  __device_attach from bus_probe_device+0x84/0x8c
    [    4.637634]  bus_probe_device from deferred_probe_work_func+0x78/0xa4
    [    4.643890]  deferred_probe_work_func from process_one_work+0x1d8/0x514
    [    4.650268]  process_one_work from worker_thread+0x220/0x50c
    [    4.655761]  worker_thread from kthread+0xec/0x11c
    [    4.660400]  kthread from ret_from_fork+0x14/0x38
    [    4.664916] Exception stack(0xe0089fb0 to 0xe0089ff8)
    [    4.669799] 9fa0:                                     00000000 00000000 00000000 00000000
    [    4.677703] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    4.685577] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    4.691955] ---[ end trace 0000000000000000 ]---
    [    4.696533] ------------[ cut here ]------------
    [    4.700988] WARNING: CPU: 0 PID: 32 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    4.709899] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [    4.721313] Modules linked in:
    [    4.724243] CPU: 0 PID: 32 Comm: kworker/u2:3 Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    4.733154] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    4.739013] Workqueue: events_unbound deferred_probe_work_func
    [    4.744659]  unwind_backtrace from show_stack+0x10/0x14
    [    4.749725]  show_stack from dump_stack_lvl+0x40/0x4c
    [    4.754608]  dump_stack_lvl from __warn+0x7c/0x158
    [    4.759246]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    4.764221]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    4.770355]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    4.777069]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    4.783386]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    4.789215]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    4.795684]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    4.801818]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    4.807800]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    4.813842]  call_with_stack from __irq_svc+0x84/0xac
    [    4.818725] Exception stack(0xe00897e8 to 0xe0089830)
    [    4.823608] 97e0:                   c1417274 c2be5690 c2abb810 c022d9ec c2be5640 c2abb810
    [    4.831481] 9800: 00000000 c2abb894 00000000 c027f1d4 c1bb9b00 00000000 c1bb9b00 e0089838
    [    4.839385] 9820: c069eed4 c022d3e8 a0000113 ffffffff
    [    4.844268]  __irq_svc from clkdm_allow_idle+0x0/0x24
    [    4.849151]  clkdm_allow_idle from pm_generic_runtime_resume+0x0/0x30
    [    4.855377] ---[ end trace 0000000000000000 ]---
    [    4.859954] ------------[ cut here ]------------
    [    4.864410] WARNING: CPU: 0 PID: 53 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    4.873321] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [    4.884735] Modules linked in:
    [    4.887664] CPU: 0 PID: 53 Comm: kworker/0:2 Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    4.896484] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    4.902374] Workqueue: pm pm_runtime_work
    [    4.906249]  unwind_backtrace from show_stack+0x10/0x14
    [    4.911315]  show_stack from dump_stack_lvl+0x40/0x4c
    [    4.916198]  dump_stack_lvl from __warn+0x7c/0x158
    [    4.920837]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    4.925781]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    4.931945]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    4.938659]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    4.944976]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    4.950775]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    4.957244]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    4.963409]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    4.969360]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    4.975433]  call_with_stack from __irq_svc+0x84/0xac
    [    4.980316] Exception stack(0xe012de08 to 0xe012de50)
    [    4.985198] de00:                   00000000 fa838078 fa838000 00000078 c2be5640 00000003
    [    4.993072] de20: c2abb810 c0e478f4 00000000 00000008 000f4240 00000000 ffffffff e012de58
    [    5.000976] de40: c069e208 c069ddbc 60000113 ffffffff
    [    5.005828]  __irq_svc from sysc_write_sysconfig+0x34/0x7c
    [    5.011138]  sysc_write_sysconfig from sysc_disable_module+0x114/0x23c
    [    5.017456]  sysc_disable_module from sysc_runtime_suspend+0xe8/0x128
    [    5.023681]  sysc_runtime_suspend from __rpm_callback+0x3c/0x108
    [    5.029479]  __rpm_callback from rpm_callback+0x50/0x54
    [    5.034545]  rpm_callback from rpm_suspend+0xf8/0x748
    [    5.039428]  rpm_suspend from pm_runtime_work+0x9c/0xa8
    [    5.044494]  pm_runtime_work from process_one_work+0x1d8/0x514
    [    5.050140]  process_one_work from worker_thread+0x50/0x50c
    [    5.055541]  worker_thread from kthread+0xec/0x11c
    [    5.060150]  kthread from ret_from_fork+0x14/0x38
    [    5.064697] Exception stack(0xe012dfb0 to 0xe012dff8)
    [    5.069580] dfa0:                                     00000000 00000000 00000000 00000000
    [    5.077484] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    5.085357] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    5.091735] ---[ end trace 0000000000000000 ]---
    [    5.113342] edma 43300000.dma: memcpy is disabled
    [    5.121215] edma 43300000.dma: TI EDMA DMA engine driver
    [    5.130523] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    5.137481] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    5.144958] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    5.152465] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    5.170288] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1
    [    5.179016] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
    [    5.188140] ------------[ cut here ]------------
    [    5.192596] WARNING: CPU: 0 PID: 53 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    5.201507] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Idle): Data Access in User mode during Functional access
    [    5.212921] Modules linked in:
    [    5.215881] CPU: 0 PID: 53 Comm: kworker/0:2 Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    5.224700] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    5.230560] Workqueue: pm pm_runtime_work
    [    5.234466]  unwind_backtrace from show_stack+0x10/0x14
    [    5.239501]  show_stack from dump_stack_lvl+0x40/0x4c
    [    5.244415]  dump_stack_lvl from __warn+0x7c/0x158
    [    5.249023]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    5.253997]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    5.260131]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    5.266876]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    5.273193]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    5.278991]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    5.285461]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    5.291625]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    5.297607]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    5.303649]  call_with_stack from __irq_svc+0x84/0xac
    [    5.308532] Exception stack(0xe012de18 to 0xe012de60)
    [    5.313415] de00:                                                       00000000 fa838078
    [    5.321289] de20: fa838000 00000000 c2be5640 00000000 c2abb810 c0e478f4 00000000 00000008
    [    5.329193] de40: 000f4240 00000000 ffffffff e012de68 c069e208 c069e208 60000113 ffffffff
    [    5.337066]  __irq_svc from sysc_disable_module+0x114/0x23c
    [    5.342468]  sysc_disable_module from sysc_runtime_suspend+0xe8/0x128
    [    5.348693]  sysc_runtime_suspend from __rpm_callback+0x3c/0x108
    [    5.354492]  __rpm_callback from rpm_callback+0x50/0x54
    [    5.359558]  rpm_callback from rpm_suspend+0xf8/0x748
    [    5.364440]  rpm_suspend from pm_runtime_work+0x9c/0xa8
    [    5.369506]  pm_runtime_work from process_one_work+0x1d8/0x514
    [    5.375152]  process_one_work from worker_thread+0x50/0x50c
    [    5.380554]  worker_thread from kthread+0xec/0x11c
    [    5.385192]  kthread from ret_from_fork+0x14/0x38
    [    5.389739] Exception stack(0xe012dfb0 to 0xe012dff8)
    [    5.394592] dfa0:                                     00000000 00000000 00000000 00000000
    [    5.402496] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    5.410369] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    5.416748] ---[ end trace 0000000000000000 ]---
    [    5.424774] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
    [    5.434844] input: Quick access keys as /devices/platform/gpio_keys/input/input0
    [    5.442047] ------------[ cut here ]------------
    [    5.446502] WARNING: CPU: 0 PID: 53 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x280/0x37c
    [    5.455413] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [    5.466827] Modules linked in:
    [    5.469787] CPU: 0 PID: 53 Comm: kworker/0:2 Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    5.478607] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    5.484466] Workqueue: pm pm_runtime_work
    [    5.488372]  unwind_backtrace from show_stack+0x10/0x14
    [    5.493438]  show_stack from dump_stack_lvl+0x40/0x4c
    [    5.498321]  dump_stack_lvl from __warn+0x7c/0x158
    [    5.502960]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [    5.507904]  warn_slowpath_fmt from l3_interrupt_handler+0x280/0x37c
    [    5.514068]  l3_interrupt_handler from __handle_irq_event_percpu+0x7c/0x228
    [    5.520782]  __handle_irq_event_percpu from handle_irq_event+0x38/0x80
    [    5.527099]  handle_irq_event from handle_fasteoi_irq+0x9c/0x204
    [    5.532928]  handle_fasteoi_irq from generic_handle_domain_irq+0x28/0x38
    [    5.539398]  generic_handle_domain_irq from gic_handle_irq+0x74/0x88
    [    5.545532]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
    [    5.551513]  generic_handle_arch_irq from call_with_stack+0x18/0x20
    [    5.557556]  call_with_stack from __irq_svc+0x84/0xac
    [    5.562438] Exception stack(0xe012de30 to 0xe012de78)
    [    5.567321] de20:                                     00000000 fa838000 00000078 c2be6fc0
    [    5.575195] de40: 00000000 c2be5640 c2abb810 c2abb894 00000000 00000008 000f4240 00000000
    [    5.583099] de60: ffffffff e012de80 c069e208 c069e3a8 a0000113 ffffffff
    [    5.589477]  __irq_svc from sysc_runtime_suspend+0x78/0x128
    [    5.594879]  sysc_runtime_suspend from __rpm_callback+0x3c/0x108
    [    5.600677]  __rpm_callback from rpm_callback+0x50/0x54
    [    5.605743]  rpm_callback from rpm_suspend+0xf8/0x748
    [    5.610626]  rpm_suspend from pm_runtime_work+0x9c/0xa8
    [    5.615692]  pm_runtime_work from process_one_work+0x1d8/0x514
    [    5.621337]  process_one_work from worker_thread+0x50/0x50c
    [    5.626708]  worker_thread from kthread+0xec/0x11c
    [    5.631347]  kthread from ret_from_fork+0x14/0x38
    [    5.635894] Exception stack(0xe012dfb0 to 0xe012dff8)
    [    5.640777] dfa0:                                     00000000 00000000 00000000 00000000
    [    5.648651] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    5.656555] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
    [    5.662933] ---[ end trace 0000000000000000 ]---
    [    5.676025] rtc-clkctrl:0024:0: failed to disable
    [    5.685852] l3init-clkctrl:0020:0: failed to disable
    [    5.718994] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    5.780120] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
    [    5.788757] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    5.795013] devtmpfs: mounted
    [    5.799377] Freeing unused kernel image (initmem) memory: 2048K
    [    5.809112] Run /sbin/init as init process
    [    5.829101] 8<--- cut here ---
    [    5.832061] Unhandled fault: asynchronous external abort (0x1211) at 0x00000000
    [    5.839111] [00000000] *pgd=82d4b003, *pmd=00000000
    [    5.843933] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
    [    5.851318] CPU: 0 PID: 1 Comm: init Tainted: G        W          6.1.80-ti-g2e423244f8c0 #1
    [    5.859466] Hardware name: Generic DRA72X (Flattened Device Tree)
    [    5.865356]  unwind_backtrace from show_stack+0x10/0x14
    [    5.870391]  show_stack from dump_stack_lvl+0x40/0x4c
    [    5.875305]  dump_stack_lvl from panic+0x114/0x358
    [    5.879943]  panic from do_exit+0x9f4/0x9f8
    [    5.884002]  do_exit from do_group_exit+0x34/0x84
    [    5.888549]  do_group_exit from get_signal+0x938/0x9c0
    [    5.893524]  get_signal from do_work_pending+0x114/0x4f4
    [    5.898651]  do_work_pending from slow_work_pending+0xc/0x24
    [    5.904113] Exception stack(0xe0009fb0 to 0xe0009ff8)
    [    5.908996] 9fa0:                                     00000000 00000000 00000000 00000000
    [    5.916900] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [    5.924774] 9fe0: 00000000 bea8fef0 00000000 b6f70024 00000010 ffffffff
    [    5.931182] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007 ]---
    

  • Hello Jonas, 

    I had a slight typo in my last response:  

    validated to boot the AM5708x IDK board

    This is inaccurate and I meant to type AM18x IDK board. The part the image being validated is true. These are the same die in different packages so what boots in AM571x should also work in AM570x.

    I have seen this boot successfully before. My guess is that the issue is coming from your bootloader and the abort is propagating into the Linux boot, as that message indicates. 

    What changes have you done to u-boot from the base?

    I am assuming your board is custom, can you experiment with booting the base images provided with the default SDK?

    -Josue

  • Hi Josue,

    Thank you for the help so far!

    I will look into the external abort issue. I doubt that this is the root cause for the timer setup issues though. But perhaps it is related to the kernel dump. Anyway, the External abort needs to be fixed so we will see.

    Regarding the timer failures, would you be able to get hold of a boot log from an AM5708 or AM5718 with the same version of SDK images for reference? It could be that these are normal and could be disregarded. If that is the case I don't have to chase the root cause for these anymore.

    As you can see In the original post timer16 will fail on an AM5708 and AM5716 since it requires a second cpu which this chip does not have.

    BR,

    Jonas

  • Hello Jonas, 

    See the folowing boot log from AM5718x IDK:

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    Loading Environment from FAT... no pinctrl state for default mode
    *** Error - No Valid Environment Area found
    *** Warning - bad env area, using default environment
    
    Loading Environment from MMC... *** Warning - bad CRC, using default environment
    
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    CPU  : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDK REV 1.3B
    DRAM:  1 GiB
    ti_emmc_boardid_get failed -5
    Core:  71 devices, 24 uclasses, devicetree: separate
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... *** Error - No Valid Environment Area found
    *** Warning - bad env area, using default environment
    
    Loading Environment from MMC... *** Warning - bad CRC, using default environment
    
    Net:   
    Warning: ethernet@48484000 MAC addresses don't match:
    Address in ROM is		5c:f8:21:5d:de:7a
    Address in environment is	70:ff:76:1c:0c:a5
    eth2: ethernet@48484000
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    7913984 bytes read in 350 ms (21.6 MiB/s)
    209196 bytes read in 15 ms (13.3 MiB/s)
    Working FDT set to 88000000
    Kernel image @ 0x82000000 [ 0x000000 - 0x78c200 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 8fec9000, end 8fffffff ... OK
    Working FDT set to 8fec9000
    ft_fixup_clocks failed for DSP voltage domain: <valid offset/length>
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: TI AM5718 IDK
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [    0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 64 MiB at 0x00000000bc000000
    [    0.000000] OMAP4: Map 0x00000000afd00000 to (ptrval) for dram barrier
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000afcfffff]
    [    0.000000]   Normal   empty
    [    0.000000]   HighMem  [mem 0x00000000afd00000-0x00000000bfffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000afcfffff]
    [    0.000000]   node   0: [mem 0x00000000b0000000-0x00000000bfffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
    [    0.000000] On node 0, zone HighMem: 768 pages in unavailable ranges
    [    0.000000] DRA722 ES2.0
    [    0.000000] percpu: Embedded 16 pages/cpu s34324 r8192 d23020 u65536
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 259846
    [    0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=7b5cb950-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 794024K/1045504K available (12288K kernel code, 1465K rwdata, 3248K rodata, 2048K init, 306K bss, 30296K reserved, 221184K cma-reserved, 196608K 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] rcu: 	RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns
    [    0.001434] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
    [    0.003143] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
    [    0.003204] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
    [    0.004272] Console: colour dummy device 80x30
    [    0.004302] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
    [    0.062072] CPU: Testing write buffer coherency: ok
    [    0.062103] CPU0: Spectre v2: using ICIALLU workaround
    [    0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
    [    0.062103] pid_max: default: 32768 minimum: 301
    [    0.062255] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    [    0.062255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    [    0.062866] /cpus/cpu@0 missing clock-frequency property
    [    0.062896] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.063507] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.063507] cblist_init_generic: Setting shift to 0 and lim to 1.
    [    0.063598] Setting up static identity map for 0x80200000 - 0x80200138
    [    0.063720] rcu: Hierarchical SRCU implementation.
    [    0.063720] rcu: 	Max phase no-delay instances is 1000.
    [    0.066101] EFI services will not be available.
    [    0.066223] smp: Bringing up secondary CPUs ...
    [    0.066223] smp: Brought up 1 node, 1 CPU
    [    0.066223] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
    [    0.066253] CPU: All CPU(s) started in HYP mode.
    [    0.066253] CPU: Virtualization extensions available.
    [    0.066589] devtmpfs: initialized
    [    0.092071] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.092285] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.092315] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.096282] pinctrl core: initialized pinctrl subsystem
    [    0.096954] DMI not present or invalid.
    [    0.097381] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.099090] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.100006] thermal_sys: Registered thermal governor 'step_wise'
    [    0.100067] cpuidle: using governor menu
    [    0.126403] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
    [    0.126464] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
    [    0.129730] No ATAGs?
    [    0.129760] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.129791] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.154724] iommu: Default domain type: Translated 
    [    0.154724] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.156158] SCSI subsystem initialized
    [    0.156494] usbcore: registered new interface driver usbfs
    [    0.156524] usbcore: registered new interface driver hub
    [    0.156555] usbcore: registered new device driver usb
    [    0.156951] pps_core: LinuxPPS API ver. 1 registered
    [    0.156951] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.156982] PTP clock support registered
    [    0.157073] EDAC MC: Ver: 3.0.0
    [    0.168762] clocksource: Switched to clocksource 32k_counter
    [    0.176574] NET: Registered PF_INET protocol family
    [    0.176757] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.178070] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
    [    0.178070] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.178100] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
    [    0.178161] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    0.178375] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.178466] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    0.178497] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    0.178619] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.179046] RPC: Registered named UNIX socket transport module.
    [    0.179046] RPC: Registered udp transport module.
    [    0.179046] RPC: Registered tcp transport module.
    [    0.179077] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.179077] PCI: CLS 0 bytes, default 64
    [    0.179595] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.180419] Initialise system trusted keyrings
    [    0.180603] workingset: timestamp_bits=30 max_order=18 bucket_order=0
    [    0.185852] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.199188] NFS: Registering the id_resolver key type
    [    0.199218] Key type id_resolver registered
    [    0.199249] Key type id_legacy registered
    [    0.199310] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.199310] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.199340] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.199829] Key type asymmetric registered
    [    0.199829] Asymmetric key parser 'x509' registered
    [    0.199951] bounce: pool size: 64 pages
    [    0.200042] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.200042] io scheduler mq-deadline registered
    [    0.200042] io scheduler kyber registered
    [    0.273681] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
    [    0.280364] STMicroelectronics ASC driver initialized
    [    0.294128] brd: module loaded
    [    0.302978] loop: module loaded
    [    0.312469] CAN device driver interface
    [    0.312805] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.312805] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.312866] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.312866] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.313659] pegasus: Pegasus/Pegasus II USB Ethernet driver
    [    0.313690] usbcore: registered new interface driver pegasus
    [    0.313720] usbcore: registered new interface driver asix
    [    0.313751] usbcore: registered new interface driver ax88179_178a
    [    0.313781] usbcore: registered new interface driver cdc_ether
    [    0.313812] usbcore: registered new interface driver smsc75xx
    [    0.313842] usbcore: registered new interface driver smsc95xx
    [    0.313873] usbcore: registered new interface driver net1080
    [    0.313903] usbcore: registered new interface driver cdc_subset
    [    0.313934] usbcore: registered new interface driver zaurus
    [    0.313995] usbcore: registered new interface driver cdc_ncm
    [    0.314666] usbcore: registered new interface driver usb-storage
    [    0.319244] i2c_dev: i2c /dev entries driver
    [    0.321136] cpu cpu0: Failed to set OPP config
    [    0.321563] sdhci: Secure Digital Host Controller Interface driver
    [    0.321594] sdhci: Copyright(c) Pierre Ossman
    [    0.321746] Synopsys Designware Multimedia Card Interface Driver
    [    0.321960] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.328826] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.329132] usbcore: registered new interface driver usbhid
    [    0.329162] usbhid: USB HID core driver
    [    0.331634] NET: Registered PF_INET6 protocol family
    [    0.339080] Segment Routing with IPv6
    [    0.339141] In-situ OAM (IOAM) with IPv6
    [    0.339202] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.339691] NET: Registered PF_PACKET protocol family
    [    0.339691] can: controller area network core
    [    0.339752] NET: Registered PF_CAN protocol family
    [    0.339752] can: raw protocol
    [    0.339752] can: broadcast manager protocol
    [    0.339752] can: netlink gateway - max_hops=1
    [    0.339935] Key type dns_resolver registered
    [    0.339996] ThumbEE CPU extension supported.
    [    0.339996] Registering SWP/SWPB emulation handler
    [    0.340484] omap_voltage_late_init: Voltage driver support not added
    [    0.340484] Power Management for TI OMAP4+ devices.
    [    0.341217] Loading compiled-in X.509 certificates
    [    0.420989] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
    [    0.426849] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [    0.479156] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.505737] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
    [    0.509063] OMAP GPIO hardware version 0.1
    [    0.520080] ti-sysc: probe of 4ae18000.target-module failed with error -16
    [    0.538909] printk: console [ttyS2] disabled
    [    0.538970] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
    [    2.314270] printk: console [ttyS2] enabled
    [    2.326446] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
    [    2.336334] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
    [    2.346160] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
    [    2.356048] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
    [    2.365936] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
    [    2.375946] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
    [    2.385955] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
    [    2.401336] palmas 0-0058: Irq flag is 0x00000004
    [    2.430969] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [    2.465789] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    2.478881] omap_rng 48090000.rng: Random Number Generator ver. 20
    [    2.485778] random: crng init done
    [    2.568847] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    2.581390] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
    [    2.591156] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
    [    2.601531] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
    [    2.608367] cpsw-switch 48484000.switch: ALE Table size 1024
    [    2.614166] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
    [    2.621826] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
    [    2.632995] cpsw-switch 48484000.switch: Detected MACID = 5c:f8:21:5d:de:7a
    [    2.640045] cpsw-switch 48484000.switch: Detected MACID = 5c:f8:21:5d:de:7b
    [    2.648773] cpsw-switch 48484000.switch: initialized (regs 0x0000000048484000, pool size 256) hw_ver:0019010F 1.15 (0)
    [    2.673309] ti-sysc: probe of 4882c000.target-module failed with error -16
    [    2.681030] ti-sysc: probe of 4882e000.target-module failed with error -16
    [    2.704406] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
    [    2.713562] dra7-pcie 51000000.pcie:       IO 0x0020003000..0x0020012fff -> 0x0000000000
    [    2.721740] dra7-pcie 51000000.pcie:      MEM 0x0020013000..0x002fffffff -> 0x0020013000
    [    2.730102] dra7-pcie 51000000.pcie: iATU unroll: disabled
    [    2.735595] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
    [    3.744018] dra7-pcie 51000000.pcie: Phy link never came up
    [    3.749755] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    3.756072] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.761596] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    3.767822] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    3.774780] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [    3.780853] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [    3.787139] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
    [    3.793518] pci 0000:00:00.0: supports D1
    [    3.797576] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    3.810852] PCI: bus0: Fast back to back transfers disabled
    [    3.816802] PCI: bus1: Fast back to back transfers enabled
    [    3.822357] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    3.829193] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    3.836029] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [    3.841674] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
    [    3.853942] edma 43300000.dma: memcpy is disabled
    [    3.862060] edma 43300000.dma: TI EDMA DMA engine driver
    [    3.874023] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    3.881958] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    3.888641] platform 40800000.dsp: Adding to iommu group 0
    [    3.895996] platform 58820000.ipu: Adding to iommu group 1
    [    3.901702] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    3.909729] platform 55020000.ipu: Adding to iommu group 2
    [    3.915283] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    3.926208] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
    [    3.931518] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.937896] Creating 7 MTD partitions on "spi0.0":
    [    3.942749] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    3.949005] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    3.955383] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    3.962371] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    3.969116] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    3.976531] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    3.982940] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    3.999755] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1
    [    4.008972] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
    [    4.027618] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
    [    4.035919] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2022-04-28T19:43:57 UTC (1651175037)
    [    4.048889] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
    [    4.057739] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    4.063262] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
    [    4.075500] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [    4.098846] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    4.108276] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    4.115966] Waiting for root device PARTUUID=7b5cb950-02...
    [    4.152954] mmc0: new high speed SDHC card at address 0001
    [    4.158966] mmcblk0: mmc0:0001 00000 29.1 GiB 
    [    4.165191]  mmcblk0: p1 p2
    [    4.173126] mmc1: new DDR MMC card at address 0001
    [    4.178344] mmcblk1: mmc1:0001 R1J56L 13.8 GiB 
    [    4.184417] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB 
    [    4.190429] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB 
    [    4.196319] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
    [    4.709228] EXT4-fs (mmcblk0p2): recovery complete
    [    4.715545] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
    [    4.724517] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    4.738433] devtmpfs: mounted
    [    4.742675] Freeing unused kernel image (initmem) memory: 2048K
    [    4.748809] Run /sbin/init as init process
    [    5.138732] 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)
    [    5.171295] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2023.10!
    
    [    5.210266] systemd[1]: Hostname set to <am57xx-evm>.
    [    5.421569] systemd-sysv-generator[87]: 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.
    [    5.473358] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' 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.
    [    5.850067] 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.
    [    5.919036] systemd[1]: /etc/systemd/system/sys-clock-drift.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    5.940948] 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.
    [    6.023284] systemd[1]: Queued start job for default target Graphical Interface.
    [    6.032867] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.069885] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.110687] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.149322] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.189788] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    6.229644] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    6.269348] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.309417] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.349029] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.389007] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.429473] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    6.469390] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    6.518707] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    6.559783] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    6.647552] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
    [    6.659271] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    6.700134] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    6.739501] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    6.780242] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    6.820037] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    6.859374] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    6.899383] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
    [    6.939117] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    6.956542] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.029113] systemd[1]: Mounting Kernel Trace File System...
             Mounting Kernel Trace File System...
    [    7.109191] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.124633] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    7.199340] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.269287] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.339263] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.384307] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    7.449371] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    7.479309] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    7.493865] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    7.507415] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    7.539550] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.564086] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    7.587951] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    7.616149] cryptodev: loading out-of-tree module taints kernel.
    [    7.641754] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    7.659057] cryptodev: driver 1.12 loaded.
             Starting Remount Root and Kernel File Systems...
    [    7.708679] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
    [    7.716033] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.765441] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    7.819427] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    7.859283] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Trace File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  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...
    [    8.389312] systemd-journald[99]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /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 Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    9.777770] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [  OK  ] Finished Coldplug All udev Devices.
    [    9.836883] omap-sham 4b101000.sham: will run requests pump with realtime priority
    [    9.995178] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
    [   10.053771] omap-sham 42701000.sham: will run requests pump with realtime priority
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [   10.174499] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [   10.292694] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [   10.393157] omap-des 480a5000.des: will run requests pump with realtime priority
    [  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.
    [   10.750732] omap_rtc 48838000.rtc: registered as rtc1
    [   10.777191] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [   10.858947] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
    [   10.867065] remoteproc remoteproc0: 58820000.ipu is available
    [   10.874511] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [   10.941192] mc: Linux media interface: v0.10
    [   10.999359] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
    [   11.055786] videodev: Linux video capture interface: v2.00
    [   11.114288] remoteproc remoteproc1: 55020000.ipu is available
    [   11.203704] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
    [   11.282806] remoteproc remoteproc0: powering up 58820000.ipu
    [   11.313690] remoteproc remoteproc2: 40800000.dsp is available
    [   11.334259] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4959964
    [   11.415496] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [   11.452819] remoteproc remoteproc1: powering up 55020000.ipu
    [   11.496734] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3751356
    [   11.533477] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [   11.584716] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [  OK  ] Started D-Bus System Message Bus.
    [   11.768981] vpe 489d0000.vpe: Device registered as /dev/video0
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.[   11.853393] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
    
    [   11.893127] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
    [  OK  ] Started Periodic Command Scheduler.
    [   11.956054] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
             Starting DEMO...
    [   11.986236] remoteproc remoteproc2: powering up 40800000.dsp
    [   11.999023] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
             Starting Print notice about GPLv3 packages...
    [   12.043945] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5648812
    [   12.074340] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=f85d23e1, irq=154)
             Starting IPv6 Packet Filtering Framework...
    [   12.108184] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
             Starting IPv4 Packet Filtering Framework...
    [   12.163940] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
             Starting Telephony service...
    [   12.204589] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [   12.210571] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
             Starting Expand the rootfs…ll size of the boot device....
    [   12.241638] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [   12.271209] omap-aes 4b500000.aes: will run requests pump with realtime priority
             Starting User Login Management...
    [   12.347534] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
             Starting Telnet Server...
             Starting TI IPC Daemon...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [   12.526306] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [   12.550079] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   12.555633] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [   12.595336] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
    [   12.625091] omap-aes 4b700000.aes: will run requests pump with realtime priority
    [   12.758209] remoteproc remoteproc0: remote processor 58820000.ipu is now up
    [   12.839660] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
    [  OK  ] Started DEMO.
    [  OK  ] Started TI IPC Daemon.
    [   13.001037] Bluetooth: Core ver 2.22
    [   13.004699] NET: Registered PF_BLUETOOTH protocol family
    [   13.029327] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
    [   13.167449] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [   13.207550] Bluetooth: HCI device and connection manager initialized
    [   13.320983] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [   13.353790] Bluetooth: HCI socket layer initialized
    [   13.359222] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
    [  OK  ] Finished Expand the rootfs…full s[   13.427429] Bluetooth: L2CAP socket layer initialized
    ize of the boot device..
    [   13.533874] Bluetooth: SCO socket layer initialized
    [   13.585052] DSS: OMAP DSS rev 6.1
    [   13.873046] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
    [   13.940979] Initializing XFRM netlink socket
    [   14.093902] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
    [   14.106658] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   14.143066] scsi host0: ahci-dwc
    [   14.146575] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 155
    [   14.192260] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
    [   14.247375] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
    [   14.319061] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [   14.362884] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [   14.462860] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x66
    [   14.640228] ata1: SATA link down (SStatus 0 SControl 300)
    [   14.682159] dmm 4e000000.dmm: workaround for errata i878 in use
    [   14.833892] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
    [   15.019317] dmm 4e000000.dmm: initialized all PAT entries
    [  OK  ] Started Telephony service.
    [   15.145935] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   15.159423] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
    [   15.208557] rproc-virtio rproc-virtio.3.auto: registered virtio2 (type 7)
    [   15.233459] ------------[ cut here ]------------
    [   15.238128] WARNING: CPU: 0 PID: 125 at drivers/gpu/drm/drm_bridge.c:1410 drm_bridge_hpd_enable+0x7c/0x80
    [   15.247802] Hot plug detection already enabled
    [   15.252258] Modules linked in: xfrm_user xfrm_algo omapdrm(+) cec pvrsrvkm(O) bluetooth ecdh_generic ecc omap_aes_driver libaes c_can_platform pruss c_can omap_wdt ahci_dwc ti_vpe ti_sc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham crypto_engine omap_remoteproc virtio_rpmsg_bus rpmsg_ns rpmsg_core display_connector ti_tpd12s015 gdbserverproxy(O) cryptodev(O)
    [   15.297302] CPU: 0 PID: 125 Comm: systemd-udevd Tainted: G           O       6.1.80-ti-g2e423244f8c0 #1
    [   15.306732] Hardware name: Generic DRA72X (Flattened Device Tree)
    [   15.312866]  unwind_backtrace from show_stack+0x10/0x14
    [   15.318115]  show_stack from dump_stack_lvl+0x40/0x4c
    [   15.323211]  dump_stack_lvl from __warn+0x7c/0x158
    [   15.328033]  __warn from warn_slowpath_fmt+0x124/0x1c0
    [   15.333190]  warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
    [   15.339508]  drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
    [   15.346343]  pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
    [   15.352386]  platform_probe from really_probe+0xc8/0x2ec
    [   15.357727]  really_probe from __driver_probe_device+0x88/0x1a0
    [   15.363677]  __driver_probe_device from driver_probe_device+0x30/0x104
    [   15.370239]  driver_probe_device from __driver_attach+0x90/0x174
    [   15.376251]  __driver_attach from bus_for_each_dev+0x74/0xc0
    [   15.381958]  bus_for_each_dev from bus_add_driver+0x164/0x1f0
    [   15.387725]  bus_add_driver from driver_register+0x88/0x11c
    [   15.393341]  driver_register from __platform_register_drivers+0x38/0x88
    [   15.399993]  __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
    [   15.407409]  omap_drm_init [omapdrm] from do_one_initcall+0x48/0x254
    [   15.413879]  do_one_initcall from do_init_module+0x44/0x1d4
    [   15.419494]  do_init_module from sys_finit_module+0xc0/0x110
    [   15.425201]  sys_finit_module from __sys_trace_return+0x0/0x10
    [   15.431060] Exception stack(0xf14edfa8 to 0xf14edff0)
    [   15.436126] dfa0:                   00000000 00000000 0000000f b6d5a8a0 00000000 00020000
    [   15.444335] dfc0: 00000000 00000000 00000000 0000017b 00000000 000950a8 00000007 00000000
    [   15.452545] dfe0: bebba6d8 bebba6c8 b6d55d4f b6c8afe2
    [   15.457641] ---[ end trace 0000000000000000 ]---
    [   15.541259] remoteproc remoteproc2: remote processor 40800000.dsp is now up
    [   15.639526] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x32
    [   15.647399] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x33
    [   15.892608] virtio_rpmsg_bus virtio2: creating channel rpmsg-omx addr 0x3c
    [   16.019287] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x65
    [   16.248901] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
    [   17.304290] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   17.346160] c_can_platform 4ae3c000.can main_dcan1: renamed from can0
    [   17.363250] remoteproc remoteproc3: 4b234000.pru is available
    [   17.369934] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
    [   17.440216] remoteproc remoteproc4: 4b238000.pru is available
    [   17.451934] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000008002010010
    [   17.515106] remoteproc remoteproc5: 4b2b4000.pru is available
    [   17.548248] xhci-hcd xhci-hcd.5.auto: irq 168, io mem 0x48890000
    [   17.561431] remoteproc remoteproc6: 4b2b8000.pru is available
    [   17.604492] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   17.692474] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
    [   17.755126] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
    [   17.782135] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
    [   17.864685] hub 1-0:1.0: USB hub found
    [   17.908325] hub 1-0:1.0: 1 port detected
    [   17.945434] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   17.980926] hub 2-0:1.0: USB hub found
    [   17.995147] hub 2-0:1.0: 1 port detected
    [   18.159423] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 1
    [   18.362213] omap-hdmi-audio omap-hdmi-audio.4.auto: ASoC: driver name too long 'HDMI 58040000.encoder' -> 'HDMI_58040000_e'
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash-dev
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbc6x
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	gzip
    	hidapi
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm-dev
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libgomp1
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libqt5charts-examples
    	libqt5charts-plugins
    	libqt5charts-qmlplugins
    	libqt5charts5
    	libqt5sensors-plugins
    	libqt5sensors-qmlplugins
    	libqt5sensors5
    	libqt5serialport-examples
    	libqt5serialport-plugins
    	libqt5serialport-qmlplugins
    	libqt5serialport5
    	libqt5svg-examples
    	libqt5svg-plugins
    	libqt5svg-qmlplugins
    	libqt5svg5
    	libqt5virtualkeyboard-plugins
    	libqt5virtualkeyboard-qmlplugins
    	libqt5virtualkeyboard5
    	libqt5webchannel-plugins
    	libqt5webchannel-qmlplugins
    	libqt5webchannel5
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libunistring2
    	m4-dev
    	m4
    	make
    	nettle
    	parted
    	pdm-anomaly-detection
    	piglit
    	qt3d-plugins
    	qt3d-qmlplugins
    	qt3d
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtconnectivity-plugins
    	qtconnectivity-qmlplugins
    	qtconnectivity
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative-tools
    	qtdeclarative
    	qtgraphicaleffects-qmlplugins
    	qtlocation-examples
    	qtlocation-plugins
    	qtlocation-qmlplugins
    	qtlocation
    	qtmultimedia-examples
    	qtmultimedia-plugins
    	qtmultimedia-qmlplugins
    	qtmultimedia
    	qtquics-qmlplugins.control
    	qtquics2-plugins.control
    	qtquics2-qmlplugins.control
    	qtquics2.control
    	qtscript-examples
    	qtscript-plugins
    	qtscript-qmlplugins
    	qtscript
    	qtwayland-examples
    	qtwayland-plugins
    	qtwayland-qmlplugins
    	qtwayland
    	tar
    	which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Started User Login Management.
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Hardware activated USB gadget.
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
             Starting Save/Restore Sound Card State...
             Starting File System Check on /dev/mmcblk0p1...
             Starting Network Configuration...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/boot-mmcblk0p1...
    [   21.081237] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Mounted /run/media/boot-mmcblk0p1.
    [   21.168609] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   21.178283] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
    [   21.263671] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
             Starting Network Name Resolution...
    [   21.378814] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver (mii_bus:phy_addr=48485000.mdio:01, irq=POLL)
    [   21.426940] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
    [   21.529510] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver (mii_bus:phy_addr=48485000.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 Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Started system clock drift service.
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  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  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Started containerd container runtime.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [  OK  ] Started Weston, a Wayland …mpositor, as a system service.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am57xx-evm -
    
    Arago 2023.10 am57xx-evm -
    
    am57xx-evm login: root
    lsroot@am57xx-evm:~#  /
    -sh: /: Is a directory
    root@am57xx-evm:~# ls /
    bin  boot  dev	etc  home  lib	linuxrc  media	mnt  opt  proc	run  sbin  srv	sys  tmp  usr  var
    root@am57xx-evm:~# 

    -Josue

  • Hi Josue,

    Thanks for the boot log!

    There are a bunch of timers failing during initialization in this log as well, so that must be normal then? It is confusing when there are a lot of failures in the boot log, so I suggest that TI tries to fix that for the next release.

    //Jonas

  • Hello Jonas,

    Thank you for pointing that out. Not exactly sure why timer16 is throwing that error but I will file a JIRA for our dev team to take a look.

    Please keep me updated with your debug.

    -Josue

  • Hi Josue,

    It is not only timer16 that is failing in the log you gave me:

    [    0.003204] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22

    [    0.321136] cpu cpu0: Failed to set OPP config

    [    0.520080] ti-sysc: probe of 4ae18000.target-module failed with error -16

    [ 2.673309] ti-sysc: probe of 4882c000.target-module failed with error -16
    [ 2.681030] ti-sysc: probe of 4882e000.target-module failed with error -16

    [    3.999755] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1

    [    4.008972] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp

    //Jonas

  • Thank you Jonas,

    I will update my report with all these traces.

    Any luck with the ..

    asynchronous external abort

     from spl?

  • Hi Josue,

    I have not been able to find the root cause of the asynchronous external abort yet.

    In the threads you mentioned, the problem was solved by fixing the I2C settings for the PMIC or removing the rtc node from the device tree.

    We use the same I2C bus as the EVMs and the PMIC is accessible in u-boot using the PMIC command. So that is likely not the issue.

    The rtc-node has been removed in our device tree. Do I need to remove more nodes related to the RTC such as clock modules in dra7-l4.dtsi and dra7xx-clocks.dtsi? Do you have a device tree for an am5708 based board you can share?

    Do you have any advice for tracking the root cause?

    //Jonas

  • Hello Jonas,

    I am out of office for today, I will be back tomorrow.

    -Josue

  • Hello Jonas, 

    I will have to inquire about this internally to get more info but, do you have access to JTAG and a debugger? 

    -Josue

  • Hi Josue,

    I have an XDS110.

    If you can get a device tree for an AM5708 board it would be great. I'm curious what device tree nodes that need to be deleted.

    //Jonas

  • Hi,

    That is a device tree for the AM571x. I want a device tree for the AM5708 for u-boot and linux. The AM5708 does not have rtc and sata if I have understood correctly.

    Another thing that I have noted is that you cannot use the same device tree in u-boot and linux. All nodes in the device specific dtsi files do not have the same name in u-boot and linux. Please add a Jira to unify the device trees.

    //Jonas

  • Hello Jonas,

    There's a separate device tree for Linux, you can find that one here, the device tree for AM571x would be the closest thing to a device tree for AM570x.
    I made a mistake in not clarifying that the AM570x family of devices does not have a dedicated board for it, therefore we do not have device trees made for the AM570x device specifically. 

    One would just remove the nodes that are not needed at the DTS level and it should work, since these devices are very similar in exception for some of the features you mentioned as well as features like .

    Our u-boot device trees enable multiple different boards with the same DTS, whereas there are different device trees for different market configurations of a device in kernel, so the device trees are made different on purpose. 

    I hope this information helps you in fixing your device tree.

    -Josue