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.

TDA4VM-Q1: cpsw9g support clause C45 mode in native ethernet for linux

Part Number: TDA4VM-Q1

Tool/software:

Hi,Ti experts, 

We are using TDA4VM-Q1, the sdk version is "ti-processor-sdk-linux-j7-evm-08_06_01_02", 4 marvell phys(88q2112) are connected to cpsw9g, we want to enable 'CPSW9g Native Ethernet' for linux on A72 side.

Now we have configured the dts file,and move marvell-88q2xxx.c file from "ti-processor-sdk-linux-adas-j721e-evm-10_00_00_08",when we debug it ,we find soc cannot get the phyid(funtion get_phy_c45_ids() return a negative value). 

Doe ti linux kernel driver could operate the phy in C45 mode?

The partial of dts code as follows:

&cpsw0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&cpsw0_mdio_pins_default &cpsw0_rgmii_pins_default &cpsw0_phy_reset_pins_default>;
};

&cpsw9g_mdio {
	#address-cells = <1>;
    #size-cells = <0>;

	cpsw9g_phy1: ethernet-phy@1 {
		compatible = "ethernet-phy-ieee802.3-c45";
		reg = <0x1>;
    };
	cpsw9g_phy5: ethernet-phy@5 {
		compatible = "ethernet-phy-ieee802.3-c45";
		reg = <0x5>;
    };
	cpsw9g_phy6: ethernet-phy@6 {
		compatible = "ethernet-phy-ieee802.3-c45";
		reg = <0x6>;
    };
	cpsw9g_phy7: ethernet-phy@7 {
		compatible = "ethernet-phy-ieee802.3-c45";
		reg = <0x7>;
    };
};

&cpsw0_port1 {
	status = "okay";
	phy-handle = <&cpsw9g_phy1>;
    phy-mode = "sgmii";
    phys = <&cpsw0_phy_gmii_sel 1>;
	fixed-link {
		speed = <1000>;
		full-duplex;
	};
};

&cpsw0_port5 {
	status = "okay";
	phy-handle = <&cpsw9g_phy5>;
    phy-mode = "sgmii";
    phys = <&cpsw0_phy_gmii_sel 5>;
	fixed-link {
		speed = <1000>;
		full-duplex;
	};
};

&cpsw0_port6 {
	status = "okay";
	phy-handle = <&cpsw9g_phy6>;
    phy-mode = "sgmii";
    phys = <&cpsw0_phy_gmii_sel 6>;
	fixed-link {
		speed = <1000>;
		full-duplex;
	};
};

