Hi,
I'm using ADRV9002 and try to implement Petalinux for my ZynqMP SoC ZCU102. During the boot stage, I get many errors:
[ 7.514477] adrv9002 spi1.0: Interface tuning failed: -5
[ 7.521178] cf_axi_adc 84a00000.axi-adrv9002-rx-lpc: probe with driver cf_axi_adc failed with error -5
[ 21.638178] platform 84a09000.axi-adrv9002-rx2-lpc: deferred probe pending: (reason unknown)
[ 21.638184] platform 84a0c800.axi-adrv9002-core-tdd1-lpc: deferred probe pending: (reason unknown)
[ 21.638190] platform 84a0cc00.axi-adrv9002-core-tdd2-lpc: deferred probe pending: (reason unknown)
[ 21.638197] platform 84a0a000.axi-adrv9002-tx-lpc: deferred probe pending: (reason unknown)
[ 21.638203] platform 84a0c000.axi-adrv9002-tx2-lpc: deferred probe pending: (reason unknown)

I use HDL zynqmp-zcu102-rev10-adrv9002, and device tree zynqmp-zcu102-rev10-adrv9002 from layer meta-adi-xilinx: meta-adi/meta-adi-xilinx/README.md at main · analogdevicesinc/meta-adi · GitHub
- Step 1: I export file .xsa including bitstream from vivado:

- Step 2: I create Petalinux project, add layer meta-adi-xilinx to Yocto user layers

- Step 3: I add KERNEL_DTB="zynqmp-zcu102-rev10-adrv9002" to meta-user/conf/petalinuxbsp.conf
then build project, fix many errors, then modify file pl-delete-nodes-zynqmp-zcu102-rev10-adrv9002.dtsi. Then build again. It's succeeded.

