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.

DRA821U: TDA4 / DRA821 , SDK8.2 ETH Phy State error

Part Number: DRA821U

Hi all:

My customer is using the DRA821U SDK8.2 and talk with the TDA4 SDK8.2 with RTL Phy.

This error is saying the Phy State error.

I have asked them to upgrade the phy.c onto this main stream phy.c : https://github.com/torvalds/linux/commits/master/drivers/net/phy/phy.c

But it still shows this error as the below in the attached fail log.

it seems we need to patch more files, any comments or solution?

[ 3508.533977] WARNING: CPU: 1 PID: 1241 at drivers/net/phy/phy.c:1011 phy_error+0x14/0x58
[ 3508.541962] Modules linked in: xfrm_user xfrm_algo md5 ecb aes_neon_bs aes_neon_blk des_generic libdes cbc act_skbedit cls_u32 sch_ingress sch_taprio bridge stp llc bluetooth ecdh_generic ecc rfkill rpmsg_char omap_rng rng_core crct10dif_ce sa2ul sha512_generic authenc ti_k3_r5_remoteproc virtio_rpmsg_bus rti_wdt sch_fq_codel rpmsg_kdrv_switch cryptodev(O) ipv6
[ 3508.573929] CPU: 1 PID: 1241 Comm: kworker/u4:4 Tainted: G W O 5.10.100-g7a7a3af903 #23
[ 3508.583037] Hardware name: Texas Instruments K3 J7200 SoC (DT)
[ 3508.588863] Workqueue: events_power_efficient phy_state_machine
[ 3508.594767] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 3508.600757] pc : phy_error+0x14/0x58
[ 3508.604319] lr : phy_state_machine+0x90/0x258

