Orin NX 8GB C9 can not get PCIe #C7/#C9

Hi NV_Team,

We have four pcie devices on our Orin NX CVB, and we have enabled the C7 and C9, but C7 and C9 both can’t get pcie devices (lspci only get C1/C4/C8). Please help to check the dtsi setting is correct or not.
Thanks.
JetPack5.1.1(L4T-R35.3.1)

pcie dtsi config

/ {

	pcie@14100000 {/* C1 - M.2 Key-E */
		status = "okay";
		phys = <&p2u_hsio_3>;
		phy-names = "p2u-0";
	};

	pcie@14160000 {/* C4 - M2 Key M */
		status = "okay";
		phys = <&p2u_hsio_4>, <&p2u_hsio_5>, <&p2u_hsio_6>,
		       <&p2u_hsio_7>;
		phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3";
	};

	pcie@140a0000 {/* C8 - Ethernet */
		status = "okay";

		nvidia,pex-wake-gpios = <&tegra_main_gpio TEGRA234_MAIN_GPIO(L, 2) GPIO_ACTIVE_LOW>;
	};
	
	pcie@141e0000 {
		/*
		 * C7 x1
		 */
		status = "okay";
		phys = <&p2u_gbe_0>;
		phy-names = "p2u-0";
	};
	pcie@140c0000 {
		/*
		 * C9 x1
		 */
		status = "okay";
		phys = <&p2u_gbe_1>;
		phy-names = "p2u-0";
	};
};
nvidia@nvidia-desktop:~$ lspci
0004:00:00.0 PCI bridge: NVIDIA Corporation Device 229c (rev a1)
0004:01:00.0 Non-Volatile memory controller: Device 1e95:9100 (rev 03)
0008:00:00.0 PCI bridge: NVIDIA Corporation Device 229c (rev a1)
0008:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