&cpsw0_port7 {
	status = "okay";
	phy-handle = <&cpsw9g_phy7>;
    phy-mode = "rgmii-id";
    phys = <&cpsw0_phy_gmii_sel 7>;
	fixed-link {
		speed = <1000>;
		full-duplex;
	};
};

  • Hi,

    In SDK 8.6, you should be able to do c45 access using MDIO in manual mode, which happens by default. Can you please share the boot logs.

    Regards,
    Tanmay

  • U-Boot 2021.01 (Oct 06 2024 - 10:03:20 +0800)
    
    SoC:   J721E SR1.1 GP
    Model: Texas Instruments K3 J721E SoC
    DRAM:  4 GiB
    Flash: 0 Bytes
    MMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1
    Loading Environment from FAT... *** Warning - bad CRC, using default environment
    
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Failed to probe am65_cpsw_nuss driver
    Sierra init failed:-19
    Net:   No ethernet found.
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    <DIR>       4096 .
    <DIR>       4096 ..
            19345920 Image
               85109 k3-j721e-common-proc-upai-box-SA.dtb
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    638 bytes read in 11 ms (56.6 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 12 ms (0 Bytes/s)
    Already setup.
    19345920 bytes read in 800 ms (23.1 MiB/s)
    85109 bytes read in 13 ms (6.2 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 000000008fee8000, end 000000008fffffff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.10.162 (xiongwei@xiongwei-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20
    191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #15 SMP PREEMPT Sun Oct 6 17:42:40 CST 2024
    [    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] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, 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-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-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 22 pages/cpu s50392 r8192 d31528 u90112
    [    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] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=92c7334b-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 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: 3271124K/4194304K available (11328K kernel code, 1164K rwdata, 4340K rodata, 1920K init, 433K bss, 398892K 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]  Tracing 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: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 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 @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.008387] Console: colour dummy device 80x25
    [    0.012948] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023619] pid_max: default: 32768 minimum: 301
    [    0.028374] LSM: Security Framework initializing
    [    0.033130] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040706] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.049523] rcu: Hierarchical SRCU implementation.
    [    0.054587] Platform MSI: msi-controller@1820000 domain created
    [    0.060812] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070112] EFI services will not be available.
    [    0.074831] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.088065] Detected PIPT I-cache on CPU1
    [    0.088088] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.088099] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.088134] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.088184] smp: Brought up 1 node, 2 CPUs
    [    0.117531] SMP: Total of 2 processors activated.
    [    0.122336] CPU features: detected: 32-bit EL0 Support
    [    0.127591] CPU features: detected: CRC32 instructions
    [    0.141655] CPU: All CPU(s) started at EL2
    [    0.145849] alternatives: patching kernel code
    [    0.150873] devtmpfs: initialized
    [    0.159169] KASLR disabled due to lack of seed
    [    0.163811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.173776] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.186717] pinctrl core: initialized pinctrl subsystem
    [    0.192375] DMI not present or invalid.
    [    0.196612] NET: Registered protocol family 16
    [    0.201819] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.209125] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.217170] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.225477] thermal_sys: Registered thermal governor 'step_wise'
    [    0.225480] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.232056] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.245690] ASID allocator initialised with 65536 entries
    [    0.269878] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.276735] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.283582] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.290428] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.297882] cryptd: max_cpu_qlen set to 1000
    [    0.304037] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
    [    0.312858] vsys_3v3: supplied by evm_12v0
    [    0.317219] vsys_5v0: supplied by evm_12v0
    [    0.321531] vdd_mmc1: supplied by vsys_3v3
    [    0.326174] iommu: Default domain type: Translated 
    [    0.331308] SCSI subsystem initialized
    [    0.335489] mc: Linux media interface: v0.10
    [    0.339876] videodev: Linux video capture interface: v2.00
    [    0.345508] pps_core: LinuxPPS API ver. 1 registered
    [    0.350578] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.359917] PTP clock support registered
    [    0.363935] EDAC MC: Ver: 3.0.0
    [    0.367748] FPGA manager framework
    [    0.371265] Advanced Linux Sound Architecture Driver Initialized.
    [    0.377860] clocksource: Switched to clocksource arch_sys_counter
    [    0.384180] VFS: Disk quotas dquot_6.6.0
    [    0.388212] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.397920] NET: Registered protocol family 2
    [    0.402652] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.411311] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.420068] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.428269] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    0.436071] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.442871] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.449764] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.457165] NET: Registered protocol family 1
    [    0.461904] RPC: Registered named UNIX socket transport module.
    [    0.467966] RPC: Registered udp transport module.
    [    0.472770] RPC: Registered tcp transport module.
    [    0.477573] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.484156] NET: Registered protocol family 44
    [    0.488702] PCI: CLS 0 bytes, default 64
    [    0.493040] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.503480] Initialise system trusted keyrings
    [    0.508115] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.516256] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.522532] NFS: Registering the id_resolver key type
    [    0.527715] Key type id_resolver registered
    [    0.531987] Key type id_legacy registered
    [    0.536111] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.542959] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.550599] 9p: Installing v9fs 9p2000 file system support
    [    0.575622] Key type asymmetric registered
    [    0.579808] Asymmetric key parser 'x509' registered
    [    0.584804] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.592363] io scheduler mq-deadline registered
    [    0.596989] io scheduler kyber registered
    [    0.602797] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.608971] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.617833] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.624273] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
    [    0.632260] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.638679] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
    [    0.646621] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.653038] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
    [    0.660975] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.667301] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
    [    0.675245] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.681570] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
    [    0.691320] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.699567] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.707793] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
    [    0.714826] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
    [    0.723276] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.736302] brd: module loaded
    [    0.742817] loop: module loaded
    [    0.746543] megasas: 07.714.04.00-rc1
    [    0.751768] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.757030] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.762634] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.767881] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.773488] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.778735] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.784337] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.789585] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.795191] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.800438] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.806047] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.811295] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.816897] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.822144] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.827746] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.832993] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.838595] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.843842] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.849444] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.854693] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.860297] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.865548] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.871152] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.876400] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.882003] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.887250] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.892852] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.898099] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.903702] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.908948] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.914553] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.919801] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.925403] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.930650] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.936276] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.941524] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.947127] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.952373] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.957975] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.963223] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.968825] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.974075] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.979677] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.984924] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    0.990526] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    0.995773] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.001375] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.006622] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.012225] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.017472] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.023075] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.028321] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.033925] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.039172] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.044775] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.050023] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.055625] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.060871] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.066474] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.071720] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.077322] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.082570] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.088172] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    1.093419] >>>>>>>>>>> get_phy_device >>>>>> phy_id = -1 
    [    1.099608] tun: Universal TUN/TAP device driver, 1.6
    [    1.105054] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    1.111459] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    1.117531] sky2: driver version 1.30
    [    1.122004] VFIO - User Level meta-driver version: 0.3
    [    1.127793] i2c /dev entries driver
    [    1.132269] sdhci: Secure Digital Host Controller Interface driver
    [    1.138592] sdhci: Copyright(c) Pierre Ossman
    [    1.143256] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.143289] pinctrl-single 11c000.pinctrl: Invalid number of rows: -2
    [    1.155645] pinctrl-single 11c000.pinctrl: no pins entries for main-mmc2-pins-default
    [    1.155651] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.163655] sdhci-am654: probe of 4f98000.mmc failed with error -22
    [    1.169984] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.183559] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    1.188123] optee: revision 3.20 (8e74d476)
    [    1.204524] optee: dynamic shared memory is enabled
    [    1.213993] optee: initialized driver
    [    1.219096] NET: Registered protocol family 17
    [    1.223678] lib80211: common routines for IEEE802.11 drivers
    [    1.229518] 9pnet: Installing 9P2000 support
    [    1.233912] Key type dns_resolver registered
    [    1.238363] Loading compiled-in X.509 certificates
    [    1.251524] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    [    1.314739] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    1.322225] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    1.328322] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.334554] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    1.340793] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    1.347613] pca953x 3-0020: using no AI
    [    1.373906] pca953x 3-0020: failed writing register
    [    1.378944] pca953x: probe of 3-0020 failed with error -121
    [    1.384682] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.391000] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.398811] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz
    [    1.405003] pca953x 6-0020: supply vcc not found, using dummy regulator
    [    1.411823] pca953x 6-0020: using no AI
    [    1.438517] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
    [    1.444634] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz
    [    1.450612] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
    [    1.456747] pca953x 9-0020: supply vcc not found, using dummy regulator
    [    1.463562] pca953x 9-0020: using no AI
    [    1.489905] pca953x 9-0020: failed writing register
    [    1.494942] pca953x: probe of 9-0020 failed with error -121
    [    1.500686] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz
    [    1.507152] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    1.517130] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    1.525955] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
    [    1.535833] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    1.559989] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    1.569875] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.576635] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.585702] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    1.595857] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.602617] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.610594] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
    [    1.619992] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 29, base_baud = 3000000) is a 8250
    [    1.628740] printk: console [ttyS2] enabled
    [    1.628740] printk: console [ttyS2] enabled
    [    1.637178] printk: bootconsole [ns16550a0] disabled
    [    1.637178] printk: bootconsole [ns16550a0] disabled
    [    1.647649] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 30, base_baud = 3000000) is a 8250
    [    1.656613] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 31, base_baud = 3000000) is a 8250
    [    1.667049] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [    1.674970] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    1.685481] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    1.695633] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    1.705871] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    1.717019] scsi host0: ufshcd
    [    2.109878] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.128015] cdns-ufshcd 4e84000.ufs: link startup failed 1
    [    2.133504] cdns-ufshcd 4e84000.ufs: UFS Host state=0
    [    2.138544] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0
    [    2.144795] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
    [    2.151221] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
    [    2.153865] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.158079] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
    [    2.158082] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
    [    2.165718] the addr is 2 
    [    2.172313] cdns-ufshcd 4e84000.ufs: Clk gate=1
    [    2.178650] the child is phy ////////// 
    [    2.181341] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0
    [    2.185856] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 0 
    [    2.189762] cdns-ufshcd 4e84000.ufs: last intr at 2025046 us, last intr status=0x404
    [    2.197916] >>>>>>>>> phy_device_create 
    [    2.197920] >>>>>>>>>>phy_device_create >>>>> phy_id is 21040592 
    [    2.204081] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
    [    2.212028] the value of get_phy_device return value is 0 
    [    2.215710] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0
    [    2.215713] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
    [    2.215715] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
    [    2.215717] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
    [    2.215726] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
    [    2.221823] the value of of_mdiobus_phy_device_register return value is -517 
    [    2.229269] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0
    [    2.234929] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    2.243777] host_regs: 00000000: 1587031f 00000000 00000210 00000000
    [    2.249848] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.256005] host_regs: 00000010: 00000000 00000000 00000000 00000000
    [    2.262072] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.275513] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
    [    2.287435] host_regs: 00000020: 00000000 00000470 00000000 00000000
    [    2.287439] host_regs: 00000030: 00000008 00000001 00000000 00000000
    [    2.347614] host_regs: 00000040: 00000000 00000000 00000000 00000000
    [    2.353971] host_regs: 00000050: 00000000 00000000 00000000 00000000
    [    2.360311] host_regs: 00000060: 00000000 00000000 00000000 00000000
    [    2.366648] host_regs: 00000070: 00000000 00000000 00000000 00000000
    [    2.372986] host_regs: 00000080: 00000000 00000000 00000000 00000000
    [    2.379325] host_regs: 00000090: 00000000 00000000 00000000 00000000
    [    2.385664] cdns-ufshcd 4e84000.ufs: No record of pa_err
    [    2.390964] cdns-ufshcd 4e84000.ufs: No record of dl_err
    [    2.396262] cdns-ufshcd 4e84000.ufs: No record of nl_err
    [    2.401559] cdns-ufshcd 4e84000.ufs: No record of tl_err
    [    2.406857] cdns-ufshcd 4e84000.ufs: No record of dme_err
    [    2.412240] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err
    [    2.418405] cdns-ufshcd 4e84000.ufs: No record of fatal_err
    [    2.423963] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 2026158 us
    [    2.431081] cdns-ufshcd 4e84000.ufs: No record of resume_fail
    [    2.436811] cdns-ufshcd 4e84000.ufs: No record of suspend_fail
    [    2.442628] cdns-ufshcd 4e84000.ufs: No record of dev_reset
    [    2.448186] cdns-ufshcd 4e84000.ufs: No record of host_reset
    [    2.453831] cdns-ufshcd 4e84000.ufs: No record of task_abort
    [    2.737879] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    2.744542] mdio_bus c000f00.mdio: mii_bus c000f00.mdio couldn't get reset GPIO
    [    2.751995] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    2.764759] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    2.771074] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    2.777386] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    2.783694] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    2.789951] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
    [    2.797068] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
    [    2.803368] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    2.814487] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    2.924065] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    2.924249] mmc1: CQHCI version 5.10
    [    2.933489] mmc0: CQHCI version 5.10
    [    2.943362] pca953x 4-0020: supply vcc not found, using dummy regulator
    [    2.950027] pca953x 4-0020: using no AI
    [    2.974418] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    2.981969] pca953x 4-0020: failed writing register
    [    2.986900] pca953x: probe of 4-0020 failed with error -121
    [    2.992889] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    2.999731] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    3.006563] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    3.013391] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    3.020190] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    3.030827] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    3.041545] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [    3.055146] spi-nor spi7.0: unrecognized JEDEC id bytes: 2c 5b 1b 10 41 00
    [    3.062025] spi-nor: probe of spi7.0 failed with error -2
    [    3.067773] mmc0: Command Queue Engine enabled
    [    3.072225] mmc0: new HS200 MMC card at address 0001
    [    3.077512] mmcblk0: mmc0:0001 G1M15L 29.6 GiB 
    [    3.082147] mmcblk0boot0: mmc0:0001 G1M15L partition 1 31.5 MiB
    [    3.088167] mmcblk0boot1: mmc0:0001 G1M15L partition 2 31.5 MiB
    [    3.094161] mmcblk0rpmb: mmc0:0001 G1M15L partition 3 4.00 MiB, chardev (237:0)
    [    3.102263]  mmcblk0: p1 p2
    [    3.449892] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    3.493863] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.501508] the addr is 2 
    [    3.504209] the child is phy ////////// 
    [    3.508121] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 0 
    [    3.514285] >>>>>>>>> phy_device_create 
    [    3.518198] >>>>>>>>>>phy_device_create >>>>> phy_id is 21040592 
    [    3.524471] the value of get_phy_device return value is 0 
    [    3.537978] phy_device.c >>>>>>  phy id 21040592 
    [    3.542674] phy_device.c >>>>>>  phy probed 4 
    [    3.547111] phy_device.c >>>>>>  phy_device_reset start  
    [    3.552498] phy_device.c >>>>>>  phy_device_reset end  
    [    3.557711] phy_device.c >>>>>>  use customed phy driver 
    [    3.563303] hwmon hwmon0: temp1_input not attached to any thermal zone
    [    3.569816] phy_device.c >>>>>>  1111111111111  
    [    3.574420] phy_device.c >>>>>>  222222222222222  
    [    3.579198] phy_device.c >>>>>>  333333333333333333333  
    [    3.584537] the value of of_mdiobus_phy_device_register return value is 0 
    [    3.591396] the addr is 3 
    [    3.594095] the child is phy ////////// 
    [    3.598008] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 0 
    [    3.604173] >>>>>>>>> phy_device_create 
    [    3.608083] >>>>>>>>>>phy_device_create >>>>> phy_id is 21040592 
    [    3.614317] the value of get_phy_device return value is 0 
    [    3.625964] phy_device.c >>>>>>  phy id 21040592 
    [    3.630663] phy_device.c >>>>>>  phy probed 4 
    [    3.635093] phy_device.c >>>>>>  phy_device_reset start  
    [    3.640476] phy_device.c >>>>>>  phy_device_reset end  
    [    3.645686] phy_device.c >>>>>>  use customed phy driver 
    [    3.651198] hwmon hwmon1: temp1_input not attached to any thermal zone
    [    3.657710] phy_device.c >>>>>>  1111111111111  
    [    3.662316] phy_device.c >>>>>>  222222222222222  
    [    3.667094] phy_device.c >>>>>>  333333333333333333333  
    [    3.672429] the value of of_mdiobus_phy_device_register return value is 0 
    [    3.679288] the addr is 4 
    [    3.681987] the child is phy ////////// 
    [    3.685901] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 0 
    [    3.692065] >>>>>>>>> phy_device_create 
    [    3.695977] >>>>>>>>>>phy_device_create >>>>> phy_id is 21040592 
    [    3.702194] the value of get_phy_device return value is 0 
    [    3.713956] phy_device.c >>>>>>  phy id 21040592 
    [    3.718655] phy_device.c >>>>>>  phy probed 4 
    [    3.723084] phy_device.c >>>>>>  phy_device_reset start  
    [    3.728468] phy_device.c >>>>>>  phy_device_reset end  
    [    3.733678] phy_device.c >>>>>>  use customed phy driver 
    [    3.739178] hwmon hwmon2: temp1_input not attached to any thermal zone
    [    3.745690] phy_device.c >>>>>>  1111111111111  
    [    3.750295] phy_device.c >>>>>>  222222222222222  
    [    3.755071] phy_device.c >>>>>>  333333333333333333333  
    [    3.760406] the value of of_mdiobus_phy_device_register return value is 0 
    [    3.767266] of_mdio.c >>>>>>  of_mdiobus_register_phy finished  
    [    3.773259] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver Marvell 88E1510
    [    3.781939] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver Marvell 88E1510
    [    3.790618] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver Marvell 88E1510
    [    3.799356] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    3.812208] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.819420] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.825691] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
    [    3.836028] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.994484] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    4.076525] mmc1: new high speed SDHC card at address aaaa
    [    4.082361] mmcblk1: mmc1:aaaa SC16G 14.8 GiB 
    [    4.090946]  mmcblk1: p1 p2
    [    4.225886] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    4.281864] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.289422] the addr is 1 
    [    4.292123] the child is phy ////////// 
    [    4.296035] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 1 
    [    4.302199] >>>>>>>>> get_phy_device 
    [    4.306138] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.316662] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.326901] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.336126] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.346652] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.356889] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.366114] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.376638] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.386877] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.396100] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.406625] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.416864] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.426091] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.436614] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.446854] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.456077] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.466603] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.476840] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.486066] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.496590] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.506828] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.516050] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.526575] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.536813] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.546038] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.556563] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.566800] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.576023] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.586548] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.596785] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.606011] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.616535] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.626773] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.635996] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.646521] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.656760] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.665986] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.676509] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.686747] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.695971] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.706496] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.716733] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.725958] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.736482] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.746719] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.755942] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.766467] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.776706] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.785931] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.796454] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.806692] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.815914] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.826439] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.836677] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.845901] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.856424] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.866662] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.875886] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.886411] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.896650] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.905874] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.916398] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.926636] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.935860] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.946385] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.956623] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.965845] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    4.976369] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    4.986608] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    4.995830] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.006355] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.016594] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.025816] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.036340] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.046577] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.055800] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.066325] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.076563] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.085785] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.096310] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.106548] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.115771] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.126296] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.136534] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.145757] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.156280] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.166518] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.175740] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    5.185632] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    5.194337] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    5.204229] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    5.212648] [drivers/net/phy/phy_device.c:get_phy_c45_ids:743] devs_in_pkg = -1
    [    5.220224] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.230748] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.240985] [drivers/net/phy/phy_device.c:get_phy_c45_ids:752] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.249923] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    5.255048] >>>>>>>>>>> get_phy_device >>>>>> phy_id = 0 
    [    5.260431] the value of get_phy_device return value is 1 
    [    5.265903] mdio_bus c000f00.mdio: MDIO device at address 1 is missing.
    [    5.272500] the addr is 5 
    [    5.275197] the child is phy ////////// 
    [    5.279108] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 1 
    [    5.285271] >>>>>>>>> get_phy_device 
    [    5.289207] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.299731] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.309970] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.319195] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.329719] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.339957] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.349181] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.359705] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.369942] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.379166] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.389690] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.399928] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.409151] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.419675] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.429913] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.439138] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.449661] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.459898] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.469122] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.479646] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.489884] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.499109] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.509633] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.519871] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.529094] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.539618] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.549856] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.559082] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.569606] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.579843] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.589067] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.599591] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.609828] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.619054] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.629577] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.639815] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.649038] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.659562] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.669799] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.679024] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.689547] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.699785] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.709008] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.719532] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.729770] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.738994] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.749518] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.759755] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.768979] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.779502] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.789740] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.798964] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.809487] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.819725] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.828947] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.839471] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.849709] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.858934] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.869458] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.879695] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.888918] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.899442] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.909679] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.918903] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.929426] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.939664] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.948888] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.959412] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.969651] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    5.978875] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    5.989399] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    5.999636] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.008858] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.019382] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.029619] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.038843] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.049367] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.059604] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.068826] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.079351] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.089589] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.098813] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.109337] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.119574] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.128797] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.139320] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.149558] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.158781] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    6.168673] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    6.177375] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    6.187267] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    6.195685] [drivers/net/phy/phy_device.c:get_phy_c45_ids:743] devs_in_pkg = -1
    [    6.203261] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.213785] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.224024] [drivers/net/phy/phy_device.c:get_phy_c45_ids:752] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.232960] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    6.238083] >>>>>>>>>>> get_phy_device >>>>>> phy_id = 0 
    [    6.243466] the value of get_phy_device return value is 1 
    [    6.248936] mdio_bus c000f00.mdio: MDIO device at address 5 is missing.
    [    6.255533] the addr is 6 
    [    6.258231] the child is phy ////////// 
    [    6.262141] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 1 
    [    6.268305] >>>>>>>>> get_phy_device 
    [    6.272241] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.282765] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.293004] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.302229] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.312752] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.322990] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.332212] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.342738] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.352975] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.362198] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.372721] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.382958] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.392182] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.402708] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.412947] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.422170] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.432693] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.442931] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.452154] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.462679] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.472917] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.482142] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.492665] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.502903] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.512127] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.522653] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.532891] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.542115] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.552638] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.562876] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.572100] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.582625] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.592863] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.602087] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.612610] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.622848] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.632072] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.642597] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.652836] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.662061] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.672584] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.682821] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.692044] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.702569] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.712806] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.722031] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.732556] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.742794] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.752016] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.762542] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.772780] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.782006] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.792529] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.802767] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.811989] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.822514] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.832752] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.841977] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.852500] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.862738] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.871960] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.882486] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.892724] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.901949] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.912472] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.922710] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.931933] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.942459] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.952696] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.961923] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    6.972446] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    6.982684] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    6.991908] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.002433] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.012671] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.021895] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.032419] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.042657] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.051880] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.062406] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.072643] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.081868] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.092391] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.102628] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.111850] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.122376] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.132614] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.141837] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    7.151728] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    7.160432] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    7.170323] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    7.178741] [drivers/net/phy/phy_device.c:get_phy_c45_ids:743] devs_in_pkg = -1
    [    7.186319] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.196842] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.207080] [drivers/net/phy/phy_device.c:get_phy_c45_ids:752] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.216017] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    7.221140] >>>>>>>>>>> get_phy_device >>>>>> phy_id = 0 
    [    7.226523] the value of get_phy_device return value is 1 
    [    7.231993] mdio_bus c000f00.mdio: MDIO device at address 6 is missing.
    [    7.238590] the addr is 7 
    [    7.241285] the child is phy ////////// 
    [    7.245195] >>>>>>>>>>> of_mdiobus_register_phy >>>>>> is_c45 = 1 
    [    7.251361] >>>>>>>>> get_phy_device 
    [    7.255297] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.265821] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.276059] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.285281] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.295804] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.306042] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.315266] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.325790] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.336028] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.345251] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.355774] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.366013] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.375237] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.385761] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.395999] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.405221] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.415744] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.425982] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.435207] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.445731] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.455968] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.465190] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.475715] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.485953] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.495179] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.505702] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.515940] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.525162] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.535685] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.545923] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.555149] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.565673] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.575911] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.585134] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.595657] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.605895] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.615119] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.625642] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.635880] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.645104] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.655628] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.665865] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.675089] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.685613] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.695851] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.705073] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.715597] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.725834] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.735058] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.745581] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.755819] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.765041] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.775564] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.785801] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.795025] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.805550] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.815788] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.825011] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.835534] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.845771] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.854997] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.865520] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.875758] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.884982] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.895505] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.905743] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.914967] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.925491] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.935729] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.944951] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.955475] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.965712] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    7.974937] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    7.985462] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    7.995699] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    8.004922] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    8.015445] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    8.025683] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    8.034908] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    8.045432] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    8.055670] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    8.064893] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    8.075416] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    8.085654] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    8.094878] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    8.105401] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    8.115639] [drivers/net/phy/phy_device.c:get_phy_c45_ids:737] get_phy_c45_devs_in_pkg phy_reg = 0
    [    8.124861] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    8.134753] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    8.143457] [drivers/net/phy/phy_device.c:phy_c45_probe_present:654] phy_c45_probe_present MDIO_STAT2 = 65535
    [    8.153349] [drivers/net/phy/phy_device.c:get_phy_c45_ids:728] phy_c45_probe_present ret = 0
    [    8.161768] [drivers/net/phy/phy_device.c:get_phy_c45_ids:743] devs_in_pkg = -1
    [    8.169345] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:679] get_phy_c45_devs_in_pkg MDIO_DEVS2 = 65535
    [    8.179869] [drivers/net/phy/phy_device.c:get_phy_c45_devs_in_pkg:686] get_phy_c45_devs_in_pkg MDIO_DEVS1 = 65535
    [    8.190106] [drivers/net/phy/phy_device.c:get_phy_c45_ids:752] get_phy_c45_devs_in_pkg phy_reg = 0
    [    8.199042] >>>>>>>>>>> get_phy_device >>>>>> r = -19 
    [    8.204165] >>>>>>>>>>> get_phy_device >>>>>> phy_id = 0 
    [    8.209548] the value of get_phy_device return value is 1 
    [    8.215019] mdio_bus c000f00.mdio: MDIO device at address 7 is missing.
    [    8.221617] of_mdio.c >>>>>>  of_mdiobus_register_phy finished  
    [    8.227684] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    8.240462] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    8.246780] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    8.253095] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    8.259408] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    8.265668] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
    [    8.272787] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
    [    8.279098] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    8.290278] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 140
    [    8.299180] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    8.312952] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
    [    8.320200] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
    [    8.328582] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [    8.335911] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [    8.343221] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [    8.350536] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [    8.358936] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    8.379999] ALSA device list:
    [    8.382964]   No soundcards found.
    [    8.407903] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    8.416015] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    8.425654] devtmpfs: mounted
    [    8.429486] Freeing unused kernel memory: 1920K
    [    8.434105] Run /sbin/init as init process
    [    8.779858] systemd[1]: System time before build time, advancing clock.
    [    9.960282] NET: Registered protocol family 10
    [    9.965379] Segment Routing with IPv6
    [   10.011254] 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)
    [   10.032976] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2021.09!
    
    [   10.085640] systemd[1]: Set hostname to <j7-evm>.
    [   10.296101] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring.
    [   10.321923] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock  → /ru
    n/docker.sock; please update the unit file accordingly.
    [   10.393828] random: systemd: uninitialized urandom read (16 bytes read)
    [   10.402153] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [   10.421947] random: systemd: uninitialized urandom read (16 bytes read)
    [   10.429339] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [   10.449935] random: systemd: uninitialized urandom read (16 bytes read)
    [   10.457217] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [   10.478068] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password  …ts to Console Directory Watch.
    [   10.502000] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R …uests to Wall Directory Watch.
    [   10.525982] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [   10.541928] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [   10.561920] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [   10.577927] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [   10.610346] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [   10.634003] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [   10.658463] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [   10.682075] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [   10.707532] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [   10.715875] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [   10.738176] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [   10.754221] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [   10.778131] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [   10.798054] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [   10.820116] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [   10.836217] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [   10.860120] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [   10.890657] systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
    [   10.908256] systemd[1]: Starting Create list of static device nodes for the current kernel...
             Starting Create list of st …odes for the current kernel...
    [   10.952047] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [   10.976340] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [   10.990112] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [   11.002282] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [   11.034516] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [   11.052267] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [   11.081456] systemd[1]: Starting udev Coldplug all Devices...
             Starting udev Coldplug all Devices...
    [   11.092074] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [   11.102765] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [   11.123082] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Create list of sta … nodes for the current kernel.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star …progress communication helper.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...[   11.346240] systemd-journald[194]: Received client request to flush runtime journal.
    
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [   11.458380] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Reached target Local File Systems (Pre).
    [   11.482010] random: systemd: uninitialized urandom read (16 bytes read)
             Mounting /media/ram...
    [   11.494440] random: systemd-journal: uninitialized urandom read (16 bytes read)
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting udev Wait for Complete Device Initialization...
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Create Volatile Files and Directories.
    [  OK  ] Started udev Kernel Device Manager.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Reached target System Time Synchronized.
    [   11.938140] random: crng init done
    [   11.941649] random: 66 urandom warning(s) missed due to ratelimiting
    [  OK  ] Started Load/Save Random Seed.
    [   12.009969] ina2xx 5-0040: error configuring the device: -121
    [   12.018451] ina2xx 5-0041: error configuring the device: -121
    [   12.026392] ina2xx 5-0042: error configuring the device: -121
    [   12.034888] ina2xx 5-0043: error configuring the device: -121
    [   12.041660] ina2xx 5-0044: error configuring the device: -121
    [   12.049122] ina2xx 5-0045: error configuring the device: -121
    [   12.055643] ina2xx 5-0046: error configuring the device: -121
    [   12.062128] ina2xx 5-0047: error configuring the device: -121
    [   12.068902] ina2xx 5-0048: error configuring the device: -121
    [   12.075341] ina2xx 5-0049: error configuring the device: -121
    [   12.081739] ina2xx 5-004a: error configuring the device: -121
    [   12.088128] ina2xx 5-004b: error configuring the device: -121
    [   12.094865] ina2xx 5-004c: error configuring the device: -121
    [   12.101410] ina2xx 5-004d: error configuring the device: -121
    [   12.107826] ina2xx 5-004e: error configuring the device: -121
    [   12.114515] ina2xx 5-004f: error configuring the device: -121
    [   12.160807] CAN device driver interface
    [   12.379038] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [   12.390449] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
    [   12.399260] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
    [   12.410380] remoteproc remoteproc0: 4d80800000.dsp is available
    [   12.419110] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [   12.429436] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
    [   12.439019] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
    [   12.447640] remoteproc remoteproc1: 4d81800000.dsp is available
    [   12.455784] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [   12.466937] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [   12.475219] remoteproc remoteproc2: 64800000.dsp is available
    [   12.516716] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [   12.539996] platform 41000000.r5f: configured R5F for IPC-only mode
    [   12.547203] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   12.555924] remoteproc remoteproc3: 41000000.r5f is available
    [   12.561804] remoteproc remoteproc3: attaching to 41000000.r5f
    [   12.568176] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [   12.574986]  remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [   12.584297] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   12.590824]  remoteproc3#vdev0buffer: registered virtio0 (type 7)
    [   12.600441] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
    [   12.602398] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.618423] platform 5c00000.r5f: configured R5F for remoteproc mode
    [   12.624902] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   12.632494] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   12.647202] remoteproc remoteproc0: powering up 4d80800000.dsp
    [   12.647653] remoteproc remoteproc4: 5c00000.r5f is available
    [   12.653064] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 144652
    [   12.666100] remoteproc remoteproc1: powering up 4d81800000.dsp
    [   12.671940] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 144652
    [   12.687115] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200400
    [   12.695738] phy phy-5050000.serdes.15: phy init failed --> -110
    [   12.702225] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200400
    [   12.710340]  remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [   12.726200] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   12.731768]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [   12.746736] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [   12.753976]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [   12.762916] platform 5d00000.r5f: configured R5F for remoteproc mode
    [   12.769609] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   12.775194]  remoteproc0#vdev0buffer: registered virtio2 (type 7)
    [   12.789920] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [   12.797737] cdns-mhdp8546 a000000.dp-bridge: Failed to initialize PHY: -110
    [   12.805341] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.814773] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   12.826020] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.834402] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   12.843100] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   12.852096] cdns-mhdp8546: probe of a000000.dp-bridge failed with error -110
    [   12.860327] remoteproc remoteproc5: 5d00000.r5f is available
    [   12.874425] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   12.884062] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   12.892296] remoteproc remoteproc4: powering up 5c00000.r5f
    [   12.895218] remoteproc remoteproc6: 5e00000.r5f is available
    [   12.897943] remoteproc remoteproc4: Booting fw image pdk-ipc/ipc_echo_test_mcu2_0_release_strip.xer5f, size 98828
    [   12.914279] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   12.916340]  remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
    [   12.930214] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   12.936351] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   12.945429]  remoteproc4#vdev0buffer: registered virtio3 (type 7)
    [   12.951813] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   12.958801] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.966464] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   12.980051] remoteproc remoteproc5: powering up 5d00000.r5f
    [   12.987132] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 98828
    [   12.995231] m_can_platform 40528000.can: m_can device registered (irq=22, version=32)
    [   13.008263] remoteproc remoteproc7: 5f00000.r5f is available
    [   13.017369]  remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
    [   13.026796] m_can_platform 40568000.can: m_can device registered (irq=24, version=32)
    [   13.038251] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   13.048582] remoteproc remoteproc6: powering up 5e00000.r5f
    [   13.053628] m_can_platform 2701000.can: m_can device registered (irq=52, version=32)
    [   13.054309] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 98828
    [   13.063619]  remoteproc5#vdev0buffer: registered virtio4 (type 7)
    [   13.077139]  remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
    [   13.077811] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
    [   13.094290] virtio_rpmsg_bus virtio5: rpmsg host is online
    [   13.099935]  remoteproc6#vdev0buffer: registered virtio5 (type 7)
    [   13.101273] m_can_platform 2721000.can: m_can device registered (irq=54, version=32)
    [   13.113964] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
    [   13.115544] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.130002] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [   13.140441] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.149319] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
    [   13.218123] remoteproc remoteproc7: powering up 5f00000.r5f
    [   13.223764] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 98828
    [   13.235526]  remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
    [   13.244768] virtio_rpmsg_bus virtio6: rpmsg host is online
    [   13.250341]  remoteproc7#vdev0buffer: registered virtio6 (type 7)
    [   13.254654] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.256432] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
    [   13.269961] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
    [   13.647941] remoteproc remoteproc2: powering up 64800000.dsp
    [   13.653631] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 10488888
    [   13.662223] remoteproc remoteproc2: unsupported resource 65538
    [   13.669142] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8e00000
    [   13.678631]  remoteproc2#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [   13.687503] virtio_rpmsg_bus virtio7: rpmsg host is online
    [   13.693532]  remoteproc2#vdev0buffer: registered virtio7 (type 7)
    [   13.700439] remoteproc remoteproc2: remote processor 64800000.dsp is now up
    [   13.709000] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.717081] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
    [   14.102075] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
    [   14.183044] img_enc 4200000.video-encoder: encoder registered as /dev/video0
    [   14.345584] img_dec 4300000.video-decoder: decoder registered as /dev/video1
    [   14.890487] remoteproc remoteproc8: b034000.pru is available
    [   14.913245] remoteproc remoteproc9: b004000.rtu is available
    [   14.947035] remoteproc remoteproc10: b00a000.txpru is available
    [   14.971534] remoteproc remoteproc11: b038000.pru is available
    [   14.991200] remoteproc remoteproc12: b006000.rtu is available
    [   15.002152] remoteproc remoteproc13: b00c000.txpru is available
    [   15.015603] remoteproc remoteproc14: b134000.pru is available
    [   15.022733] remoteproc remoteproc15: b104000.rtu is available
    [   15.031486] remoteproc remoteproc16: b10a000.txpru is available
    [   15.042884] remoteproc remoteproc17: b138000.pru is available
    [   15.050210] remoteproc remoteproc18: b106000.rtu is available
    [   15.059130] remoteproc remoteproc19: b10c000.txpru is available
    [   15.294861] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   15.441446] usbcore: registered new interface driver usbfs
    [   15.447008] usbcore: registered new interface driver hub
    [   15.452491] usbcore: registered new device driver usb
    [   15.466499] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [   15.474037] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [  OK  ] Created slice system-systemd\x2dfsck.slice.
    [  OK  ] Found device /dev/mmcblk0p2.
             Starting File System Check on /dev/mmcblk0p2...
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Started File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Started File System Check on /dev/mmcblk0p2.
             Mounting /run/media/mmcblk0p2...
    [   15.852309] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [  OK  ] Mounted /run/media/mmcblk0p2.
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Started File System Check on /dev/mmcblk1p1.
             Mounting /run/media/mmcblk1p1...
    [  OK  ] Mounted /run/media/mmcblk1p1.
    [   17.399234] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   17.404762] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   17.412815] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
    [   17.422245] xhci-hcd xhci-hcd.2.auto: irq 664, io mem 0x06010000
    [   17.428440] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   17.436704] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   17.443915] usb usb1: Product: xHCI Host Controller
    [   17.448787] usb usb1: Manufacturer: Linux 5.10.162 xhci-hcd
    [   17.454356] usb usb1: SerialNumber: xhci-hcd.2.auto
    [   17.459523] hub 1-0:1.0: USB hub found
    [   17.463300] hub 1-0:1.0: 1 port detected
    [   17.467426] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   17.472920] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   17.480576] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   17.487129] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   17.495278] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   17.503533] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   17.510750] usb usb2: Product: xHCI Host Controller
    [   17.515625] usb usb2: Manufacturer: Linux 5.10.162 xhci-hcd
    [   17.521189] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   17.526325] hub 2-0:1.0: USB hub found
    [   17.530096] hub 2-0:1.0: 1 port detected
    [   17.534349] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   17.539849] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
    [   ***] A start job is running for udev Wai …ce Initialization (11s / 2min 56s)
    [   27.547527] xhci-hcd xhci-hcd.3.auto: can't setup: -110
    [   27.552749] xhci-hcd xhci-hcd.3.auto: USB bus 3 deregistered
    [  OK  ] Started udev Wait for Complete Device Initialization.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API.
    [  OK  ] Listening on dropbear.socket.
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Started Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
    [  OK  ] Started D-Bus System Message Bus.
             Starting Print notice about GPLv3 packages...
             Starting set host name as per compatible name...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Update pmic regis …fety feature on power rails...
             Starting rc.pvr.service...
             Starting startwlanap...
             Starting startwlansta...
             Starting Login Service...
    [  OK  ] Started TEE Supplicant.
             Starting Update weston ini … based on the platform name...
    [  OK  ] Started IPv6 Packet Filtering Framework.
    [  OK  ] Started IPv4 Packet Filtering Framework.
    [  OK  ] Started Update pmic regist …safety feature on power rails.
    [  OK  ] Started startwlansta.
    [  OK  ] Reached target Network (Pre).
             Starting Network Service...
    [  OK  ] Started set host name as per compatible name.
    [  OK  ] Started startwlanap.
    [  OK  ] Started Update weston ini  …ge based on the platform name.
    [  OK  ] Started Telephony service.
    [  OK  ] Started Network Service.
             Starting Wait for Network to be Configured...
             Starting Network Name Resolution...
    [  OK  ] Listening on Load/Save RF  …itch Status /dev/rfkill Watch.
    [  OK  ] Started Login Service.
    [   28.433621] am65-cpsw-nuss c000000.ethernet eth4: configuring for fixed/rgmii-id link mode
    [   28.445918] am65-cpsw-nuss c000000.ethernet eth4: Link is Up - 1Gbps/Full - flow control off
    [   28.562843] am65-cpsw-nuss c000000.ethernet eth3: configuring for fixed/sgmii link mode
    [   28.594895] am65-cpsw-nuss c000000.ethernet eth3: Link is Up - 1Gbps/Full - flow control off
    [   28.713887] am65-cpsw-nuss c000000.ethernet eth2: configuring for fixed/sgmii link mode
    [   28.739040] am65-cpsw-nuss c000000.ethernet eth2: Link is Up - 1Gbps/Full - flow control off
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
    [   28.861889] am65-cpsw-nuss c000000.ethernet eth1: configuring for fixed/sgmii link mode
    [   28.889006] am65-cpsw-nuss c000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma …ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Started Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Started Serial Getty on ttyS3.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [   29.028834] am65-cpsw-nuss 46000000.ethernet eth0: configuring for fixed/rgmii-id link mode
    [   29.044025] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [   29.202095] Bluetooth: Core ver 2.22
    [   29.209942] NET: Registered protocol family 31
    [   29.214432] Bluetooth: HCI device and connection manager initialized
    [   29.221954] Bluetooth: HCI socket layer initialized
    [   29.229227] Bluetooth: L2CAP socket layer initialized
    [   29.237992] Bluetooth: SCO socket layer initialized
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Simple Network Man …ement Protocol (SNMP) Daemon..
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j7-evm ttyS2
    
    Arago 2021.09 j7-evm ttyS2
    
    j7-evm login: [   40.005911] vdd_mmc1: disabling
    [   40.009099] tlv71033: disabling
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gstreamer1.0-libav-dev
            gstreamer1.0-libav
            gzip
            less
            libasm1
            libbfd
            libdw1
            libelf1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp-dev
            libgmp10
            libgmpxx4
            libidn2-0
            libidn2-dev
            libmpc3
            libmpfr6
            libreadline-dev
            libreadline8
            libunistring-dev
            libunistring2
            m4-dev
            m4
            make
            nettle-dev
            nettle
            parted
            python3-rfc3987
            python3-strict-rfc3339
            tar
            which
            zeromq
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  150.513939] Initializing XFRM netlink socket
    [  153.855121] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [  153.926935] Bridge firewalling registered
    [  155.304471] process 'docker/tmp/qemu-check495527543/check' started with executable stack
    
    j7-evm login:

    Hi,the above is log,i have added some prints, which appear to be quite extensive.The mainly is "mdio_bus c000f00.mdio: MDIO device at address 1/5/6/7 is missing." ,and all phy reg read out is 0xFFFF, i'm sure that the hardware is ok because it worked on sdk 08-00(r5 rtos ethfw).

    Additionally, in order to enable gpio reset, I have updated the DTS file as follows:

    &cpsw0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&cpsw0_mdio_pins_default &cpsw0_rgmii_pins_default &cpsw0_phy_reset_pins_default>;
    };
    
    &cpsw9g_mdio {
    	reset-gpios = <&main_gpio0 96 GPIO_ACTIVE_LOW>;
    	reset-delay-us = <5000>;
    	cpsw9g_phy1: ethernet-phy@1 {
    		compatible = "ethernet-phy-id002b.0980", "ethernet-phy-ieee802.3-c45";
    		reg = <0x1>;
    		reset-gpios = <&main_gpio0 96 GPIO_ACTIVE_LOW>;
    		reset-assert-us = <5000>;
        };
    	cpsw9g_phy5: ethernet-phy@5 {
    		compatible = "ethernet-phy-id002b.0980", "ethernet-phy-ieee802.3-c45";
    		reg = <0x5>;
    		reset-gpios = <&main_gpio0 94 GPIO_ACTIVE_LOW>;
    		reset-assert-us = <5000>;
        };
    	cpsw9g_phy6: ethernet-phy@6 {
    		compatible = "ethernet-phy-id002b.0980", "ethernet-phy-ieee802.3-c45";
    		reg = <0x6>;
    		reset-gpios = <&main_gpio0 55 GPIO_ACTIVE_LOW>;
    		reset-assert-us = <5000>;
        };
    	cpsw9g_phy7: ethernet-phy@7 {
    		compatible = "ethernet-phy-id002b.0980", "ethernet-phy-ieee802.3-c45";
    		reg = <0x7>;
    		reset-gpios = <&main_gpio0 56 GPIO_ACTIVE_LOW>;
    		reset-assert-us = <5000>;
        };
    };
    
    &cpsw0_port1 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy1>;
        phy-mode = "sgmii";
        phys = <&cpsw0_phy_gmii_sel 1>;
    	fixed-link {
    		speed = <1000>;
    		full-duplex;
    	};
    };
    
    &cpsw0_port5 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy5>;
        phy-mode = "sgmii";
        phys = <&cpsw0_phy_gmii_sel 5>;
    	fixed-link {
    		speed = <1000>;
    		full-duplex;
    	};
    };
    
    &cpsw0_port6 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy6>;
        phy-mode = "sgmii";
        phys = <&cpsw0_phy_gmii_sel 6>;
    	fixed-link {
    		speed = <1000>;
    		full-duplex;
    	};
    };
    
    &cpsw0_port7 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy7>;
        phy-mode = "rgmii-id";
        phys = <&cpsw0_phy_gmii_sel 7>;
    	fixed-link {
    		speed = <1000>;
    		full-duplex;
    	};
    };

  • Hi,

    I see this error in the log:

    "mdio_bus c000f00.mdio: mii_bus c000f00.mdio couldn't get reset GPIO"

    So the reset-gpio doesn't seem to work.

    Also, the Marvel phy are being read on CPSW2G and not CPSW9G where you have added the device tree entries. Can you check the pinmuxing for the MDIO lines once.

    Regards,
    Tanmay

  • This issue has been resolved due to a power problem,thanks.

  • Hi,

    Thanks for the confirmation. Just respond here to re-open the issue.

    Regards,
    Tanmay