BR Rio

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[    0.000000] Linux version 5.10.100-g7a7a3af903 (ev2@ev2) (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) #23 SMP PREEMPT Tue Sep 13 11:32:40 CST 2022
[    0.000000] Machine model: Texas Instruments K3 J7200 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 0x00000000a5000000, size 2 MiB
[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@a5000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5200000, size 30 MiB
[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@a5200000, 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-0x00000000a47fffff]
[    0.000000]   node   0: [mem 0x00000000a4800000-0x00000000a4ffffff]
[    0.000000]   node   0: [mem 0x00000000a5000000-0x00000000a6ffffff]
[    0.000000]   node   0: [mem 0x00000000a7000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 32768 pages, LIFO batch:3
[    0.000000]   Normal zone: 32 pages used for memmap
[    0.000000]   Normal zone: 32768 pages, LIFO batch:3
[    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] pcpu-alloc: s49880 r8192 d73000 u131072 alloc=2*65536
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    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:1m(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:1m(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) root=PARTUUID=aea3ff9d-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: 3441792K/4194304K available (10880K kernel code, 1294K rwdata, 4352K rodata, 1856K init, 745K bss, 228224K 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+0x31c/0x4c4 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.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[    0.008299] Console: colour dummy device 80x25
[    0.012860] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.023531] pid_max: default: 32768 minimum: 301
[    0.028280] LSM: Security Framework initializing
[    0.033034] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[    0.040612] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[    0.050173] rcu: Hierarchical SRCU implementation.
[    0.055356] Platform MSI: msi-controller@1820000 domain created
[    0.061547] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[    0.070836] EFI services will not be available.
[    0.075679] smp: Bringing up secondary CPUs ...
[    0.081119] Detected PIPT I-cache on CPU1
[    0.081143] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[    0.081157] GICv3: CPU1: using allocated LPI pending table @0x00000008800d0000
[    0.081199] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[    0.081282] smp: Brought up 1 node, 2 CPUs
[    0.110645] SMP: Total of 2 processors activated.
[    0.115453] CPU features: detected: 32-bit EL0 Support
[    0.120711] CPU features: detected: CRC32 instructions
[    0.134323] CPU: All CPU(s) started at EL2
[    0.138532] alternatives: patching kernel code
[    0.143690] devtmpfs: initialized
[    0.150110] KASLR disabled due to lack of seed
[    0.154838] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.164813] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[    0.172654] pinctrl core: initialized pinctrl subsystem
[    0.178301] DMI not present or invalid.
[    0.182604] NET: Registered protocol family 16
[    0.190639] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.198018] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.206076] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.214453] thermal_sys: Registered thermal governor 'step_wise'
[    0.214456] thermal_sys: Registered thermal governor 'power_allocator'
[    0.220852] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.234520] ASID allocator initialised with 65536 entries
[    0.250461] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[    0.257331] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[    0.264092] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.273603] cryptd: max_cpu_qlen set to 1000
[    0.281065] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR1.0 JTAGID[0x0bb6d02f] Detected
[    0.289924] vsys_3v3: supplied by evm_12v0
[    0.294402] vsys_5v0: supplied by evm_12v0
[    0.299159] iommu: Default domain type: Translated 
[    0.304396] SCSI subsystem initialized
[    0.308538] mc: Linux media interface: v0.10
[    0.312934] videodev: Linux video capture interface: v2.00
[    0.318580] pps_core: LinuxPPS API ver. 1 registered
[    0.323657] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.332998] PTP clock support registered
[    0.337017] EDAC MC: Ver: 3.0.0
[    0.340900] FPGA manager framework
[    0.344445] Advanced Linux Sound Architecture Driver Initialized.
[    0.351198] clocksource: Switched to clocksource arch_sys_counter
[    0.357668] VFS: Disk quotas dquot_6.6.0
[    0.361748] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[    0.372222] NET: Registered protocol family 2
[    0.377004] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear)
[    0.385831] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[    0.394650] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
[    0.402860] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
[    0.410846] TCP: Hash tables configured (established 32768 bind 32768)
[    0.417696] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[    0.424602] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[    0.432026] NET: Registered protocol family 1
[    0.436939] RPC: Registered named UNIX socket transport module.
[    0.443004] RPC: Registered udp transport module.
[    0.447811] RPC: Registered tcp transport module.
[    0.452618] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.459204] PCI: CLS 0 bytes, default 64
[    0.463573] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.475476] Initialise system trusted keyrings
[    0.480152] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[    0.488789] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.495150] NFS: Registering the id_resolver key type
[    0.500334] Key type id_resolver registered
[    0.504607] Key type id_legacy registered
[    0.508741] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.515593] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.523271] 9p: Installing v9fs 9p2000 file system support
[    0.548267] Key type asymmetric registered
[    0.552467] Asymmetric key parser 'x509' registered
[    0.557479] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.565042] io scheduler mq-deadline registered
[    0.569668] io scheduler kyber registered
[    0.574980] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[    0.581209] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[    0.589276] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[    0.595573] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[    0.603609] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[    0.617814] brd: module loaded
[    0.625512] loop: module loaded
[    0.629153] megasas: 07.714.04.00-rc1
[    0.634671] tun: Universal TUN/TAP device driver, 1.6
[    0.640135] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    0.646555] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    0.652645] sky2: driver version 1.30
[    0.656997] VFIO - User Level meta-driver version: 0.3
[    0.662759] i2c /dev entries driver
[    0.666836] sdhci: Secure Digital Host Controller Interface driver
[    0.673172] sdhci: Copyright(c) Pierre Ossman
[    0.677792] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.684051] ledtrig-cpu: registered to indicate activity on CPUs
[    0.690403] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.697607] optee: probing for conduit method.
[    0.702180] optee: revision 3.12 (3d47a131)
[    0.702514] optee: initialized driver
[    0.711740] NET: Registered protocol family 17
[    0.716373] 9pnet: Installing 9P2000 support
[    0.720776] Key type dns_resolver registered
[    0.725228] Loading compiled-in X.509 certificates
[    0.734706] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[    0.741130] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[    0.749184] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
[    0.772624] omap_i2c 40b10000.i2c: bus 0 rev0.12 at 100 kHz
[    0.779214] pca953x 1-0020: supply vcc not found, using dummy regulator
[    0.786046] pca953x 1-0020: using no AI
[    1.795202] omap_i2c 2010000.i2c: timeout waiting for bus ready
[    1.801263] pca953x 1-0020: failed writing register
[    1.806323] pca953x: probe of 1-0020 failed with error -16
[    1.812012] omap_i2c 2010000.i2c: bus 1 rev0.12 at 400 kHz
[    1.818324] omap_i2c 2020000.i2c: bus 2 rev0.12 at 100 kHz
[    1.824537] omap_i2c 2030000.i2c: bus 3 rev0.12 at 100 kHz
[    1.830747] omap_i2c 2040000.i2c: bus 4 rev0.12 at 100 kHz
[    1.836944] omap_i2c 2050000.i2c: bus 5 rev0.12 at 100 kHz
[    1.843135] omap_i2c 2060000.i2c: bus 6 rev0.12 at 100 kHz
[    1.849377] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
[    1.859432] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
[    1.868270] ti-sci-intr bus@100000:bus@30000000:interrupt-controller1: Interrupt Router 213 domain created
[    1.878312] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[    1.890218] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[    1.900116] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[    1.906878] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    1.916605] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[    1.926777] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[    1.933539] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    1.941551] printk: console [ttyS2] disabled
[    1.945959] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
[    1.954703] printk: console [ttyS2] enabled
[    1.963141] printk: bootconsole [ns16550a0] disabled
[    1.973861] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250
[    2.151209] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 20000
[    2.162380] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing.
[    2.169137] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    2.223206] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.539103] davinci_mdio c000f00.mdio: phy[0]: device c000f00.mdio:00, driver RTL9010 Gigabit Ethernet
[    2.548411] davinci_mdio c000f00.mdio: phy[1]: device c000f00.mdio:01, driver RTL9010 Gigabit Ethernet
[    2.557698] davinci_mdio c000f00.mdio: phy[2]: device c000f00.mdio:02, driver RTL9010 Gigabit Ethernet
[    2.566982] davinci_mdio c000f00.mdio: phy[3]: device c000f00.mdio:03, driver RTL9010 Gigabit Ethernet
[    2.576326] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 5 quirks:00000002
[    2.593436] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[    2.602502] mmc0: CQHCI version 5.10
[    2.602701] mmc1: CQHCI version 5.10
[    2.614324] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[    2.621316] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[    2.628199] random: fast init done
[    2.631940] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[    2.641956] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[    2.647182] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[    2.658008] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[    2.698554] mmc1: new high speed SDHC card at address 59b4
[    2.704530] mmcblk1: mmc1:59b4 USDU1 29.8 GiB 
[    2.713203]  mmcblk1: p1 p2
[    2.753037] mmc0: Command Queue Engine enabled
[    2.757497] mmc0: new HS400 MMC card at address 0001
[    2.762872] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
[    2.767611] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
[    2.773750] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
[    2.779797] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (237:0)
[    2.819217] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 20000
[    2.831836] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing.
[    2.838610] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    2.852235] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[    2.859314] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    2.866534] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[    2.872994] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[    2.923226] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    3.263405] davinci_mdio c000f00.mdio: phy[0]: device c000f00.mdio:00, driver RTL9010 Gigabit Ethernet
[    3.272707] davinci_mdio c000f00.mdio: phy[1]: device c000f00.mdio:01, driver RTL9010 Gigabit Ethernet
[    3.281995] davinci_mdio c000f00.mdio: phy[2]: device c000f00.mdio:02, driver RTL9010 Gigabit Ethernet
[    3.291279] davinci_mdio c000f00.mdio: phy[3]: device c000f00.mdio:03, driver RTL9010 Gigabit Ethernet
[    3.300620] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 5 quirks:00000002
[    3.314154] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 60
[    3.322261] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[    3.328618] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[    3.334948] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[    3.341269] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[    3.347529] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
[    3.354653] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
[    3.361065] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[    3.375617] ALSA device list:
[    3.378577]   No soundcards found.
[    4.302804] EXT4-fs (mmcblk1p2): recovery complete
[    4.309827] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.317951] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    4.326311] devtmpfs: mounted
[    4.330505] Freeing unused kernel memory: 1856K
[    4.335094] Run /sbin/init as init process
[    4.339186]   with arguments:
[    4.339191]     /sbin/init
[    4.339192]   with environment:
[    4.339195]     HOME=/
[    4.339197]     TERM=linux
[    4.611250] systemd[1]: System time before build time, advancing clock.
[    4.710292] NET: Registered protocol family 10
[    4.715564] Segment Routing with IPv6
[    4.741047] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[    4.762910] systemd[1]: Detected architecture arm64.
[    4.800651] systemd[1]: Set hostname to <j7200-evm>.
[    5.104770] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock \xe2\x86\x92 /run/docker.sock; please update the unit file accordingly.
[    5.208848] random: systemd: uninitialized urandom read (16 bytes read)
[    5.215605] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    5.227948] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    5.238331] systemd[1]: Created slice system-getty.slice.
[    5.259326] random: systemd: uninitialized urandom read (16 bytes read)
[    5.266878] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    5.287325] random: systemd: uninitialized urandom read (16 bytes read)
[    5.294860] systemd[1]: Created slice system-syslog\x2dng.slice.
[    5.316305] systemd[1]: Created slice User and Session Slice.
[    5.339500] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.363442] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.387406] systemd[1]: Reached target Paths.
[    5.403338] systemd[1]: Reached target Remote File Systems.
[    5.423324] systemd[1]: Reached target Slices.
[    5.439341] systemd[1]: Reached target Swap.
[    5.456942] systemd[1]: Listening on RPCbind Server Activation Socket.
[    5.479344] systemd[1]: Reached target RPC Port Mapper.
[    5.501785] systemd[1]: Listening on Process Core Dump Socket.
[    5.523499] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    5.563371] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    5.571801] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.595668] systemd[1]: Listening on Journal Socket.
[    5.611725] systemd[1]: Listening on Network Service Netlink Socket.
[    5.635696] systemd[1]: Listening on udev Control Socket.
[    5.655524] systemd[1]: Listening on udev Kernel Socket.
[    5.679393] systemd[1]: Mounting Huge Pages File System...
[    5.698610] systemd[1]: Mounting POSIX Message Queue File System...
[    5.722667] systemd[1]: Mounting Kernel Debug File System...
[    5.744226] systemd[1]: Mounting Temporary Directory (/tmp)...
[    5.763481] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    5.795309] systemd[1]: Starting RPC Bind...
[    5.819517] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    5.833266] systemd[1]: Starting Journal Service...
[    5.859290] systemd[1]: Starting Load Kernel Modules...
[    5.874774] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.886238] cryptodev: loading out-of-tree module taints kernel.
[    5.907459] cryptodev: driver 1.10 loaded.
[    5.910400] systemd[1]: Starting udev Coldplug all Devices...
[    5.919134] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[    5.941221] systemd[1]: Started RPC Bind.
[    5.955833] systemd[1]: Started Journal Service.
[    6.127714] systemd-journald[164]: Received client request to flush runtime journal.
[    6.911258] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[    7.025445] platform 41000000.r5f: configured R5F for IPC-only mode
[    7.037374] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[    7.070019] remoteproc remoteproc0: 41000000.r5f is available
[    7.138601] ti-udma 285c0000.dma-controller: chan1: is running!
[    7.164754] remoteproc remoteproc0: attaching to 41000000.r5f
[    7.211897] platform 41000000.r5f: R5F core initialized in IPC-only mode
[    7.232650]  remoteproc0#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
[    7.289858] virtio_rpmsg_bus virtio0: rpmsg host is online
[    7.295475] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[    7.305350] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[    7.323342]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
[    7.339508] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[    7.361018] platform 5c00000.r5f: configured R5F for remoteproc mode
[    7.378406] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[    7.403403] remoteproc remoteproc1: 5c00000.r5f is available
[    7.433120] remoteproc remoteproc1: powering up 5c00000.r5f
[    7.433156] platform 5d00000.r5f: configured R5F for remoteproc mode
[    7.438978] remoteproc remoteproc1: Booting fw image j7200-main-r5f0_0-fw, size 83948
[    7.460333]  remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
[    7.473183] virtio_rpmsg_bus virtio1: rpmsg host is online
[    7.478802]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
[    7.479837] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[    7.486653] remoteproc remoteproc1: remote processor 5c00000.r5f is now up
[    7.498729] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[    7.513588] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[    7.560798] remoteproc remoteproc2: 5d00000.r5f is available
[    7.576513] remoteproc remoteproc2: powering up 5d00000.r5f
[    7.582115] remoteproc remoteproc2: Booting fw image j7200-main-r5f0_1-fw, size 82668
[    7.594002]  remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
[    7.602759] virtio_rpmsg_bus virtio2: rpmsg host is online
[    7.609796]  remoteproc2#vdev0buffer: registered virtio2 (type 7)
[    7.615936] remoteproc remoteproc2: remote processor 5d00000.r5f is now up
[    7.623841] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[    7.632206] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[    8.787241] random: crng init done
[    8.790645] random: 7 urandom warning(s) missed due to ratelimiting
[    9.173171] omap_rng 40910000.rng: Random Number Generator ver. 241b34c
[   10.684489] Bluetooth: Core ver 2.22
[   10.692703] NET: Registered protocol family 31
[   10.701228] Bluetooth: HCI device and connection manager initialized
[   10.713122] Bluetooth: HCI socket layer initialized
[   10.723007] Bluetooth: L2CAP socket layer initialized
[   10.732885] Bluetooth: SCO socket layer initialized
[   11.628722] RTL9010 Gigabit Ethernet c000f00.mdio:00: 0xD04A = 7
[   11.682008] RTL9010 Gigabit Ethernet c000f00.mdio:00: Initial Succeeded!
[   11.695241] RTL9010 Gigabit Ethernet c000f00.mdio:00: rtl9010_config_init!!!!!!!!!!!!
[   11.934745] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_disable_interrupts
[   11.947233] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_config_interrupt = 0
[   12.227653] am65-cpsw-nuss c000000.ethernet eth4: validation of sgmii with support 0000000,00000000,000062c0 and advertisement 0000000,00000000,000062c0 failed: -22
[   12.247254] am65-cpsw-nuss c000000.ethernet eth4: PHY [c000f00.mdio:00] driver [RTL9010 Gigabit Ethernet] (irq=POLL)
[   12.267238] am65-cpsw-nuss c000000.ethernet eth4: configuring for phy/sgmii link mode
[   12.279257] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_start
[   12.307663] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_start_machine
[   12.319247] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_trigger_machine
[   12.337623] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_start_aneg
[   12.350376] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: _phy_start_aneg
[   12.369626] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_sanitize_settings
[   12.398188] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_config_aneg
[   12.573905] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_link_up
[   12.583468] am65-cpsw-nuss c000000.ethernet eth4: Link is Up - 1Gbps/Full - flow control off
[   13.851817] RTL9010 Gigabit Ethernet c000f00.mdio:01: 0xD04A = 7
[   13.905069] RTL9010 Gigabit Ethernet c000f00.mdio:01: Initial Succeeded!
[   13.915264] RTL9010 Gigabit Ethernet c000f00.mdio:01: rtl9010_config_init!!!!!!!!!!!!
[   14.157866] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_disable_interrupts
[   14.165863] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_config_interrupt = 0
[   14.451393] am65-cpsw-nuss c000000.ethernet eth3: validation of sgmii with support 0000000,00000000,000062c0 and advertisement 0000000,00000000,000062c0 failed: -22
[   14.471217] am65-cpsw-nuss c000000.ethernet eth3: PHY [c000f00.mdio:01] driver [RTL9010 Gigabit Ethernet] (irq=POLL)
[   14.491224] am65-cpsw-nuss c000000.ethernet eth3: configuring for phy/sgmii link mode
[   14.503237] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_start
[   14.530612] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_start_machine
[   14.538174] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_trigger_machine
[   14.557543] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_start_aneg
[   14.569312] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: _phy_start_aneg
[   14.576983] IPv6: ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
[   14.591363] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_sanitize_settings
[   14.607228] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_config_aneg
[   14.743615] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_link_down / LED triggered
[   14.983215] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_link_down / LED triggered
[   14.999429] am65-cpsw-nuss c000000.ethernet eth4: Link is Down
[   16.367817] RTL9010 Gigabit Ethernet c000f00.mdio:02: 0xD04A = 7
[   16.421037] RTL9010 Gigabit Ethernet c000f00.mdio:02: Initial Succeeded!
[   16.431196] RTL9010 Gigabit Ethernet c000f00.mdio:02: rtl9010_config_init!!!!!!!!!!!!
[   16.660635] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_disable_interrupts
[   16.673086] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_config_interrupt = 0
[   16.941053] am65-cpsw-nuss c000000.ethernet eth2: validation of sgmii with support 0000000,00000000,000062c0 and advertisement 0000000,00000000,000062c0 failed: -22
[   16.963099] am65-cpsw-nuss c000000.ethernet eth2: PHY [c000f00.mdio:02] driver [RTL9010 Gigabit Ethernet] (irq=POLL)
[   16.981816] am65-cpsw-nuss c000000.ethernet eth2: configuring for phy/sgmii link mode
[   16.993140] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_start
[   17.033250] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_start_machine
[   17.043087] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_trigger_machine
[   17.059225] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_start_aneg
[   17.067315] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: _phy_start_aneg
[   17.078874] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_sanitize_settings
[   17.089815] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_config_aneg
[   17.312835] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_link_down / LED triggered
[   18.604226] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_link_up
[   18.612949] am65-cpsw-nuss c000000.ethernet eth2: Link is Up - 1Gbps/Full - flow control off
[   19.083400] RTL9010 Gigabit Ethernet c000f00.mdio:03: 0xD04A = 7
[   19.136634] RTL9010 Gigabit Ethernet c000f00.mdio:03: Initial Succeeded!
[   19.143907] RTL9010 Gigabit Ethernet c000f00.mdio:03: rtl9010_config_init!!!!!!!!!!!!
[   19.389645] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_disable_interrupts
[   19.403095] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_config_interrupt = 0
[   19.828842] am65-cpsw-nuss c000000.ethernet eth1: validation of sgmii with support 0000000,00000000,000062c0 and advertisement 0000000,00000000,000062c0 failed: -22
[   19.848020] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:03] driver [RTL9010 Gigabit Ethernet] (irq=POLL)
[   19.867847] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/sgmii link mode
[   19.881297] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_start
[   19.988531] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_start_machine
[   19.999195] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_trigger_machine
[   20.014459] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_start_aneg
[   20.023113] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: _phy_start_aneg
[   20.036774] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[   20.039252] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_sanitize_settings
[   20.056656] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_config_aneg
[   20.071334] am65-cpsw-nuss 46000000.ethernet eth0: configuring for fixed/rgmii-rxid link mode
[   20.087534] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   20.201577] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_link_down / LED triggered
[   21.238797] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_link_up
[   21.247496] am65-cpsw-nuss c000000.ethernet eth4: Link is Up - 1Gbps/Full - flow control off
[   21.345424] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_link_up
[   21.352543] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   21.359334] am65-cpsw-nuss c000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[   21.627646] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_stop
[   21.634466] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_link_down / LED triggered
[   21.644008] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_ethtool_get_wol
[   21.644258] am65-cpsw-nuss c000000.ethernet eth1: Link is Down
[   21.712054] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_stop_machine
[   21.731306] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_stop
[   21.738152] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_link_down / LED triggered
[   21.738166] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_ethtool_get_wol
[   21.738405] am65-cpsw-nuss c000000.ethernet eth2: Link is Down
[   21.778460] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_stop_machine
[   21.796059] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_stop
[   21.802915] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_ethtool_get_wol
[   21.858506] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_stop_machine
[   21.878652] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_stop
[   21.885490] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_link_down / LED triggered
[   21.894249] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_ethtool_get_wol
[   21.894495] am65-cpsw-nuss c000000.ethernet eth4: Link is Down
[   21.925053] RTL9010 Gigabit Ethernet c000f00.mdio:00: Rio_debug: phy_stop_machine
[   23.315923] RTL9010 Gigabit Ethernet c000f00.mdio:03: 0xD04A = 7
[   23.369141] RTL9010 Gigabit Ethernet c000f00.mdio:03: Initial Succeeded!
[   23.375878] RTL9010 Gigabit Ethernet c000f00.mdio:03: rtl9010_config_init!!!!!!!!!!!!
[   23.622088] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_disable_interrupts
[   23.630092] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_config_interrupt = 0
[   23.901619] am65-cpsw-nuss c000000.ethernet eth1: validation of sgmii with support 0000000,00000000,000062c0 and advertisement 0000000,00000000,000062c0 failed: -22
[   23.916298] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:03] driver [RTL9010 Gigabit Ethernet] (irq=POLL)
[   23.926997] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/sgmii link mode
[   23.934877] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_start
[   23.954884] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_start_machine
[   23.962453] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_trigger_machine
[   23.972932] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_start_aneg
[   23.982115] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: _phy_start_aneg
[   23.989729] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_sanitize_settings
[   23.997985] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_config_aneg
[   24.128003] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_link_down / LED triggered
[   25.419366] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_link_up
[   25.426480] am65-cpsw-nuss c000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[   25.499043] RTL9010 Gigabit Ethernet c000f00.mdio:02: 0xD04A = 7
[   25.552298] RTL9010 Gigabit Ethernet c000f00.mdio:02: Initial Succeeded!
[   25.559000] RTL9010 Gigabit Ethernet c000f00.mdio:02: rtl9010_config_init!!!!!!!!!!!!
[   25.805405] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_disable_interrupts
[   25.813405] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_config_interrupt = 0
[   26.084859] am65-cpsw-nuss c000000.ethernet eth2: validation of sgmii with support 0000000,00000000,000062c0 and advertisement 0000000,00000000,000062c0 failed: -22
[   26.099541] am65-cpsw-nuss c000000.ethernet eth2: PHY [c000f00.mdio:02] driver [RTL9010 Gigabit Ethernet] (irq=POLL)
[   26.111614] am65-cpsw-nuss c000000.ethernet eth2: configuring for phy/sgmii link mode
[   26.119514] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_start
[   26.138187] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_start_machine
[   26.145758] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_trigger_machine
[   26.153659] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_start_aneg
[   26.163129] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: _phy_start_aneg
[   26.172372] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_sanitize_settings
[   26.180701] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_config_aneg
[   26.457640] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_link_down / LED triggered
[   27.682235] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_link_up
[   27.689343] am65-cpsw-nuss c000000.ethernet eth2: Link is Up - 1Gbps/Full - flow control off
[   27.735608] RTL9010 Gigabit Ethernet c000f00.mdio:01: 0xD04A = 7
[   27.842099] RTL9010 Gigabit Ethernet c000f00.mdio:01: Initial Succeeded!
[   27.848801] RTL9010 Gigabit Ethernet c000f00.mdio:01: rtl9010_config_init!!!!!!!!!!!!
[   28.134908] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_disable_interrupts
[   28.142907] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_config_interrupt = 0
[   28.414434] am65-cpsw-nuss c000000.ethernet eth3: validation of sgmii with support 0000000,00000000,000062c0 and advertisement 0000000,00000000,000062c0 failed: -22
[   28.429113] am65-cpsw-nuss c000000.ethernet eth3: PHY [c000f00.mdio:01] driver [RTL9010 Gigabit Ethernet] (irq=POLL)
[   28.440319] am65-cpsw-nuss c000000.ethernet eth3: configuring for phy/sgmii link mode
[   28.448507] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_start
[   28.480935] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_start_machine
[   28.488535] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_trigger_machine
[   28.496658] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_start_aneg
[   28.501333] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   28.506616] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: _phy_start_aneg
[   28.517249] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[   28.524691] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_sanitize_settings
[   28.538121] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_config_aneg
[   28.680629] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_link_down / LED triggered
[   33.851214] tlv71033: disabling
[   38.530290] br0: port 1(eth1) entered blocking state
[   38.535342] br0: port 1(eth1) entered disabled state
[   38.549141] device eth1 entered promiscuous mode
[   38.561873] br0: port 2(eth2) entered blocking state
[   38.566940] br0: port 2(eth2) entered disabled state
[   38.581724] device eth2 entered promiscuous mode
[   38.593941] br0: port 3(eth3) entered blocking state
[   38.598963] br0: port 3(eth3) entered disabled state
[   38.609508] device eth3 entered promiscuous mode
[   38.620527] br0: port 2(eth2) entered blocking state
[   38.625504] br0: port 2(eth2) entered forwarding state
[   38.630821] br0: port 1(eth1) entered blocking state
[   38.635820] br0: port 1(eth1) entered forwarding state
[   38.641573] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   41.772698] u32 classifier
[   41.775434]     input device check on
[   41.779084]     Actions configured
[   41.894290] net eth3: next scheds after 1 have no impact
[  135.472707] Initializing XFRM netlink socket
[  355.367224] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_link_up
[  355.374363] IPv6: ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
[  355.381135] am65-cpsw-nuss c000000.ethernet eth3: Link is Up - 1Gbps/Full - flow control off
[  355.389778] br0: port 3(eth3) entered blocking state
[  355.394878] br0: port 3(eth3) entered forwarding state
[  371.052570] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_link_down / LED triggered
[  371.061378] am65-cpsw-nuss c000000.ethernet eth3: Link is Down
[  371.069421] br0: port 3(eth3) entered disabled state
[  395.303213] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_link_up
[  395.310313] net eth3: Link has been lost too long, stopping TAS
[  395.318107] br0: port 3(eth3) entered blocking state
[  395.323202] br0: port 3(eth3) entered forwarding state
[  395.331694] am65-cpsw-nuss c000000.ethernet eth3: Link is Up - 1Gbps/Full - flow control off
[  396.428691] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_link_down / LED triggered
[  396.437821] br0: port 3(eth3) entered disabled state
[  396.446438] am65-cpsw-nuss c000000.ethernet eth3: Link is Down
[  410.279313] RTL9010 Gigabit Ethernet c000f00.mdio:01: Rio_debug: phy_link_up
[  410.286574] br0: port 3(eth3) entered blocking state
[  410.291669] br0: port 3(eth3) entered forwarding state
[  410.300573] am65-cpsw-nuss c000000.ethernet eth3: Link is Up - 1Gbps/Full - flow control off
[ 2324.994991]  mmcblk0: p1 p2
[ 2325.003228]  mmcblk0: p1 p2
[ 2332.331416] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2333.655316] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2493.312544] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3488.769367] davinci_mdio c000f00.mdio: timed out waiting for user access
[ 3488.776672] ------------[ cut here ]------------
[ 3488.781300] WARNING: CPU: 0 PID: 1241 at drivers/net/phy/phy.c:1011 phy_error+0x14/0x58
[ 3488.789285] Modules linked in: xfrm_user xfrm_algo md5 ecb aes_neon_bs aes_neon_blk des_generic libdes cbc act_skbedit cls_u32 sch_ingress sch_taprio bridge stp llc bluetooth ecdh_generic ecc rfkill rpmsg_char omap_rng rng_core crct10dif_ce sa2ul sha512_generic authenc ti_k3_r5_remoteproc virtio_rpmsg_bus rti_wdt sch_fq_codel rpmsg_kdrv_switch cryptodev(O) ipv6
[ 3488.821254] CPU: 0 PID: 1241 Comm: kworker/u4:4 Tainted: G           O      5.10.100-g7a7a3af903 #23
[ 3488.830368] Hardware name: Texas Instruments K3 J7200 SoC (DT)
[ 3488.836198] Workqueue: events_power_efficient phy_state_machine
[ 3488.842108] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 3488.848105] pc : phy_error+0x14/0x58
[ 3488.851676] lr : phy_state_machine+0x90/0x258
[ 3488.856020] sp : ffff8000158cfd30
[ 3488.859326] x29: ffff8000158cfd30 x28: ffff800011151000 
[ 3488.864628] x27: ffff80001586fcc8 x26: ffff000803f1d5c8 
[ 3488.869929] x25: 0000000000000000 x24: 00000000ffffff92 
[ 3488.875229] x23: ffff0008022e5800 x22: ffff0008022e5ce8 
[ 3488.880530] x21: ffff000805450e00 x20: 0000000000000004 
[ 3488.885829] x19: ffff0008022e5800 x18: 0000000000000000 
[ 3488.891129] x17: 0000000000000000 x16: 0000000000000000 
[ 3488.896432] x15: 0000000000000000 x14: 000000000000031b 
[ 3488.901731] x13: 0000000000000000 x12: 0000000000000000 
[ 3488.907032] x11: 000000000000000e x10: 00000000000009a0 
[ 3488.912332] x9 : ffff8000158cfae0 x8 : ffff000805451800 
[ 3488.917633] x7 : ffff00087faab140 x6 : ffff00087faab0c0 
[ 3488.922933] x5 : 00000000410fd080 x4 : 0000000000000000 
[ 3488.928232] x3 : ffff0008022e5ce8 x2 : 0000000000000000 
[ 3488.933531] x1 : ffff000805450e00 x0 : ffff0008022e5800 
[ 3488.938832] Call trace:
[ 3488.941281]  phy_error+0x14/0x58
[ 3488.944509]  phy_state_machine+0x90/0x258
[ 3488.948516]  process_one_work+0x1a0/0x328
[ 3488.952520]  worker_thread+0x4c/0x420
[ 3488.956178]  kthread+0x140/0x160
[ 3488.959401]  ret_from_fork+0x10/0x34
[ 3488.962968] ---[ end trace aa54133a61904421 ]---
[ 3488.979827] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_error
[ 3488.986864] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_trigger_machine
[ 3488.998595] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_link_down / LED triggered
[ 3489.007406] RTL9010 Gigabit Ethernet c000f00.mdio:02: Rio_debug: phy_ethtool_get_wol
[ 3489.015500] br0: port 2(eth2) entered disabled state
[ 3489.021639] am65-cpsw-nuss c000000.ethernet eth2: Link is Down
[ 3508.519459] davinci_mdio c000f00.mdio: timed out waiting for user access
[ 3508.529352] ------------[ cut here ]------------
[ 3508.533977] WARNING: CPU: 1 PID: 1241 at drivers/net/phy/phy.c:1011 phy_error+0x14/0x58
[ 3508.541962] Modules linked in: xfrm_user xfrm_algo md5 ecb aes_neon_bs aes_neon_blk des_generic libdes cbc act_skbedit cls_u32 sch_ingress sch_taprio bridge stp llc bluetooth ecdh_generic ecc rfkill rpmsg_char omap_rng rng_core crct10dif_ce sa2ul sha512_generic authenc ti_k3_r5_remoteproc virtio_rpmsg_bus rti_wdt sch_fq_codel rpmsg_kdrv_switch cryptodev(O) ipv6
[ 3508.573929] CPU: 1 PID: 1241 Comm: kworker/u4:4 Tainted: G        W  O      5.10.100-g7a7a3af903 #23
[ 3508.583037] Hardware name: Texas Instruments K3 J7200 SoC (DT)
[ 3508.588863] Workqueue: events_power_efficient phy_state_machine
[ 3508.594767] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 3508.600757] pc : phy_error+0x14/0x58
[ 3508.604319] lr : phy_state_machine+0x90/0x258
[ 3508.608659] sp : ffff8000158cfd30
[ 3508.611960] x29: ffff8000158cfd30 x28: ffff800011151000 
[ 3508.617257] x27: ffff80001586fcc8 x26: ffff000803f1d5c8 
[ 3508.622555] x25: 0000000000000000 x24: 00000000ffffff92 
[ 3508.627851] x23: ffff0008022e6000 x22: ffff0008022e64e8 
[ 3508.633147] x21: ffff000805450e00 x20: 0000000000000004 
[ 3508.638443] x19: ffff0008022e6000 x18: 0000000000000000 
[ 3508.643740] x17: 0000000000000000 x16: 0000000000000000 
[ 3508.649035] x15: 000000101adaf190 x14: 000000000000017b 
[ 3508.654332] x13: 0000000000000170 x12: 0000000000000000 
[ 3508.659628] x11: 000000000000000b x10: 00000000000009a0 
[ 3508.664924] x9 : ffff8000158cfae0 x8 : ffff000805451800 
[ 3508.670223] x7 : ffff00087facb140 x6 : ffff00087facb0c0 
[ 3508.675520] x5 : 00000000410fd080 x4 : 0000000000000000 
[ 3508.680817] x3 : ffff0008022e64e8 x2 : 0000000000000000 
[ 3508.686114] x1 : ffff000805450e00 x0 : ffff0008022e6000 
[ 3508.691410] Call trace:
[ 3508.693853]  phy_error+0x14/0x58
[ 3508.697068]  phy_state_machine+0x90/0x258
[ 3508.701066]  process_one_work+0x1a0/0x328
[ 3508.705062]  worker_thread+0x4c/0x420
[ 3508.708711]  kthread+0x140/0x160
[ 3508.711927]  ret_from_fork+0x10/0x34
[ 3508.715490] ---[ end trace aa54133a61904422 ]---
[ 3508.723067] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_error
[ 3508.729972] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_trigger_machine
[ 3508.729994] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_link_down / LED triggered
[ 3508.748789] RTL9010 Gigabit Ethernet c000f00.mdio:03: Rio_debug: phy_ethtool_get_wol
[ 3508.757553] am65-cpsw-nuss c000000.ethernet eth1: Link is Down
[ 3508.763742] br0: port 1(eth1) entered disabled state