dmesg log:

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[    0.000000] Linux version 5.10.104-tegra (sz@fz) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #31 SMP PREEMPT Fri Apr 14 16:24:57 CST 2023
[    0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[    0.000000] OF: fdt:  - 80000000 ,  c0000000
[    0.000000] Machine model: NVIDIA Orin NX MY.ACU
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x25f4fae98 SMBIOS=0xffff0000 SMBIOS 3.0=0x2412e0000 MEMATTR=0x23ffc1018 ESRT=0x2400b6e98 RNG=0x264536c18 MEMRESERVE=0x23ffcbf18 
[    0.000000] efi: seeding entropy pool
[    0.000000] esrt: Reserving ESRT space from 0x00000002400b6e98 to 0x00000002400b6ed0.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000254400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000026fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000fffdffff]
[    0.000000]   node   0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000023bffffff]
[    0.000000]   node   0: [mem 0x000000023c000000-0x000000023e1bffff]
[    0.000000]   node   0: [mem 0x000000023e1c0000-0x000000023ff5ffff]
[    0.000000]   node   0: [mem 0x000000023ff60000-0x000000023ff8ffff]
[    0.000000]   node   0: [mem 0x000000023ff90000-0x000000023ffcffff]
[    0.000000]   node   0: [mem 0x000000023ffd0000-0x000000024006ffff]
[    0.000000]   node   0: [mem 0x0000000240070000-0x000000024007ffff]
[    0.000000]   node   0: [mem 0x0000000240080000-0x000000024009ffff]
[    0.000000]   node   0: [mem 0x00000002400a0000-0x0000000240d26fff]
[    0.000000]   node   0: [mem 0x0000000240d27000-0x0000000240e88fff]
[    0.000000]   node   0: [mem 0x0000000240e89000-0x00000002412cffff]
[    0.000000]   node   0: [mem 0x00000002412d0000-0x00000002412effff]
[    0.000000]   node   0: [mem 0x00000002412f0000-0x000000024160ffff]
[    0.000000]   node   0: [mem 0x0000000241610000-0x000000024165ffff]
[    0.000000]   node   0: [mem 0x0000000241660000-0x000000024181ffff]
[    0.000000]   node   0: [mem 0x0000000241820000-0x00000002419fffff]
[    0.000000]   node   0: [mem 0x0000000241a00000-0x0000000241a8ffff]
[    0.000000]   node   0: [mem 0x0000000241a90000-0x0000000241c6ffff]
[    0.000000]   node   0: [mem 0x0000000241c70000-0x0000000241ccffff]
[    0.000000]   node   0: [mem 0x0000000241cd0000-0x0000000241dbffff]
[    0.000000]   node   0: [mem 0x0000000241dc0000-0x0000000241deffff]
[    0.000000]   node   0: [mem 0x0000000241df0000-0x0000000241dfffff]
[    0.000000]   node   0: [mem 0x0000000241e00000-0x0000000241eaffff]
[    0.000000]   node   0: [mem 0x0000000241eb0000-0x0000000241f4ffff]
[    0.000000]   node   0: [mem 0x0000000241f50000-0x000000024204ffff]
[    0.000000]   node   0: [mem 0x0000000242050000-0x00000002420effff]
[    0.000000]   node   0: [mem 0x00000002420f0000-0x00000002421effff]
[    0.000000]   node   0: [mem 0x00000002421f0000-0x000000024228ffff]
[    0.000000]   node   0: [mem 0x0000000242290000-0x0000000242b5ffff]
[    0.000000]   node   0: [mem 0x0000000242b60000-0x0000000242d3ffff]
[    0.000000]   node   0: [mem 0x0000000242d40000-0x00000002644effff]
[    0.000000]   node   0: [mem 0x00000002644f0000-0x000000026453ffff]
[    0.000000]   node   0: [mem 0x0000000264540000-0x0000000267ffffff]
[    0.000000]   node   0: [mem 0x0000000268200000-0x000000026860ffff]
[    0.000000]   node   0: [mem 0x000000026e000000-0x000000026fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000026fffffff]
[    0.000000] On node 0 totalpages: 2008080
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 524288 pages, LIFO batch:63
[    0.000000]   Normal zone: 23552 pages used for memmap
[    0.000000]   Normal zone: 1483792 pages, LIFO batch:63
[    0.000000] On node 0, zone Normal: 496 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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 32 pages/cpu s90200 r8192 d32680 u131072
[    0.000000] pcpu-alloc: s90200 r8192 d32680 u131072 alloc=32*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    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 forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1976336
[    0.000000] Kernel command line: root=PARTUUID=c70d873f-d93c-47fb-af1a-acca6067d3ad rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB)
[    0.000000] Memory: 7237932K/8032320K available (18176K kernel code, 3170K rwdata, 7144K rodata, 3968K init, 1416K bss, 532244K reserved, 262144K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x420 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=6.
[    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=6
[    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] 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.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000670] Console: colour dummy device 80x25
[    0.000714] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000723] pid_max: default: 32768 minimum: 301
[    0.000782] LSM: Security Framework initializing
[    0.000806] Yama: becoming mindful.
[    0.000822] SELinux:  Initializing.
[    0.000886] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000903] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.001632] /cpus/cpu-map/cluster1: empty cluster
[    0.001925] rcu: Hierarchical SRCU implementation.
[    0.002009] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.002442] DTS File Name: /home/sz/coding/orin_nx_bsp/l4t-r35.3.1-5.1.1/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/p3768/kernel-dts/tegra234-p3767-0001-p3509-a02.dts
[    0.002445] DTB Build time: Apr 14 2023 15:57:32
[    0.003808] Tegra Revision: A01 SKU: 0xd4 CPU Process: 0 SoC Process: 0
[    0.004033] Remapping and enabling EFI services.
[    0.005193] smp: Bringing up secondary CPUs ...
[    0.033887] Detected PIPT I-cache on CPU1
[    0.033921] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[    0.033955] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[    0.062591] Detected PIPT I-cache on CPU2
[    0.062601] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[    0.062615] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[    0.091218] Detected PIPT I-cache on CPU3
[    0.091228] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[    0.091242] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[    0.121883] Detected PIPT I-cache on CPU4
[    0.121904] GICv3: CPU4: found redistributor 10200 region 0:0x000000000f500000
[    0.121931] CPU4: Booted secondary processor 0x0000010200 [0x410fd421]
[    0.150593] Detected PIPT I-cache on CPU5
[    0.150603] GICv3: CPU5: found redistributor 10300 region 0:0x000000000f520000
[    0.150617] CPU5: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.150670] smp: Brought up 1 node, 6 CPUs
[    0.150683] SMP: Total of 6 processors activated.
[    0.150687] CPU features: detected: Privileged Access Never
[    0.150688] CPU features: detected: LSE atomic instructions
[    0.150689] CPU features: detected: User Access Override
[    0.150691] CPU features: detected: 32-bit EL0 Support
[    0.150693] CPU features: detected: Common not Private translations
[    0.150694] CPU features: detected: RAS Extension Support
[    0.150696] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.150698] CPU features: detected: CRC32 instructions
[    0.150699] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.184450] CPU: All CPU(s) started at EL2
[    0.186253] devtmpfs: initialized
[    0.201258] Registered cp15_barrier emulation handler
[    0.201266] Registered setend emulation handler
[    0.201271] KASLR enabled
[    0.201392] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.201403] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.203024] pinctrl core: initialized pinctrl subsystem
[    0.203543] SMBIOS 3.0.0 present.
[    0.203551] DMI: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[    0.203808] NET: Registered protocol family 16
[    0.204592] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.204654] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.204709] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.204734] audit: initializing netlink subsys (disabled)
[    0.204816] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
[    0.204994] thermal_sys: Registered thermal governor 'step_wise'
[    0.204996] thermal_sys: Registered thermal governor 'power_allocator'
[    0.205000] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.205806] cpuidle: using governor menu
[    0.205909] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.205972] ASID allocator initialised with 32768 entries
[    0.206065] Serial: AMBA PL011 UART driver
[    0.207865] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[    0.207889] Tegra reboot handler registered.
[    0.226347] mc: mapped MMIO address: 0xffff8000107b0000 -> 0x2c10000
[    0.226358] mc: mapped MMIO address: 0xffff8000107d0000 -> 0x2c20000
[    0.226366] mc: mapped MMIO address: 0xffff8000107f0000 -> 0x2c30000
[    0.226373] mc: mapped MMIO address: 0xffff800010810000 -> 0x2c40000
[    0.226379] mc: mapped MMIO address: 0xffff800010830000 -> 0x2c50000
[    0.226384] mc: mapped MMIO address: 0xffff800010850000 -> 0x2b80000
[    0.226390] mc: mapped MMIO address: 0xffff800010870000 -> 0x2b90000
[    0.226395] mc: mapped MMIO address: 0xffff800010890000 -> 0x2ba0000
[    0.226400] mc: mapped MMIO address: 0xffff8000108b0000 -> 0x2bb0000
[    0.226405] mc: mapped MMIO address: 0xffff8000108d0000 -> 0x1700000
[    0.226410] mc: mapped MMIO address: 0xffff8000108f0000 -> 0x1710000
[    0.226415] mc: mapped MMIO address: 0xffff800010910000 -> 0x1720000
[    0.226420] mc: mapped MMIO address: 0xffff800010930000 -> 0x1730000
[    0.226424] mc: mapped MMIO address: 0xffff800010950000 -> 0x1740000
[    0.226429] mc: mapped MMIO address: 0xffff800010970000 -> 0x1750000
[    0.226434] mc: mapped MMIO address: 0xffff800010990000 -> 0x1760000
[    0.226438] mc: mapped MMIO address: 0xffff8000109b0000 -> 0x1770000
[    0.226448] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.226473] mc-err: mcerr ops are set to t23x
[    0.227143] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 68, base_baud = 0) is a SBSA
[    1.380488] printk: console [ttyAMA0] enabled
[    1.388677] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.395388] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    1.402087] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.408784] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.417173] ACPI: Interpreter disabled.
[    1.421398] ddr-vddq: supplied by vdd-5v
[    1.425521] ddr-vdd2: supplied by vdd-5v
[    1.429545] vdd-AO-1v2: supplied by vdd-5v
[    1.433754] vdd-3v3: supplied by vdd-5v
[    1.437704] vdd-rtc: supplied by vdd-AO-1v2
[    1.441985] vdd-0v95-uphy: supplied by vdd-AO-1v2
[    1.446791] vdd-0v95-hdmi: supplied by vdd-AO-1v2
[    1.451796] vdd-1v8: supplied by vdd-3v3-sys
[    1.456166] vdd-3v3-AO: supplied by vdd-5v-sys
[    1.460703] vdd-av10-hub: supplied by vdd-5v-sys
[    1.465426] vdd-vbus-a: supplied by vdd-5v-sys
[    1.469967] vdd-vbus-b: supplied by vdd-5v-sys
[    1.474563] vdd-3v3-dp: supplied by vdd-3v3-sys
[    1.479351] iommu: Default domain type: Translated 
[    1.484257] eventlib_kernel: keventlib is initialized, test id: 0
[    1.490514] SCSI subsystem initialized
[    1.494332] usbcore: registered new interface driver usbfs
[    1.499833] usbcore: registered new interface driver hub
[    1.505153] usbcore: registered new device driver usb
[    1.510389] mc: Linux media interface: v0.10
[    1.514665] videodev: Linux video capture interface: v2.00
[    1.520297] pps_core: LinuxPPS API ver. 1 registered
[    1.525259] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.534400] PTP clock support registered
[    1.538549] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[    1.545715] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[    1.553358] Registered efivars operations
[    1.557890] FPGA manager framework
[    1.561313] Advanced Linux Sound Architecture Driver Initialized.
[    1.567665] Bluetooth: Core ver 2.22
[    1.571244] NET: Registered protocol family 31
[    1.575687] Bluetooth: HCI device and connection manager initialized
[    1.582042] Bluetooth: HCI socket layer initialized
[    1.586919] Bluetooth: L2CAP socket layer initialized
[    1.591973] Bluetooth: SCO socket layer initialized
[    1.597319] camchar: rtcpu character device driver loaded
[    1.602927] clocksource: Switched to clocksource arch_sys_counter
[    1.763499] VFS: Disk quotas dquot_6.6.0
[    1.767465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.774494] pnp: PnP ACPI: disabled
[    1.779909] la/ptsa driver initialized.
[    1.783796] NET: Registered protocol family 2
[    1.788277] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.797063] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.805605] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.813579] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.821477] TCP: Hash tables configured (established 65536 bind 65536)
[    1.828073] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.834877] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.842176] NET: Registered protocol family 1
[    1.846722] RPC: Registered named UNIX socket transport module.
[    1.852648] RPC: Registered udp transport module.
[    1.857350] RPC: Registered tcp transport module.
[    1.862048] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.868492] PCI: CLS 0 bytes, default 64
[    1.872508] Trying to unpack rootfs image as initramfs...
[    2.002406] Freeing initrd memory: 9120K
[    2.008321] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.016234] kvm [1]: IPA Size Limit: 48 bits
[    2.020520] kvm [1]: GICv3: no GICV resource entry
[    2.025310] kvm [1]: disabling GICv2 emulation
[    2.029763] kvm [1]: GIC system register CPU interface enabled
[    2.035648] kvm [1]: vgic interrupt IRQ9
[    2.039667] kvm [1]: VHE mode initialized successfully
[    2.045488] Initialise system trusted keyrings
[    2.050008] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    2.058539] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.064688] NFS: Registering the id_resolver key type
[    2.069748] Key type id_resolver registered
[    2.073929] Key type id_legacy registered
[    2.077969] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.084674] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.092076] ntfs: driver 2.1.32 [Flags: R/W].
[    2.108299] NET: Registered protocol family 38
[    2.112743] Key type asymmetric registered
[    2.116837] Asymmetric key parser 'x509' registered
[    2.121731] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    2.129180] io scheduler mq-deadline registered
[    2.133709] io scheduler kyber registered
[    2.141522] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    2.147119] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    2.152705] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    2.159063] efifb: probing for efifb
[    2.162657] efifb: framebuffer at 0x23c000000, using 8640k, total 8640k
[    2.169273] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    2.175363] efifb: scrolling: redraw
[    2.178934] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.187498] Console: switching to colour frame buffer device 240x67
[    2.196544] fb0: EFI VGA frame buffer device
[    2.202567] tegra_dc_assign_hw_data: no matching compatible node
[    2.208576] tegradccommon module_init failed
[    2.212846] tegradc module_init failed
[    2.216856] EINJ: ACPI disabled.
[    2.221606] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    2.228485] tegra-pmc: ### PMC reset source: MAINSWRST
[    2.233623] tegra-pmc: ### PMC reset level: L1
[    2.238062] tegra-pmc: ### PMC reset status reg: 0x2d
[    2.244338] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.689689] random: fast init done
[    3.870098] printk: console [ttyTCU0] enabled
[    3.875099] arm-smmu 12000000.iommu: probing hardware configuration...
[    3.881790] arm-smmu 12000000.iommu: SMMUv2 with:
[    3.886606] arm-smmu 12000000.iommu: 	stage 1 translation
[    3.892136] arm-smmu 12000000.iommu: 	stage 2 translation
[    3.897674] arm-smmu 12000000.iommu: 	nested translation
[    3.903125] arm-smmu 12000000.iommu: 	stream matching with 128 register groups
[    3.910536] arm-smmu 12000000.iommu: 	128 context banks (0 stage-2 only)
[    3.919427] arm-smmu 12000000.iommu: 	Supported page sizes: 0x00001000
[    3.926119] arm-smmu 12000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    3.932815] arm-smmu 12000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    3.940292] arm-smmu 10000000.iommu: probing hardware configuration...
[    3.946989] arm-smmu 10000000.iommu: SMMUv2 with:
[    3.951806] arm-smmu 10000000.iommu: 	stage 1 translation
[    3.957345] arm-smmu 10000000.iommu: 	stage 2 translation
[    3.962882] arm-smmu 10000000.iommu: 	nested translation
[    3.968332] arm-smmu 10000000.iommu: 	stream matching with 128 register groups
[    3.975737] arm-smmu 10000000.iommu: 	128 context banks (0 stage-2 only)
[    3.984629] arm-smmu 10000000.iommu: 	Supported page sizes: 0x00001000
[    3.991324] arm-smmu 10000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    3.998008] arm-smmu 10000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    4.005118] arm-smmu 8000000.iommu: probing hardware configuration...
[    4.011731] arm-smmu 8000000.iommu: SMMUv2 with:
[    4.016464] arm-smmu 8000000.iommu: 	stage 1 translation
[    4.021914] arm-smmu 8000000.iommu: 	stage 2 translation
[    4.027371] arm-smmu 8000000.iommu: 	nested translation
[    4.027374] arm-smmu 8000000.iommu: 	stream matching with 128 register groups
[    4.027376] arm-smmu 8000000.iommu: 	128 context banks (0 stage-2 only)
[    4.029336] arm-smmu 8000000.iommu: 	Supported page sizes: 0x00001000
[    4.053433] arm-smmu 8000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    4.060038] arm-smmu 8000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    4.067315] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    4.077093] tegra_profiler: version: 1.151, samples/io: 51/30
[    4.083062] tegra_profiler: auth: init
[    4.087189] nvsciipc: loaded module
[    4.092338] tun: Universal TUN/TAP device driver, 1.6
[    4.097976] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    4.105396] hns3: Copyright (c) 2017 Huawei Corporation.
[    4.110866] e1000e: Intel(R) PRO/1000 Network Driver
[    4.115952] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.122037] igb: Intel(R) Gigabit Ethernet Network Driver
[    4.127569] igb: Copyright (c) 2007-2014 Intel Corporation.
[    4.133437] PPP generic driver version 2.4.2
[    4.137859] PPP BSD Compression module registered
[    4.142689] PPP Deflate Compression module registered
[    4.147880] PPP MPPE Compression module registered
[    4.152813] usbcore: registered new interface driver r8152
[    4.158447] usbcore: registered new interface driver asix
[    4.163984] usbcore: registered new interface driver ax88179_178a
[    4.170238] usbcore: registered new interface driver cdc_ether
[    4.176230] usbcore: registered new interface driver net1080
[    4.182030] usbcore: registered new interface driver cdc_subset
[    4.188112] usbcore: registered new interface driver zaurus
[    4.193839] usbcore: registered new interface driver cdc_ncm
[    4.199650] usbcore: registered new interface driver aqc111
[    4.205476] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.211827] ohci-pci: OHCI PCI platform driver
[    4.216389] ohci-platform: OHCI generic platform driver
[    4.222054] tegra-xusb 3610000.xhci: Adding to iommu group 0
[    4.228352] usbcore: registered new interface driver uas
[    4.233825] usbcore: registered new interface driver usb-storage
[    4.240135] tegra-xudc 3550000.xudc: Adding to iommu group 1
[    4.246189] mousedev: PS/2 mouse device common for all mice
[    4.251931] usbcore: registered new interface driver xpad
[    4.259299] tegra_rtc c2a0000.rtc: registered as rtc1
[    4.264764] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:32 UTC (32)
[    4.272985] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    4.279368] i2c /dev entries driver
[    4.283066] tegra-i2c 3160000.i2c: Adding to iommu group 2
[    4.288851] tegra-i2c c240000.i2c: Adding to iommu group 2
[    4.294524] tegra-i2c 3180000.i2c: Adding to iommu group 2
[    4.300188] tegra-i2c 3190000.i2c: Adding to iommu group 2
[    4.305858] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[    4.311529] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[    4.317198] tegra-i2c c250000.i2c: Adding to iommu group 2
[    4.322863] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[    4.332461] device-mapper: uevent: version 1.0.3
[    4.337289] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    4.346891] sdhci: Secure Digital Host Controller Interface driver
[    4.353232] sdhci: Copyright(c) Pierre Ossman
[    4.357697] Synopsys Designware Multimedia Card Interface Driver
[    4.363931] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.370078] sdhci-tegra 3400000.sdhci: Adding to iommu group 3
[    4.370284] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[    4.383482] tegra-bpmp bpmp: firmware: 463f4d5b75234b74bb7f-1377b684fe5
[    4.391929] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 
[    4.397321] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x82
[    4.405952] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[    4.411864] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
[    5.537171] hid: raw HID events driver (C) Jiri Kosina
[    5.543022] usbcore: registered new interface driver usbhid
[    5.548755] usbhid: USB HID core driver
[    5.553122] tegra-dce d800000.dce: Adding to iommu group 4
[    5.560100] dce: dce_ipc_channel_init:319  Invalid Channel State [0x0] for ch_type [2]
[    5.568985] tegra234-aon c000000.aon: Adding to iommu group 5
[    5.575414] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x5]
[    5.584546] dce: dce_admin_send_cmd_ver:424  version : [0x2] err : [0x0]
[    5.591594] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x1]
[    5.591827]  c000000.aon:hsp: probed
[    5.600579] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [1] ...
[    5.612649] tegra234-aon c000000.aon: init done
[    5.613091] tegra23x-psc e860000.psc: Adding to iommu group 6
[    5.617307] dce: dce_admin_setup_clients_ipc:529  Get queue info failed for [2]
[    5.623526] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____)
[    5.630855] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x2]
[    5.637169] tegra23x-psc e860000.psc: init done
[    5.637341] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 7
[    5.646132] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [3] ...
[    5.651306] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    5.657626] dce: dce_start_boot_flow:173  DCE_BOOT_DONE
[    5.682937] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    5.692116] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    5.703539] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    5.714967] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    5.726648] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    5.739205] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    5.752019] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    5.764081] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (116)
[    5.770874] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    5.779123] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=97e50cbff52bc4b542b2989187109c001c01cf77
[    5.779135] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN
[    5.792638] t19x_cache tegra-cache: probed
[    5.797444] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN
[    5.808815] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[    5.819037] optee: probing for conduit method.
[    5.823623] optee: revision 3.19 (3f29c61f)
[    5.823806] optee: dynamic shared memory is enabled
[    5.833224] optee: initialized driver
[    5.848629] nvpmodel: initialized successfully
[    5.853304] tegra_hv: get_hvd: not initialized yet
[    5.858237] user_ivc_mempool: hypervisor not present
[    5.864037] usbcore: registered new interface driver snd-usb-audio
[    5.871186] u32 classifier
[    5.873966]     input device check on
[    5.877736]     Actions configured
[    5.881393] Initializing XFRM netlink socket
[    5.886163] NET: Registered protocol family 10
[    5.892174] Segment Routing with IPv6
[    5.895982] NET: Registered protocol family 17
[    5.900568] NET: Registered protocol family 15
[    5.905191] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    5.919238] Bluetooth: RFCOMM socket layer initialized
[    5.924535] Bluetooth: RFCOMM ver 1.11
[    5.928391] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    5.934467] Bluetooth: HIDP socket layer initialized
[    5.940389] 9pnet: Installing 9P2000 support
[    5.944838] Key type dns_resolver registered
[    5.949722] registered taskstats version 1
[    5.953940] Loading compiled-in X.509 certificates
[    5.970196] Loaded X.509 cert 'Build time autogenerated kernel key: 0e7c94499ffa61356ce769e062f345cc1ffadcab'
[    5.980766] tegra194-pcie 14100000.pcie: Adding to iommu group 8
[    5.993574] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    6.000786] tegra194-pcie 14160000.pcie: Adding to iommu group 9
[    6.013098] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    6.019997] tegra194-pcie 141e0000.pcie: Adding to iommu group 10
[    6.032077] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[    6.038900] tegra194-pcie 140a0000.pcie: Adding to iommu group 11
[    6.051054] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[    6.057532] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[    6.057651] tegra194-pcie 140c0000.pcie: Adding to iommu group 12
[    6.069991] tegra194-pcie 140c0000.pcie: Using GICv2m MSI allocator
[    6.101530] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 13
[    6.111688] host1x 13e40000.host1x: Adding to iommu group 14
[    6.140667] host1x 13e40000.host1x: initialized
[    6.145714] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 15
[    6.153731] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[    6.165780] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 16
[    6.173787] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[    6.185765] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 17
[    6.193741] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[    6.205718] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 18
[    6.213693] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    6.225665] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 19
[    6.233650] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    6.245608] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 20
[    6.253586] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    6.265543] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 21
[    6.273531] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    6.285501] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 22
[    6.293525] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    6.305524] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 23
[    6.313518] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[    6.325500] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 24
[    6.333492] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[    6.345479] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 25
[    6.353451] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[    6.365431] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 26
[    6.373399] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[    6.385371] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 27
[    6.393341] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[    6.405323] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 28
[    6.413310] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[    6.425292] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 29
[    6.433288] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[    6.445270] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 30
[    6.453222] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[    6.465217] falcon 15340000.vic: Adding to iommu group 31
[    6.475949] falcon 15340000.vic: initialized
[    6.480664] falcon 15380000.nvjpg: Adding to iommu group 32
[    6.489664] falcon 15380000.nvjpg: initialized
[    6.494396] falcon 15540000.nvjpg1: Adding to iommu group 33
[    6.503011] falcon 15540000.nvjpg1: initialized
[    6.507820] falcon 154c0000.nvenc: Adding to iommu group 34
[    6.518588] falcon 154c0000.nvenc: initialized
[    6.523290] falcon 15a50000.ofa: Adding to iommu group 35
[    6.532380] falcon 15a50000.ofa: initialized
[    6.536905] nvdec 15480000.nvdec: Adding to iommu group 36
[    6.548445] nvdec 15480000.nvdec: initialized
[    6.553072] tsec 15500000.tsec: Adding to iommu group 37
[    6.562883] tsec 15500000.tsec: initialized
[    6.570380] gic 2a41000.agic-controller: GIC IRQ controller registered
[    6.587699] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    6.604633] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[    6.612024] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[    6.619007] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    6.625549] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    6.631988] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    6.640109] misc tegra_camera_ctrl: tegra_camera_isomgr_register: some fields not in DT.
[    6.648591] tegra194-isp5 14800000.isp: Adding to iommu group 38
[    6.657550] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    6.667162] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[    6.673683] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.682912] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.692133] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.701352] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.710565] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.719776] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.728991] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.738207] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.747576] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 39
[    6.755682] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 40
[    6.763684] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[    6.773650] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[    6.780465] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[    6.790419] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[    6.797205] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    6.807173] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[    6.813993] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 41
[    6.822622] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000)
[    6.833967] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 42
[    6.842578] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000)
[    6.853935] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 43
[    6.862537] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000)
[    6.873904] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 44
[    6.882499] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000)
[    6.893861] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 45
[    6.902474] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000)
[    6.913834] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 46
[    6.922454] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000)
[    6.933807] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 47
[    6.942422] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000)
[    6.953786] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 48
[    6.962391] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000)
[    6.973744] pva 16000000.pva0: Adding to iommu group 49
[    6.984642] pva 16000000.pva0: initialized
[    6.997172] nvdla 15880000.nvdla0: Adding to iommu group 50
[    7.008127] nvdla 15880000.nvdla0: initialized
[    7.014651] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 2
[    7.021882] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[    7.029475] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    7.036101] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    7.042858] serial-tegra 3100000.serial: Adding to iommu group 2
[    7.049499] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 17, base_baud = 0) is a TEGRA_UART
[    7.059321] serial-tegra 3110000.serial: Adding to iommu group 2
[    7.065931] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 65, base_baud = 0) is a TEGRA_UART
[    7.075273] serial-tegra 3130000.serial: Adding to iommu group 2
[    7.081797] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 66, base_baud = 0) is a TEGRA_UART
[    7.091412] serial-tegra 3140000.serial: Adding to iommu group 2
[    7.097899] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 67, base_baud = 0) is a TEGRA_UART
[    7.124809] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[    7.134566] tegra-xusb 3610000.xhci: xHCI Host Controller
[    7.140138] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    7.148777] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[    7.158373] tegra-xusb 3610000.xhci: irq 232, io mem 0x03610000
[    7.164806] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    7.173305] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.180730] usb usb1: Product: xHCI Host Controller
[    7.185745] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    7.192009] usb usb1: SerialNumber: 3610000.xhci
[    7.197513] hub 1-0:1.0: USB hub found
[    7.201394] hub 1-0:1.0: 4 ports detected
[    7.205767] tegra-xusb 3610000.xhci: xHCI Host Controller
[    7.211323] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    7.219115] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    7.226633] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    7.235139] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.242574] usb usb2: Product: xHCI Host Controller
[    7.247583] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    7.253845] usb usb2: SerialNumber: 3610000.xhci
[    7.259144] hub 2-0:1.0: USB hub found
[    7.263014] hub 2-0:1.0: 4 ports detected
[    7.272823] pca953x 0-0020: supply vcc not found, using dummy regulator
[    7.279813] pca953x 0-0020: using no AI
[    7.284382] gpio-300 (cam1_lock): hogged as input
[    7.289318] gpio-302 (cam4_lock): hogged as input
[    7.294400] gpio-313 (cam3_lock): hogged as input
[    7.299338] gpio-315 (cam2_lock): hogged as input
[    7.304516] gpio-311 (cam_pwr_en): hogged as output/high
[    7.310505] gpiochip2: registered GPIOs 300 to 315 on 0-0020
[    7.321337] fzcam 2-0018: probing v4l2 sensor
[    7.326028] fzcam 2-0018: tegracam sensor driver:fzcam_v2.0.6
[    7.332103] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-0018 bound
[    7.342137] fzcam 2-0018: Detected FZCAM sensor
[    7.346926] fzcam 2-0019: probing v4l2 sensor
[    7.351502] debugfs: Directory 'fzcam_a' with parent '/' already present!
[    7.358493] fzcam 2-0019: tegracam sensor driver:fzcam_v2.0.6
[    7.364453] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-0019 bound
[    7.372616] fzcam 2-0019: Detected FZCAM sensor
[    7.377385] fzcam 2-001a: probing v4l2 sensor
[    7.382011] fzcam 2-001a: tegracam sensor driver:fzcam_v2.0.6
[    7.387949] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-001a bound
[    7.396299] fzcam 2-001a: Detected FZCAM sensor
[    7.401069] fzcam 2-001b: probing v4l2 sensor
[    7.405644] debugfs: Directory 'fzcam_b' with parent '/' already present!
[    7.412632] fzcam 2-001b: tegracam sensor driver:fzcam_v2.0.6
[    7.418573] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-001b bound
[    7.426978] fzcam 2-001b: Detected FZCAM sensor
[    7.431751] fzcam 2-001c: probing v4l2 sensor
[    7.436341] fzcam 2-001c: tegracam sensor driver:fzcam_v2.0.6
[    7.442270] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-001c bound
[    7.450528] fzcam 2-001c: Detected FZCAM sensor
[    7.455303] fzcam 2-001d: probing v4l2 sensor
[    7.459902] debugfs: Directory 'fzcam_c' with parent '/' already present!
[    7.466888] fzcam 2-001d: tegracam sensor driver:fzcam_v2.0.6
[    7.466937] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    7.472826] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-001d bound
[    7.487873] fzcam 2-001d: Detected FZCAM sensor
[    7.492639] fzcam 2-001e: probing v4l2 sensor
[    7.497214] fzcam 2-001e: tegracam sensor driver:fzcam_v2.0.6
[    7.503146] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-001e bound
[    7.511806] fzcam 2-001e: Detected FZCAM sensor
[    7.516583] fzcam 2-001f: probing v4l2 sensor
[    7.521240] debugfs: Directory 'fzcam_d' with parent '/' already present!
[    7.528229] fzcam 2-001f: tegracam sensor driver:fzcam_v2.0.6
[    7.534153] tegra-camrtc-capture-vi tegra-capture-vi: subdev fzcam 2-001f bound
[    7.542507] fzcam 2-001f: Detected FZCAM sensor
[    7.548023] max929x 2-0048: MAX929x[0-0x48]:[0x0313=0x00]
[    7.554240] max929x 2-0048: MAX929x[0-0x48]:[0x0010=0x21]
[    7.633100] usb 1-2: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.00
[    7.641526] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.648866] usb 1-2: Product: USB2.0 Hub             
[    7.654069] usb 1-2: Manufacturer: VIA Labs, Inc.         
[    7.661163] hub 1-2:1.0: USB hub found
[    7.665337] hub 1-2:1.0: 5 ports detected
[    7.761450] max929x 2-0048: MAX929x[0-0x40]:[0x0000=0x40]
[    7.763532] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using tegra-xusb
[    7.767672] max929x 2-0048: MAX929x[0-0x20]:[0x0010=0x21]
[    7.825915] usb 2-2: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.00
[    7.834338] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.841684] usb 2-2: Product: USB3.0 Hub             
[    7.846881] usb 2-2: Manufacturer: VIA Labs, Inc.         
[    7.861573] hub 2-2:1.0: USB hub found
[    7.866910] hub 2-2:1.0: 4 ports detected
[    8.303888] max929x 2-0048: MAX929x[0-0x20]:[0x006b=0x16]
[    8.310111] max929x 2-0048: MAX929x[0-0x20]:[0x0073=0x17]
[    8.316320] max929x 2-0048: MAX929x[0-0x20]:[0x007b=0x36]
[    8.322846] max929x 2-0048: MAX929x[0-0x20]:[0x0083=0x36]
[    8.329434] max929x 2-0048: MAX929x[0-0x20]:[0x008b=0x36]
[    8.336066] max929x 2-0048: MAX929x[0-0x20]:[0x0093=0x36]
[    8.342290] max929x 2-0048: MAX929x[0-0x20]:[0x009b=0x36]
[    8.348503] max929x 2-0048: MAX929x[0-0x20]:[0x00a3=0x36]
[    8.354713] max929x 2-0048: MAX929x[0-0x20]:[0x00ab=0x36]
[    8.360936] max929x 2-0048: MAX929x[0-0x20]:[0x02be=0x10]
[    8.419301] usb 1-2.1: new full-speed USB device number 3 using tegra-xusb
[    8.471848] max929x 2-0048: MAX929x[0-0x20]:[0x02d3=0x00]
[    8.478468] max929x 2-0048: MAX929x[0-0x20]:[0x02d6=0x00]
[    8.591716] max929x 2-0048: MAX929x[0-0x20]:[0x0308=0x62]
[    8.594144] usb 1-2.1: New USB device found, idVendor=248a, idProduct=8367, bcdDevice= 1.00
[    8.598335] max929x 2-0048: MAX929x[0-0x20]:[0x0311=0xf0]
[    8.605868] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.605874] usb 1-2.1: Product: Wireless Receiver
[    8.612919] max929x 2-0048: MAX929x[0-0x20]:[0x0316=0x5e]
[    8.618938] usb 1-2.1: Manufacturer: Telink
[    8.629369] input: Telink Wireless Receiver Mouse as /devices/platform/3610000.xhci/usb1/1-2/1-2.1/1-2.1:1.0/0003:248A:8367.0001/input/input0
[    8.634718] max929x 2-0048: MAX929x[0-0x20]:[0x0002=0xf3]
[    8.647795] input: Telink Wireless Receiver Consumer Control as /devices/platform/3610000.xhci/usb1/1-2/1-2.1/1-2.1:1.0/0003:248A:8367.0001/input/input1
[    8.653281] max929x 2-0048: MAX929x[0-0x20]:[0x02d3=0x10]
[    8.672863] max929x 2-0048: MAX929x[0-0x20]:[0x02d3=0x84]
[    8.679478] max929x 2-0048: MAX929x[0-0x20]:[0x02d5=0x08]
[    8.686095] max929x 2-0048: MAX929x[0-0x20]:[0x02d6=0x10]
[    8.692717] max929x 2-0048: MAX929x[0-0x20]:[0x02d6=0x84]
[    8.699340] max929x 2-0048: MAX929x[0-0x20]:[0x02d8=0x08]
[    8.704890] max929x 2-0048: /dev/video0 is connected!
[    8.710755] max929x 2-0048: MAX929x[0-0x48]:[0x0010=0x22]
[    8.723743] input: Telink Wireless Receiver System Control as /devices/platform/3610000.xhci/usb1/1-2/1-2.1/1-2.1:1.0/0003:248A:8367.0001/input/input2
[    8.739333] hid-generic 0003:248A:8367.0001: input,hidraw0: USB HID v1.11 Mouse [Telink Wireless Receiver] on usb-3610000.xhci-2.1/input0
[    8.757069] input: Telink Wireless Receiver as /devices/platform/3610000.xhci/usb1/1-2/1-2.1/1-2.1:1.1/0003:248A:8367.0002/input/input3
[    8.829134] hid-generic 0003:248A:8367.0002: input,hidraw1: USB HID v1.11 Keyboard [Telink Wireless Receiver] on usb-3610000.xhci-2.1/input1
[    8.918003] max929x 2-0048: max929x_write_reg:i2c write failed, 0x0 = 42(err=-121)
[    8.926287] max929x 2-0048: MAX929x[0-0x40]:[0x0000=0x42]
[    8.931831] max929x 2-0048: /dev/video1 is disconnected!
[    8.937952] max929x 2-0048: MAX929x[0-0x48]:[0x0010=0x21]
[    8.944286] max929x 2-0048: MAX929x[0-0x48]:[0x0320=0x38]
[    8.950903] max929x 2-0048: MAX929x[0-0x48]:[0x044b=0x07]
[    8.957532] max929x 2-0048: MAX929x[0-0x48]:[0x046d=0x15]
[    8.964141] max929x 2-0048: MAX929x[0-0x48]:[0x044d=0x1e]
[    8.970759] max929x 2-0048: MAX929x[0-0x48]:[0x044e=0x1e]
[    8.975201] usb 1-2.4: new high-speed USB device number 4 using tegra-xusb
[    8.977376] max929x 2-0048: MAX929x[0-0x48]:[0x044f=0x00]
[    8.989999] max929x 2-0048: MAX929x[0-0x48]:[0x0450=0x00]
[    8.996613] max929x 2-0048: MAX929x[0-0x48]:[0x0451=0x01]
[    9.003230] max929x 2-0048: MAX929x[0-0x48]:[0x0452=0x01]
[    9.009848] max929x 2-0048: MAX929x[0-0x48]:[0x048b=0x07]
[    9.016463] max929x 2-0048: MAX929x[0-0x48]:[0x04ad=0x15]
[    9.023078] max929x 2-0048: MAX929x[0-0x48]:[0x048d=0x1e]
[    9.029694] max929x 2-0048: MAX929x[0-0x48]:[0x048e=0x5e]
[    9.036310] max929x 2-0048: MAX929x[0-0x48]:[0x048f=0x00]
[    9.042927] max929x 2-0048: MAX929x[0-0x48]:[0x0490=0x40]
[    9.049541] max929x 2-0048: MAX929x[0-0x48]:[0x0491=0x01]
[    9.055836] max929x 2-0048: MAX929x[0-0x48]:[0x0492=0x41]
[    9.062452] max929x 2-0048: MAX929x[0-0x48]:[0x044a=0x50]
[    9.069073] max929x 2-0048: MAX929x[0-0x48]:[0x048a=0x50]
[    9.075688] max929x 2-0048: MAX929x[0-0x48]:[0x0003=0x40]
[    9.082304] max929x 2-0048: MAX929x[0-0x48]:[0x0b08=0x20]
[    9.088918] max929x 2-0048: MAX929x[0-0x48]:[0x02c2=0x83]
[    9.095537] max929x 2-0048: MAX929x[0-0x48]:[0x02c3=0xa8]
[    9.147101] usb 1-2.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[    9.155699] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.163223] usb 1-2.4: Product: Android
[    9.167168] usb 1-2.4: Manufacturer: Android
[    9.207957] max929x 2-0048: MAX929x[0-0x48]:[0x0313=0x02]
[    9.213515] max929x 2-0048: max929x_probe: success
[    9.219483] max929x 2-004a: MAX929x[1-0x4a]:[0x0313=0x00]
[    9.225700] max929x 2-004a: MAX929x[1-0x4a]:[0x0010=0x21]
[    9.255193] usb 1-2.5: new high-speed USB device number 5 using tegra-xusb
[    9.370907] usb 1-2.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[    9.379503] usb 1-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.387026] usb 1-2.5: Product: USB Billboard Device   
[    9.392398] usb 1-2.5: Manufacturer: VIA Labs, Inc.         
[    9.398214] usb 1-2.5: SerialNumber: 0000000000000001
[    9.433700] max929x 2-004a: max929x_write_reg:i2c write failed, 0x0 = 44(err=-121)
[    9.441995] max929x 2-004a: MAX929x[1-0x40]:[0x0000=0x44]
[    9.447541] max929x 2-004a: /dev/video2 is disconnected!
[    9.454074] max929x 2-004a: MAX929x[1-0x4a]:[0x0010=0x22]
[    9.662060] max929x 2-004a: max929x_write_reg:i2c write failed, 0x0 = 46(err=-121)
[    9.670344] max929x 2-004a: MAX929x[1-0x40]:[0x0000=0x46]
[    9.675889] max929x 2-004a: /dev/video3 is disconnected!
[    9.681346] max929x 2-004a: max929x_probe: fail
[    9.687093] max929x 2-0068: MAX929x[2-0x68]:[0x0313=0x00]
[    9.693718] max929x 2-0068: MAX929x[2-0x68]:[0x0010=0x21]
[    9.901190] max929x 2-0068: MAX929x[2-0x40]:[0x0000=0x48]
[    9.907814] max929x 2-0068: MAX929x[2-0x20]:[0x0010=0x21]
[   10.448168] max929x 2-0068: MAX929x[2-0x20]:[0x006b=0x16]
[   10.454788] max929x 2-0068: MAX929x[2-0x20]:[0x0073=0x17]
[   10.461852] max929x 2-0068: MAX929x[2-0x20]:[0x007b=0x36]
[   10.468466] max929x 2-0068: MAX929x[2-0x20]:[0x0083=0x36]
[   10.475086] max929x 2-0068: MAX929x[2-0x20]:[0x008b=0x36]
[   10.481703] max929x 2-0068: MAX929x[2-0x20]:[0x0093=0x36]
[   10.488323] max929x 2-0068: MAX929x[2-0x20]:[0x009b=0x36]
[   10.494940] max929x 2-0068: MAX929x[2-0x20]:[0x00a3=0x36]
[   10.501561] max929x 2-0068: MAX929x[2-0x20]:[0x00ab=0x36]
[   10.508179] max929x 2-0068: MAX929x[2-0x20]:[0x02be=0x10]
[   10.620165] max929x 2-0068: MAX929x[2-0x20]:[0x02d3=0x00]
[   10.626784] max929x 2-0068: MAX929x[2-0x20]:[0x02d6=0x00]
[   10.740181] max929x 2-0068: MAX929x[2-0x20]:[0x0308=0x62]
[   10.746799] max929x 2-0068: MAX929x[2-0x20]:[0x0311=0xf0]
[   10.753020] max929x 2-0068: MAX929x[2-0x20]:[0x0316=0x5e]
[   10.759230] max929x 2-0068: MAX929x[2-0x20]:[0x0002=0xf3]
[   10.765439] max929x 2-0068: MAX929x[2-0x20]:[0x02d3=0x10]
[   10.771646] max929x 2-0068: MAX929x[2-0x20]:[0x02d3=0x84]
[   10.777854] max929x 2-0068: MAX929x[2-0x20]:[0x02d5=0x08]
[   10.784467] max929x 2-0068: MAX929x[2-0x20]:[0x02d6=0x10]
[   10.791087] max929x 2-0068: MAX929x[2-0x20]:[0x02d6=0x84]
[   10.797705] max929x 2-0068: MAX929x[2-0x20]:[0x02d8=0x08]
[   10.803256] max929x 2-0068: /dev/video4 is connected!
[   10.809532] max929x 2-0068: MAX929x[2-0x68]:[0x0010=0x22]
[   11.017502] max929x 2-0068: max929x_write_reg:i2c write failed, 0x0 = 4a(err=-121)
[   11.025788] max929x 2-0068: MAX929x[2-0x40]:[0x0000=0x4a]
[   11.031337] max929x 2-0068: /dev/video5 is disconnected!
[   11.037869] max929x 2-0068: MAX929x[2-0x68]:[0x0010=0x21]
[   11.044495] max929x 2-0068: MAX929x[2-0x68]:[0x0320=0x38]
[   11.051117] max929x 2-0068: MAX929x[2-0x68]:[0x044b=0x07]
[   11.057737] max929x 2-0068: MAX929x[2-0x68]:[0x046d=0x15]
[   11.064346] max929x 2-0068: MAX929x[2-0x68]:[0x044d=0x1e]
[   11.070924] max929x 2-0068: MAX929x[2-0x68]:[0x044e=0x1e]
[   11.077540] max929x 2-0068: MAX929x[2-0x68]:[0x044f=0x00]
[   11.084157] max929x 2-0068: MAX929x[2-0x68]:[0x0450=0x00]
[   11.090776] max929x 2-0068: MAX929x[2-0x68]:[0x0451=0x01]
[   11.097393] max929x 2-0068: MAX929x[2-0x68]:[0x0452=0x01]
[   11.104012] max929x 2-0068: MAX929x[2-0x68]:[0x048b=0x07]
[   11.110627] max929x 2-0068: MAX929x[2-0x68]:[0x04ad=0x15]
[   11.117242] max929x 2-0068: MAX929x[2-0x68]:[0x048d=0x1e]
[   11.123860] max929x 2-0068: MAX929x[2-0x68]:[0x048e=0x5e]
[   11.130479] max929x 2-0068: MAX929x[2-0x68]:[0x048f=0x00]
[   11.137096] max929x 2-0068: MAX929x[2-0x68]:[0x0490=0x40]
[   11.143713] max929x 2-0068: MAX929x[2-0x68]:[0x0491=0x01]
[   11.150332] max929x 2-0068: MAX929x[2-0x68]:[0x0492=0x41]
[   11.156950] max929x 2-0068: MAX929x[2-0x68]:[0x044a=0x50]
[   11.163165] max929x 2-0068: MAX929x[2-0x68]:[0x048a=0x50]
[   11.169371] max929x 2-0068: MAX929x[2-0x68]:[0x0003=0x40]
[   11.175585] max929x 2-0068: MAX929x[2-0x68]:[0x0b08=0x20]
[   11.181790] max929x 2-0068: MAX929x[2-0x68]:[0x02c2=0x83]
[   11.188000] max929x 2-0068: MAX929x[2-0x68]:[0x02c3=0xa8]
[   11.298947] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[   11.309201] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[   11.319427] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[   11.329622] max929x 2-0068: MAX929x[2-0x68]:[0x0313=0x02]
[   11.335170] max929x 2-0068: max929x_probe: success
[   11.340093] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[   11.351469] max929x 2-006c: MAX929x[3-0x6c]:[0x0313=0x00]
[   11.357723] max929x 2-006c: MAX929x[3-0x6c]:[0x0010=0x21]
[   11.565147] max929x 2-006c: MAX929x[3-0x40]:[0x0000=0x4c]
[   11.571371] max929x 2-006c: MAX929x[3-0x20]:[0x0010=0x21]
[   12.112183] max929x 2-006c: MAX929x[3-0x20]:[0x006b=0x16]
[   12.118797] max929x 2-006c: MAX929x[3-0x20]:[0x0073=0x17]
[   12.125858] max929x 2-006c: MAX929x[3-0x20]:[0x007b=0x36]
[   12.132472] max929x 2-006c: MAX929x[3-0x20]:[0x0083=0x36]
[   12.139090] max929x 2-006c: MAX929x[3-0x20]:[0x008b=0x36]
[   12.145707] max929x 2-006c: MAX929x[3-0x20]:[0x0093=0x36]
[   12.152327] max929x 2-006c: MAX929x[3-0x20]:[0x009b=0x36]
[   12.158946] max929x 2-006c: MAX929x[3-0x20]:[0x00a3=0x36]
[   12.165565] max929x 2-006c: MAX929x[3-0x20]:[0x00ab=0x36]
[   12.172180] max929x 2-006c: MAX929x[3-0x20]:[0x02be=0x10]
[   12.284161] max929x 2-006c: MAX929x[3-0x20]:[0x02d3=0x00]
[   12.290779] max929x 2-006c: MAX929x[3-0x20]:[0x02d6=0x00]
[   12.404178] max929x 2-006c: MAX929x[3-0x20]:[0x0308=0x62]
[   12.410397] max929x 2-006c: MAX929x[3-0x20]:[0x0311=0xf0]
[   12.417443] max929x 2-006c: MAX929x[3-0x20]:[0x0316=0x5e]
[   12.424061] max929x 2-006c: MAX929x[3-0x20]:[0x0002=0xf3]
[   12.430679] max929x 2-006c: MAX929x[3-0x20]:[0x02d3=0x10]
[   12.437296] max929x 2-006c: MAX929x[3-0x20]:[0x02d3=0x84]
[   12.443916] max929x 2-006c: MAX929x[3-0x20]:[0x02d5=0x08]
[   12.450539] max929x 2-006c: MAX929x[3-0x20]:[0x02d6=0x10]
[   12.457156] max929x 2-006c: MAX929x[3-0x20]:[0x02d6=0x84]
[   12.463775] max929x 2-006c: MAX929x[3-0x20]:[0x02d8=0x08]
[   12.469323] max929x 2-006c: /dev/video6 is connected!
[   12.475595] max929x 2-006c: MAX929x[3-0x6c]:[0x0010=0x22]
[   12.683703] max929x 2-006c: max929x_write_reg:i2c write failed, 0x0 = 4e(err=-121)
[   12.691992] max929x 2-006c: MAX929x[3-0x40]:[0x0000=0x4e]
[   12.697539] max929x 2-006c: /dev/video7 is disconnected!
[   12.704075] max929x 2-006c: MAX929x[3-0x6c]:[0x0010=0x21]
[   12.710695] max929x 2-006c: MAX929x[3-0x6c]:[0x0320=0x38]
[   12.717319] max929x 2-006c: MAX929x[3-0x6c]:[0x044b=0x07]
[   12.723939] max929x 2-006c: MAX929x[3-0x6c]:[0x046d=0x15]
[   12.730561] max929x 2-006c: MAX929x[3-0x6c]:[0x044d=0x1e]
[   12.737184] max929x 2-006c: MAX929x[3-0x6c]:[0x044e=0x1e]
[   12.743807] max929x 2-006c: MAX929x[3-0x6c]:[0x044f=0x00]
[   12.750432] max929x 2-006c: MAX929x[3-0x6c]:[0x0450=0x00]
[   12.757057] max929x 2-006c: MAX929x[3-0x6c]:[0x0451=0x01]
[   12.763673] max929x 2-006c: MAX929x[3-0x6c]:[0x0452=0x01]
[   12.770292] max929x 2-006c: MAX929x[3-0x6c]:[0x048b=0x07]
[   12.776910] max929x 2-006c: MAX929x[3-0x6c]:[0x04ad=0x15]
[   12.783528] max929x 2-006c: MAX929x[3-0x6c]:[0x048d=0x1e]
[   12.789744] max929x 2-006c: MAX929x[3-0x6c]:[0x048e=0x5e]
[   12.795949] max929x 2-006c: MAX929x[3-0x6c]:[0x048f=0x00]
[   12.802155] max929x 2-006c: MAX929x[3-0x6c]:[0x0490=0x40]
[   12.808360] max929x 2-006c: MAX929x[3-0x6c]:[0x0491=0x01]
[   12.814563] max929x 2-006c: MAX929x[3-0x6c]:[0x0492=0x41]
[   12.820771] max929x 2-006c: MAX929x[3-0x6c]:[0x044a=0x50]
[   12.826977] max929x 2-006c: MAX929x[3-0x6c]:[0x048a=0x50]
[   12.833184] max929x 2-006c: MAX929x[3-0x6c]:[0x0003=0x40]
[   12.839395] max929x 2-006c: MAX929x[3-0x6c]:[0x0b08=0x20]
[   12.845601] max929x 2-006c: MAX929x[3-0x6c]:[0x02c2=0x83]
[   12.851808] max929x 2-006c: MAX929x[3-0x6c]:[0x02c3=0xa8]
[   12.964571] max929x 2-006c: MAX929x[3-0x6c]:[0x0313=0x02]
[   12.970133] max929x 2-006c: max929x_probe: success
[   12.995436] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[   13.018739] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1968000 KHz, changing to: 1971200 KHz
[   13.032285] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1969000 KHz, changing to: 1971200 KHz
[   13.044111] tegra194-cpufreq e000000.ccplex: probed with ICC
[   13.051459] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[   13.052109] sdhci-tegra 3400000.sdhci: Got CD GPIO
[   13.064332] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[   13.071498] tegra194-pcie 14100000.pcie:       IO 0x0030100000..0x00301fffff -> 0x0030100000
[   13.072294] irq: IRQ296: trimming hierarchy from :interrupt-controller@f400000-1
[   13.080175] tegra194-pcie 14100000.pcie:      MEM 0x20a8000000..0x20afffffff -> 0x0040000000
[   13.080178] tegra194-pcie 14100000.pcie:      MEM 0x2080000000..0x20a7ffffff -> 0x2080000000
[   13.087816] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 296
[   13.210927] tegra194-pcie 14100000.pcie: Link up
[   13.216931] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[   13.223746] pci_bus 0001:00: root bus resource [bus 00-ff]
[   13.229388] pci_bus 0001:00: root bus resource [io  0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[   13.239232] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[   13.250058] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[   13.257978] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[   13.264308] pci 0001:00:00.0: PME# supported from D0 D3hot
[   13.274402] pci 0001:01:00.0: [8086:24fd] type 00 class 0x028000
[   13.280800] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[   13.289052] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[   13.299596] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[   13.307023] pci 0001:01:00.0: BAR 0: assigned [mem 0x20a8000000-0x20a8001fff 64bit]
[   13.315010] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[   13.320379] pci 0001:00:00.0:   bridge window [mem 0x20a8000000-0x20a80fffff]
[   13.327730] pci 0001:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[   13.336483] pci 0001:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[   13.345416] pcieport 0001:00:00.0: Adding to iommu group 8
[   13.351274] pcieport 0001:00:00.0: PME: Signaling with IRQ 55
[   13.357645] pcieport 0001:00:00.0: AER: enabled with IRQ 55
[   13.364204] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[   13.371907] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[   13.379072] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[   13.387755] tegra194-pcie 14160000.pcie:      MEM 0x2428000000..0x242fffffff -> 0x0040000000
[   13.396437] tegra194-pcie 14160000.pcie:      MEM 0x2140000000..0x2427ffffff -> 0x2140000000
[   13.511089] tegra194-pcie 14160000.pcie: Link up
[   13.518030] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[   13.524845] pci_bus 0004:00: root bus resource [bus 00-ff]
[   13.530477] pci_bus 0004:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[   13.540591] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[   13.551418] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[   13.559335] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[   13.565638] pci 0004:00:00.0: PME# supported from D0 D3hot
[   13.575324] pci 0004:01:00.0: [144d:a809] type 00 class 0x010802
[   13.581679] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[   13.594066] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[   13.601503] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit]
[   13.609460] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[   13.614833] pci 0004:00:00.0:   bridge window [mem 0x2428000000-0x24280fffff]
[   13.622193] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   13.630933] pci 0004:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[   13.639849] pcieport 0004:00:00.0: Adding to iommu group 9
[   13.645680] pcieport 0004:00:00.0: PME: Signaling with IRQ 57
[   13.652055] pcieport 0004:00:00.0: AER: enabled with IRQ 57
[   13.658080] nvme 0004:01:00.0: Adding to iommu group 9
[   13.663797] nvme nvme0: pci function 0004:01:00.0
[   13.668708] nvme 0004:01:00.0: enabling device (0000 -> 0002)
[   13.674648] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[   13.680906] nvme nvme0: Shutdown timeout set to 8 seconds
[   13.687669] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges:
[   13.694845] tegra194-pcie 141e0000.pcie:       IO 0x003e100000..0x003e1fffff -> 0x003e100000
[   13.703535] tegra194-pcie 141e0000.pcie:      MEM 0x3228000000..0x322fffffff -> 0x0040000000
[   13.704785] nvme nvme0: allocated 64 MiB host memory buffer.
[   13.712223] tegra194-pcie 141e0000.pcie:      MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000
[   13.770430] nvme nvme0: 6/0/0 default/read/poll queues
[   13.783218]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[   14.807263] tegra194-pcie 141e0000.pcie: Phy link never came up
[   14.813435] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00
[   14.820250] pci_bus 0007:00: root bus resource [bus 00-ff]
[   14.825886] pci_bus 0007:00: root bus resource [io  0x200000-0x2fffff] (bus address [0x3e100000-0x3e1fffff])
[   14.836001] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff])
[   14.846823] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref]
[   14.854746] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400
[   14.861062] pci 0007:00:00.0: PME# supported from D0 D3hot
[   14.874688] pci 0007:00:00.0: PCI bridge to [bus 01-ff]
[   14.880076] pci 0007:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   14.889038] pcieport 0007:00:00.0: Adding to iommu group 10
[   14.894994] pcieport 0007:00:00.0: PME: Signaling with IRQ 59
[   14.901367] pcieport 0007:00:00.0: AER: enabled with IRQ 59
[   14.907313] pci_bus 0007:01: busn_res: [bus 01-ff] is released
[   14.913399] pci 0007:00:00.0: Removing from iommu group 10
[   14.919049] pci_bus 0007:00: busn_res: [bus 00-ff] is released
[   14.926765] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[   14.933237] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[   14.933687] tegra194-pcie 140c0000.pcie: Using GICv2m MSI allocator
[   15.006692] CPU:0, Error: cbb-fabric@0x13a00000, irq=25
[   15.012060] **************************************
[   15.016986] CPU:0, Error:cbb-fabric, Errmon:2
[   15.021468] 	  Error Code		: TIMEOUT_ERR
[   15.025494] 	  Overflow		: Multiple TIMEOUT_ERR

