Part Number: TDA4VM
HI:
The SD card boot on our board has this problem:
After the u-boot boot kernel is started, the serial port has output startup log.
Compared with the startup log of the TI EVM board, the system partition is not printed, and there is no output for more than 2 seconds after startup.
In the next 34 seconds, it outputs "tlv71033: disabling" and then it freezes. , Unable to enter rootfs.
The attachment is the start log。
U-Boot 2021.01-00001-gf33b8c263b-dirty (Dec 15 2021 - 17:37:49 +0800)
SoC: J721E SR1.0
Model: Texas Instruments K3 J721E SoC
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed 1
Board: J721EX-PM1-SOM rev E2
DRAM: 4 GiB
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed 1
Net: Could not get PHY for ethernet@46000000: addr 0
am65_cpsw_nuss_slave ethernet@46000000: phy_connect() failed
No ethernet found.
Hit any key to stop autoboot: 0
=> print
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=setenv bootargs console=${console} ${optargs} root=PARTUUID=4b04b5c6-02 rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1;run ufs_finduuid;setenv bootargs console = ${console} ${optargs}root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype};setenv devtype scsi;setenv bootpart 1:1
baudrate=115200
board=j721e
board_name=J721EX-PM2-SOM
board_rev=unknown
board_serial=unknown
board_software_revision=unknown
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init;run boot_rprocs_mmc;fi;
boot_rprocs_mmc=env set rproc_id;env set rproc_fw;for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i;else env set rproc_fw $i;run rproc_load_and_boot_one;env set rproc_id;env set rproc_fw;fi;done
bootcmd=run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000;tispl.bin raw 0x080000 0x200000;u-boot.img raw 0x280000 0x400000;u-boot-env raw 0x680000 0x020000;sysfw.itb raw 0x6c0000 0x100000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x100000;u-boot.img ram 0x81000000 0x100000
dorprocboot=0
dtboaddr=0x89000000
envboot=mmc dev ${mmcdev}; if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdeb2290
fdtfile=k3-j721e-common-proc-board.dtb
fileaddr=82000000
filesize=0
findfdt=setenv name_fdt ${default_device_tree};if test $board_name = J721EX-PM1-SOM; then setenv name_fdt k3-j721e-proc-board-tps65917.dtb; fi;if test $board_name = j721e; then setenv name_fdt k3-j721e-common-proc-board.dtb; fi;if test $board_name = j721e-eaik; then setenv name_fdt k3-j721e-eaik.dtb; fi;setenv fdtfile ${name_fdt}
finduuid=part uuid mmc ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr};done;
get_overlay_ufs=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados;fi;fi;fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),57216k@8m(ospi.rootfs),128k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=k3-j721e-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;fi
run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000000
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5930/131067 bytes
=> boot
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
switch to partitions #0, OK
mmc1 is current device
Failed to load 'boot.scr'
0 bytes read in 1 ms (0 Bytes/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
19137024 bytes read in 824 ms (22.1 MiB/s)
97586 bytes read in 15 ms (6.2 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 5.10.41-g4c2eade9f7 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Wed Aug 4 22:47:28 UTC 2021
[ 0.000000] Machine model: Texas Instruments K3 J721E SoC
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 512 MiB at 0x00000000e0000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 2 pages/cpu s49880 r8192 d73000 u131072
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: EL2 vector hardening
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65472
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=4b04b5c6-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB)
[ 0.000000] Memory: 3372032K/4194304K available (10816K kernel code, 1344K rwdata, 4288K rodata, 1856K init, 758K bss, 297984K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x00000008800b0000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008800c0000
[ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4d4 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008372] Console: colour dummy device 80x25
[ 0.012933] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023604] pid_max: default: 32768 minimum: 301
[ 0.028349] LSM: Security Framework initializing
[ 0.033093] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.040659] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.049595] rcu: Hierarchical SRCU implementation.
[ 0.054642] Platform MSI: msi-controller@1820000 domain created
[ 0.060876] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.070174] EFI services will not be available.
[ 0.074922] smp: Bringing up secondary CPUs ...
[ 0.080100] Detected PIPT I-cache on CPU1
[ 0.080124] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.080134] GICv3: CPU1: using allocated LPI pending table @0x00000008800d0000
[ 0.080166] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.080219] smp: Brought up 1 node, 2 CPUs
[ 0.109563] SMP: Total of 2 processors activated.
[ 0.114369] CPU features: detected: 32-bit EL0 Support
[ 0.119624] CPU features: detected: CRC32 instructions
[ 0.133366] CPU: All CPU(s) started at EL2
[ 0.137561] alternatives: patching kernel code
[ 0.142545] devtmpfs: initialized
[ 0.150753] KASLR disabled due to lack of seed
[ 0.155404] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.165367] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[ 0.173023] pinctrl core: initialized pinctrl subsystem
[ 0.178594] DMI not present or invalid.
[ 0.182839] NET: Registered protocol family 16
[ 0.190346] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.197644] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.205646] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.213945] thermal_sys: Registered thermal governor 'step_wise'
[ 0.213947] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.220361] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.234003] ASID allocator initialised with 65536 entries
[ 0.256249] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[ 0.263103] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.269864] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.277761] cryptd: max_cpu_qlen set to 1000
[ 0.283785] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected
[ 0.292612] vsys_3v3: supplied by evm_12v0
[ 0.296918] vsys_5v0: supplied by evm_12v0
[ 0.301534] iommu: Default domain type: Translated
[ 0.306712] SCSI subsystem initialized
[ 0.310825] mc: Linux media interface: v0.10
[ 0.315196] videodev: Linux video capture interface: v2.00
[ 0.320823] pps_core: LinuxPPS API ver. 1 registered
[ 0.325893] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.335230] PTP clock support registered
[ 0.339249] EDAC MC: Ver: 3.0.0
[ 0.342980] FPGA manager framework
[ 0.346490] Advanced Linux Sound Architecture Driver Initialized.
[ 0.353078] clocksource: Switched to clocksource arch_sys_counter
[ 0.359486] VFS: Disk quotas dquot_6.6.0
[ 0.363534] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.373220] NET: Registered protocol family 2
[ 0.377803] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear)
[ 0.386393] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[ 0.395174] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
[ 0.403369] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
[ 0.411305] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.418057] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.424950] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.432347] NET: Registered protocol family 1
[ 0.437027] RPC: Registered named UNIX socket transport module.
[ 0.443088] RPC: Registered udp transport module.
[ 0.447892] RPC: Registered tcp transport module.
[ 0.452695] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.459279] PCI: CLS 0 bytes, default 64
[ 0.463638] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.473832] Initialise system trusted keyrings
[ 0.478448] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[ 0.486726] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.492940] NFS: Registering the id_resolver key type
[ 0.498162] Key type id_resolver registered
[ 0.502434] Key type id_legacy registered
[ 0.506552] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.513400] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.521037] 9p: Installing v9fs 9p2000 file system support
[ 0.545910] Key type asymmetric registered
[ 0.550097] Asymmetric key parser 'x509' registered
[ 0.555093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.562652] io scheduler mq-deadline registered
[ 0.567277] io scheduler kyber registered
[ 0.572531] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.578700] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.587135] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.593406] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.601263] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.609364] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.618327] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq
[ 0.627145] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq
[ 0.634853] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.647640] brd: module loaded
[ 0.653545] loop: module loaded
[ 0.657359] megasas: 07.714.04.00-rc1
[ 0.662255] libphy: Fixed MDIO Bus: probed
[ 0.666904] tun: Universal TUN/TAP device driver, 1.6
[ 0.672309] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.678715] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.684786] sky2: driver version 1.30
[ 0.689018] VFIO - User Level meta-driver version: 0.3
[ 0.694672] i2c /dev entries driver
[ 0.698844] sdhci: Secure Digital Host Controller Interface driver
[ 0.705160] sdhci: Copyright(c) Pierre Ossman
[ 0.709850] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.716181] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.722489] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.729613] optee: probing for conduit method.
[ 0.734172] optee: revision 3.12 (3d47a131)
[ 0.734407] optee: initialized driver
[ 0.743697] NET: Registered protocol family 17
[ 0.748306] 9pnet: Installing 9P2000 support
[ 0.752690] Key type dns_resolver registered
[ 0.757138] Loading compiled-in X.509 certificates
[ 0.766412] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.772743] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.780844] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam')
[ 0.807184] random: fast init done
[ 0.833249] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 0.840741] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.846793] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 0.852829] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[ 0.859246] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 0.866074] pca953x 3-0020: using no AI
[ 0.893121] pca953x 3-0020: failed writing register
[ 0.898158] pca953x: probe of 3-0020 failed with error -121
[ 0.904190] pca953x 3-0022: supply vcc not found, using dummy regulator
[ 0.910988] pca953x 3-0022: using AI
[ 0.914686] pca953x 3-0022: failed writing register
[ 0.919708] pca953x: probe of 3-0022 failed with error -121
[ 0.925445] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 0.931856] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
[ 0.941737] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz
[ 0.948007] pca953x 6-0020: supply vcc not found, using dummy regulator
[ 0.954821] pca953x 6-0020: using no AI
[ 0.981122] pca953x 6-0020: failed writing register
[ 0.986153] pca953x: probe of 6-0020 failed with error -121
[ 0.992247] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
[ 0.998264] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz
[ 1.004196] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
[ 1.010418] pca953x 9-0020: supply vcc not found, using dummy regulator
[ 1.017227] pca953x 9-0020: using no AI
[ 1.045120] pca953x 9-0020: failed writing register
[ 1.050150] pca953x: probe of 9-0020 failed with error -121
[ 1.056171] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz
[ 1.062561] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
[ 1.072530] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
[ 1.081327] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
[ 1.091151] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.110852] cdns-torrent-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps
[ 1.118516] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 1.126187] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 1.134465] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 1.142742] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.151590] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 1.159255] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 1.167535] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 1.175812] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.184584] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 1.192250] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 1.200526] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 1.208802] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.217950] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.227832] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.234591] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.243512] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.253663] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.260422] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.268348] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
[ 1.277703] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250
[ 1.286447] printk: console [ttyS2] enabled
[ 1.286447] printk: console [ttyS2] enabled
[ 1.294883] printk: bootconsole [ns16550a0] disabled
[ 1.294883] printk: bootconsole [ns16550a0] disabled
[ 1.305320] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250
[ 1.314224] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250
[ 1.324557] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 1.335071] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 1.345229] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 1.355469] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 1.366227] scsi host0: ufshcd
[ 1.409083] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.416730] libphy: 46000f00.mdio: probed
[ 1.420944] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing.
[ 1.427671] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.441405] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.450241] mmc0: CQHCI version 5.10
[ 1.450495] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 1.465373] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.472055] pca953x 4-0020: using no AI
[ 1.491693] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.497121] pca953x 4-0020: failed writing register
[ 1.504142] pca953x: probe of 4-0020 failed with error -121
[ 1.510129] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.516953] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.523811] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.530675] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.537516] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.547108] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 1.554606] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 1.562692] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 1.570773] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.579454] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 1.586957] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 1.595044] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 1.603124] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.611690] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 1.619191] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 1.627275] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 1.635361] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.644315] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.654383] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
[ 1.667401] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 1.674297] spi-nor: probe of spi0.0 failed with error -2
[ 1.681675] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 1.688558] spi-nor: probe of spi1.0 failed with error -2
[ 1.694690] mmc0: Command Queue Engine enabled
[ 1.699131] mmc0: new HS400 MMC card at address 0001
[ 1.704375] mmcblk0: mmc0:0001 016GB2 14.7 GiB
[ 1.709009] mmcblk0boot0: mmc0:0001 016GB2 partition 1 8.00 MiB
[ 1.715013] mmcblk0boot1: mmc0:0001 016GB2 partition 2 8.00 MiB
[ 1.720996] mmcblk0rpmb: mmc0:0001 016GB2 partition 3 4.00 MiB, chardev (237:0)
[ 1.731909] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 >
[ 1.733090] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.744252] libphy: 46000f00.mdio: probed
[ 1.748474] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing.
[ 1.755230] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.768790] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.775774] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.782982] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.789267] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.799362] cdns-ufshcd 4e84000.ufs: link startup failed 1
[ 1.799466] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 1.805052] cdns-ufshcd 4e84000.ufs: UFS Host state=0
[ 1.815780] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0
[ 1.821462] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 1.822058] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
[ 1.829514] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 1.835928] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
[ 1.844016] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 1.850858] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
[ 1.858933] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.865525] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
[ 1.874085] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 1.880101] cdns-ufshcd 4e84000.ufs: Clk gate=1
[ 1.880103] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0
[ 1.880106] cdns-ufshcd 4e84000.ufs: last intr at 1693141 us, last intr status=0x404
[ 1.880110] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
[ 1.887588] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 1.892087] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0
[ 1.900248] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 1.907966] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
[ 1.915435] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.923496] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
[ 1.932800] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 1.940599] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
[ 1.940602] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
[ 1.946607] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 1.954834] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0
[ 1.961086] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 1.968561] host_regs: 00000000: 1587031f 00000000 00000210 00000000
[ 1.974627] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 1.980693] host_regs: 00000010: 00000000 00000000 00000000 00000000
[ 2.001373] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 2.008978] host_regs: 00000020: 00000000 00000470 00000000 00000000
[ 2.008980] host_regs: 00000030: 00000008 00000001 00000000 00000000
[ 2.008983] host_regs: 00000040: 00000000 00000000 00000000 00000000
[ 2.015339] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 2.023561] host_regs: 00000050: 00000000 00000000 00000000 00000000
[ 2.023563] host_regs: 00000060: 00000000 00000000 00000000 00000000
[ 2.023565] host_regs: 00000070: 00000000 00000000 00000000 00000000
[ 2.023568] host_regs: 00000080: 00000000 00000000 00000000 00000000
[ 2.023570] host_regs: 00000090: 00000000 00000000 00000000 00000000
[ 2.023573] cdns-ufshcd 4e84000.ufs: No record of pa_err
[ 2.029928] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 2.037371] cdns-ufshcd 4e84000.ufs: No record of dl_err
[ 2.037374] cdns-ufshcd 4e84000.ufs: No record of nl_err
[ 2.043720] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 2.050043] cdns-ufshcd 4e84000.ufs: No record of tl_err
[ 2.050045] cdns-ufshcd 4e84000.ufs: No record of dme_err
[ 2.056679] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 2.064450] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err
[ 2.064452] cdns-ufshcd 4e84000.ufs: No record of fatal_err
[ 2.064455] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 1694286 us
[ 2.064457] cdns-ufshcd 4e84000.ufs: No record of resume_fail
[ 2.064460] cdns-ufshcd 4e84000.ufs: No record of suspend_fail
[ 2.070816] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 2.077130] cdns-ufshcd 4e84000.ufs: No record of dev_reset
[ 2.077133] cdns-ufshcd 4e84000.ufs: No record of host_reset
[ 2.083478] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 2.089801] cdns-ufshcd 4e84000.ufs: No record of task_abort
[ 2.209856] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 2.218442] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 2.225944] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 2.234024] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 2.242104] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 2.252273] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[ 2.259735] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[ 2.267056] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 2.274377] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[ 2.282443] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.289809] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 2.297308] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 2.305394] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 2.313482] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 2.322171] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 2.329669] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 2.337757] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 2.345855] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 2.354456] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 2.361955] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 2.370041] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 2.378125] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 2.394513] ALSA device list:
[ 2.397482] No soundcards found.
[ 2.401130] Waiting for root device PARTUUID=4b04b5c6-02...
[ 33.852630] tlv71033: disabling