- Step 4: I generate BOOT.BIN, boot using SDCard and get errors during boot stage. This is my boot log
[ 0.891051] Memory: 3737208K/4194304K available (19136K kernel code, 1992K rwdata, 17296K rodata, 3648K init, 749K bss, 191360K reserved, 262144K cma-reserved)
[ 0.905105] devtmpfs: initialized
[ 0.914988] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.919110] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.931408] 22016 pages in range for non-PLT usage
[ 0.931425] 513536 pages in range for PLT usage
[ 0.931565] pinctrl core: initialized pinctrl subsystem
[ 0.941666] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.947123] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.953575] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.961374] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.969145] audit: initializing netlink subsys (disabled)
[ 0.974631] audit: type=2000 audit(0.896:1): state=initialized audit_enabled=0 res=1
[ 0.982283] cpuidle: using governor menu
[ 0.986264] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.993031] ASID allocator initialised with 65536 entries
[ 1.008332] platform fd0e0000.pcie: Fixed dependency cycle(s) with /axi/pcie@fd0e0000
[ 1.010591] platform fd0e0000.pcie: Fixed dependency cycle(s) with /axi/pcie@fd0e0000/legacy-interrupt-controller
[ 1.024570] platform fd4a0000.display: Fixed dependency cycle(s) with /dpcon
[ 1.027903] platform dpcon: Fixed dependency cycle(s) with /axi/display@fd4a0000
[ 1.037192] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.042033] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 1.048296] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 1.055078] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 1.061343] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.068128] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 1.074393] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.081177] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 1.155526] raid6: neonx8 gen() 2269 MB/s
[ 1.223603] raid6: neonx4 gen() 2213 MB/s
[ 1.291682] raid6: neonx2 gen() 2106 MB/s
[ 1.359766] raid6: neonx1 gen() 1795 MB/s
[ 1.427834] raid6: int64x8 gen() 1417 MB/s
[ 1.495902] raid6: int64x4 gen() 1562 MB/s
[ 1.563992] raid6: int64x2 gen() 1401 MB/s
[ 1.632075] raid6: int64x1 gen() 1038 MB/s
[ 1.632116] raid6: using algorithm neonx8 gen() 2269 MB/s
[ 1.704163] raid6: .... xor() 1660 MB/s, rmw enabled
[ 1.704209] raid6: using neon recovery algorithm
[ 1.708585] iommu: Default domain type: Translated
[ 1.712879] iommu: DMA domain TLB invalidation policy: strict mode
[ 1.719397] SCSI subsystem initialized
[ 1.722816] libata version 3.00 loaded.
[ 1.722955] usbcore: registered new interface driver usbfs
[ 1.728302] usbcore: registered new interface driver hub
[ 1.733606] usbcore: registered new device driver usb
[ 1.738809] mc: Linux media interface: v0.10
[ 1.742926] videodev: Linux video capture interface: v2.00
[ 1.748415] pps_core: LinuxPPS API ver. 1 registered
[ 1.753333] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.762476] PTP clock support registered
[ 1.766404] EDAC MC: Ver: 3.0.0
[ 1.769842] zynqmp-ipi-mbox mailbox@ff9905c0: Registered ZynqMP IPI mbox with TX/RX channels.
[ 1.778587] jesd204: found 0 devices and 0 topologies
[ 1.783152] FPGA manager framework
[ 1.786510] Advanced Linux Sound Architecture Driver Initialized.
[ 1.793184] Bluetooth: Core ver 2.22
[ 1.796147] NET: Registered PF_BLUETOOTH protocol family
[ 1.801449] Bluetooth: HCI device and connection manager initialized
[ 1.807798] Bluetooth: HCI socket layer initialized
[ 1.812668] Bluetooth: L2CAP socket layer initialized
[ 1.817720] Bluetooth: SCO socket layer initialized
[ 1.822993] vgaarb: loaded
[ 1.825527] clocksource: Switched to clocksource arch_sys_counter
[ 1.831564] VFS: Disk quotas dquot_6.6.0
[ 1.835305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.848387] NET: Registered PF_INET protocol family
[ 1.848589] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.857777] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 1.863575] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.871295] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.879412] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.887400] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.893198] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.899895] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.907122] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.912978] RPC: Registered named UNIX socket transport module.
[ 1.918534] RPC: Registered udp transport module.
[ 1.923227] RPC: Registered tcp transport module.
[ 1.927924] RPC: Registered tcp-with-tls transport module.
[ 1.933409] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.940811] PCI: CLS 0 bytes, default 64
[ 1.944709] Initialise system trusted keyrings
[ 1.948314] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.955165] NFS: Registering the id_resolver key type
[ 1.959701] Key type id_resolver registered
[ 1.963868] Key type id_legacy registered
[ 1.967881] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.974559] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.981965] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 1.989115] fuse: init (API version 7.41)
[ 2.048729] NET: Registered PF_ALG protocol family
[ 2.048779] xor: measuring software checksum speed
[ 2.053977] 8regs : 2501 MB/sec
[ 2.058315] 32regs : 2512 MB/sec
[ 2.062749] arm64_neon : 2359 MB/sec
[ 2.065716] xor: using function: 32regs (2512 MB/sec)
[ 2.070762] Key type asymmetric registered
[ 2.074852] Asymmetric key parser 'x509' registered
[ 2.079757] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 2.087119] io scheduler mq-deadline registered
[ 2.091641] io scheduler kyber registered
[ 2.095667] io scheduler bfq registered
[ 2.103799] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.143222] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 2.151894] brd: module loaded
[ 2.155535] loop: module loaded
[ 2.155980] Registered mathworks_ip class
[ 2.157697] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 2.167194] CAN device driver interface
[ 2.167966] SPI driver wl1271_spi has no spi_device_id for ti,wl1271
[ 2.173664] SPI driver wl1271_spi has no spi_device_id for ti,wl1273
[ 2.180007] SPI driver wl1271_spi has no spi_device_id for ti,wl1281
[ 2.186357] SPI driver wl1271_spi has no spi_device_id for ti,wl1283
[ 2.192708] SPI driver wl1271_spi has no spi_device_id for ti,wl1285
[ 2.199060] SPI driver wl1271_spi has no spi_device_id for ti,wl1801
[ 2.205410] SPI driver wl1271_spi has no spi_device_id for ti,wl1805
[ 2.211774] SPI driver wl1271_spi has no spi_device_id for ti,wl1807
[ 2.218114] SPI driver wl1271_spi has no spi_device_id for ti,wl1831
[ 2.224463] SPI driver wl1271_spi has no spi_device_id for ti,wl1835
[ 2.230814] SPI driver wl1271_spi has no spi_device_id for ti,wl1837
[ 2.237275] usbcore: registered new interface driver asix
[ 2.242584] usbcore: registered new interface driver ax88179_178a
[ 2.248673] usbcore: registered new interface driver cdc_ether
[ 2.254501] usbcore: registered new interface driver net1080
[ 2.260153] usbcore: registered new interface driver cdc_subset
[ 2.266069] usbcore: registered new interface driver zaurus
[ 2.271637] usbcore: registered new interface driver cdc_ncm
[ 2.277294] usbcore: registered new interface driver r8153_ecm
[ 2.284461] usbcore: registered new interface driver uas
[ 2.288439] usbcore: registered new interface driver usb-storage
[ 2.294468] usbcore: registered new interface driver usbserial_generic
[ 2.300954] usbserial: USB Serial support registered for generic
[ 2.306959] usbcore: registered new interface driver ftdi_sio
[ 2.312698] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.320007] usbcore: registered new interface driver upd78f0730
[ 2.325921] usbserial: USB Serial support registered for upd78f0730
[ 2.334084] rtc_zynqmp ffa60000.rtc: registered as rtc0
[ 2.337396] rtc_zynqmp ffa60000.rtc: setting system clock to 1995-11-27T14:31:19 UTC (817482679)
[ 2.346254] i2c_dev: i2c /dev entries driver
[ 2.351081] usbcore: registered new interface driver uvcvideo
[ 2.357744] Bluetooth: HCI UART driver ver 2.3
[ 2.360613] Bluetooth: HCI UART protocol H4 registered
[ 2.365761] Bluetooth: HCI UART protocol BCSP registered
[ 2.371080] Bluetooth: HCI UART protocol LL registered
[ 2.376197] Bluetooth: HCI UART protocol ATH3K registered
[ 2.381606] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 2.387891] Bluetooth: HCI UART protocol Intel registered
[ 2.393265] Bluetooth: HCI UART protocol QCA registered
[ 2.398489] usbcore: registered new interface driver bcm203x
[ 2.404142] usbcore: registered new interface driver bpa10x
[ 2.409712] usbcore: registered new interface driver bfusb
[ 2.415188] usbcore: registered new interface driver btusb
[ 2.420690] usbcore: registered new interface driver ath3k
[ 2.426239] EDAC MC: ECC not enabled
[ 2.430069] sdhci: Secure Digital Host Controller Interface driver
[ 2.435882] sdhci: Copyright(c) Pierre Ossman
[ 2.440225] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.446165] SMCCC: SOC_ID: ID = jep106:0049:0000 Revision = 0x24738093
[ 2.452505] zynqmp_firmware_probe Platform Management API v1.1
[ 2.458272] zynqmp_firmware_probe Trustzone version v1.0
[ 2.495656] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority
[ 2.497809] zynqmp_rsa zynqmp_rsa.0: This driver is deprecated. Please migrate to xilinx-rsa driver
[ 2.507063] usbcore: registered new interface driver usbhid
[ 2.512228] usbhid: USB HID core driver
[ 2.516218] SPI driver fb_seps525 has no spi_device_id for syncoam,seps525
[ 2.531808] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
[ 2.536138] axi_sysid 85000000.axi-sysid-0: AXI System ID core version (1.01.a) found
[ 2.543504] axi_sysid 85000000.axi-sysid-0: [adrv9001] [CMOS] on [zcu102] git branch <main> git <c23b17c33112b0c3f31e2f48ad0e654677993771> dirty [2025-11-19 08:22:32] UTC
[ 2.559312] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[ 2.565421] usbcore: registered new interface driver snd-usb-audio
[ 2.572818] pktgen: Packet Generator for packet performance testing. Version: 2.75
[ 2.579642] Initializing XFRM netlink socket
[ 2.583038] NET: Registered PF_INET6 protocol family
[ 2.588653] Segment Routing with IPv6
[ 2.591643] In-situ OAM (IOAM) with IPv6
[ 2.595600] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 2.601829] NET: Registered PF_PACKET protocol family
[ 2.606491] NET: Registered PF_KEY protocol family
[ 2.611363] can: controller area network core
[ 2.615645] NET: Registered PF_CAN protocol family
[ 2.620403] can: raw protocol
[ 2.623362] can: broadcast manager protocol
[ 2.627547] can: netlink gateway - max_hops=1
[ 2.631980] Bluetooth: RFCOMM TTY layer initialized
[ 2.636764] Bluetooth: RFCOMM socket layer initialized
[ 2.641946] Bluetooth: RFCOMM ver 1.11
[ 2.645642] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.650938] Bluetooth: BNEP filters: protocol multicast
[ 2.656160] Bluetooth: BNEP socket layer initialized
[ 2.661117] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.667035] Bluetooth: HIDP socket layer initialized
[ 2.672225] 9pnet: Installing 9P2000 support
[ 2.676277] NET: Registered PF_IEEE802154 protocol family
[ 2.681690] Key type dns_resolver registered
[ 2.686038] NET: Registered PF_VSOCK protocol family
[ 2.699837] registered taskstats version 1
[ 2.699879] Loading compiled-in X.509 certificates
[ 2.710779] Btrfs loaded, zoned=no, fsverity=no
[ 2.711082] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
[ 2.727723] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 22, base_baud = 6249999) is a xuartps
[ 2.736802] printk: legacy console [ttyPS0] enabled
[ 2.741734] printk: legacy bootconsole [cdns0] disabled
[ 2.796050] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 23, base_baud = 6249999) is a xuartps
[ 2.811846] spi-nor spi0.0: SPI-NOR-UniqueID 8817020016f6ff1300286faddd39
[ 2.818684] spi-nor spi0.0: found mt25qu512a, expected m25p80
[ 2.824960] 4 fixed-partitions partitions found on MTD device spi0.0
[ 2.831315] Creating 4 MTD partitions on "spi0.0":
[ 2.836101] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot"
[ 2.842787] 0x000000100000-0x000000600000 : "qspi-linux"
[ 2.848901] 0x000000600000-0x000000620000 : "qspi-device-tree"
[ 2.855521] 0x000000620000-0x000000c00000 : "qspi-rootfs"
[ 2.866802] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[ 2.873481] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
[ 2.880105] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
[ 2.886707] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
[ 2.894054] i2c i2c-0: using pinctrl states for GPIO recovery
[ 2.899992] i2c i2c-0: using generic GPIOs for recovery
[ 2.905658] pca953x 0-0020: supply vcc not found, using dummy regulator
[ 2.912347] pca953x 0-0020: using no AI
[ 2.917918] pca953x 0-0021: supply vcc not found, using dummy regulator
[ 2.924615] pca953x 0-0021: using no AI
[ 2.929343] pca954x 0-0075: supply vdd not found, using dummy regulator
[ 2.936558] ina2xx 2-0040: supply vs not found, using dummy regulator
[ 2.943825] ina2xx 2-0040: power monitor ina226 (Rshunt = 5000 uOhm)
[ 2.950435] ina2xx 2-0041: supply vs not found, using dummy regulator
[ 2.957619] ina2xx 2-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[ 2.964208] ina2xx 2-0042: supply vs not found, using dummy regulator
[ 2.971388] ina2xx 2-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[ 2.978010] ina2xx 2-0043: supply vs not found, using dummy regulator
[ 2.985240] ina2xx 2-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[ 2.991849] ina2xx 2-0044: supply vs not found, using dummy regulator
[ 2.999026] ina2xx 2-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.005643] ina2xx 2-0045: supply vs not found, using dummy regulator
[ 3.012826] ina2xx 2-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.019438] ina2xx 2-0046: supply vs not found, using dummy regulator
[ 3.026613] ina2xx 2-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.033222] ina2xx 2-0047: supply vs not found, using dummy regulator
[ 3.040398] ina2xx 2-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.047002] ina2xx 2-004a: supply vs not found, using dummy regulator
[ 3.054198] ina2xx 2-004a: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.060812] ina2xx 2-004b: supply vs not found, using dummy regulator
[ 3.068002] ina2xx 2-004b: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.074431] i2c i2c-0: Added multiplexed i2c bus 2
[ 3.079671] ina2xx 3-0040: supply vs not found, using dummy regulator
[ 3.086933] ina2xx 3-0040: power monitor ina226 (Rshunt = 2000 uOhm)
[ 3.093554] ina2xx 3-0041: supply vs not found, using dummy regulator
[ 3.100731] ina2xx 3-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.107346] ina2xx 3-0042: supply vs not found, using dummy regulator
[ 3.114526] ina2xx 3-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.121135] ina2xx 3-0043: supply vs not found, using dummy regulator
[ 3.128328] ina2xx 3-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.134934] ina2xx 3-0044: supply vs not found, using dummy regulator
[ 3.142110] ina2xx 3-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.148716] ina2xx 3-0045: supply vs not found, using dummy regulator
[ 3.155904] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.162507] ina2xx 3-0046: supply vs not found, using dummy regulator
[ 3.169683] ina2xx 3-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.176298] ina2xx 3-0047: supply vs not found, using dummy regulator
[ 3.183484] ina2xx 3-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.189910] i2c i2c-0: Added multiplexed i2c bus 3
[ 3.241729] i2c i2c-0: Added multiplexed i2c bus 4
[ 3.246715] i2c i2c-0: Added multiplexed i2c bus 5
[ 3.251512] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
[ 3.258910] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 43
[ 3.265978] i2c i2c-1: using pinctrl states for GPIO recovery
[ 3.271929] i2c i2c-1: using generic GPIOs for recovery
[ 3.277595] pca954x 1-0074: supply vdd not found, using dummy regulator
[ 3.284708] at24 6-0054: supply vcc not found, using dummy regulator
[ 3.291634] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[ 3.298405] i2c i2c-1: Added multiplexed i2c bus 6
[ 3.303849] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.311167] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.318480] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.325787] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.333095] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.340403] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.347711] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.355020] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.363119] si5341 7-0036: Chip: 5341 Grade: 1 Rev: 1
[ 3.392180] i2c i2c-1: Added multiplexed i2c bus 7
[ 3.399260] si570 8-005d: registered, current frequency 300000000 Hz
[ 3.405682] i2c i2c-1: Added multiplexed i2c bus 8
[ 3.412715] si570 9-005d: registered, current frequency 156250000 Hz
[ 3.419151] i2c i2c-1: Added multiplexed i2c bus 9
[ 3.424232] si5324 10-0069: si5328 probed
[ 3.479384] si5324 10-0069: si5328 probe successful
[ 3.484331] i2c i2c-1: Added multiplexed i2c bus 10
[ 3.489410] i2c i2c-1: Added multiplexed i2c bus 11
[ 3.494477] i2c i2c-1: Added multiplexed i2c bus 12
[ 3.499528] i2c i2c-1: Added multiplexed i2c bus 13
[ 3.504412] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
[ 3.512197] pca954x 1-0075: supply vdd not found, using dummy regulator
[ 3.519281] at24 14-0050: supply vcc not found, using dummy regulator
[ 3.526108] at24 14-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write
[ 3.532875] i2c i2c-1: Added multiplexed i2c bus 14
[ 3.537944] i2c i2c-1: Added multiplexed i2c bus 15
[ 3.543008] i2c i2c-1: Added multiplexed i2c bus 16
[ 3.548095] i2c i2c-1: Added multiplexed i2c bus 17
[ 3.553176] i2c i2c-1: Added multiplexed i2c bus 18
[ 3.558251] i2c i2c-1: Added multiplexed i2c bus 19
[ 3.563324] i2c i2c-1: Added multiplexed i2c bus 20
[ 3.568396] i2c i2c-1: Added multiplexed i2c bus 21
[ 3.573274] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
[ 3.580896] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 44
[ 3.590542] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
[ 3.653648] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[ 3.708019] mmc0: new high speed SDHC card at address aaaa
[ 3.713997] mmcblk0: mmc0:aaaa SB16G 14.8 GiB
[ 3.722834] mmcblk0: p1 p2
[ 4.805539] random: crng init done
[ 7.514477] adrv9002 spi1.0: Interface tuning failed: -5
[ 7.521178] cf_axi_adc 84a00000.axi-adrv9002-rx-lpc: probe with driver cf_axi_adc failed with error -5
[ 7.532387] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges:
[ 7.539295] nwl-pcie fd0e0000.pcie: MEM 0x00e0000000..0x00efffffff -> 0x00e0000000
[ 7.547308] nwl-pcie fd0e0000.pcie: MEM 0x0600000000..0x07ffffffff -> 0x0600000000
[ 7.555472] nwl-pcie fd0e0000.pcie: Link is DOWN
[ 7.560565] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
[ 7.566756] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 7.572243] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[ 7.579124] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
[ 7.586636] pci 0000:00:00.0: [10ee:d021] type 01 class 0x060400 PCIe Root Port
[ 7.593968] pci 0000:00:00.0: PCI bridge to [bus 00]
[ 7.598935] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 7.605728] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 7.613511] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 7.621935] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 7.630078] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 7.636705] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 7.641683] pci_bus 0000:00: resource 4 [mem 0xe0000000-0xefffffff]
[ 7.647947] pci_bus 0000:00: resource 5 [mem 0x600000000-0x7ffffffff pref]
[ 7.655080] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
[ 7.662661] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
[ 7.670153] ahci-ceva fd0c0000.ahci: supply target not found, using dummy regulator
[ 7.678046] ahci-ceva fd0c0000.ahci: AHCI vers 0001.0301, 32 command slots, 6 Gbps, platform mode
[ 7.686925] ahci-ceva fd0c0000.ahci: 2/2 ports implemented (port mask 0x3)
[ 7.693800] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[ 7.704467] scsi host0: ahci-ceva
[ 7.708124] scsi host1: ahci-ceva
[ 7.711584] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 51 lpm-pol 0
[ 7.720369] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 51 lpm-pol 0
[ 7.733271] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 40 (00:0a:35:05:1a:29)
[ 7.762494] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 7.768005] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 7.775764] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000808002000810
[ 7.785202] xhci-hcd xhci-hcd.1.auto: irq 52, io mem 0xfe200000
[ 7.791233] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 7.796722] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 7.804383] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 7.811089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 7.819356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.826584] usb usb1: Product: xHCI Host Controller
[ 7.831463] usb usb1: Manufacturer: Linux 6.12.0adi-v2025.1-26950-g23fd4c6e61a4 xhci-hcd
[ 7.839551] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 7.844796] hub 1-0:1.0: USB hub found
[ 7.848572] hub 1-0:1.0: 1 port detected
[ 7.852878] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 7.861149] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.868365] usb usb2: Product: xHCI Host Controller
[ 7.873238] usb usb2: Manufacturer: Linux 6.12.0adi-v2025.1-26950-g23fd4c6e61a4 xhci-hcd
[ 7.881329] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 7.886506] hub 2-0:1.0: USB hub found
[ 7.890270] hub 2-0:1.0: 1 port detected
[ 7.903330] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 7.910414] of_cfs_init
[ 7.912871] of_cfs_init: OK
[ 7.915750] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 7.961380] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 7.967810] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 7.975210] clk: Disabling unused clocks
[ 7.980095] PM: genpd: Disabling unused power domains
[ 7.985494] ALSA device list:
[ 7.988455] No soundcards found.
[ 7.992222] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 8.000837] cfg80211: failed to load regulatory.db
[ 8.039828] ata1: SATA link down (SStatus 0 SControl 330)
[ 8.045249] ata2: SATA link down (SStatus 0 SControl 330)
[ 8.057293] EXT4-fs (mmcblk0p2): mounted filesystem 8f4af355-a6c7-4c17-91d1-1ae30408ba82 ro with ordered data mode. Quota mode: none.
[ 8.069348] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 8.079087] devtmpfs: mounted
[ 8.082993] Freeing unused kernel memory: 3648K
[ 8.087656] Run /sbin/init as init process
[ 8.091752] with arguments:
[ 8.091756] /sbin/init
[ 8.091760] with environment:
[ 8.091763] HOME=/
[ 8.091767] TERM=linux
[ 8.651244] systemd[1]: System time before build time, advancing clock.
[ 8.679132] systemd[1]: Failed to find module 'autofs4'
[ 8.711835] systemd[1]: systemd 255.4^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 8.743703] systemd[1]: Detected architecture arm64.
[ 8.775260] systemd[1]: Hostname set to <ADRV9002>.
[ 8.788196] systemd[1]: Initializing machine ID from random generator.
[ 8.794848] systemd[1]: Installed transient /etc/machine-id file.
[ 9.318682] systemd[1]: Queued start job for default target Multi-User System.
[ 9.372540] systemd[1]: Created slice Slice /system/getty.
[ 9.390781] systemd[1]: Created slice Slice /system/modprobe.
[ 9.410718] systemd[1]: Created slice Slice /system/serial-getty.
[ 9.430417] systemd[1]: Created slice User and Session Slice.
[ 9.449800] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 9.469730] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 9.489719] systemd[1]: Reached target Path Units.
[ 9.501634] systemd[1]: Reached target Remote File Systems.
[ 9.517624] systemd[1]: Reached target Slice Units.
[ 9.529642] systemd[1]: Reached target Swaps.
[ 9.542302] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 9.561638] systemd[1]: Reached target RPC Port Mapper.
[ 9.581112] systemd[1]: Listening on Syslog Socket.
[ 9.593808] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 9.614348] systemd[1]: Listening on Journal Audit Socket.
[ 9.633906] systemd[1]: Listening on Journal Socket (/dev/log).
[ 9.653997] systemd[1]: Listening on Journal Socket.
[ 9.666134] systemd[1]: Listening on Network Service Netlink Socket.
[ 9.693783] systemd[1]: Listening on udev Control Socket.
[ 9.709913] systemd[1]: Listening on udev Kernel Socket.
[ 9.725924] systemd[1]: Listening on User Database Manager Socket.
[ 9.785784] systemd[1]: Mounting Huge Pages File System...
[ 9.800277] systemd[1]: Mounting POSIX Message Queue File System...
[ 9.820422] systemd[1]: Mounting Kernel Debug File System...
[ 9.834112] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.852452] systemd[1]: Mounting Temporary Directory /tmp...
[ 9.869234] systemd[1]: Starting Create List of Static Device Nodes...
[ 9.892884] systemd[1]: Starting Load Kernel Module configfs...
[ 9.909119] systemd[1]: Starting Load Kernel Module dm_mod...
[ 9.925098] systemd[1]: Starting Load Kernel Module drm...
[ 9.941070] systemd[1]: Starting Load Kernel Module fuse...
[ 9.957040] systemd[1]: Starting Load Kernel Module loop...
[ 9.975840] systemd[1]: Starting RPC Bind...
[ 9.988909] systemd[1]: Starting File System Check on Root Device...
[ 9.996529] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 10.014206] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
[ 10.028411] systemd[1]: Starting Journal Service...
[ 10.053397] systemd[1]: Starting Load Kernel Modules...
[ 10.062158] systemd[1]: Starting Generate network units from Kernel command line...
[ 10.078121] systemd[1]: Starting Coldplug All udev Devices...
[ 10.090713] systemd[1]: Mounted Huge Pages File System.
[ 10.096831] systemd[1]: Mounted POSIX Message Queue File System.
[ 10.108733] systemd[1]: Mounted Kernel Debug File System.
[ 10.119782] systemd[1]: Mounted Temporary Directory /tmp.
[ 10.132699] systemd[1]: Finished Create List of Static Device Nodes.
[ 10.145018] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 10.156985] systemd[1]: Finished Load Kernel Module configfs.
[ 10.165172] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 10.177764] systemd[1]: Finished Load Kernel Module dm_mod.
[ 10.184574] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 10.196694] systemd[1]: Finished Load Kernel Module drm.
[ 10.203171] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 10.215025] systemd[1]: Finished Load Kernel Module fuse.
[ 10.221400] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 10.233414] systemd[1]: Finished Load Kernel Module loop.
[ 10.240260] systemd[1]: Finished Generate network units from Kernel command line.
[ 10.277898] systemd-journald[189]: Collecting audit messages is enabled.
[ 10.278038] systemd[1]: Mounting FUSE Control File System...
[ 10.293269] systemd[1]: Mounting Kernel Configuration File System...
[ 10.302545] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 10.321474] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 10.331584] systemd[1]: Started RPC Bind.
[ 10.340335] systemd[1]: Mounted FUSE Control File System.
[ 10.351322] systemd[1]: Mounted Kernel Configuration File System.
[ 10.392690] openvswitch: Open vSwitch switching datapath
[ 10.401227] systemd[1]: Finished Load Kernel Modules.
[ 10.450060] systemd[1]: Mounting NFSD configuration filesystem...
[ 10.459762] systemd[1]: Starting Apply Kernel Variables...
[ 10.468411] systemd[1]: Started Journal Service.
[ 10.671774] EXT4-fs (mmcblk0p2): re-mounted 8f4af355-a6c7-4c17-91d1-1ae30408ba82 r/w. Quota mode: none.
[ 10.770159] systemd-journald[189]: Received client request to flush runtime journal.
[ 11.860377] macb ff0e0000.ethernet end0: renamed from eth0
[ 15.788318] macb ff0e0000.ethernet end0: PHY [ff0e0000.ethernet-ffffffff:0c] driver [TI DP83867] (irq=POLL)
[ 15.788342] macb ff0e0000.ethernet end0: configuring for phy/rgmii-id link mode
[ 15.789168] pps pps0: new PPS source ptp0
[ 15.789290] macb ff0e0000.ethernet: gem-ptp-timer ptp clock registered.
[ 21.638055] platform ina226-u76: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638074] platform ina226-u77: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638080] platform ina226-u78: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638087] platform ina226-u87: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638093] platform ina226-u85: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638099] platform ina226-u86: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638105] platform ina226-u93: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638111] platform ina226-u88: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638117] platform ina226-u15: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638123] platform ina226-u92: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638129] platform ina226-u79: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638135] platform ina226-u81: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638141] platform ina226-u80: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638147] platform ina226-u84: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638154] platform ina226-u16: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638160] platform ina226-u65: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638166] platform ina226-u74: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638172] platform ina226-u75: deferred probe pending: iio_hwmon: Failed to get channels
[ 21.638178] platform 84a09000.axi-adrv9002-rx2-lpc: deferred probe pending: (reason unknown)
[ 21.638184] platform 84a0c800.axi-adrv9002-core-tdd1-lpc: deferred probe pending: (reason unknown)
[ 21.638190] platform 84a0cc00.axi-adrv9002-core-tdd2-lpc: deferred probe pending: (reason unknown)
[ 21.638197] platform 84a0a000.axi-adrv9002-tx-lpc: deferred probe pending: (reason unknown)
[ 21.638203] platform 84a0c000.axi-adrv9002-tx2-lpc: deferred probe pending: (reason unknown)
[ 104.742424] audit: type=1006 audit(1757986280.140:2): pid=720 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ 104.742450] audit: type=1300 audit(1757986280.140:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffcb4ba7b0 a2=1 a3=1 items=0 ppid=1 pid=720 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
[ 104.742462] audit: type=1327 audit(1757986280.140:2): proctitle="(systemd)"