[   15.031684] 	  Error Code		: TIMEOUT_ERR
[   15.035712] 	  MASTER_ID		: CCPLEX
[   15.039206] 	  Address		: 0x3f30078
[   15.042794] 	  Cache			: 0x1 -- Bufferable 
[   15.047085] 	  Protection		: 0x2 -- Unprivileged, Non-Secure, Data Access
[   15.054067] 	  Access_Type		: Read
[   15.057555] 	  Access_ID		: 0x16
[   15.057556] 	  Fabric		: cbb-fabric
[   15.064446] 	  Slave_Id		: 0x33
[   15.067662] 	  Burst_length		: 0x0
[   15.071150] 	  Burst_type		: 0x1
[   15.074462] 	  Beat_size		: 0x2
[   15.077685] 	  VQC			: 0x0
[   15.080462] 	  GRPSEC		: 0x7e
[   15.083504] 	  FALCONSEC		: 0x0
[   15.086730] 	**************************************
[   15.091753] ------------[ cut here ]------------
[   15.096511] WARNING: CPU: 0 PID: 0 at drivers/soc/tegra/cbb/tegra234-cbb.c:577 tegra234_cbb_isr+0x130/0x170
[   15.106521] Modules linked in:
[   15.109653] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.104-tegra #31
[   15.116536] Hardware name: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[   15.127887] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   15.134051] pc : tegra234_cbb_isr+0x130/0x170
[   15.138522] lr : tegra234_cbb_isr+0x10c/0x170
[   15.142996] sp : ffff800010003e10
[   15.146397] x29: ffff800010003e10 x28: ffffdf60915d2680 
[   15.151848] x27: 0000000000000001 x26: 0000000000000080 
[   15.157297] x25: ffffdf6090ff84f8 x24: ffffdf609193be40 
[   15.162746] x23: ffffdf60912d7000 x22: 0000000000000019 
[   15.168204] x21: ffffdf609175ef20 x20: 0000000000000002 
[   15.173654] x19: ffffdf609175ef10 x18: 0000000000000010 
[   15.179098] x17: 0000000000000007 x16: 000000000000000e 
[   15.184544] x15: ffffdf60915d2bf0 x14: ffffffffffffffff 
[   15.190009] x13: ffff800090003917 x12: ffff800010003920 
[   15.195457] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f 
[   15.200902] x9 : ffff800010003c30 x8 : 2a2a2a2a2a2a2a2a 
[   15.206359] x7 : 2a2a2a2a2a2a2a09 x6 : c0000000ffffefff 
[   15.211807] x5 : 0000000000057fa8 x4 : ffffdf60915e7968 
[   15.217260] x3 : 00000000ffffffff x2 : ffffdf608fac7460 
[   15.222709] x1 : ffffdf60915d2680 x0 : 0000000100010001 
[   15.228163] Call trace:
[   15.230674]  tegra234_cbb_isr+0x130/0x170
[   15.234791]  __handle_irq_event_percpu+0x60/0x2a0
[   15.239609]  handle_irq_event_percpu+0x3c/0xa0
[   15.244165]  handle_irq_event+0x4c/0xf0
[   15.248094]  handle_fasteoi_irq+0xbc/0x170
[   15.252300]  generic_handle_irq+0x3c/0x60
[   15.256410]  __handle_domain_irq+0x6c/0xc0
[   15.260608]  gic_handle_irq+0x64/0x130
[   15.264457]  el1_irq+0xd0/0x180
[   15.267684]  cpuidle_enter_state+0xb4/0x400
[   15.271976]  cpuidle_enter+0x3c/0x50
[   15.275643]  call_cpuidle+0x40/0x70
[   15.279224]  do_idle+0x1fc/0x260
[   15.282533]  cpu_startup_entry+0x28/0x70
[   15.286556]  rest_init+0xd8/0xe4
[   15.289875]  arch_call_rest_init+0x14/0x1c
[   15.294081]  start_kernel+0x50c/0x540
[   15.297832] ---[ end trace 6c157a20d27d6559 ]---
[   15.302754] tegra194-pcie 140c0000.pcie: host bridge /pcie@140c0000 ranges:
[   15.309935] tegra194-pcie 140c0000.pcie:       IO 0x002c100000..0x002c1fffff -> 0x002c100000
[   15.318615] tegra194-pcie 140c0000.pcie:      MEM 0x3828000000..0x382fffffff -> 0x0040000000
[   15.327292] tegra194-pcie 140c0000.pcie:      MEM 0x3540000000..0x3827ffffff -> 0x3540000000
[   16.435260] tegra194-pcie 140c0000.pcie: Phy link never came up
[   16.441405] tegra194-pcie 140c0000.pcie: PCI host bridge to bus 0009:00
[   16.448215] pci_bus 0009:00: root bus resource [bus 00-ff]
[   16.453847] pci_bus 0009:00: root bus resource [io  0x300000-0x3fffff] (bus address [0x2c100000-0x2c1fffff])
[   16.463959] pci_bus 0009:00: root bus resource [mem 0x3828000000-0x382fffffff] (bus address [0x40000000-0x47ffffff])
[   16.474783] pci_bus 0009:00: root bus resource [mem 0x3540000000-0x3827ffffff pref]
[   16.482699] pci 0009:00:00.0: [10de:229c] type 01 class 0x060400
[   16.489006] pci 0009:00:00.0: PME# supported from D0 D3hot
[   16.502110] pci 0009:00:00.0: PCI bridge to [bus 01-ff]
[   16.507494] pci 0009:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   16.516411] pcieport 0009:00:00.0: Adding to iommu group 12
[   16.522329] pcieport 0009:00:00.0: PME: Signaling with IRQ 63
[   16.528708] pcieport 0009:00:00.0: AER: enabled with IRQ 63
[   16.534642] pci_bus 0009:01: busn_res: [bus 01-ff] is released
[   16.540737] pci 0009:00:00.0: Removing from iommu group 12
[   16.546377] pci_bus 0009:00: busn_res: [bus 00-ff] is released
[   16.553730] vdd-3v3-sd: supplied by vdd-3v3
[   16.558374] vdd-otg-5v: supplied by vdd-5v-sys
[   16.565145] tegra194-isp5 14800000.isp: initialized
[   16.573163] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[   16.579598] (NULL device *): fops function table already registered
[   16.587857] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[   16.594862] sdhci-tegra 3400000.sdhci: Got CD GPIO
[   16.599854] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[   16.606561] irq: IRQ304: trimming hierarchy from :interrupt-controller@f400000-1
[   16.614796] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 296
[   16.719436] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges:
[   16.726601] tegra194-pcie 140a0000.pcie:       IO 0x002a100000..0x002a1fffff -> 0x002a100000
[   16.735283] tegra194-pcie 140a0000.pcie:      MEM 0x3528000000..0x352fffffff -> 0x0040000000
[   16.743957] tegra194-pcie 140a0000.pcie:      MEM 0x3240000000..0x3527ffffff -> 0x3240000000
[   16.859080] tegra194-pcie 140a0000.pcie: Link up
[   16.866895] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00
[   16.873713] pci_bus 0008:00: root bus resource [bus 00-ff]
[   16.879355] pci_bus 0008:00: root bus resource [io  0x400000-0x4fffff] (bus address [0x2a100000-0x2a1fffff])
[   16.889468] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff])
[   16.900293] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref]
[   16.908199] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400
[   16.914509] pci 0008:00:00.0: PME# supported from D0 D3hot
[   16.924384] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000
[   16.930699] pci 0008:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[   16.936603] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[   16.943683] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[   16.951688] pci 0008:01:00.0: supports D1 D2
[   16.956082] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   16.967261] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff]
[   16.974697] pci 0008:00:00.0: BAR 13: assigned [io  0x400000-0x400fff]
[   16.981411] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit]
[   16.989370] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit]
[   16.997332] pci 0008:01:00.0: BAR 0: assigned [io  0x400000-0x4000ff]
[   17.003990] pci 0008:00:00.0: PCI bridge to [bus 01-ff]
[   17.009357] pci 0008:00:00.0:   bridge window [io  0x400000-0x400fff]
[   17.015968] pci 0008:00:00.0:   bridge window [mem 0x3528000000-0x35280fffff]
[   17.023326] pci 0008:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[   17.032067] pci 0008:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[   17.040994] pcieport 0008:00:00.0: Adding to iommu group 11
[   17.046959] pcieport 0008:00:00.0: PME: Signaling with IRQ 61
[   17.053405] pcieport 0008:00:00.0: AER: enabled with IRQ 61
[   17.060333] irq: IRQ306: trimming hierarchy from :pmc@c360000
[   17.066312] irq: IRQ307: trimming hierarchy from :interrupt-controller@f400000-1
[   17.074016] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[   17.080964] random: crng init done
[   17.085230] tegra-se-nvhost 15810000.se: Adding to iommu group 51
[   17.091850] tegra-se-nvhost 15810000.se: initialized
[   17.106042] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[   17.112405] tegra-se-nvhost 15820000.se: Adding to iommu group 52
[   17.118953] tegra-se-nvhost 15820000.se: initialized
[   17.126302] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[   17.132651] tegra-se-nvhost 15840000.se: Adding to iommu group 53
[   17.139161] tegra-se-nvhost 15840000.se: initialized
[   17.146322] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[   17.153137] tegra_actmon d230000.actmon: in actmon_register()...
[   17.159452] tegra_actmon d230000.actmon: bwmgr_disable = 1
[   17.165494] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[   17.173882] hvc_sysfs: hypervisor is not present
[   17.213012] ALSA device list:
[   17.216072]   No soundcards found.
[   17.220228] Freeing unused kernel memory: 3968K
[   17.224963] Run /init as init process
[   17.228723]   with arguments:
[   17.228724]     /init
[   17.228725]   with environment:
[   17.228726]     HOME=/
[   17.228727]     TERM=linux
[   17.228728]     mminit_loglevel=4
[   17.241370] Root device found: PARTUUID=c70d873f-d93c-47fb-af1a-acca6067d3ad
[   17.501958] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[   17.512940] Rootfs mounted over PARTUUID=c70d873f-d93c-47fb-af1a-acca6067d3ad
[   17.528684] Switching from initrd to actual rootfs
[   17.567398] systemd[1]: System time before build time, advancing clock.
[   17.597180] x_tables: module verification failed: signature and/or required key missing - tainting kernel
[   17.620529] systemd[1]: systemd 245.4-4ubuntu3.19 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)
[   17.644123] systemd[1]: Detected architecture arm64.
[   17.682073] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[   17.691458] systemd[1]: Set hostname to <muyi-desktop>.
[   17.760111] systemd[1]: /etc/systemd/system/todeskd.service:8: Failed to parse service restart specifier, ignoring: 3s
[   17.784913] systemd[1]: Configuration file /etc/systemd/system/runsunloginclient.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[   17.836963] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   17.849955] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   17.859542] systemd[1]: Created slice system-modprobe.slice.
[   17.879240] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   17.899172] systemd[1]: Created slice User and Session Slice.
[   17.919023] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   17.943182] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   17.967002] systemd[1]: Reached target User and Group Name Lookups.
[   17.986957] systemd[1]: Reached target Slices.
[   18.002954] systemd[1]: Reached target Mounting snaps.
[   18.022946] systemd[1]: Reached target Mounted snaps.
[   18.042949] systemd[1]: Reached target Swap.
[   18.059185] systemd[1]: Listening on RPCbind Server Activation Socket.
[   18.080320] systemd[1]: Listening on Syslog Socket.
[   18.099047] systemd[1]: Listening on fsck to fsckd communication Socket.
[   18.123005] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   18.143152] systemd[1]: Listening on Journal Audit Socket.
[   18.163041] systemd[1]: Listening on Journal Socket (/dev/log).
[   18.183064] systemd[1]: Listening on Journal Socket.
[   18.203066] systemd[1]: Listening on udev Control Socket.
[   18.223013] systemd[1]: Listening on udev Kernel Socket.
[   18.243979] systemd[1]: Mounting Huge Pages File System...
[   18.263951] systemd[1]: Mounting POSIX Message Queue File System...
[   18.283832] systemd[1]: Mounting RPC Pipe File System...
[   18.303921] systemd[1]: Mounting Kernel Debug File System...
[   18.323958] systemd[1]: Mounting Kernel Trace File System...
[   18.348157] systemd[1]: Starting Journal Service...
[   18.372294] systemd[1]: Starting Set the console keyboard layout...
[   18.400152] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   18.428101] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   18.454990] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   18.464469] systemd[1]: Starting Load Kernel Module efi_pstore...
[   18.483978] systemd[1]: Starting Load Kernel Module pstore_blk...
[   18.503956] systemd[1]: Starting Load Kernel Module pstore_zone...
[   18.523896] systemd[1]: Starting Load Kernel Module ramoops...
[   18.547883] systemd[1]: Starting NVIDIA specific first-boot udev script...
[   18.575933] systemd[1]: Started Nameserver information manager.
[   18.595084] systemd[1]: Reached target Network (Pre).
[   18.619751] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   18.629100] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   18.639999] systemd[1]: Starting Load Kernel Modules...
[   18.650698] nvmap_heap_init: nvmap_heap_init: created heap block cache
[   18.657994] nvmap_page_pool_init: Total RAM pages: 1878291
[   18.663636] nvmap_page_pool_init: nvmap page pool size: 234786 pages (917 MB)
[   18.671020] nvmap_background_zero_thread: PP zeroing thread starting.
[   18.691944] systemd[1]: Starting Remount Root and Kernel File Systems...
[   18.700430] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[   18.704616] nvgpu: 17000000.ga10b          nvgpu_nvhost_syncpt_init:135  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[   18.736068] systemd[1]: Starting udev Coldplug all Devices...
[   18.756698] systemd[1]: Started Journal Service.
[   19.077508] systemd-journald[249]: Received client request to flush runtime journal.
[   19.579321] nvidia: loading out-of-tree module taints kernel.
[   19.617755] nv_platform 13800000.display: Adding to iommu group 54
[   19.625341] platform 13800000.display:nvdisplay-niso: Adding to iommu group 55
[   19.645377] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64  35.3.1  Release Build  (buildbrain@mobile-u64-6289-d7000)  Sun Mar 19 08:09:33 PDT 2023
[   19.648958] spi-tegra114 3210000.spi: Adding to iommu group 2
[   19.650303] r8169 0008:01:00.0: Adding to iommu group 11
[   19.650704] r8169 0008:01:00.0: enabling device (0000 -> 0003)
[   19.671690] tegra-hda 3510000.hda: Adding to iommu group 56
[   19.675219] spi-tegra114 3230000.spi: Adding to iommu group 2
[   19.695328] nvadsp 2993000.adsp: Adding to iommu group 57
[   19.695477] nvadsp 2993000.adsp: in probe()...
[   19.696188] nvadsp 2993000.adsp: nvadsp_app_module_probe
[   19.706225] cpu-throttle-alert cooling device registered.
[   19.707345] gpu-throttle-alert cooling device registered.
[   19.707676] cv0-throttle-alert cooling device registered.
[   19.707989] cv1-throttle-alert cooling device registered.
[   19.708313] cv2-throttle-alert cooling device registered.
[   19.710043] r8169 0008:01:00.0 eth0: RTL8168h/8111h, 48:b0:2d:d8:cb:c3, XID 541, IRQ 308
[   19.710048] r8169 0008:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   19.710308] soc0-throttle-alert cooling device registered.
[   19.710700] soc1-throttle-alert cooling device registered.
[   19.711094] soc2-throttle-alert cooling device registered.
[   19.711279] irq: IRQ309: trimming hierarchy from :pmc@c360000
[   19.716043] hot-surface-alert cooling device registered.
[   19.717687] fusb301 1-0025: failed to read device id, err : 0xffffff87
[   19.719202] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[   19.732613] Intel(R) Wireless WiFi driver for Linux
[   19.733822] iwlwifi 0001:01:00.0: Adding to iommu group 8
[   19.741150] iwlwifi 0001:01:00.0: enabling device (0000 -> 0002)
[   19.744200] fusb301 1-0025: fusb301 not support
[   19.752503] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input5
[   19.752695] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input6
[   19.752773] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input7
[   19.753055] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input8
[   19.755105] fusb301: probe of 1-0025 failed with error -22
[   19.758186] iwlwifi 0001:01:00.0: Found debug destination: EXTERNAL_DRAM
[   19.761183] iwlwifi 0001:01:00.0: Found debug configuration: 0
[   19.761889] iwlwifi 0001:01:00.0: loaded firmware version 36.77d01142.0 8265-36.ucode op_mode iwlmvm
[   19.780772] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 57
[   19.780805] tegra210_adsp_audio_probe: platform probe started
[   19.781165] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[   19.781416] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[   19.781662] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[   19.781903] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[   19.782143] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[   19.782380] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[   19.782383] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[   19.782384] tegra210-adsp tegra210-adsp: using adma channel page 0
[   19.782442] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[   19.792686] tegra-asoc: sound: Adding to iommu group 57
[   19.918303] cryptd: max_cpu_qlen set to 1000
[   19.985833] usbcore: registered new interface driver option
[   19.985871] usbserial: USB Serial support registered for GSM modem (1-port)
[   19.986003] option 1-2.4:1.0: GSM modem (1-port) converter detected
[   19.990165] usb 1-2.4: GSM modem (1-port) converter now attached to ttyUSB0
[   19.994505] option 1-2.4:1.1: GSM modem (1-port) converter detected
[   19.994649] usb 1-2.4: GSM modem (1-port) converter now attached to ttyUSB1
[   19.994731] option 1-2.4:1.2: GSM modem (1-port) converter detected
[   19.994833] usb 1-2.4: GSM modem (1-port) converter now attached to ttyUSB2
[   19.994877] option 1-2.4:1.3: GSM modem (1-port) converter detected
[   19.995261] usb 1-2.4: GSM modem (1-port) converter now attached to ttyUSB3
[   20.131019] tegra210-adsp tegra210-adsp: Loaded app wire
[   20.131024] tegra210-adsp tegra210-adsp: Loaded app apm
[   20.131025] tegra210-adsp tegra210-adsp: Loaded app adma
[   20.131027] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[   20.131029] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 0000000010995693
[   20.157544] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[   20.173716] iwlwifi 0001:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[   20.192405] iwlwifi 0001:01:00.0: Applying debug destination EXTERNAL_DRAM
[   20.193153] iwlwifi 0001:01:00.0: Allocated 0x00400000 bytes for firmware monitor.
[   20.243019] iwlwifi 0001:01:00.0: base HW address: 98:3b:8f:8a:b2:6d
[   20.317157] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   20.317916] thermal thermal_zone9: failed to read out thermal zone (-61)
[   20.701796] using random self ethernet address
[   20.708104] using random host ethernet address
[   20.979584] loop: module loaded
[   21.142313] Mass Storage Function, version: 2009/09/11
[   21.142322] LUN: removable file: (no medium)
[   21.145139] using random self ethernet address
[   21.149737] using random host ethernet address
[   21.162661] rndis0: HOST MAC 8e:71:f0:2f:f4:b4
[   21.162666] rndis0: MAC 8e:71:f0:2f:f4:b5
[   21.163304] usb0: HOST MAC 8e:71:f0:2f:f4:b6
[   21.163308] usb0: MAC 8e:71:f0:2f:f4:b7
[   21.164165] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[   21.166781] l4tbr0: port 1(rndis0) entered blocking state
[   21.166793] l4tbr0: port 1(rndis0) entered disabled state
[   21.167042] device rndis0 entered promiscuous mode
[   21.173169] l4tbr0: port 2(usb0) entered blocking state
[   21.173181] l4tbr0: port 2(usb0) entered disabled state
[   21.173297] device usb0 entered promiscuous mode
[   21.518946] Generic FE-GE Realtek PHY r8169-8-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-8-100:00, irq=IGNORE)
[   21.715099] r8169 0008:01:00.0 eth0: Link is Down
[   21.728060] iwlwifi 0001:01:00.0: Applying debug destination EXTERNAL_DRAM
[   21.860270] iwlwifi 0001:01:00.0: Applying debug destination EXTERNAL_DRAM
[   21.924926] iwlwifi 0001:01:00.0: FW already configured (0) - re-configuring
[   21.932286] ACPI: <n/a>: failed to evaluate _DSM (0x1001)
[   21.938064] ACPI: <n/a>: failed to evaluate _DSM (0x1001)
[   22.639305] pstore: Using crash dump compression: deflate
[   22.639342] printk: console [ramoops-1] enabled
[   22.639344] pstore: Registered ramoops as persistent store backend
[   22.639346] ramoops: using 0x200000@0x268000000, ecc: 0
[   22.661890] nvgpu: 17000000.ga10b                 tpc_pg_mask_store:1067 [INFO]  no value change, same mask already set
[   22.778866] nvgpu: 17000000.ga10b                  gk20a_scale_init:539  [INFO]  enabled scaling for GPU

