Orin rgmii cann't work

Hello nv team:

We need to use the XFI and RGMII interface on our custom carrier boad。But the RGMII not work.


We tried the follow solutions from other topics.
RGMII Enabling Problem


I’m attaching the pinmux ,whole dts, and log files.

tegra234-mb1-bct-pinmux-p3701-0000.dtsi (64.6 KB)
tegra234-mb1-bct-gpio-p3701-0000.dtsi (3.9 KB)

tegra234-p3701-0000-p3737-0000.dts (388.9 KB)
boot.log (997 Bytes)


These are our all flashing steps:
1. Copy the attached files in the specified paths:

  • tegra234-p3701-0000-p3737-0000.dtb → Linux_for_Tegra/kernel/dtb/tegra234-p3701-0000-p3737-0000.dtb

  • tegra234-mb1-bct-pinmux-p3701-0000.dtsi → Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-pinmux-p3701-0000.dtsi

  • tegra234-mb1-bct-gpio-p3701-0000.dtsi → Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-gpio-p3701-0000.dtsi

2. Then,flash it

$ sudo ./flash.sh  jetson-agx-orin-devkit mmcblk0p1

Thanks

The pinmux you shared didn’t follow the adaptation guide. Please read again.

Hi WayneWWW:
Thanks for you reply!