[   22.930041] zram: Added device: zram0
[   22.930231] zram: Added device: zram1
[   22.932285] zram: Added device: zram2
[   22.933040] zram: Added device: zram3
[   22.933264] zram: Added device: zram4
[   22.933532] zram: Added device: zram5
[   22.976021] zram0: detected capacity change from 0 to 641126400
[   23.011193] Adding 626096k swap on /dev/zram0.  Priority:5 extents:1 across:626096k SS
[   23.013531] zram1: detected capacity change from 0 to 641126400
[   23.050997] Adding 626096k swap on /dev/zram1.  Priority:5 extents:1 across:626096k SS
[   23.052252] zram2: detected capacity change from 0 to 641126400
[   23.087003] Adding 626096k swap on /dev/zram2.  Priority:5 extents:1 across:626096k SS
[   23.088264] zram3: detected capacity change from 0 to 641126400
[   23.111005] Adding 626096k swap on /dev/zram3.  Priority:5 extents:1 across:626096k SS
[   23.112240] zram4: detected capacity change from 0 to 641126400
[   23.146981] Adding 626096k swap on /dev/zram4.  Priority:5 extents:1 across:626096k SS
[   23.148050] zram5: detected capacity change from 0 to 641126400
[   23.194981] Adding 626096k swap on /dev/zram5.  Priority:5 extents:1 across:626096k SS
[   23.749723] fuse: init (API version 7.32)
[   24.004424] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for aarch64  35.3.1  Release Build  (buildbrain@mobile-u64-6289-d7000)  Sun Mar 19 08:09:35 PDT 2023
[   24.230017] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080013f result 0x56:
[   24.230871] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080017e result 0x56:
[   24.234521] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080014a result 0x56:
[   24.305007] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[   24.305440] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x730190 result 0x56:
[   25.482986] wlan0: authenticate with 44:6a:2e:15:c3:10
[   25.492257] wlan0: send auth to 44:6a:2e:15:c3:10 (try 1/3)
[   25.497892] wlan0: authenticated
[   25.498947] wlan0: associate with 44:6a:2e:15:c3:10 (try 1/3)
[   25.520743] wlan0: RX AssocResp from 44:6a:2e:15:c3:10 (capab=0x1411 status=0 aid=6)
[   25.523060] wlan0: associated
[   25.547698] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   25.567085] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 44:6a:2e:15:c3:10
[  240.476848] bwmgr API not supported
[  243.227259] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[  243.240068] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[  243.250500] (NULL device *): vi_capture_control_message: NULL VI channel received
[  243.258272] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: csi5_stream_close: Error in closing stream_id=0, csi_port=0
[  243.268994] (NULL device *): vi_capture_control_message: NULL VI channel received
[  243.276744] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: csi5_stream_open: VI channel not found for stream- 0 vc- 0
[  243.287639] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[  245.799696] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[  245.808928] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[  245.819469] (NULL device *): vi_capture_control_message: NULL VI channel received
[  245.827231] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: csi5_stream_close: Error in closing stream_id=0, csi_port=0
[  245.837969] (NULL device *): vi_capture_control_message: NULL VI channel received
[  245.845737] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: csi5_stream_open: VI channel not found for stream- 0 vc- 0
[  245.856588] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[  245.870629] bwmgr API not supported
[  280.621563] bwmgr API not supported
[  292.682071] bwmgr API not supported
[  296.514525] bwmgr API not supported

Did you remember to configure the ODMDATA?

Hi WayneWWW,

do you mean p3767.conf.common, if so, we have set “gbe-uphy-config-9”

ODMDATA="gbe-uphy-config-8,hsstp-lane-map-3,hsio-uphy-config-0";

has been changed to

ODMDATA="gbe-uphy-config-9,hsstp-lane-map-3,hsio-uphy-config-0";

and we get some ccb error in dmesg log during bring up.


[   13.757747] tegra194-pcie 140c0000.pcie: Using GICv2m MSI allocator
[   13.830759] CPU:0, Error: cbb-fabric@0x13a00000, irq=25
[   13.836122] **************************************
[   13.841046] CPU:0, Error:cbb-fabric, Errmon:2
[   13.845529] 	  Error Code		: TIMEOUT_ERR

[   13.851086] 	  Error Code		: TIMEOUT_ERR
[   13.855118] 	  MASTER_ID		: CCPLEX
[   13.858611] 	  Address		: 0x3f30078
[   13.862195] 	  Cache			: 0x1 -- Bufferable 
[   13.866495] 	  Protection		: 0x2 -- Unprivileged, Non-Secure, Data Access
[   13.873474] 	  Access_Type		: Read
[   13.876960] 	  Access_ID		: 0x11
[   13.876961] 	  Fabric		: cbb-fabric
[   13.883851] 	  Slave_Id		: 0x33
[   13.887070] 	  Burst_length		: 0x0
[   13.890560] 	  Burst_type		: 0x1
[   13.893868] 	  Beat_size		: 0x2
[   13.897090] 	  VQC			: 0x0
[   13.899867] 	  GRPSEC		: 0x7e
[   13.902908] 	  FALCONSEC		: 0x0
[   13.906132] 	**************************************
[   13.911155] ------------[ cut here ]------------
[   13.915909] WARNING: CPU: 0 PID: 140 at drivers/soc/tegra/cbb/tegra234-cbb.c:577 tegra234_cbb_isr+0x130/0x170
[   13.926103] Modules linked in:
[   13.929239] CPU: 0 PID: 140 Comm: kworker/0:3 Not tainted 5.10.104-tegra #31
[   13.936489] Hardware name: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[   13.947855] Workqueue: events deferred_probe_work_func
[   13.953132] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   13.959288] pc : tegra234_cbb_isr+0x130/0x170
[   13.963759] lr : tegra234_cbb_isr+0x10c/0x170
[   13.968225] sp : ffff800010003b80
[   13.971625] x29: ffff800010003b80 x28: ffff7300448e5700 
[   13.977076] x27: 0000000000000001 x26: 0000000000000080 
[   13.982528] x25: ffffc74778f084f8 x24: ffffc7477984be40 
[   13.987974] x23: ffffc747791e7000 x22: 0000000000000019 
[   13.993421] x21: ffffc7477966ef20 x20: 0000000000000002 
[   13.998872] x19: ffffc7477966ef10 x18: 0000000000000010 
[   14.004322] x17: 0000000000000007 x16: 000000000000000e 
[   14.009768] x15: ffff7300448e5c70 x14: ffffffffffffffff 
[   14.015220] x13: ffff800090003687 x12: ffff80001000368f 
[   14.020673] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f 
[   14.026122] x9 : ffff8000100039a0 x8 : 2a2a2a2a2a2a2a2a 
[   14.031580] x7 : 2a2a2a2a2a2a2a09 x6 : c0000000ffffefff 
[   14.037028] x5 : 0000000000057fa8 x4 : ffffc747794f7968 
[   14.042480] x3 : 00000000ffffffff x2 : ffffc747779d7460 
[   14.047936] x1 : ffff7300448e5700 x0 : 0000000100010100 
[   14.053385] Call trace:
[   14.055890]  tegra234_cbb_isr+0x130/0x170
[   14.060016]  __handle_irq_event_percpu+0x60/0x2a0
[   14.064839]  handle_irq_event_percpu+0x3c/0xa0
[   14.069392]  handle_irq_event+0x4c/0xf0
[   14.073328]  handle_fasteoi_irq+0xbc/0x170
[   14.077527]  generic_handle_irq+0x3c/0x60
[   14.081647]  __handle_domain_irq+0x6c/0xc0
[   14.085855]  gic_handle_irq+0x64/0x130
[   14.089697]  el1_irq+0xd0/0x180
[   14.092917]  __do_softirq+0xb0/0x3e0
[   14.096587]  irq_exit+0xc0/0xe0
[   14.099807]  __handle_domain_irq+0x70/0xc0
[   14.104004]  gic_handle_irq+0x64/0x130
[   14.107852]  el1_irq+0xd0/0x180
[   14.111075]  tegra_p2u_power_on+0x38/0x150
[   14.115278]  phy_power_on+0x94/0x110
[   14.118945]  tegra_pcie_enable_phy+0x64/0xf0
[   14.123325]  tegra_pcie_config_controller+0x134/0x450
[   14.128515]  tegra_pcie_config_rp+0x48/0x240
[   14.132905]  tegra_pcie_dw_probe+0xae4/0x1150
[   14.137383]  platform_drv_probe+0x58/0xb0
[   14.141509]  really_probe+0xf4/0x3d0
[   14.145174]  driver_probe_device+0x5c/0xc0
[   14.149381]  __device_attach_driver+0x88/0xc0
[   14.153861]  bus_for_each_drv+0x88/0xe0
[   14.157803]  __device_attach+0xf0/0x150
[   14.161745]  device_initial_probe+0x24/0x30
[   14.166039]  bus_probe_device+0x9c/0xb0
[   14.169980]  deferred_probe_work_func+0x88/0xc0
[   14.174638]  process_one_work+0x1c0/0x4a0
[   14.178763]  worker_thread+0x1f8/0x420
[   14.182619]  kthread+0x148/0x170
[   14.185939]  ret_from_fork+0x10/0x18
[   14.189611] ---[ end trace b831099106636866 ]---
[   14.194386] CPU:0, Error: cbb-fabric@0x13a00000, irq=25
[   14.199750] **************************************
[   14.204668] CPU:0, Error:cbb-fabric, Errmon:2
[   14.209150] 	  Error Code		: TIMEOUT_ERR
[   14.213174] 	  Overflow		: Multiple TIMEOUT_ERR