The following is my pinmux information. Could you check it for me? thanks

			
			eqos_txc_pe0 {
				nvidia,pins = "eqos_txc_pe0";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
			};

			eqos_td0_pe1 {
				nvidia,pins = "eqos_td0_pe1";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
			};

			eqos_td1_pe2 {
				nvidia,pins = "eqos_td1_pe2";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
			};

			eqos_td2_pe3 {
				nvidia,pins = "eqos_td2_pe3";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
			};

			eqos_td3_pe4 {
				nvidia,pins = "eqos_td3_pe4";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
			};

			eqos_tx_ctl_pe5 {
				nvidia,pins = "eqos_tx_ctl_pe5";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
			};

			eqos_rd0_pe6 {
				nvidia,pins = "eqos_rd0_pe6";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_UP>;
				nvidia,tristate = <TEGRA_PIN_ENABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
			};

			eqos_rd1_pe7 {
				nvidia,pins = "eqos_rd1_pe7";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_UP>;
				nvidia,tristate = <TEGRA_PIN_ENABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
			};

			eqos_rd2_pf0 {
				nvidia,pins = "eqos_rd2_pf0";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_UP>;
				nvidia,tristate = <TEGRA_PIN_ENABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
			};

			eqos_rd3_pf1 {
				nvidia,pins = "eqos_rd3_pf1";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_UP>;
				nvidia,tristate = <TEGRA_PIN_ENABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
			};

			eqos_rx_ctl_pf2 {
				nvidia,pins = "eqos_rx_ctl_pf2";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_UP>;
				nvidia,tristate = <TEGRA_PIN_ENABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
			};

			eqos_rxc_pf3 {
				nvidia,pins = "eqos_rxc_pf3";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_UP>;
				nvidia,tristate = <TEGRA_PIN_ENABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
			};

			eqos_sma_mdio_pf4 {
				nvidia,pins = "eqos_sma_mdio_pf4";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
			};

			eqos_sma_mdc_pf5 {
				nvidia,pins = "eqos_sma_mdc_pf5";
				nvidia,function = "eqos";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
			};
			soc_gpio17_pg4 {
				nvidia,pins = "soc_gpio17_pg4";
				nvidia,function = "rsvd0";
				nvidia,pull = <TEGRA_PIN_PULL_UP>;
				nvidia,tristate = <TEGRA_PIN_ENABLE>;
				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
				nvidia,lpdr = <TEGRA_PIN_DISABLE>;
			};

			soc_gpio18_pg5 {
				nvidia,pins = "soc_gpio18_pg5";
				nvidia,function = "rsvd0";
				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
				nvidia,lpdr = <TEGRA_PIN_DISABLE>;
			};```

Now it is different from your original file. You better clarifying this on your side.

I am not your coworker so I won’t really know what file is in use on your side.


Hi WanyneWWW:
Thans for you reply!

In fact, I have tried these two configuration of pinmux many times, but they can not work properly.


The kernel message is as follows:


[    9.352085] nvethernet 2310000.ethernet: Adding to iommu group 43
[    9.358008] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0
[    9.365897] nvethernet 2310000.ethernet: failed to read MDIO address
[    9.372251] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable
[    9.382843] nvethernet 2310000.ethernet: setting to default DMA bit mask
[    9.389493] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500
[    9.545938] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:78:b2:ee
[    9.551869] nvethernet 2310000.ethernet: Macsec not enabled
[    9.557141] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500
[    9.565264] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels
[   10.480553] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels
[   25.043826] net eth0: failed to poll MAC Software reset

When I execute ifconfig on the terminal, I cannot find eth0.

But when I execute ifconfig - a on the terminal, it appears.

If you sudo ifconfig eth0 up and down, will you see the eqos interrupt increasing in /proc/interupts?

Also, please do not grep anything for your dmesg. Just attach the full log.

0001-Set-eqos-mad-and-phy-pinmux-in-kernel-dts.patch (8.0 KB)
Here is the patch validated by other users. Please also double check it with your setup.

Hi WayneWWW:

Thanks for you replay!

log file:
boot.txt (87.2 KB)


When I execute sudo ifconfig eth0 up on the terminal


boot logs:

[    0.000000] ====Booting Linux on physical CPU 0x0000000000 [0x410fd421]-----4.0 carry  board-------!!!
[    0.000000] Linux version 5.10.65-tegra (aover@jd) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #42 SMP PREEMPT Sat Aug 13 16:24:08 CST 2022
[    0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[    0.000000] OF: fdt:  - 80000000 ,  c0000000
[    0.000000] Machine model: NVIDIA Orin Jetson-Small Developer Kit
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x8548b1118 SMBIOS=0xbabc0000 SMBIOS 3.0=0x853310000 MEMATTR=0x852f4b018 ESRT=0x853269f18 RNG=0x85435ff18 MEMRESERVE=0x852f4cf18 
[    0.000000] efi: seeding entropy pool
[    0.000000] esrt: Reserving ESRT space from 0x0000000853269f18 to 0x0000000853269f50.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000086b800000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] OF: reserved mem: initialized node fsi-carveout, compatible id nvidia,fsi-carveout
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000087fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x0000000087ffffff]
[    0.000000]   node   0: [mem 0x0000000088000000-0x00000000b9ccffff]
[    0.000000]   node   0: [mem 0x00000000ba800000-0x00000000ba9affff]
[    0.000000]   node   0: [mem 0x00000000babb0000-0x00000000babcffff]
[    0.000000]   node   0: [mem 0x00000000babd0000-0x00000000babfffff]
[    0.000000]   node   0: [mem 0x00000000c2000000-0x00000000c3ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000084fffffff]
[    0.000000]   node   0: [mem 0x0000000850000000-0x0000000851faffff]
[    0.000000]   node   0: [mem 0x0000000851fb0000-0x0000000852d00fff]
[    0.000000]   node   0: [mem 0x0000000852d01000-0x0000000852e62fff]
[    0.000000]   node   0: [mem 0x0000000852e63000-0x0000000852f1ffff]
[    0.000000]   node   0: [mem 0x0000000852f20000-0x0000000852f3ffff]
[    0.000000]   node   0: [mem 0x0000000852f40000-0x000000085317ffff]
[    0.000000]   node   0: [mem 0x0000000853180000-0x000000085319ffff]
[    0.000000]   node   0: [mem 0x00000008531a0000-0x000000085326ffff]
[    0.000000]   node   0: [mem 0x0000000853270000-0x000000085327ffff]
[    0.000000]   node   0: [mem 0x0000000853280000-0x000000085330ffff]
[    0.000000]   node   0: [mem 0x0000000853310000-0x000000085331ffff]
[    0.000000]   node   0: [mem 0x0000000853320000-0x0000000853cfffff]
[    0.000000]   node   0: [mem 0x0000000853d00000-0x0000000853f2ffff]
[    0.000000]   node   0: [mem 0x0000000853f30000-0x0000000853feffff]
[    0.000000]   node   0: [mem 0x0000000853ff0000-0x000000085412ffff]
[    0.000000]   node   0: [mem 0x0000000854130000-0x000000085418ffff]
[    0.000000]   node   0: [mem 0x0000000854190000-0x000000085424ffff]
[    0.000000]   node   0: [mem 0x0000000854250000-0x000000085425ffff]
[    0.000000]   node   0: [mem 0x0000000854260000-0x00000008542fffff]
[    0.000000]   node   0: [mem 0x0000000854300000-0x000000085434ffff]
[    0.000000]   node   0: [mem 0x0000000854350000-0x000000085435ffff]
[    0.000000]   node   0: [mem 0x0000000854360000-0x00000008543affff]
[    0.000000]   node   0: [mem 0x00000008543b0000-0x000000085464ffff]
[    0.000000]   node   0: [mem 0x0000000854650000-0x000000085469ffff]
[    0.000000]   node   0: [mem 0x00000008546a0000-0x000000085473ffff]
[    0.000000]   node   0: [mem 0x0000000854740000-0x000000085485ffff]
[    0.000000]   node   0: [mem 0x0000000854860000-0x00000008548affff]
[    0.000000]   node   0: [mem 0x00000008548b0000-0x000000085493ffff]
[    0.000000]   node   0: [mem 0x0000000854940000-0x000000085498ffff]
[    0.000000]   node   0: [mem 0x0000000854990000-0x00000008549affff]
[    0.000000]   node   0: [mem 0x00000008549b0000-0x0000000854a4ffff]
[    0.000000]   node   0: [mem 0x0000000854a50000-0x0000000854aaffff]
[    0.000000]   node   0: [mem 0x0000000854ab0000-0x0000000854b9ffff]
[    0.000000]   node   0: [mem 0x0000000854ba0000-0x000000085537ffff]
[    0.000000]   node   0: [mem 0x0000000855380000-0x000000085555ffff]
[    0.000000]   node   0: [mem 0x0000000855560000-0x000000087b8bffff]
[    0.000000]   node   0: [mem 0x000000087b8c0000-0x000000087b90ffff]
[    0.000000]   node   0: [mem 0x000000087b910000-0x000000087fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000087fffffff]
[    0.000000] On node 0 totalpages: 8109776
[    0.000000]   DMA zone: 3836 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 245456 pages, LIFO batch:63
[    0.000000]   Normal zone: 122880 pages used for memmap
[    0.000000]   Normal zone: 7864320 pages, LIFO batch:63
[    0.000000] On node 0, zone DMA: 304 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 80 pages in unavailable ranges
[    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: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 31 pages/cpu s90008 r8192 d28776 u126976
[    0.000000] pcpu-alloc: s90008 r8192 d28776 u126976 alloc=31*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 7983060
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nv-auto-config  
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000a9cd0000-0x00000000b9cd0000] (256MB)
[    0.000000] Memory: 31083492K/32439104K available (18432K kernel code, 3196K rwdata, 7048K rodata, 3904K init, 1071K bss, 1093468K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, 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=12.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Rude 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=12
[    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:0x000000000f440000
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[    0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[    0.000000] random: get_random_bytes called from start_kernel+0x378/0x4f4 with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000567] Console: colour dummy device 80x25
[    0.000783] printk: console [tty0] enabled
[    0.000819] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000831] pid_max: default: 32768 minimum: 301
[    0.000878] LSM: Security Framework initializing
[    0.000942] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000989] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.002608] rcu: Hierarchical SRCU implementation.
[    0.002705] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.003094] DTS File Name: /media/aover/a086076b-427c-483c-be61-4f3fdd0074c7/home/jd/nvdia/nvdia_source_50/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0000-p3737-0000.dts
[    0.003103] DTB Build time: Aug 13 2022 17:20:22
[    0.004159] Tegra Revision: A01 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[    0.004274] Remapping and enabling EFI services.
[    0.005430] smp: Bringing up secondary CPUs ...
[    0.005819] Detected PIPT I-cache on CPU1
[    0.005853] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[    0.005887] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[    0.006239] Detected PIPT I-cache on CPU2
[    0.006249] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[    0.006263] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[    0.006578] Detected PIPT I-cache on CPU3
[    0.006586] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[    0.006601] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[    0.008932] Detected PIPT I-cache on CPU4
[    0.008955] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[    0.008981] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[    0.009351] Detected PIPT I-cache on CPU5
[    0.009362] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[    0.009375] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[    0.009711] Detected PIPT I-cache on CPU6
[    0.009722] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[    0.009737] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[    0.010088] Detected PIPT I-cache on CPU7
[    0.010098] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[    0.010110] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.012446] Detected PIPT I-cache on CPU8
[    0.012469] GICv3: CPU8: found redistributor 20000 region 0:0x000000000f540000
[    0.012495] CPU8: Booted secondary processor 0x0000020000 [0x410fd421]
[    0.012864] Detected PIPT I-cache on CPU9
[    0.012874] GICv3: CPU9: found redistributor 20100 region 0:0x000000000f560000
[    0.012889] CPU9: Booted secondary processor 0x0000020100 [0x410fd421]
[    0.013233] Detected PIPT I-cache on CPU10
[    0.013244] GICv3: CPU10: found redistributor 20200 region 0:0x000000000f580000
[    0.013259] CPU10: Booted secondary processor 0x0000020200 [0x410fd421]
[    0.013597] Detected PIPT I-cache on CPU11
[    0.013608] GICv3: CPU11: found redistributor 20300 region 0:0x000000000f5a0000
[    0.013621] CPU11: Booted secondary processor 0x0000020300 [0x410fd421]
[    0.013673] smp: Brought up 1 node, 12 CPUs
[    0.013741] SMP: Total of 12 processors activated.
[    0.013746] CPU features: detected: Privileged Access Never
[    0.013749] CPU features: detected: LSE atomic instructions
[    0.013751] CPU features: detected: User Access Override
[    0.013754] CPU features: detected: 32-bit EL0 Support
[    0.013757] CPU features: detected: Common not Private translations
[    0.013760] CPU features: detected: RAS Extension Support
[    0.013762] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.013766] CPU features: detected: CRC32 instructions
[    0.013768] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.047374] CPU: All CPU(s) started at EL2
[    0.049623] devtmpfs: initialized
[    0.059078] Registered cp15_barrier emulation handler
[    0.059095] Registered setend emulation handler
[    0.059101] KASLR enabled
[    0.059234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.059247] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.060786] pinctrl core: initialized pinctrl subsystem
[    0.061224] SMBIOS 3.0.0 present.
[    0.061231] DMI:  /, BIOS r34.1-975eef6 04/06/2022
[    0.061467] NET: Registered protocol family 16
[    0.062295] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.062503] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.062700] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.062759] audit: initializing netlink subsys (disabled)
[    0.062865] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[    0.063476] printk: console [ramoops-1] enabled
[    0.063483] pstore: Registered ramoops as persistent store backend
[    0.063489] ramoops: using 0x200000@0xba9b0000, ecc: 0
[    0.063641] thermal_sys: Registered thermal governor 'step_wise'
[    0.063642] thermal_sys: Registered thermal governor 'power_allocator'
[    0.063648] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.065005] cpuidle: using governor menu
[    0.065148] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.065264] ASID allocator initialised with 65536 entries
[    0.065404] Serial: AMBA PL011 UART driver
[    0.066812] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[    0.066836] Tegra reboot handler registered.
[    0.066911] DTS File Name: /media/aover/a086076b-427c-483c-be61-4f3fdd0074c7/home/jd/nvdia/nvdia_source_50/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0000-p3737-0000.dts
[    0.066922] DTB Build time: Aug 13 2022 17:20:22
[    0.081093] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2c10000
[    0.081113] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2c20000
[    0.081122] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2c30000
[    0.081133] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2c40000
[    0.081144] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2c50000
[    0.081153] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2b80000
[    0.081161] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2b90000
[    0.081170] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2ba0000
[    0.081178] mc: mapped MMIO address: 0x(____ptrval____) -> 0x2bb0000
[    0.081187] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1700000
[    0.081195] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1710000
[    0.081203] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1720000
[    0.081211] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1730000
[    0.081220] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1740000
[    0.081229] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1750000
[    0.081237] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1760000
[    0.081245] mc: mapped MMIO address: 0x(____ptrval____) -> 0x1770000
[    0.081257] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.081279] mc-err: mcerr ops are set to t23x
[    0.081597] tegra23x-cbb 13a00000.cbb-en: secure_irq = 21
[    0.081659] tegra23x-cbb c600000.aon-en: secure_irq = 22
[    0.081704] tegra23x-cbb de00000.dce-en: secure_irq = 23
[    0.081741] tegra23x-cbb be00000.rce-en: secure_irq = 24
[    0.081777] tegra23x-cbb b600000.sce-en: secure_irq = 25
[    0.085496] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.085512] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.085517] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.085523] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.087079] ACPI: Interpreter disabled.
[    0.088192] vdd-av1v1-hub: supplied by vdd-5v-sys
[    0.088305] vbusA-cvb: supplied by vdd-5v-sys
[    0.088394] vbusB-cvb: supplied by vdd-5v-sys
[    0.088499] vdd-usbc1-vbus: supplied by vdd-5v-sys
[    0.088593] vdd-usbc2-vbus: supplied by vdd-5v-sys
[    0.088878] iommu: Default domain type: Translated 
[    0.088917] eventlib_kernel: keventlib is initialized, test id: 0
[    0.089083] SCSI subsystem initialized
[    0.089145] usbcore: registered new interface driver usbfs
[    0.089160] usbcore: registered new interface driver hub
[    0.089177] usbcore: registered new device driver usb
[    0.089344] mc: Linux media interface: v0.10
[    0.089354] videodev: Linux video capture interface: v2.00
[    0.089483] pps_core: LinuxPPS API ver. 1 registered
[    0.089489] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.089498] PTP clock support registered
[    0.089697] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[    0.089738] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[    0.091029] Registered efivars operations
[    0.091466] FPGA manager framework
[    0.091647] Advanced Linux Sound Architecture Driver Initialized.
[    0.091903] Bluetooth: Core ver 2.22
[    0.091920] NET: Registered protocol family 31
[    0.091927] Bluetooth: HCI device and connection manager initialized
[    0.091937] Bluetooth: HCI socket layer initialized
[    0.091945] Bluetooth: L2CAP socket layer initialized
[    0.091956] Bluetooth: SCO socket layer initialized
[    0.092489] camchar: rtcpu character device driver loaded
[    0.092726] clocksource: Switched to clocksource arch_sys_counter
[    0.243495] VFS: Disk quotas dquot_6.6.0
[    0.243533] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.243656] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.243914] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x00000000bf000000,16777216
[    0.243929] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout
[    0.243937] pnp: PnP ACPI: disabled
[    0.243946] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x00000000d6000000,704643072
[    0.243950] nvmap_page_pool_init: Total RAM pages: 7836409
[    0.243961] nvmap_page_pool_init: nvmap page pool size: 979551 pages (3826 MB)
[    0.244003] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.244107] misc nvmap: created heap vpr base 0x00000000d6000000 size (688128KiB)
[    0.245655] la/ptsa driver initialized.
[    0.245713] NET: Registered protocol family 2
[    0.245916] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.247673] misc nvmap: created heap fsi base 0x00000000bf000000 size (16384KiB)
[    0.248147] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.248195] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.248406] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.248868] TCP: Hash tables configured (established 262144 bind 65536)
[    0.248941] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.248998] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.249123] NET: Registered protocol family 1
[    0.249419] RPC: Registered named UNIX socket transport module.
[    0.249431] RPC: Registered udp transport module.
[    0.249436] RPC: Registered tcp transport module.
[    0.249440] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.249451] PCI: CLS 0 bytes, default 64
[    0.249554] Trying to unpack rootfs image as initramfs...
[    0.358457] Freeing initrd memory: 8196K
[    0.360250] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.360404] kvm [1]: IPA Size Limit: 48 bits
[    0.360569] kvm [1]: VHE mode initialized successfully
[    0.361230] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    0.362619] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.362818] NFS: Registering the id_resolver key type
[    0.362838] Key type id_resolver registered
[    0.362844] Key type id_legacy registered
[    0.362872] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.362882] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.362897] ntfs: driver 2.1.32 [Flags: R/W].
[    0.374183] NET: Registered protocol family 38
[    0.374208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
[    0.374266] io scheduler mq-deadline registered
[    0.374272] io scheduler kyber registered
[    0.377623] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    0.377649] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    0.377671] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    0.377691] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    0.378360] ----|---- [tegra_camera_platform.c]---> tegra_camera_probe!-----by aover--
[    0.379695] tegra_dc_assign_hw_data: no matching compatible node
[    0.379702] tegradccommon module_init failed
[    0.379708] tegradc module_init failed
[    0.379913] EINJ: ACPI disabled.
[    0.381091] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.381102] tegra-pmc: ### PMC reset source: SYS_RESET_N
[    0.381110] tegra-pmc: ### PMC reset level: L0
[    0.381114] tegra-pmc: ### PMC reset status reg: 0x0
[    0.382144] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.386323] random: fast init done
[    0.387360] printk: console [ttyTCU0] enabled
[    2.219611] arm-smmu 12000000.iommu: probing hardware configuration...
[    2.225532] arm-smmu 12000000.iommu: SMMUv2 with:
[    2.230274] arm-smmu 12000000.iommu: 	stage 1 translation
[    2.235665] arm-smmu 12000000.iommu: 	stage 2 translation
[    2.241177] arm-smmu 12000000.iommu: 	nested translation
[    2.246340] arm-smmu 12000000.iommu: 	stream matching with 128 register groups
[    2.253516] arm-smmu 12000000.iommu: 	128 context banks (0 stage-2 only)
[    2.261737] arm-smmu 12000000.iommu: 	Supported page sizes: 0x00001000
[    2.266555] arm-smmu 12000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    2.273114] arm-smmu 12000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    2.280232] arm-smmu 10000000.iommu: probing hardware configuration...
[    2.286152] arm-smmu 10000000.iommu: SMMUv2 with:
[    2.290875] arm-smmu 10000000.iommu: 	stage 1 translation
[    2.296388] arm-smmu 10000000.iommu: 	stage 2 translation
[    2.301812] arm-smmu 10000000.iommu: 	nested translation
[    2.307239] arm-smmu 10000000.iommu: 	stream matching with 128 register groups
[    2.314415] arm-smmu 10000000.iommu: 	128 context banks (0 stage-2 only)
[    2.322696] arm-smmu 10000000.iommu: 	Supported page sizes: 0x00001000
[    2.327627] arm-smmu 10000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    2.334187] arm-smmu 10000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    2.341117] arm-smmu 8000000.iommu: probing hardware configuration...
[    2.347314] arm-smmu 8000000.iommu: SMMUv2 with:
[    2.352040] arm-smmu 8000000.iommu: 	stage 1 translation
[    2.357552] arm-smmu 8000000.iommu: 	stage 2 translation
[    2.362976] arm-smmu 8000000.iommu: 	nested translation
[    2.368138] arm-smmu 8000000.iommu: 	stream matching with 128 register groups
[    2.375314] arm-smmu 8000000.iommu: 	128 context banks (0 stage-2 only)
[    2.383588] arm-smmu 8000000.iommu: 	Supported page sizes: 0x00001000
[    2.388528] arm-smmu 8000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    2.395088] arm-smmu 8000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    2.402159] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    2.411121] tegra_profiler: version: 1.146, samples/io: 49/28
[    2.415272] tegra_profiler: auth: init
[    2.420028] tegra23x-qspi 3270000.spi: Adding to iommu group 0
[    2.425685] libphy: Fixed MDIO Bus: probed
[    2.429042] tun: Universal TUN/TAP device driver, 1.6
[    2.434589] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    2.441379] hns3: Copyright (c) 2017 Huawei Corporation.
[    2.446906] e1000e: Intel(R) PRO/1000 Network Driver
[    2.451701] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.457666] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.463076] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.468913] PPP generic driver version 2.4.2
[    2.473261] PPP BSD Compression module registered
[    2.477955] PPP Deflate Compression module registered
[    2.483212] PPP MPPE Compression module registered
[    2.488033] usbcore: registered new interface driver r8152
[    2.493359] usbcore: registered new interface driver asix
[    2.498788] usbcore: registered new interface driver ax88179_178a
[    2.504912] usbcore: registered new interface driver cdc_ether
[    2.510859] usbcore: registered new interface driver net1080
[    2.516457] usbcore: registered new interface driver cdc_subset
[    2.522493] usbcore: registered new interface driver zaurus
[    2.528186] usbcore: registered new interface driver cdc_ncm
[    2.533869] usbcore: registered new interface driver aqc111
[    2.539385] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.545596] ohci-pci: OHCI PCI platform driver
[    2.549888] ohci-platform: OHCI generic platform driver
[    2.555200] tegra-xusb 3610000.xhci: Adding to iommu group 1
[    2.561035] usbcore: registered new interface driver uas
[    2.566169] usbcore: registered new interface driver usb-storage
[    2.572127] tegra-xudc 3550000.xudc: Adding to iommu group 2
[    2.577976] mousedev: PS/2 mouse device common for all mice
[    2.583319] usbcore: registered new interface driver xpad
[    2.590560] tegra_rtc c2a0000.rtc: registered as rtc1
[    2.594081] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:30 UTC (30)
[    2.601864] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.608073] i2c /dev entries driver
[    2.611654] tegra-i2c 3160000.i2c: Adding to iommu group 3
[    2.617237] tegra-i2c c240000.i2c: Adding to iommu group 3
[    2.622635] tegra-i2c 3180000.i2c: Adding to iommu group 3
[    2.628053] tegra-i2c 3190000.i2c: Adding to iommu group 3
[    2.633390] tegra-i2c 31b0000.i2c: Adding to iommu group 3
[    2.638900] tegra-i2c 31c0000.i2c: Adding to iommu group 3
[    2.644323] tegra-i2c c250000.i2c: Adding to iommu group 3
[    2.649673] tegra-i2c 31e0000.i2c: Adding to iommu group 3
[    2.656731] -----|------ CSI [channel.c]----[tegra_channel_init]----by aover ---
[    2.662490] -----|-----VI [graph.c] ---vi get port info ----by aover---
[    2.669246] -----|------ CSI [channel.c]----[tegra_channel_init]----by aover ---
[    2.676662] -----|-----VI [graph.c] ---vi get port info ----by aover---
[    2.683317] -----|------VI [graph.c]----graph init------by aover ----
[    2.689878] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[    2.698276] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[    2.707399] device-mapper: uevent: version 1.0.3
[    2.711475] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    2.720894] sdhci: Secure Digital Host Controller Interface driver
[    2.726366] sdhci: Copyright(c) Pierre Ossman
[    2.730740] Synopsys Designware Multimedia Card Interface Driver
[    2.736761] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.742746] sdhci-tegra 3460000.sdhci: Adding to iommu group 4
[    2.742792] sdhci-tegra 3400000.sdhci: Adding to iommu group 5
[    2.743320] pstore: ignoring unexpected backend 'efi'
[    2.743585] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[    2.748557] tegra-bpmp bpmp: firmware: 43f75b5aad2b8e1992e4-f0425a554b3
[    4.370205] hid: raw HID events driver (C) Jiri Kosina
[    4.370773] usbcore: registered new interface driver usbhid
[    4.370960] usbhid: USB HID core driver
[    4.371288] tegra-dce d800000.dce: Adding to iommu group 6
[    4.372446] dce: dce_ipc_channel_init:314  Invalid Channel State [0x0] for ch_type [2]
[    4.373509] tegra234-aon c000000.aon: Adding to iommu group 7
[    4.373603] dce: dce_wait_boot_complete:100  dce is ready to receive bootstrap commands
[    4.374609]  c000000.aon:hsp: probed
[    4.374879] tegra234-aon c000000.aon: init done
[    4.375217] tegra23x-psc e860000.psc: Adding to iommu group 8
[    4.375657] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____)
[    4.375857] tegra23x-psc e860000.psc: init done
[    4.376129] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9
[    4.376895] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    4.378481] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x5]
[    4.378790] dce: dce_admin_ipc_handle_signal:119  Spurious signal on channel: [0]. Ignored...
[    4.379037] dce: dce_admin_send_cmd_ver:424  version : [0x2] err : [0x0]
[    4.381175] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    4.384533] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x1]
[    4.393179] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    4.401897] dce: dce_admin_setup_clients_ipc:480  Channel Reset Complete for Type [1] ...
[    4.401900] dce: dce_admin_ipc_handle_signal:119  Spurious signal on channel: [1]. Ignored...
[    4.401912] dce: dce_admin_ipc_handle_signal:119  Spurious signal on channel: [1]. Ignored...
[    4.413044] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    4.421051] dce: dce_admin_setup_clients_ipc:456  Get queue info failed for [2]
[    4.421414] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x2]
[    4.430501] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    4.438211] dce: dce_admin_setup_clients_ipc:480  Channel Reset Complete for Type [3] ...
[    4.438212] dce: dce_admin_ipc_handle_signal:119  Spurious signal on channel: [3]. Ignored...
[    4.438224] dce: dce_admin_ipc_handle_signal:119  Spurious signal on channel: [3]. Ignored...
[    4.449532] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    4.456601] dce:      dce_worker:209  DCE_BOOT_DONE
[    4.465368] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    4.485128] random: crng init done
[    4.493089] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    4.546613] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (114)
[    4.552484] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    4.562797] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=e4da4cf5a29dccddc6d8f65bbd5202381ca3db13
[    4.573286] t19x_cache tegra-cache: probed
[    4.575847] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[    4.604378] nvpmodel: initialized successfully
[    4.604809] tegra_hv: get_hvd: not initialized yet
[    4.604948] user_ivc_mempool: hypervisor not present
[    4.605868] usbcore: registered new interface driver snd-usb-audio
[    4.606711] u32 classifier
[    4.606786]     input device check on
[    4.608746]     Actions configured
[    4.612178] Initializing XFRM netlink socket
[    4.616864] NET: Registered protocol family 10
[    4.622038] Segment Routing with IPv6
[    4.624526] NET: Registered protocol family 17
[    4.628809] NET: Registered protocol family 15
[    4.633295] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.646655] Bluetooth: RFCOMM socket layer initialized
[    4.651295] Bluetooth: RFCOMM ver 1.11
[    4.655212] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    4.661074] Bluetooth: HIDP socket layer initialized
[    4.666769] 9pnet: Installing 9P2000 support
[    4.670479] Key type dns_resolver registered
[    4.675593] registered taskstats version 1
[    4.679238] pstore: Using crash dump compression: deflate
[    4.684512] tegra194-pcie 14100000.pcie: Adding to iommu group 10
[    4.696048] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    4.697436] tegra194-pcie 14160000.pcie: Adding to iommu group 11
[    4.708333] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    4.709747] tegra194-pcie 141a0000.pcie: Adding to iommu group 12
[    4.720533] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[    4.722037] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[    4.741944] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3
[    4.743427] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[    4.743791] host1x 13e40000.host1x: Adding to iommu group 13
[    5.758909] t23x_init_gating_regs: Timed out waiting for syncpt ram init!
[    5.769332] host1x 13e40000.host1x: initialized
[    5.769770] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 14
[    5.770225] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[    5.771818] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 15
[    5.772242] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[    5.773791] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 16
[    5.774219] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[    5.775745] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 17
[    5.776168] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    5.777709] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 18
[    5.778110] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    5.779637] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 19
[    5.780035] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    5.791388] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 20
[    5.797931] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    5.809420] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 21
[    5.815995] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    5.827462] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 22
[    5.834006] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[    5.845464] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 23
[    5.852027] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[    5.863481] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 24
[    5.870070] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[    5.881542] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 25
[    5.888064] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[    5.899529] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 26
[    5.906086] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[    5.917560] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 27
[    5.924129] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[    5.935599] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 28
[    5.942137] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[    5.953633] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 29
[    5.960168] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[    5.971662] falcon 15340000.vic: Adding to iommu group 30
[    5.983285] falcon 15340000.vic: initialized
[    5.983629] falcon 15380000.nvjpg: Adding to iommu group 31
[    5.990536] falcon 15380000.nvjpg: initialized
[    5.990765] falcon 15540000.nvjpg1: Adding to iommu group 32
[    6.000903] falcon 15540000.nvjpg1: initialized
[    6.001140] falcon 154c0000.nvenc: Adding to iommu group 33
[    6.013943] falcon 154c0000.nvenc: initialized
[    6.014162] falcon 15a50000.ofa: Adding to iommu group 34
[    6.021529] falcon 15a50000.ofa: initialized
[    6.021762] nvdec 15480000.nvdec: Adding to iommu group 35
[    6.038534] nvdec 15480000.nvdec: initialized
[    6.038750] tsec 15500000.tsec: Adding to iommu group 36
[    6.046874] tsec 15500000.tsec: initialized
[    6.048876] gic 2a41000.agic-controller: GIC IRQ controller registered
[    6.055022] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    6.061504] gpio-394 (camera-control-output-low): hogged as output/low
[    6.061698] gpio-397 (camera-control-output-low): hogged as output/low
[    6.066892] gpio-487 (camera-control-output-low): hogged as output/low
[    6.073099] gpio-486 (camera-control-output-low): hogged as output/low
[    6.080488] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[    6.086555] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[    6.092645] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    6.098772] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    6.104386] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    6.109986] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    6.116966] ----|---- [tegra_camera_platform.c]---> tegra_camera_probe!-----by aover--
[    6.123665] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    6.131822] tegra194-isp5 14800000.isp: Adding to iommu group 37
[    6.140146] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    6.147057] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[    6.152985] -----|------CSI [csi.c]---[tegra_csi_media_controller_init]---by aover---
[    6.160940] -----|----- CSI [csi.c]---[csi_parse_dt]-----by aover ---
[    6.167333] -----|----- CSI [csi.c]--get_port_info----by aover---
[    6.173467] -----|----- CSI [csi.c]--get_port_info----by aover---
[    6.179598] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] reslut:[0]---AOVER!!
[    6.188064] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] 111111---AOVER!!
[    6.196114] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] 222222---AOVER!!
[    6.204077] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] 333333---AOVER!!
[    6.212214] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] LOOP END---AOVER!!
[    6.220527] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] out_unlock---AOVER!!
[    6.229014] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] reslut:[0]---AOVER!!
[    6.237678] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] 111111---AOVER!!
[    6.245641] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] 222222---AOVER!!
[    6.253777] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] 333333---AOVER!!
[    6.261741] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] LOOP END---AOVER!!
[    6.270141] -----[v4l2-async.c]->[v4l2_async_register_subdev]->[begin] out_unlock---AOVER!!
[    6.278941] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 38
[    6.286593] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 39
[    6.293787] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[    6.303097] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[    6.309088] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: grid-of-semaphores not supported
[    6.317542] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[    6.327282] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[    6.333496] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: grid-of-semaphores not supported
[    6.341858] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    6.351432] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[    6.357651] scare-pigeon 13e40000.host1x:isp-thi@14b00000: grid-of-semaphores not supported
[    6.366141] pva 16000000.pva0: Adding to iommu group 40
[    6.389791] pva 16000000.pva0: initialized
[    6.394699] nvdla 15880000.nvdla0: Adding to iommu group 41
[    6.404092] nvdla 15880000.nvdla0: initialized
[    6.405778] nvdla 158c0000.nvdla1: Adding to iommu group 42
[    6.414831] nvdla 158c0000.nvdla1: initialized
[    6.416516] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    6.416690] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    6.417045] serial-tegra 3100000.serial: Adding to iommu group 3
[    6.418514] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART
[    6.424150] serial-tegra 3130000.serial: Adding to iommu group 3
[    6.429845] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 63, base_baud = 0) is a TEGRA_UART
[    6.461939] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[    6.462209] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.462375] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    6.463360] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[    6.470281] tegra-xusb 3610000.xhci: irq 231, io mem 0x03610000
[    6.476396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    6.484516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.491691] usb usb1: Product: xHCI Host Controller
[    6.496675] usb usb1: Manufacturer: Linux 5.10.65-tegra xhci-hcd
[    6.502714] usb usb1: SerialNumber: 3610000.xhci
[    6.507825] hub 1-0:1.0: USB hub found
[    6.511226] hub 1-0:1.0: 4 ports detected
[    6.515403] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.520659] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    6.528274] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    6.535678] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    6.543849] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.551102] usb usb2: Product: xHCI Host Controller
[    6.556088] usb usb2: Manufacturer: Linux 5.10.65-tegra xhci-hcd
[    6.562040] usb usb2: SerialNumber: 3610000.xhci
[    6.567362] hub 2-0:1.0: USB hub found
[    6.570645] hub 2-0:1.0: 4 ports detected
[    6.575638] bwmgr API not supported
[    6.575642] tegra-xusb 3610000.xhci: can't register EMC bwmgr (-22)
[    6.584785] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    6.614963] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz
[    6.617659] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2006000 KHz, changing to: 2035200 KHz
[    6.620998] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz
[    6.627221] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    6.628680] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    6.630615] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[    6.634597] mmc0: CQHCI version 5.10
[    6.641234] tegra194-pcie 14100000.pcie:       IO 0x0030100000..0x00301fffff -> 0x0030100000
[    6.641238] tegra194-pcie 14100000.pcie:      MEM 0x20a8000000..0x20afffffff -> 0x0040000000
[    6.653245] irq: IRQ289: trimming hierarchy from :pmc@c360000
[    6.653388] tegra194-pcie 14100000.pcie:      MEM 0x2080000000..0x20a7ffffff -> 0x2080000000
[    6.661908] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 289
[    6.672853] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[    6.772722] usb 1-3: new full-speed USB device number 2 using tegra-xusb
[    6.772728] tegra194-pcie 14100000.pcie: Link up
[    6.773973] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[    6.774157] pci_bus 0001:00: root bus resource [bus 00-ff]
[    6.774298] pci_bus 0001:00: root bus resource [io  0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[    6.774547] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[    6.774828] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[    6.775066] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[    6.775333] pci 0001:00:00.0: PME# supported from D0 D3hot
[    6.778103] mmc0: Command Queue Engine enabled
[    6.778223] mmc0: periodic cache flush enabled
[    6.778340] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    6.778639] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[    6.778905] pci 0001:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[    6.778997] mmcblk0: mmc0:0001 G1M15M 59.3 GiB 
[    6.779867] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[    6.784646] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (510:0)
[    6.792457] pci 0001:01:00.0: supports D1 D2
[    6.803361] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    6.808327]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    6.813133] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[    6.822877] pci 0001:00:00.0: BAR 13: assigned [io  0x1000-0x1fff]
[    6.829176] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[    6.836943] pci 0001:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    6.843195] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    6.848249] pci 0001:00:00.0:   bridge window [io  0x1000-0x1fff]
[    6.854377] pci 0001:00:00.0:   bridge window [mem 0x20a8000000-0x20a80fffff]
[    6.861559] pci 0001:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[    6.870083] pci 0001:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[    6.878725] pcieport 0001:00:00.0: Adding to iommu group 10
[    6.884291] pcieport 0001:00:00.0: PME: Signaling with IRQ 50
[    6.890146] pcieport 0001:00:00.0: AER: enabled with IRQ 50
[    6.896297] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    6.902828] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[    6.908544] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[    6.917205] tegra194-pcie 14160000.pcie:      MEM 0x2428000000..0x242fffffff -> 0x0040000000
[    6.925687] tegra194-pcie 14160000.pcie:      MEM 0x2140000000..0x2427ffffff -> 0x2140000000
[    6.933052] usb 1-3: New USB device found, idVendor=13d3, idProduct=3549, bcdDevice= 0.00
[    6.942408] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.949576] usb 1-3: Product: Bluetooth Radio
[    6.953863] usb 1-3: Manufacturer: Realtek
[    6.958062] usb 1-3: SerialNumber: 00e04c000001
[    7.057911] usb 2-3: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[    7.096682] usb 2-3: New USB device found, idVendor=0bda, idProduct=0420, bcdDevice= 1.40
[    7.096968] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.097206] usb 2-3: Product: 4-Port USB 3.0 Hub
[    7.097358] usb 2-3: Manufacturer: Generic
[    7.107392] hub 2-3:1.0: USB hub found
[    7.109298] hub 2-3:1.0: 4 ports detected
[    7.212724] usb 1-4: new high-speed USB device number 3 using tegra-xusb
[    7.381295] usb 1-4: New USB device found, idVendor=0bda, idProduct=5420, bcdDevice= 1.40
[    7.381537] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.381742] usb 1-4: Product: 4-Port USB 2.0 Hub
[    7.381879] usb 1-4: Manufacturer: Generic
[    7.383272] hub 1-4:1.0: USB hub found
[    7.384679] hub 1-4:1.0: 4 ports detected
[    7.837417] usb 2-3.1: new SuperSpeed Gen 1 USB device number 3 using tegra-xusb
[    7.960084] usb 2-3.1: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.00
[    7.960321] usb 2-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.960523] usb 2-3.1: Product: DataTraveler 3.0
[    7.960662] usb 2-3.1: Manufacturer: Kingston
[    7.960795] usb 2-3.1: SerialNumber: 60A44C3FABFFBF11096C015D
[    7.962760] usb-storage 2-3.1:1.0: USB Mass Storage device detected
[    7.963963] scsi host0: usb-storage 2-3.1:1.0
[    8.050167] tegra194-pcie 14160000.pcie: Phy link never came up
[    8.050389] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[    8.050574] pci_bus 0004:00: root bus resource [bus 00-ff]
[    8.050733] pci_bus 0004:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[    8.051020] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[    8.051315] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[    8.051566] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[    8.051833] pci 0004:00:00.0: PME# supported from D0 D3hot
[    8.057451] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[    8.057602] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    8.058030] pcieport 0004:00:00.0: Adding to iommu group 11
[    8.058331] pcieport 0004:00:00.0: PME: Signaling with IRQ 52
[    8.058817] pcieport 0004:00:00.0: AER: enabled with IRQ 52
[    8.059131] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[    8.059355] pci 0004:00:00.0: Removing from iommu group 11
[    8.059509] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[    8.066036] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[    8.071045] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[    8.071112] vdd-3v3-pcie: supplied by vdd-3v3-sys
[    8.075720] avdd-cam-2v8: supplied by vdd-3v3-sys
[    8.080366] vdd-dp: supplied by vdd-3v3-sys
[    8.084579] vdd-3v3-sd: supplied by vdd-3v3-sys
[    8.088722] usb 1-4.4: new high-speed USB device number 4 using tegra-xusb
[    8.089517] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys
[    8.103118] tegra194-isp5 14800000.isp: initialized
[    8.109875] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[    8.112552] (NULL device *): fops function table already registered
[    8.119354] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[    8.124900] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    8.131226] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    8.135892] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[    8.149162] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 289
[    8.199910] usb 1-4.4: New USB device found, idVendor=214b, idProduct=7250, bcdDevice= 1.00
[    8.200126] usb 1-4.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    8.200310] usb 1-4.4: Product: USB2.0 HUB
[    8.202183] hub 1-4.4:1.0: USB hub found
[    8.202904] hub 1-4.4:1.0: 4 ports detected
[    8.249755] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges:
[    8.249957] tegra194-pcie 141a0000.pcie:       IO 0x003a100000..0x003a1fffff -> 0x003a100000
[    8.250188] tegra194-pcie 141a0000.pcie:      MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000
[    8.250415] tegra194-pcie 141a0000.pcie:      MEM 0x2740000000..0x2b27ffffff -> 0x2740000000
[    8.496854] usb 1-4.4.1: new full-speed USB device number 5 using tegra-xusb
[    8.620774] usb 1-4.4.1: New USB device found, idVendor=3151, idProduct=3020, bcdDevice= 0.02
[    8.621016] usb 1-4.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.621227] usb 1-4.4.1: Product: Wireless Device
[    8.621362] usb 1-4.4.1: Manufacturer: YICHIP
[    8.630209] input: YICHIP Wireless Device as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.1/1-4.4.1:1.0/0003:3151:3020.0001/input/input0
[    8.689312] hid-generic 0003:3151:3020.0001: input,hidraw0: USB HID v2.00 Keyboard [YICHIP Wireless Device] on usb-3610000.xhci-4.4.1/input0
[    8.704355] input: YICHIP Wireless Device Mouse as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.1/1-4.4.1:1.1/0003:3151:3020.0002/input/input1
[    8.705390] input: YICHIP Wireless Device System Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.1/1-4.4.1:1.1/0003:3151:3020.0002/input/input2
[    8.765070] input: YICHIP Wireless Device Consumer Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.1/1-4.4.1:1.1/0003:3151:3020.0002/input/input3
[    8.765556] hid-generic 0003:3151:3020.0002: input,hiddev96,hidraw1: USB HID v2.00 Mouse [YICHIP Wireless Device] on usb-3610000.xhci-4.4.1/input1
[    8.844852] usb 1-4.4.4: new full-speed USB device number 6 using tegra-xusb
[    8.952427] usb 1-4.4.4: New USB device found, idVendor=25a7, idProduct=fa23, bcdDevice= 2.41
[    8.952670] usb 1-4.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.952885] usb 1-4.4.4: Product: 2.4G Receiver
[    8.953020] usb 1-4.4.4: Manufacturer: Compx
[    8.958539] input: Compx 2.4G Receiver as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.4/1-4.4.4:1.0/0003:25A7:FA23.0003/input/input5
[    9.017304] hid-generic 0003:25A7:FA23.0003: input,hidraw2: USB HID v1.10 Keyboard [Compx 2.4G Receiver] on usb-3610000.xhci-4.4.4/input0
[    9.021856] input: Compx 2.4G Receiver Mouse as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.4/1-4.4.4:1.1/0003:25A7:FA23.0004/input/input6
[    9.022676] input: Compx 2.4G Receiver as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.4/1-4.4.4:1.1/0003:25A7:FA23.0004/input/input7
[    9.023188] input: Compx 2.4G Receiver Consumer Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.4/1-4.4.4:1.1/0003:25A7:FA23.0004/input/input8
[    9.054467] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[    9.081258] input: Compx 2.4G Receiver System Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4.4/1-4.4.4:1.1/0003:25A7:FA23.0004/input/input9
[    9.082763] hid-generic 0003:25A7:FA23.0004: input,hiddev97,hidraw3: USB HID v1.10 Mouse [Compx 2.4G Receiver] on usb-3610000.xhci-4.4.4/input1
[    9.217145] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[    9.358042] tegra194-pcie 141a0000.pcie: Phy link never came up
[    9.358260] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[    9.358442] pci_bus 0005:00: root bus resource [bus 00-ff]
[    9.358598] pci_bus 0005:00: root bus resource [io  0x200000-0x2fffff] (bus address [0x3a100000-0x3a1fffff])
[    9.358871] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff])
[    9.359163] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref]
[    9.359408] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400
[    9.359673] pci 0005:00:00.0: PME# supported from D0 D3hot
[    9.365384] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[    9.365538] pci 0005:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    9.365959] pcieport 0005:00:00.0: Adding to iommu group 12
[    9.366250] pcieport 0005:00:00.0: PME: Signaling with IRQ 54
[    9.366880] pcieport 0005:00:00.0: AER: enabled with IRQ 54
[    9.367394] pci_bus 0005:01: busn_res: [bus 01-ff] is released
[    9.367620] pci 0005:00:00.0: Removing from iommu group 12
[    9.367764] pci_bus 0005:00: busn_res: [bus 00-ff] is released
[    9.373674] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.379271] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.385540] nvethernet 2310000.ethernet: Adding to iommu group 43
[    9.391443] nvethernet 2310000.ethernet: failed to read skip mac reset flag, default 0
[    9.399479] nvethernet 2310000.ethernet: failed to read MDIO address
[    9.405850] nvethernet 2310000.ethernet: Failed to read nvida,pause_frames, so setting to default support as disable
[    9.416438] nvethernet 2310000.ethernet: setting to default DMA bit mask
[    9.423090] nvethernet 2310000.ethernet: max-platform-mtu DT entry missing, setting default 1500
[    9.674850] -----|-----[ether_enable_eqos_clks]------by aover--
[    9.674856] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.65-tegra #42
[    9.675206] Hardware name:  /, BIOS r34.1-975eef6 04/06/2022
[    9.675370] Call trace:
[    9.675459]  dump_backtrace+0x0/0x1a0
[    9.675564]  show_stack+0x2c/0x40
[    9.675668]  dump_stack+0xd8/0x138
[    9.675768]  ether_enable_clks+0x520/0x710
[    9.675885]  ether_configure_car+0x1ec/0x8e0
[    9.676009]  ether_probe+0x10fc/0x2300
[    9.676120]  platform_drv_probe+0x58/0xb0
[    9.676232]  really_probe+0xf4/0x3d0
[    9.676332]  driver_probe_device+0x5c/0xc0
[    9.676451]  device_driver_attach+0x74/0x80
[    9.676566]  __driver_attach+0x64/0xe0
[    9.676669]  bus_for_each_dev+0x80/0xd0
[    9.676774]  driver_attach+0x30/0x40
[    9.676869]  bus_add_driver+0x14c/0x1f0
[    9.677383]  driver_register+0x64/0x110
[    9.677954]  __platform_driver_register+0x60/0x70
[    9.678648]  nvethernet_driver_init+0x20/0x28
[    9.679284]  do_one_initcall+0x4c/0x2d0
[    9.679865]  kernel_init_freeable+0x250/0x2d0
[    9.680509]  kernel_init+0x18/0x11c
[    9.683285]  ret_from_fork+0x10/0x18
[    9.687896] nvethernet 2310000.ethernet: Ethernet MAC address: 48:b0:2d:78:a6:0a
[    9.694173] -->macsec_probe()
[    9.694182] -->macsec_get_platform_res()
[    9.694213] <--macsec_get_platform_res()
[    9.694214] -->macsec_enable_car()
[    9.694480] <--macsec_enable_car()
[    9.694501] <--macsec_probe()
[    9.694503] nvethernet 2310000.ethernet: Macsec not enabled
[    9.699742] nvethernet 2310000.ethernet: Macsec: Reduced MTU: 1466 Max: 1500
[    9.707780] nvethernet 2310000.ethernet: eth0 (HW ver: 53) created with 8 DMA channels
[    9.714823] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.721044] irq: IRQ291: trimming hierarchy from :pmc@c360000
[    9.726462] irq: IRQ292: trimming hierarchy from :interrupt-controller@f400000-1
[    9.733985] irq: IRQ293: trimming hierarchy from :pmc@c360000
[    9.739683] input: gpio-keys as /devices/platform/gpio-keys/input/input11
[    9.746620] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.752749] tegra-se-nvhost 15810000.se: Adding to iommu group 44
[    9.758999] tegra-se-nvhost 15810000.se: initialized
[    9.769877] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    9.770228] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.776022] tegra-se-nvhost 15820000.se: Adding to iommu group 45
[    9.782328] tegra-se-nvhost 15820000.se: initialized
[    9.788852] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    9.793326] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.799499] tegra-se-nvhost 15840000.se: Adding to iommu group 46
[    9.805852] tegra-se-nvhost 15840000.se: initialized
[    9.814016] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    9.816996] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.821142] tegra_actmon d230000.actmon: in actmon_register()...
[    9.829173] tegra_actmon d230000.actmon: bwmgr_disable = 1
[    9.836735] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[    9.842281] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[    9.848424] hvc_sysfs: hypervisor is not present
[    9.884311] ALSA device list:
[    9.884398]   No soundcards found.
[   10.309665] sd 0:0:0:0: [sda] 30728832 512-byte logical blocks: (15.7 GB/14.7 GiB)
[   10.309980] sd 0:0:0:0: [sda] Write Protect is off
[   10.310126] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[   10.310206] sd 0:0:0:0: [sda] No Caching mode page found
[   10.310361] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   10.334223]  sda: sda1 sda2
[   10.338098] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   10.338449] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   10.338874] Freeing unused kernel memory: 3904K
[   10.348874] Run /init as init process
[   10.348980]   with arguments:
[   10.348981]     /init
[   10.348982]     nv-auto-config
[   10.348984]   with environment:
[   10.348985]     HOME=/
[   10.348986]     TERM=linux
[   10.348987]     mminit_loglevel=4
[   10.359567] Root device found: mmcblk0p1
[   10.360160] Found dev node: /dev/mmcblk0p1
[   10.785141] EXT4-fs (mmcblk0p1): 5 orphan inodes deleted
[   10.785324] EXT4-fs (mmcblk0p1): recovery complete
[   10.790763] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[   10.791911] Rootfs mounted over mmcblk0p1
[   10.799921] Switching from initrd to actual rootfs
[   10.889017] systemd[1]: System time before build time, advancing clock.
[   10.914078] systemd[1]: systemd 245.4-4ubuntu3.15 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.915158] systemd[1]: Detected architecture arm64.
[   10.948144] systemd[1]: Set hostname to <ubuntu>.
[   11.115296] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   11.115672] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   11.116569] systemd[1]: Created slice system-modprobe.slice.
[   11.117039] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   11.117430] systemd[1]: Created slice User and Session Slice.
[   11.117680] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.118125] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.118459] systemd[1]: Reached target User and Group Name Lookups.
[   11.118674] systemd[1]: Reached target Slices.
[   11.118837] systemd[1]: Reached target Swap.
[   11.119167] systemd[1]: Listening on RPCbind Server Activation Socket.
[   11.119462] systemd[1]: Listening on Syslog Socket.
[   11.119716] systemd[1]: Listening on fsck to fsckd communication Socket.
[   11.119982] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   11.120865] systemd[1]: Listening on Journal Audit Socket.
[   11.124923] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.130995] systemd[1]: Listening on Journal Socket.
[   11.135991] systemd[1]: Listening on udev Control Socket.
[   11.141429] systemd[1]: Listening on udev Kernel Socket.
[   11.147752] systemd[1]: Mounting Huge Pages File System...
[   11.153231] systemd[1]: Mounting POSIX Message Queue File System...
[   11.159395] systemd[1]: Mounting RPC Pipe File System...
[   11.164772] systemd[1]: Mounting Kernel Debug File System...
[   11.170544] systemd[1]: Mounting Kernel Trace File System...
[   11.176432] systemd[1]: Starting Journal Service...
[   11.181362] systemd[1]: Starting Set the console keyboard layout...
[   11.187481] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   11.195508] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   11.204426] systemd[1]: Started Nameserver information manager.
[   11.209883] systemd[1]: Reached target Network (Pre).
[   11.215523] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   11.223906] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   11.225469] systemd[1]: Starting Load Kernel Modules...
[   11.238959] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.240797] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   11.245030] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[   11.252005] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   11.263729] systemd[1]: Starting udev Coldplug all Devices...
[   11.269793] systemd[1]: Started Journal Service.
[   11.311352] systemd-journald[310]: Received client request to flush runtime journal.
[   13.178668] nvidia: loading out-of-tree module taints kernel.
[   13.184676] nv_platform 13800000.display: Adding to iommu group 47
[   13.188572] platform 13800000.display:nvdisplay-niso: Adding to iommu group 48
[   13.192826] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.195828] NVRM: loading NVIDIA UNIX Kernel Module for aarch64  34.1.0  Release Build  (buildbrain@mobile-u64-5280-d6000)  Wed Apr  6 12:07:34 PDT 2022
[   13.228732] spi-tegra114 3210000.spi: Adding to iommu group 3
[   13.234060] spi-tegra114 3230000.spi: Adding to iommu group 3
[   13.237426] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.242011] irq: IRQ294: trimming hierarchy from :pmc@c360000
[   13.242204] nct1008_nct72 4-004c: starting parse dt
[   13.242378] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[   13.242555] nct1008_nct72 4-004c: success parsing dt
[   13.242987] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[   13.251784] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.254695] cpu-throttle-alert cooling device registered.
[   13.257212] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[   13.260415] gpu-throttle-alert cooling device registered.
[   13.261745] cv0-throttle-alert cooling device registered.
[   13.262875] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.263598] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.264332] cv1-throttle-alert cooling device registered.
[   13.265058] cv2-throttle-alert cooling device registered.
[   13.265065] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.265705] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.266167] soc0-throttle-alert cooling device registered.
[   13.269031] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.269359] soc1-throttle-alert cooling device registered.
[   13.269906] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.273601] soc2-throttle-alert cooling device registered.
[   13.280922] nct1008_nct72 4-004c: LOC shutdown limit 107
[   13.283673] hot-surface-alert cooling device registered.
[   13.284839] nct1008_nct72 4-004c: EXT shutdown limit 107
[   13.286202] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.286887] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.290331] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.294507] nvadsp 2993000.adsp: Adding to iommu group 49
[   13.318030] nvadsp 2993000.adsp: in probe()...
[   13.319123] qspi_mtd spi6.0: MX25U51279G (65536 Kbytes)
[   13.319650] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.333522] qspi_mtd spi6.0: mtd .name = spi6.0, .size = 0x4000000 (64MiB) .erasesize = 0x00010000 (64KiB) .numeraseregions = 0
[   13.345008] nvadsp 2993000.adsp: nvadsp_app_module_probe
[   13.345591] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.355990] nct1008_nct72 4-004c: initial LOC temp: 37000 
[   13.357484] tegra-hda 3510000.hda: Adding to iommu group 50
[   13.358885] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.361686] tegra-asoc: sound: Adding to iommu group 49
[   13.363085] nct1008_nct72 4-004c: initial EXT temp: 42750 
[   13.371464] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.375895] nct1008_nct72 4-004c: hi_b:-4, lo_b:0
[   13.397828] nct1008_nct72 4-004c: nct1008_probe: initialized
[   13.402932] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.442462] 1 fixed-partitions partitions found on MTD device spi6.0
[   13.442669] Creating 1 MTD partitions on "spi6.0":
[   13.442806] 0x000000000000-0x000004000000 : "Whole_flash0"
[   13.443937] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.445193] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 49
[   13.445475] tegra210_adsp_audio_probe: platform probe started
[   13.445976] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[   13.450747] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[   13.455106] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.458644] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[   13.464458] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input12
[   13.470943] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[   13.481901] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.488394] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[   13.490641] nvgpu: 17000000.ga10b          nvgpu_nvhost_syncpt_init:135  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[   13.494515] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input13
[   13.501466] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[   13.516021] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input14
[   13.525758] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[   13.528180] rtl88x2ce 0001:01:00.0: Adding to iommu group 10
[   13.528473] rtl88x2ce 0001:01:00.0: enabling device (0000 -> 0003)
[   13.535363] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.535987] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input15
[   13.536107] usbcore: registered new interface driver btusb
[   13.543550] tegra210-adsp tegra210-adsp: using adma channel page 0
[   13.552043] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.556858] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[   13.558465] rtk_btusb: Realtek Bluetooth USB driver ver 3.1
[   13.558469] rtk_btcoex: rtk_btcoex_init: version: 1.2
[   13.558471] rtk_btcoex: create workqueue
[   13.562590] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[   13.564289] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.572182] cryptd: max_cpu_qlen set to 1000
[   13.573982] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.576356] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.578668] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.579188] rtk_btusb: btusb_probe intf->cur_altsetting->desc.bInterfaceNumber 0
[   13.580778] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.583022] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.585432] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.590682] rtk_btusb: btusb_probe can_wakeup 1, may wakeup 0
[   13.605740] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.609246] rtk_btusb: patch_add
[   13.632539] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.638531] rtk_btusb: auto suspend is disabled
[   13.638534] rtk_btusb: pid = 0x3549
[   13.638536] rtk_btusb: patch_add: Reset gEVersion to 0xff
[   13.638546] rtk_btusb: set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
[   13.638869] rtk_btusb: btusb_probe: done
[   13.639473] rtk_btusb: btusb_open start
[   13.639475] rtk_btusb: btusb_open hdev->promisc ==0
[   13.639476] rtk_btusb: download_patch start
[   13.639478] rtk_btusb: chip type value: 0x73
[   13.639480] rtk_btusb: HCI reset.
[   13.651662] rtk_btusb: read_ver_rsp->lmp_subver = 0x8822
[   13.657485] usbcore: registered new interface driver rtk_btusb
[   13.663478] rtk_btusb: read_ver_rsp->hci_rev = 0xc
[   13.673969] rtk_btusb: patch_entry->lmp_sub = 0x8822
[   13.673971] rtk_btusb: load_firmware start
[   13.673972] rtk_btusb: lmp_version = 0x8822
[   13.673973] rtk_btusb: config filename rtl8822cu_config
[   13.675576] rtk_btusb: no bdaddr file /opt/bdaddr
[   13.679063] rtk_btusb: 55 ab 23 87 00 00
[   13.679072] rtk_btusb: Config file length 6, new length 6
[   13.684430] rtk_btusb: fw name is  rtl8822cu_fw
[   13.685072] rtk_btusb: This is not 8723a, use new patch style!
[   13.685078] rtk_btusb: rtk_get_eversion: gEVersion 255
[   13.686659] rtk_btusb: eversion->status = 0x0, eversion->version = 0x3
[   13.686663] rtk_btusb: load_firmware: New gEVersion 3
[   13.686666] rtk_btusb: rtk_get_fw_project_id: opcode 0, len 1, data 13
[   13.686668] rtk_btusb: lmp_version is 8822, project_id is 8822, match!
[   13.686670] rtk_btusb: fw_version = 0x9a8cbc9
[   13.686671] rtk_btusb: number_of_total_patch = 3
[   13.686672] rtk_btusb: chipID 4
[   13.686673] rtk_btusb: patch_length 0x8590
[   13.686674] rtk_btusb: start_offset 0x00005d00
[   13.686675] rtk_btusb: Svn version: 1940234490
[   13.686676] rtk_btusb: Coexistence: BTCOEX_20210106-2020
[   13.686677] rtk_btusb: buf_len = 0x8596
[   13.686686] rtk_btusb: fw: exists, config file: exists
[   13.686687] rtk_btusb: load_firmware done
[   13.686699] rtk_btusb: download_data start
[   13.790597] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   13.858672] rtk_btusb: download_data done
[   13.858677] rtk_btusb: HCI reset.
[   13.869655] rtk_btusb: read_ver_rsp->lmp_subver = 0xcbc9
[   13.869659] rtk_btusb: read_ver_rsp->hci_rev = 0x9a8
[   13.869660] rtk_btusb: patch_entry->lmp_sub = 0x8822
[   13.869665] rtk_btusb: Rtk patch end 0
[   13.869668] rtk_btusb: btusb_open set HCI_RUNNING
[   13.869684] rtk_btcoex: Open BTCOEX
[   13.869686] rtk_btusb: btusb_open end
[   13.871667] rtk_btcoex: BTCOEX hci_rev 0x09a8
[   13.871669] rtk_btcoex: BTCOEX lmp_subver 0xcbc9
[   13.891658] rtk_btusb: btusb_notify: hci0 evt 3
[   13.904039] tegra210-adsp tegra210-adsp: Loaded app wire
[   13.904045] tegra210-adsp tegra210-adsp: Loaded app apm
[   13.904047] tegra210-adsp tegra210-adsp: Loaded app adma
[   13.904048] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[   13.904050] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 0000000098189ef6
[   13.928392] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[   13.929105] tegra-xudc 3550000.xudc: failed to get usbphy-0: -517
[   14.159478] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.159494] Bluetooth: BNEP socket layer initialized
[   14.429813] loop: module loaded
[   14.520776] -----|-----[ether_enable_eqos_clks]------by aover--
[   14.520785] CPU: 1 PID: 670 Comm: NetworkManager Tainted: G           O      5.10.65-tegra #42
[   14.520788] Hardware name:  /, BIOS r34.1-975eef6 04/06/2022
[   14.520791] Call trace:
[   14.520801]  dump_backtrace+0x0/0x1a0
[   14.520805]  show_stack+0x2c/0x40
[   14.520813]  dump_stack+0xd8/0x138
[   14.520820]  ether_enable_clks+0x520/0x710
[   14.520822]  ether_open+0x74/0xac0
[   14.520827]  __dev_open+0xe4/0x190
[   14.520829]  __dev_change_flags+0x168/0x1c0
[   14.520832]  dev_change_flags+0x3c/0x80
[   14.520836]  do_setlink+0x604/0xd50
[   14.520839]  __rtnl_newlink+0x3fc/0x790
[   14.520841]  rtnl_newlink+0x54/0x80
[   14.520844]  rtnetlink_rcv_msg+0x124/0x340
[   14.520849]  netlink_rcv_skb+0x5c/0x120
[   14.520852]  rtnetlink_rcv+0x28/0x40
[   14.520855]  netlink_unicast+0x1c0/0x280
[   14.520858]  netlink_sendmsg+0x1c4/0x3d0
[   14.520861]  ____sys_sendmsg+0x288/0x2c0
[   14.520863]  ___sys_sendmsg+0x8c/0xd0
[   14.520865]  __sys_sendmsg+0x78/0xd0
[   14.520866]  __arm64_sys_sendmsg+0x2c/0x40
[   14.520869]  el0_svc_common.constprop.0+0x7c/0x1c0
[   14.520871]  do_el0_svc+0x34/0xa0
[   14.520874]  el0_svc+0x1c/0x30
[   14.520876]  el0_sync_handler+0xa8/0xb0
[   14.520877]  el0_sync+0x16c/0x180
[   14.524737] -----|-----[ether_open]-----by aover---
[   14.524745] CPU: 1 PID: 670 Comm: NetworkManager Tainted: G           O      5.10.65-tegra #42
[   14.524750] Hardware name:  /, BIOS r34.1-975eef6 04/06/2022
[   14.524754] Call trace:
[   14.524759]  dump_backtrace+0x0/0x1a0
[   14.524764]  show_stack+0x2c/0x40
[   14.524772]  dump_stack+0xd8/0x138
[   14.524778]  ether_open+0x1b0/0xac0
[   14.524783]  __dev_open+0xe4/0x190
[   14.524787]  __dev_change_flags+0x168/0x1c0
[   14.524791]  dev_change_flags+0x3c/0x80
[   14.524796]  do_setlink+0x604/0xd50
[   14.524799]  __rtnl_newlink+0x3fc/0x790
[   14.524803]  rtnl_newlink+0x54/0x80
[   14.524806]  rtnetlink_rcv_msg+0x124/0x340
[   14.524810]  netlink_rcv_skb+0x5c/0x120
[   14.524814]  rtnetlink_rcv+0x28/0x40
[   14.524815]  netlink_unicast+0x1c0/0x280
[   14.524818]  netlink_sendmsg+0x1c4/0x3d0
[   14.524820]  ____sys_sendmsg+0x288/0x2c0
[   14.524821]  ___sys_sendmsg+0x8c/0xd0
[   14.524823]  __sys_sendmsg+0x78/0xd0
[   14.524824]  __arm64_sys_sendmsg+0x2c/0x40
[   14.524827]  el0_svc_common.constprop.0+0x7c/0x1c0
[   14.524828]  do_el0_svc+0x34/0xa0
[   14.524831]  el0_svc+0x1c/0x30
[   14.524832]  el0_sync_handler+0xa8/0xb0
[   14.524833]  el0_sync+0x16c/0x180
[   14.532053] nvgpu: 17000000.ga10b                 tpc_pg_mask_store:1042 [INFO]  no value change, same mask already set
[   15.402079] zram: Added device: zram0
[   15.402206] zram: Added device: zram1
[   15.404082] zram: Added device: zram2
[   15.404328] zram: Added device: zram3
[   15.405107] zram: Added device: zram4
[   15.405319] zram: Added device: zram5
[   15.405507] zram: Added device: zram6
[   15.405747] zram: Added device: zram7
[   15.405947] zram: Added device: zram8
[   15.406098] zram: Added device: zram9
[   15.406196] zram: Added device: zram10
[   15.406289] zram: Added device: zram11
[   15.449765] zram0: detected capacity change from 0 to 1337929728
[   15.516791] Adding 1306568k swap on /dev/zram0.  Priority:5 extents:1 across:1306568k SS
[   15.519582] zram1: detected capacity change from 0 to 1337929728
[   15.568788] Adding 1306568k swap on /dev/zram1.  Priority:5 extents:1 across:1306568k SS
[   15.570879] zram2: detected capacity change from 0 to 1337929728
[   15.624828] Adding 1306568k swap on /dev/zram2.  Priority:5 extents:1 across:1306568k SS
[   15.627600] zram3: detected capacity change from 0 to 1337929728
[   15.677237] Adding 1306568k swap on /dev/zram3.  Priority:5 extents:1 across:1306568k SS
[   15.679479] zram4: detected capacity change from 0 to 1337929728
[   15.716806] Adding 1306568k swap on /dev/zram4.  Priority:5 extents:1 across:1306568k SS
[   15.719097] zram5: detected capacity change from 0 to 1337929728
[   15.777043] Adding 1306568k swap on /dev/zram5.  Priority:5 extents:1 across:1306568k SS
[   15.779427] zram6: detected capacity change from 0 to 1337929728
[   15.828848] Adding 1306568k swap on /dev/zram6.  Priority:5 extents:1 across:1306568k SS
[   15.831143] zram7: detected capacity change from 0 to 1337929728
[   15.880860] Adding 1306568k swap on /dev/zram7.  Priority:5 extents:1 across:1306568k SS
[   15.883459] zram8: detected capacity change from 0 to 1337929728
[   15.940867] Adding 1306568k swap on /dev/zram8.  Priority:5 extents:1 across:1306568k SS
[   15.943245] zram9: detected capacity change from 0 to 1337929728
[   15.992854] Adding 1306568k swap on /dev/zram9.  Priority:5 extents:1 across:1306568k SS
[   15.995131] zram10: detected capacity change from 0 to 1337929728
[   16.040848] Adding 1306568k swap on /dev/zram10.  Priority:5 extents:1 across:1306568k SS
[   16.043225] zram11: detected capacity change from 0 to 1337929728
[   16.097013] Adding 1306568k swap on /dev/zram11.  Priority:5 extents:1 across:1306568k SS
[   26.671324] nvidia-modeset: Loading NVIDIA UNIX Kernel Mode Setting Driver for aarch64  34.1.0  Release Build  (buildbrain@mobile-u64-5280-d6000)  Wed Apr  6 12:07:36 PDT 2022
[   26.671376] NVRM gpumgrGetSomeGpu: Failed to retrieve pGpu - Too early call!.
[   26.671380] NVRM nvAssertFailedNoLog: Assertion failed: NV_FALSE @ gpu_mgr.c:295
[   26.671387] CPU: 0 PID: 1262 Comm: modprobe Tainted: G           O      5.10.65-tegra #42
[   26.671388] Hardware name:  /, BIOS r34.1-975eef6 04/06/2022
[   26.671390] Call trace:
[   26.671400]  dump_backtrace+0x0/0x1a0
[   26.671403]  show_stack+0x2c/0x40
[   26.671408]  dump_stack+0xd8/0x138
[   26.671438]  os_dump_stack+0x14/0x1c [nvidia]
[   26.671458]  tlsEntryUnreference+0x198/0x1a0 [nvidia]
[   26.671473]  gpumgrGetSomeGpu+0x80/0x98 [nvidia]
[   26.671488]  threadPriorityRestore+0xa8/0x2f0 [nvidia]
[   26.671504]  rmclientConstruct_IMPL+0x160/0x258 [nvidia]
[   26.671519]  __nvoc_ctor_RmClient+0x5c/0x88 [nvidia]
[   26.671534]  __nvoc_objCreate_RmClient+0x7c/0x118 [nvidia]
[   26.671549]  resservClientFactory+0x28/0x90 [nvidia]
[   26.671565]  serverAllocClient+0x19c/0x318 [nvidia]
[   26.671580]  serverAllocResource+0x140/0x2e8 [nvidia]
[   26.671595]  rmapiAllocWithSecInfo+0x17c/0x2e8 [nvidia]
[   26.671611]  rmapiAllocWithSecInfoTls+0x74/0xa8 [nvidia]
[   26.671626]  rmapiInitDeprecatedContext+0x520/0x598 [nvidia]
[   26.671668]  nvkms_call_rm+0x5c/0x90 [nvidia_modeset]
[   26.671700]  nvRmApiAlloc+0x30/0x40 [nvidia_modeset]
[   26.671703]  do_one_initcall+0x4c/0x2d0
[   26.671706]  do_init_module+0x5c/0x210
[   26.671708]  load_module+0x2068/0x2680
[   26.671709]  __do_sys_finit_module+0xb4/0xf0
[   26.671711]  __arm64_sys_finit_module+0x28/0x40
[   26.671714]  el0_svc_common.constprop.0+0x7c/0x1c0
[   26.671716]  do_el0_svc+0x34/0xa0
[   26.671719]  el0_svc+0x1c/0x30
[   26.671721]  el0_sync_handler+0xa8/0xb0
[   26.671722]  el0_sync+0x16c/0x180
[   26.671727] NVRM gpumgrGetSomeGpu: Failed to retrieve pGpu - Too early call!.
[   26.671730] NVRM nvAssertFailedNoLog: Assertion failed: NV_FALSE @ gpu_mgr.c:295
[   26.693425] fuse: init (API version 7.32)
[   26.808742] [eqos_poll_for_swr][588][type:0x4][loga-0x0] poll_for_swr: timeout
[   26.808997] net eth0: failed to poll MAC Software reset
[   27.178107] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   27.425112] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[   27.425705] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[   27.426361] NVRM rmapiAllocWithSecInfo: allocation failed; status: Given class-id not valid [NV_ERR_INVALID_CLASS] (0x00000022)
[   27.426363] NVRM rmapiAllocWithSecInfo: client:0xc1d00001 parent:0xcaf00001 object:0x0 class:0x402c
[   27.428127] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[   27.440013] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.440023] CPU: 3 PID: 1254 Comm: Xorg Tainted: G           O      5.10.65-tegra #42
[   27.440024] Hardware name:  /, BIOS r34.1-975eef6 04/06/2022
[   27.440026] Call trace:
[   27.440036]  dump_backtrace+0x0/0x1a0
[   27.440038]  show_stack+0x2c/0x40
[   27.440044]  dump_stack+0xd8/0x138
[   27.440075]  os_dump_stack+0x14/0x1c [nvidia]
[   27.440094]  tlsEntryUnreference+0x198/0x1a0 [nvidia]
[   27.440109]  ctxdmaConstruct_IMPL+0x36c/0x3b8 [nvidia]
[   27.440124]  __nvoc_ctor_ContextDma+0x74/0xa8 [nvidia]
[   27.440139]  __nvoc_objCreate_ContextDma+0x78/0x118 [nvidia]
[   27.440153]  __nvoc_objCreateDynamic+0x54/0x60 [nvidia]
[   27.440168]  resservResourceFactory+0x74/0x100 [nvidia]
[   27.440182]  indexRemove+0x290/0x518 [nvidia]
[   27.440196]  serverAllocResourceUnderLock+0x214/0x5f0 [nvidia]
[   27.440210]  serverAllocResource+0x244/0x2e8 [nvidia]
[   27.440225]  rmapiAllocWithSecInfo+0x17c/0x2e8 [nvidia]
[   27.440239]  rmapiAllocWithSecInfoTls+0x74/0xa8 [nvidia]
[   27.440254]  rmapiInitDeprecatedContext+0x520/0x598 [nvidia]
[   27.440289]  nvkms_call_rm+0x5c/0x90 [nvidia_modeset]
[   27.440316]  nvRmApiAlloc+0x30/0x40 [nvidia_modeset]
[   27.440338]  nvkms_ioctl_common+0x174/0x1a0 [nvidia_modeset]
[   27.440354]  nvidia_frontend_unlocked_ioctl+0x58/0x78 [nvidia]
[   27.440359]  __arm64_sys_ioctl+0xa8/0xf0
[   27.440362]  el0_svc_common.constprop.0+0x7c/0x1c0
[   27.440364]  do_el0_svc+0x34/0xa0
[   27.440368]  el0_svc+0x1c/0x30
[   27.440369]  el0_sync_handler+0xa8/0xb0
[   27.440370]  el0_sync+0x16c/0x180
[   27.440450] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.440510] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.440568] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.440623] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.440681] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.440757] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.491312] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[   27.492689] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.607754] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[   27.608205] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[   27.787584] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[   30.730403] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[   30.731194] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[   39.901044] vdd-12v-sys: disabling
[   39.901060] vdd-3v3-ftdi: disabling
[   39.901069] vdd-3v3-pcie: disabling
[   39.901074] avdd-cam-2v8: disabling
[   39.901080] vdd-12v-pcie: disabling
[   39.901085] dsi-vdd-1v8-bl-en: disabling
[   55.239545] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   88.232132] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  131.264245] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  184.236340] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  210.837679] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[  210.997184] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  210.997277] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  210.997365] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  210.997448] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  210.997534] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  210.997613] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  210.997686] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  211.065176] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  211.065383] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[  211.065481] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  211.065618] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[  211.143574] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  211.867717] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[  211.867996] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[  212.075013] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[  215.504190] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[  215.505036] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175

Thanks, i will check it!

Does dmesg give anything new after you run ifconfig eth0 up ?

The new information is as follows:

[eqos_poll_for_swr][588][type:0x4][loga-0x0] poll_for_swr: timeout
net eth0: failed to poll MAC Software reset

What PHY is in use?

Marvell 88E1512

Could you check /sys/kernel/debug/gpio to check if G4 an G5 pin is really in use by the ethernet driver?

Hi WayneWWW:

I checked it. As follows:

Hi Wayne WWW:

I checked and made changes to different places, but the problem remains.

Please go to /proc/device-tree on your jetson during run time and check if every device tree properties are correctly set.

Also, read Orin TRM for the pinmux register and directly read the pinmux register during runtime through busybox devmem. Check if the pinmux are all set as expectation.

1 Like

Hello,

This is the eqos DT that was validated by another customer on their board. Please check if anything missing on your side.

ethernet@2310000 {
		iommus = <0x24 0x03>;
		nvidia,rx_frames = <0x40>;
		nvidia,max-platform-mtu = <0x3fff>;
		vddio_sys_enet_bias-supply = <0x35>;
		pinctrl-names = "mii_rx_disable\0mii_rx_enable";
		phy_vdd_1v8-supply = <0x16>;
		nvidia,slot_intvl_vals = <0x00 0x7d 0x7d 0x7d 0x7d 0x7d 0x7d 0x7d>;
		phy-mode = "rgmii-id";
		dma-coherent;
		nvidia,tx_frames = <0x05>;
		phy_pllvdd-supply = <0x35>;
		interconnect-names = "dma-mem\0dma-mem";
		nvidia,rx_riwt = <0x200>;
		nvidia,num-dma-chans = <0x08>;
		pinctrl-0 = <0x33>;
		clock-names = "pllrefe_vcoout\0eqos_axi\0eqos_rx\0eqos_ptp_ref\0eqos_tx\0axi_cbb\0eqos_rx_m\0eqos_rx_input\0eqos_macsec_tx\0eqos_tx_divider\0eqos_macsec_rx";
		interconnects = <0x26 0x8e 0x26 0x8f>;
		reg-names = "mac-base\0macsec-base\0hv-base";
		nvidia,promisc_mode = <0x01>;
		nvidia,mtl-queues = <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07>;
		nvidia,dcs-enable = <0x01>;
		nvidia,num-mtl-queues = <0x08>;
		nvidia,tx-queue-prio = <0x00 0x07 0x02 0x03 0x00 0x00 0x00 0x00>;
		resets = <0x04 0x11 0x04 0x16>;
		nvidia,dma-chans = <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07>;
		interrupts = <0x00 0xc2 0x04 0x00 0xba 0x04 0x00 0xbb 0x04 0x00 0xbc 0x04 0x00 0xbd 0x04 0x00 0xbe 0x04 0x00 0xbf 0x04>;
		clocks = <0x04 0x120 0x04 0x20 0x04 0x22 0x04 0x21 0x04 0x23 0x04 0x08 0x04 0x46 0x04 0x17 0x04 0x19e 0x04 0x19f 0x04 0x19d>;
		nvidia,rx-queue-prio = <0x02 0x01 0x30 0x48 0x00 0x00 0x00 0x00>;
		nvidia,phy-reset-gpio = <0x17 0x35 0x00>;
		nvidia,residual-queue = <0x01>;
		mac-address = [48 b0 2d 4d 6a 91];
		phy_ovdd_rgmii-supply = <0x16>;
		nvidia,rxq_enable_ctrl = <0x02 0x02 0x02 0x02 0x02 0x02 0x02 0x02>;
		nvidia,tx_usecs = <0x100>;
		vddio_enet-supply = <0x35>;
		nvidia,pad_calibration = <0x01>;
		compatible = "nvidia,nveqos";
		nvidia,ptp-rx-queue = <0x03>;
		nvidia,tc-mapping = <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07>;
		nvidia,ptp_ref_clock_speed = <0xc6aea16>;
		pinctrl-1 = <0x34>;
		status = "okay";
		interrupt-names = "common\0vm0\0vm1\0vm2\0vm3\0macsec-ns-irq\0macsec-s-irq";
		reg = <0x00 0x2310000 0x00 0x10000 0x00 0x23d0000 0x00 0x10000 0x00 0x2300000 0x00 0x10000>;
		nvidia,instance_id = <0x04>;
		phy-handle = <0x36>;
		reset-names = "mac_rst\0macsec_ns_rst";
		nvidia,mac-addr-idx = <0x00>;
		nvidia,vm-irq-config = <0x32>;
		nvidia,pause_frames = <0x00>;
		nvidia,slot_num_check = <0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;

		eqos-cool-dev {
			cooling-max-state = <0x05>;
			phandle = <0x301>;
			cooling-min-state = <0x00>;
			#cooling-cells = <0x02>;
		};

		mdio {
			#address-cells = <0x01>;
			#size-cells = <0x00>;
			compatible = "nvidia,eqos-mdio";

			phy@0 {
				marvell,reg-init = <0x03 0x12 0x7fff 0x880>;
				nvidia,phy-rst-duration-usec = <0x2710>;
				marvell,copper-mode;
				reg = <0x00>;
				phandle = <0x36>;
				nvidia,phy-rst-pdelay-msec = <0xe0>;
			};
		};

		prod-settings {
			#prod-cells = <0x04>;

			prod {
				prod = <0x00 0x8800 0x80000000 0x00 0x00 0x8804 0x20000000 0x20000000>;
			};
		};
	};

Also, please add the IRQ gpio under the gpio-input node in the mb1-bct-gpio.

Hi @hang.zheng

Issue is under checking via NVBugs, there is no needed to open issue at forum.
Please be sure to use NVbugs to support your project in the future.

Topic closed.