[   14.219366] 	  Error Code		: TIMEOUT_ERR
[   14.223394] 	  MASTER_ID		: CCPLEX
[   14.226888] 	  Address		: 0x3f30078
[   14.230475] 	  Cache			: 0x1 -- Bufferable 
[   14.234772] 	  Protection		: 0x2 -- Unprivileged, Non-Secure, Data Access
[   14.241751] 	  Access_Type		: Write
[   14.245330] 	  Access_ID		: 0x0
[   14.245331] 	  Fabric		: cbb-fabric
[   14.252123] 	  Slave_Id		: 0x33
[   14.255338] 	  Burst_length		: 0x0
[   14.258823] 	  Burst_type		: 0x1
[   14.262137] 	  Beat_size		: 0x2
[   14.265354] 	  VQC			: 0x0
[   14.268127] 	  GRPSEC		: 0x7e
[   14.271168] 	  FALCONSEC		: 0x0
[   14.274394] 	**************************************
[   14.279410] ------------[ cut here ]------------
[   14.284153] WARNING: CPU: 0 PID: 140 at drivers/soc/tegra/cbb/tegra234-cbb.c:577 tegra234_cbb_isr+0x130/0x170
[   14.294323] Modules linked in:
[   14.297453] CPU: 0 PID: 140 Comm: kworker/0:3 Tainted: G        W         5.10.104-tegra #31
[   14.306128] Hardware name: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[   14.317491] Workqueue: events deferred_probe_work_func
[   14.322760] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   14.328915] pc : tegra234_cbb_isr+0x130/0x170
[   14.333383] lr : tegra234_cbb_isr+0x10c/0x170
[   14.337852] sp : ffff800010003e10
[   14.341253] x29: ffff800010003e10 x28: ffff7300448e5700 
[   14.346699] x27: 0000000000000001 x26: 0000000000000080 
[   14.352145] x25: ffffc74778f084f8 x24: ffffc7477984be40 
[   14.357592] x23: ffffc747791e7000 x22: 0000000000000019 
[   14.363035] x21: ffffc7477966ef20 x20: 0000000000000002 
[   14.368486] x19: ffffc7477966ef10 x18: 0000000000000010 
[   14.373943] x17: 0000000000000007 x16: 000000000000000e 
[   14.379392] x15: ffff7300448e5c70 x14: ffffffffffffffff 
[   14.384837] x13: ffff800090003917 x12: ffff80001000391f 
[   14.390294] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f 
[   14.395750] x9 : ffff800010003c30 x8 : 2a2a2a2a2a2a2a2a 
[   14.401203] x7 : 2a2a2a2a2a2a2a09 x6 : c0000000ffffefff 
[   14.406659] x5 : 0000000000057fa8 x4 : ffffc747794f7968 
[   14.412105] x3 : 00000000ffffffff x2 : ffffc747779d7460 
[   14.417551] x1 : ffff7300448e5700 x0 : 0000000100010000 
[   14.422996] Call trace:
[   14.425507]  tegra234_cbb_isr+0x130/0x170
[   14.429618]  __handle_irq_event_percpu+0x60/0x2a0
[   14.434435]  handle_irq_event_percpu+0x3c/0xa0
[   14.438985]  handle_irq_event+0x4c/0xf0
[   14.442917]  handle_fasteoi_irq+0xbc/0x170
[   14.447115]  generic_handle_irq+0x3c/0x60
[   14.451228]  __handle_domain_irq+0x6c/0xc0
[   14.455425]  gic_handle_irq+0x64/0x130
[   14.459272]  el1_irq+0xd0/0x180
[   14.462489]  tegra_p2u_power_on+0x68/0x150
[   14.466684]  phy_power_on+0x94/0x110
[   14.470351]  tegra_pcie_enable_phy+0x64/0xf0
[   14.474734]  tegra_pcie_config_controller+0x134/0x450
[   14.479928]  tegra_pcie_config_rp+0x48/0x240
[   14.484304]  tegra_pcie_dw_probe+0xae4/0x1150
[   14.488775]  platform_drv_probe+0x58/0xb0
[   14.492887]  really_probe+0xf4/0x3d0
[   14.496555]  driver_probe_device+0x5c/0xc0
[   14.500751]  __device_attach_driver+0x88/0xc0
[   14.505224]  bus_for_each_drv+0x88/0xe0
[   14.509159]  __device_attach+0xf0/0x150
[   14.513090]  device_initial_probe+0x24/0x30
[   14.517387]  bus_probe_device+0x9c/0xb0
[   14.521329]  deferred_probe_work_func+0x88/0xc0
[   14.525985]  process_one_work+0x1c0/0x4a0
[   14.530110]  worker_thread+0x1f8/0x420
[   14.533963]  kthread+0x148/0x170
[   14.537276]  ret_from_fork+0x10/0x18
[   14.540949] ---[ end trace b831099106636867 ]---
[   14.545715] CPU:0, Error: cbb-fabric@0x13a00000, irq=25
[   14.551079] **************************************
[   14.556000] CPU:0, Error:cbb-fabric, Errmon:2
[   14.560479] 	  Error Code		: TIMEOUT_ERR
[   14.564503] 	  Overflow		: Multiple TIMEOUT_ERR

[   14.570690] 	  Error Code		: TIMEOUT_ERR
[   14.574714] 	  MASTER_ID		: CCPLEX
[   14.578208] 	  Address		: 0x3f300c4
[   14.581795] 	  Cache			: 0x1 -- Bufferable 
[   14.586093] 	  Protection		: 0x2 -- Unprivileged, Non-Secure, Data Access
[   14.593069] 	  Access_Type		: Write
[   14.596650] 	  Access_ID		: 0x0
[   14.596651] 	  Fabric		: cbb-fabric
[   14.603440] 	  Slave_Id		: 0x33
[   14.606659] 	  Burst_length		: 0x0
[   14.610144] 	  Burst_type		: 0x1
[   14.613453] 	  Beat_size		: 0x2
[   14.616673] 	  VQC			: 0x0
[   14.619445] 	  GRPSEC		: 0x7e
[   14.622490] 	  FALCONSEC		: 0x0
[   14.625715] 	**************************************
[   14.630732] ------------[ cut here ]------------
[   14.635480] WARNING: CPU: 0 PID: 140 at drivers/soc/tegra/cbb/tegra234-cbb.c:577 tegra234_cbb_isr+0x130/0x170
[   14.645671] Modules linked in:
[   14.648801] CPU: 0 PID: 140 Comm: kworker/0:3 Tainted: G        W         5.10.104-tegra #31
[   14.657478] Hardware name: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[   14.668835] Workqueue: events deferred_probe_work_func
[   14.674101] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   14.680254] pc : tegra234_cbb_isr+0x130/0x170
[   14.684717] lr : tegra234_cbb_isr+0x10c/0x170
[   14.689190] sp : ffff800010003e10
[   14.692589] x29: ffff800010003e10 x28: ffff7300448e5700 
[   14.698043] x27: 0000000000000001 x26: 0000000000000080 
[   14.703500] x25: ffffc74778f084f8 x24: ffffc7477984be40 
[   14.708956] x23: ffffc747791e7000 x22: 0000000000000019 
[   14.714402] x21: ffffc7477966ef20 x20: 0000000000000002 
[   14.719858] x19: ffffc7477966ef10 x18: 0000000000000010 
[   14.725309] x17: 0000000000000007 x16: 000000000000000e 
[   14.730758] x15: ffff7300448e5c70 x14: ffffffffffffffff 
[   14.736204] x13: ffff800090003917 x12: ffff80001000391f 
[   14.741652] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f 
[   14.747104] x9 : ffff800010003c30 x8 : 2a2a2a2a2a2a2a2a 
[   14.752553] x7 : 2a2a2a2a2a2a2a09 x6 : c0000000ffffefff 
[   14.758003] x5 : 0000000000057fa8 x4 : ffffc747794f7968 
[   14.763455] x3 : 00000000ffffffff x2 : ffffc747779d7460 
[   14.768906] x1 : ffff7300448e5700 x0 : 0000000100010000 
[   14.774351] Call trace:
[   14.776863]  tegra234_cbb_isr+0x130/0x170
[   14.780976]  __handle_irq_event_percpu+0x60/0x2a0
[   14.785801]  handle_irq_event_percpu+0x3c/0xa0
[   14.790358]  handle_irq_event+0x4c/0xf0
[   14.794289]  handle_fasteoi_irq+0xbc/0x170
[   14.798487]  generic_handle_irq+0x3c/0x60
[   14.802606]  __handle_domain_irq+0x6c/0xc0
[   14.806812]  gic_handle_irq+0x64/0x130
[   14.810660]  el1_irq+0xd0/0x180
[   14.813880]  tegra_p2u_power_on+0x104/0x150
[   14.818163]  phy_power_on+0x94/0x110
[   14.821831]  tegra_pcie_enable_phy+0x64/0xf0
[   14.826210]  tegra_pcie_config_controller+0x134/0x450
[   14.831404]  tegra_pcie_config_rp+0x48/0x240
[   14.835787]  tegra_pcie_dw_probe+0xae4/0x1150
[   14.840252]  platform_drv_probe+0x58/0xb0
[   14.844372]  really_probe+0xf4/0x3d0
[   14.848037]  driver_probe_device+0x5c/0xc0
[   14.852235]  __device_attach_driver+0x88/0xc0
[   14.856713]  bus_for_each_drv+0x88/0xe0
[   14.860642]  __device_attach+0xf0/0x150
[   14.864575]  device_initial_probe+0x24/0x30
[   14.868874]  bus_probe_device+0x9c/0xb0
[   14.872812]  deferred_probe_work_func+0x88/0xc0
[   14.877471]  process_one_work+0x1c0/0x4a0
[   14.881596]  worker_thread+0x1f8/0x420
[   14.885451]  kthread+0x148/0x170
[   14.888765]  ret_from_fork+0x10/0x18
[   14.892438] ---[ end trace b831099106636868 ]---
[   14.897200] CPU:0, Error: cbb-fabric@0x13a00000, irq=25
[   14.902567] **************************************
[   14.907486] CPU:0, Error:cbb-fabric, Errmon:2
[   14.911968] 	  Error Code		: TIMEOUT_ERR
[   14.915994] 	  Overflow		: Multiple TIMEOUT_ERR

[   14.922182] 	  Error Code		: TIMEOUT_ERR
[   14.926205] 	  MASTER_ID		: CCPLEX
[   14.929697] 	  Address		: 0x3f300d4
[   14.933281] 	  Cache			: 0x1 -- Bufferable 
[   14.937579] 	  Protection		: 0x2 -- Unprivileged, Non-Secure, Data Access
[   14.944556] 	  Access_Type		: Write
[   14.948140] 	  Access_ID		: 0x0
[   14.948141] 	  Fabric		: cbb-fabric
[   14.954930] 	  Slave_Id		: 0x33
[   14.958149] 	  Burst_length		: 0x0
[   14.961633] 	  Burst_type		: 0x1
[   14.964945] 	  Beat_size		: 0x2
[   14.968161] 	  VQC			: 0x0
[   14.970933] 	  GRPSEC		: 0x7e
[   14.973983] 	  FALCONSEC		: 0x0
[   14.977209] 	**************************************
[   14.982219] ------------[ cut here ]------------
[   14.986962] WARNING: CPU: 0 PID: 140 at drivers/soc/tegra/cbb/tegra234-cbb.c:577 tegra234_cbb_isr+0x130/0x170
[   14.997146] Modules linked in:
[   15.000274] CPU: 0 PID: 140 Comm: kworker/0:3 Tainted: G        W         5.10.104-tegra #31
[   15.008943] Hardware name: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[   15.020300] Workqueue: events deferred_probe_work_func
[   15.025576] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   15.031731] pc : tegra234_cbb_isr+0x130/0x170
[   15.036203] lr : tegra234_cbb_isr+0x10c/0x170
[   15.040668] sp : ffff800010003e10
[   15.044066] x29: ffff800010003e10 x28: ffff7300448e5700 
[   15.049512] x27: 0000000000000001 x26: 0000000000000080 
[   15.054958] x25: ffffc74778f084f8 x24: ffffc7477984be40 
[   15.060409] x23: ffffc747791e7000 x22: 0000000000000019 
[   15.065858] x21: ffffc7477966ef20 x20: 0000000000000002 
[   15.071314] x19: ffffc7477966ef10 x18: 0000000000000010 
[   15.076760] x17: 0000000000000007 x16: 000000000000000e 
[   15.082216] x15: ffff7300448e5c70 x14: ffffffffffffffff 
[   15.087664] x13: ffff800090003917 x12: ffff80001000391f 
[   15.093113] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f 
[   15.098569] x9 : ffff800010003c30 x8 : 2a2a2a2a2a2a2a2a 
[   15.104013] x7 : 2a2a2a2a2a2a2a09 x6 : c0000000ffffefff 
[   15.109460] x5 : 0000000000057fa8 x4 : ffffc747794f7968 
[   15.114905] x3 : 00000000ffffffff x2 : ffffc747779d7460 
[   15.120356] x1 : ffff7300448e5700 x0 : 0000000100010000 
[   15.125801] Call trace:
[   15.128306]  tegra234_cbb_isr+0x130/0x170
[   15.132427]  __handle_irq_event_percpu+0x60/0x2a0
[   15.137243]  handle_irq_event_percpu+0x3c/0xa0
[   15.141805]  handle_irq_event+0x4c/0xf0
[   15.145740]  handle_fasteoi_irq+0xbc/0x170
[   15.149939]  generic_handle_irq+0x3c/0x60
[   15.154049]  __handle_domain_irq+0x6c/0xc0
[   15.158246]  gic_handle_irq+0x64/0x130
[   15.162090]  el1_irq+0xd0/0x180
[   15.165305]  tegra_p2u_power_on+0xb8/0x150
[   15.169500]  phy_power_on+0x94/0x110
[   15.173168]  tegra_pcie_enable_phy+0x64/0xf0
[   15.177554]  tegra_pcie_config_controller+0x134/0x450
[   15.182741]  tegra_pcie_config_rp+0x48/0x240
[   15.187120]  tegra_pcie_dw_probe+0xae4/0x1150
[   15.191585]  platform_drv_probe+0x58/0xb0
[   15.195698]  really_probe+0xf4/0x3d0
[   15.199362]  driver_probe_device+0x5c/0xc0
[   15.203558]  __device_attach_driver+0x88/0xc0
[   15.208037]  bus_for_each_drv+0x88/0xe0
[   15.211972]  __device_attach+0xf0/0x150
[   15.215903]  device_initial_probe+0x24/0x30
[   15.220202]  bus_probe_device+0x9c/0xb0
[   15.224140]  deferred_probe_work_func+0x88/0xc0
[   15.228796]  process_one_work+0x1c0/0x4a0
[   15.232921]  worker_thread+0x1f8/0x420
[   15.236775]  kthread+0x148/0x170
[   15.240088]  ret_from_fork+0x10/0x18
[   15.243761] ---[ end trace b831099106636869 ]---
[   15.248521] CPU:0, Error: cbb-fabric@0x13a00000, irq=25
[   15.253888] **************************************
[   15.258813] CPU:0, Error:cbb-fabric, Errmon:2
[   15.263292] 	  Error Code		: TIMEOUT_ERR

[   15.268849] 	  Error Code		: TIMEOUT_ERR
[   15.272878] 	  MASTER_ID		: CCPLEX
[   15.276369] 	  Address		: 0x3f300f8
[   15.279953] 	  Cache			: 0x1 -- Bufferable 
[   15.284247] 	  Protection		: 0x2 -- Unprivileged, Non-Secure, Data Access
[   15.291207] 	  Access_Type		: Write
[   15.294784] 	  Access_ID		: 0x0
[   15.294785] 	  Fabric		: cbb-fabric
[   15.301583] 	  Slave_Id		: 0x33
[   15.304801] 	  Burst_length		: 0x0
[   15.308286] 	  Burst_type		: 0x1
[   15.311603] 	  Beat_size		: 0x2
[   15.314818] 	  VQC			: 0x0
[   15.317597] 	  GRPSEC		: 0x7e
[   15.320642] 	  FALCONSEC		: 0x0
[   15.323868] 	**************************************
[   15.328885] ------------[ cut here ]------------
[   15.333625] WARNING: CPU: 0 PID: 140 at drivers/soc/tegra/cbb/tegra234-cbb.c:577 tegra234_cbb_isr+0x130/0x170
[   15.343821] Modules linked in:
[   15.346955] CPU: 0 PID: 140 Comm: kworker/0:3 Tainted: G        W         5.10.104-tegra #31
[   15.355628] Hardware name: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[   15.366986] Workqueue: events deferred_probe_work_func
[   15.372261] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   15.378417] pc : tegra234_cbb_isr+0x130/0x170
[   15.382888] lr : tegra234_cbb_isr+0x10c/0x170
[   15.387352] sp : ffff800010003e10
[   15.390751] x29: ffff800010003e10 x28: ffff7300448e5700 
[   15.396199] x27: 0000000000000001 x26: 0000000000000080 
[   15.401645] x25: ffffc74778f084f8 x24: ffffc7477984be40 
[   15.407097] x23: ffffc747791e7000 x22: 0000000000000019 
[   15.412545] x21: ffffc7477966ef20 x20: 0000000000000002 
[   15.418004] x19: ffffc7477966ef10 x18: 0000000000000010 
[   15.423452] x17: 0000000000000007 x16: 000000000000000e 
[   15.428901] x15: ffff7300448e5c70 x14: ffffffffffffffff 
[   15.434347] x13: ffff800090003917 x12: ffff80001000391f 
[   15.439799] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f 
[   15.445256] x9 : ffff800010003c30 x8 : 2a2a2a2a2a2a2a2a 
[   15.450708] x7 : 2a2a2a2a2a2a2a09 x6 : c0000000ffffefff 
[   15.456157] x5 : 0000000000057fa8 x4 : ffffc747794f7968 
[   15.461604] x3 : 00000000ffffffff x2 : ffffc747779d7460 
[   15.467056] x1 : ffff7300448e5700 x0 : 0000000100010000 
[   15.472502] Call trace:
[   15.475011]  tegra234_cbb_isr+0x130/0x170
[   15.479124]  __handle_irq_event_percpu+0x60/0x2a0
[   15.483941]  handle_irq_event_percpu+0x3c/0xa0
[   15.488494]  handle_irq_event+0x4c/0xf0
[   15.492427]  handle_fasteoi_irq+0xbc/0x170
[   15.496628]  generic_handle_irq+0x3c/0x60
[   15.500745]  __handle_domain_irq+0x6c/0xc0
[   15.504943]  gic_handle_irq+0x64/0x130
[   15.508792]  el1_irq+0xd0/0x180
[   15.512012]  tegra_pcie_enable_phy+0x30/0xf0
[   15.516387]  tegra_pcie_config_controller+0x134/0x450
[   15.521575]  tegra_pcie_config_rp+0x48/0x240
[   15.525957]  tegra_pcie_dw_probe+0xae4/0x1150
[   15.530427]  platform_drv_probe+0x58/0xb0
[   15.534538]  really_probe+0xf4/0x3d0
[   15.538202]  driver_probe_device+0x5c/0xc0
[   15.542405]  __device_attach_driver+0x88/0xc0
[   15.546886]  bus_for_each_drv+0x88/0xe0
[   15.550822]  __device_attach+0xf0/0x150
[   15.554752]  device_initial_probe+0x24/0x30
[   15.559047]  bus_probe_device+0x9c/0xb0
[   15.562978]  deferred_probe_work_func+0x88/0xc0
[   15.567632]  process_one_work+0x1c0/0x4a0
[   15.571755]  worker_thread+0x1f8/0x420
[   15.575613]  kthread+0x148/0x170
[   15.578927]  ret_from_fork+0x10/0x18
[   15.582602] ---[ end trace b83109910663686a ]---
[   15.587806] tegra194-pcie 140c0000.pcie: host bridge /pcie@140c0000 ranges:
[   15.594994] tegra194-pcie 140c0000.pcie:       IO 0x002c100000..0x002c1fffff -> 0x002c100000
[   15.603679] tegra194-pcie 140c0000.pcie:      MEM 0x3828000000..0x382fffffff -> 0x0040000000
[   15.612366] tegra194-pcie 140c0000.pcie:      MEM 0x3540000000..0x3827ffffff -> 0x3540000000
[   16.727703] tegra194-pcie 140c0000.pcie: Phy link never came up
[   16.733877] tegra194-pcie 140c0000.pcie: PCI host bridge to bus 0009:00
[   16.740674] pci_bus 0009:00: root bus resource [bus 00-ff]
[   16.746316] pci_bus 0009:00: root bus resource [io  0x300000-0x3fffff] (bus address [0x2c100000-0x2c1fffff])
[   16.756413] pci_bus 0009:00: root bus resource [mem 0x3828000000-0x382fffffff] (bus address [0x40000000-0x47ffffff])
[   16.767242] pci_bus 0009:00: root bus resource [mem 0x3540000000-0x3827ffffff pref]
[   16.775154] pci 0009:00:00.0: [10de:229c] type 01 class 0x060400
[   16.781472] pci 0009:00:00.0: PME# supported from D0 D3hot
[   16.794434] pci 0009:00:00.0: PCI bridge to [bus 01-ff]
[   16.799826] pci 0009:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   16.808749] pcieport 0009:00:00.0: Adding to iommu group 12
[   16.814678] pcieport 0009:00:00.0: PME: Signaling with IRQ 63
[   16.820992] pcieport 0009:00:00.0: AER: enabled with IRQ 63
[   16.826947] pci_bus 0009:01: busn_res: [bus 01-ff] is released
[   16.833028] pci 0009:00:00.0: Removing from iommu group 12
[   16.838680] pci_bus 0009:00: busn_res: [bus 00-ff] is released

onx_pcie_c7_c9.dmesg.log (93.8 KB)

Please upgrade to rel-35.3.1. It is known issue on rel-35.2.1.

Hi WayneWWW,

Now we are using is rel-35.3.1

nvidia@nvidia-desktop:~$ cat /etc/nv_tegra_release 
# R35 (release), REVISION: 3.1, GCID: 32827747, BOARD: t186ref, EABI: aarch64, DATE: Sun Mar 19 15:19:21 UTC 2023

It seems to be separate issue.

Did you full flash the board or only partial update?

Hi WayneWWW,

Step1. Modify p3767.conf.common with “gbe-uphy-config-9”

Step2. Full flash ONX

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1   -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml"   --showlogs --network usb0 jetson-orin-nano-devkit internal

Step3. Bring up and replace new dtb with #C7 and #C9, then reboot ONX

Then get the dmesg log.

Hi @Luna2020

Are you sure you modified the correct DTB? jetson-orin-nano-devkit is not using p3509 dtb.

But your log says you are using p3509 dtb.

[ 0.002442] DTS File Name: /home/sz/coding/orin_nx_bsp/l4t-r35.3.1-5.1.1/kernel/kernel-5.10/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t23x/p3768/kernel-dts/tegra234-p3767-0001-p3509-a02.dts

Hi WayneWWW,

We are using Orin NX 8GB SOM with self designed CVB not Orin-Nano-Devkit.

sudo -S dtc -I fs -O dts -o extracted.dts /proc/device-tree

#C9 
        pcie@140c0000 {
                power-domains = <0x02 0x0e>;
                iommus = <0x05 0x1f>;
                nvidia,dvfs-tbl = <0xc28cb00 0xc28cb00 0x27ac4000 0x5f5e1000 0xc28cb00 0x27ac4000 0x5f5e1000 0x7f22ff40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;
                nvidia,disable-aspm-states = <0x0f>;
                nvidia,aspm-l0s-entrance-latency = <0x03>;
                nvidia,aspm-cmrt = <0x3c>;
                nvidia,controller-id = <0x02 0x09>;
                #address-cells = <0x03>;
                dma-coherent;
                interconnect-names = "dma-mem\0dma-mem";
                nvidia,max-speed = <0x04>;
                #address-cells = <0x03>;
                dma-coherent;
                interconnect-names = "dma-mem\0dma-mem";
                nvidia,max-speed = <0x04>;
                phy-names = "p2u-0";
                nvidia,bpmp = <0x02 0x09>;
                bus-range = <0x00 0xff>;
                clock-names = "core\0core_m";
                interconnects = <0x03 0x3c 0x03 0x3e>;
                reg-names = "appl\0config\0atu_dma\0dbi\0ecam";
                nvidia,aspm-l0s-entrance-latency-us = <0x03>;
                nvidia,aspm-pwr-on-t = <0x14>;
                resets = <0x02 0x1c 0x02 0x1b>;
                interrupts = <0x00 0x166 0x04 0x00 0x167 0x04>;
                clocks = <0x02 0xad 0x02 0xf6>;
                interrupt-map = <0x00 0x00 0x00 0x00 0x01 0x00 0x166 0x04>;
                #size-cells = <0x02>;
                nvidia,preset-init = <0x05>;
                nvidia,ptm-cap-off = <0x304>;
                nvidia,disable-l1-cpm;
                nvidia,event-cntr-data = <0x1c8>;
                device_type = "pci";
                interrupt-map-mask = <0x00 0x00 0x00 0x00>;
                num-lanes = <0x02>;
                compatible = "nvidia,tegra234-pcie\0snps,dw-pcie";
                vddio-pex-ctl-supply = <0x4e>;
                ranges = <0x81000000 0x00 0x2c100000 0x00 0x2c100000 0x00 0x100000 0x82000000 0x00 0x40000000 0x38 0x28000000 0x00 0x8000000 0xc3000000 0x35 0x40000000 0x35 0x40000000 0x02 0xe8000000>;
                msi-map = <0x00 0x49 0x1f 0x1000>;
                iommu-map-mask = <0x00>;
                #interrupt-cells = <0x01>;
                status = "okay";
                nvidia,dl-feature-cap = <0x2f8>;
                nvidia,cap-pl16g-status = <0x174>;
                interrupt-names = "intr\0msi";
                phys = <0x5a>;
                num-viewport = <0x08>;
                nvidia,tsa-config = <0x200b004>;
                reg = <0x00 0x140c0000 0x00 0x20000 0x00 0x2c000000 0x00 0x40000 0x00 0x2c040000 0x00 0x40000 0x00 0x2c080000 0x00 0x40000 0x38 0x30000000 0x00 0x10000000>;
                linux,pci-domain = <0x09>;
                phandle = <0x313>;
                iommu-map = <0x00 0x05 0x1f 0x1000>;
                msi-parent = <0x49 0x1f>;
                reset-names = "apb\0core";
                nvidia,cfg-link-cap-l1sub = <0x1b0>;
                nvidia,cap-pl16g-cap-off = <0x188>;
                nvidia,aspm-pwr-on-t-us = <0x14>;
                nvidia,aspm-cmrt-us = <0x3c>;
                nvidia,event-cntr-ctrl = <0x1c4>;
                nvidia,aux-clk-freq = <0x13>;
        };
        pcie@141e0000 {
                power-domains = <0x02 0x10>;
                iommus = <0x4d 0x08>;
                nvidia,dvfs-tbl = <0xc28cb00 0xc28cb00 0xc28cb00 0xc28cb00 0xc28cb00 0xc28cb00 0xc28cb00 0x27ac4000 0xc28cb00 0xc28cb00 0x27ac4000 0x5f5e1000 0xc28cb00 0x27ac4000 0x5f5e1000 0x7f22ff40>;
                nvidia,disable-aspm-states = <0x0f>;
                nvidia,aspm-l0s-entrance-latency = <0x03>;
                nvidia,aspm-cmrt = <0x3c>;
                nvidia,controller-id = <0x02 0x07>;
                #address-cells = <0x03>;
                dma-coherent;
                interconnect-names = "dma-mem\0dma-mem";
                nvidia,max-speed = <0x04>;
                phy-names = "p2u-0";
                nvidia,bpmp = <0x02 0x07>;
                bus-range = <0x00 0xff>;
                clock-names = "core\0core_m";
                interconnects = <0x03 0x2a 0x03 0x30>;
                reg-names = "appl\0config\0atu_dma\0dbi\0ecam";
                nvidia,aspm-l0s-entrance-latency-us = <0x03>;
                nvidia,aspm-pwr-on-t = <0x14>;
                resets = <0x02 0x0f 0x02 0x0e>;
                interrupts = <0x00 0x162 0x04 0x00 0x163 0x04>;
                clocks = <0x02 0xab 0x02 0xf4>;
                interrupt-map = <0x00 0x00 0x00 0x00 0x01 0x00 0x162 0x04>;
                #size-cells = <0x02>;
                nvidia,preset-init = <0x05>;
                nvidia,ptm-cap-off = <0x318>;
                nvidia,disable-l1-cpm;
                nvidia,event-cntr-data = <0x1dc>;
                device_type = "pci";
                interrupt-map-mask = <0x00 0x00 0x00 0x00>;
                num-lanes = <0x08>;
                compatible = "nvidia,tegra234-pcie\0snps,dw-pcie";
                vddio-pex-ctl-supply = <0x4e>;
                ranges = <0x81000000 0x00 0x3e100000 0x00 0x3e100000 0x00 0x100000 0x82000000 0x00 0x40000000 0x32 0x28000000 0x00 0x8000000 0xc3000000 0x2e 0x40000000 0x2e 0x40000000 0x03 0xe8000000>;
                msi-map = <0x00 0x49 0x08 0x1000>;
                iommu-map-mask = <0x00>;
                #interrupt-cells = <0x01>;
                status = "okay";
                nvidia,dl-feature-cap = <0x30c>;
                nvidia,cap-pl16g-status = <0x174>;
                interrupt-names = "intr\0msi";
                phys = <0x55>;
                num-viewport = <0x08>;
                nvidia,tsa-config = <0x200b004>;
                reg = <0x00 0x141e0000 0x00 0x20000 0x00 0x3e000000 0x00 0x40000 0x00 0x3e040000 0x00 0x40000 0x00 0x3e080000 0x00 0x40000 0x32 0x30000000 0x00 0x10000000>;
                linux,pci-domain = <0x07>;
                phandle = <0x311>;
                iommu-map = <0x00 0x4d 0x08 0x1000>;
                msi-parent = <0x49 0x08>;
                reset-names = "apb\0core";
                nvidia,cfg-link-cap-l1sub = <0x1c4>;
                nvidia,cap-pl16g-cap-off = <0x188>;
                nvidia,aspm-pwr-on-t-us = <0x14>;
                nvidia,aspm-cmrt-us = <0x3c>;
                nvidia,event-cntr-ctrl = <0x1d8>;
                nvidia,aux-clk-freq = <0x13>;
        };

Could you disable C9 DT first and see if it can work with C7 alone?

Also, please attach full dmesg as text file.

please also share the flash log.

Hi WayneWWW,

When I move ONX SOM and SSD to Orin Nano Devkit, Orin Nano Devkit #C7 works fine.
(without remove #C9)

BTW, maybe I make a mistake with “gbe-uphy-config-9” add “–flash-only” option to full flash. Now I re-flash the whole ssd, without “–flash-only”.

flash_3-7_0_20230417-093415.log (41.1 KB)

Why not testing the C7 on your board?

Is the crashed still happened after you full flash the board without --flash-only?

Hi WayneWWW,

After full flash without --flash-only still get cbb_isr error but just only once ‘cbb’ log

dmesg log:
dmesg.log (72.6 KB)

flash_3-7_0_20230417-203652.log (41.1 KB)
onx_full_flash_log_20230417.txt (312.8 KB)

Could you convert your Linux_for_Tegra/bootloader/tegra234-bpmp-3767-0000-a02-3509-a02.dtb back to dts and attach it here?

Also, could you change the “num-lanes” of C9 and C7 to correct number?

Hi WayneWWW,

tegra234-bpmp-3767-0000-a02-3509-a02.dtb.dts (200.4 KB)

tegra234-bpmp-3767-0000-a02-3509-a02.dtb (127.6 KB)

We have add “num-lanes” to dts

	pcie@141e0000 {
		/*
		 * C7 x1
		 */
		status = "okay";
		phys = <&p2u_gbe_0>;
		phy-names = "p2u-0";
		num-lanes = <0x01>;
	};
	pcie@140c0000 {
		/*
		 * C9 x1
		 */
		status = "okay";
		phys = <&p2u_gbe_1>;
		phy-names = "p2u-0";
		num-lanes = <0x01>;
	};

but sudo dtc -I fs -O dts -o extracted.dts /proc/device-tree and “num-lanes” not changed.

extracted.dts (428.1 KB)

We get UPHY config correct or not ?

nvidia@nvidia-desktop:~$ sudo cat /sys/kernel/debug/bpmp/debug/uphy/config
0x03a00000

Your uphy is still not correct. The bpmp dtb and /sys/kernel/debug/bpmp/debug/uphy/config all say it is still gbe-uphy-config-8