How to make USB0 an NVIDIA APX device on a custom carrier?

Premise:

  1. The carrier board is designed by ourselves. There is INA3221 chip on the PCB to monitor + 5V_ IO_ SYS.

  2. On our carrier board, the USB3.0 interface can be used normally.

  3. When the USB0 of our carrier board is connected to the host PC, there is no response, and you can’t see the prompt message of NVIDIA APX device.

  4. When the TX2 module used in the test is plugged into the official NVIDIA evk, USB0 can be used as NVIDIA APX.

Question:

  1. How to make USB0 an NVIDIA APX device on a custom carrier?

  2. What devices need to be added to the custom carrier? I noticed that there is an EEPROM chip on NVIDIA’s official evk, which seems to be the configuration information of the carrier. Will this chip make the USB0 an NVIDIA APX device? What is the specific content of this chip?

Thank you!

These are dmesg information:

xxx@awaicamera:~$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.201-tegra (buildbrain@mobile-u64-5285-d7000) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Fri Feb 19 08:42:04 PST 2021
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 80,
[ 0.000000] OF: fdt: - 80000000 , 70000000
[ 0.000000] OF: fdt: - f0200000 , 145600000
[ 0.000000] OF: fdt: - 235e00000 , 200000
[ 0.000000] OF: fdt: - 236600000 , 200000
[ 0.000000] OF: fdt: - 237000000 , 200000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options ‘’)
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] Found tegra_fbmem2: 00800000@96081000
[ 0.000000] Found lut_mem2: 00002008@9607e000
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] On node 0 totalpages: 1790973
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 521725 pages, LIFO batch:31
[ 0.000000] Normal zone: 19912 pages used for memmap
[ 0.000000] Normal zone: 1269248 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 24 pages/cpu s57560 r8192 d32552 u98304
[ 0.000000] pcpu-alloc: s57560 r8192 d32552 u98304 alloc=24*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1762869
[ 0.000000] Kernel command line: console=ttyS0,115200 androidboot.presilicon=true firmware_class.path=/etc/firmware root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2372e0000 gpt rootfs.slot_suffix= tegra_fbmem2=0x800000@0x96081000 lut_mem2=0x2008@0x9607e000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x235840000 sdhci_tegra.en_boot_part_access=1 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 262144 bytes
[ 0.000000] early log buf free: 29184(89%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 6237452K/7163892K available (15294K kernel code, 2942K rwdata, 6664K rodata, 8576K init, 609K bss, 172776K reserved, 753664K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f70000 ( 15296 KB)
[ 0.000000] .rodata : 0xffffff8008f70000 - 0xffffff8009600000 ( 6720 KB)
[ 0.000000] .init : 0xffffff8009600000 - 0xffffff8009e60000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e60000 - 0xffffff800a13f808 ( 2943 KB)
[ 0.000000] .bss : 0xffffff800a13f808 - 0xffffff800a1d7cbc ( 610 KB)
[ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ 0.000000] 0xffffffbf00000000 - 0xffffffbf06dc8000 ( 109 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1b7200000 ( 7026 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: Architected 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.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.001580] Console: colour dummy device 80x25
[ 0.001585] console [tty0] enabled
[ 0.001589] bootconsole [uart8250] disabled
[ 0.001596] kmemleak: Kernel memory leak detector disabled
[ 0.001606] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.001614] pid_max: default: 32768 minimum: 301
[ 0.001925] Security Framework initialized
[ 0.002079] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002083] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002690] ftrace: allocating 47208 entries in 185 pages
[ 0.128145] sched-energy: Sched-energy-costs installed from DT
[ 0.128156] ASID allocator initialised with 65536 entries
[ 0.164420] tegra-id: chipid=21817.
[ 0.164426] tegra-id: opt_subrevision=1.
[ 0.164441] Tegra Revision: A02p SKU: 0x90 CPU Process: 0 SoC Process: 0
[ 0.164449] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-1000-a00-00-base.dts
[ 0.164455] DTB Build time:
[ 0.213755] CPU1: Booted secondary processor [4e0f0030]
[ 0.245351] CPU2: Booted secondary processor [4e0f0030]
[ 0.277147] CPU3: Booted secondary processor [411fd073]
[ 0.309132] CPU4: Booted secondary processor [411fd073]
[ 0.341123] CPU5: Booted secondary processor [411fd073]
[ 0.341183] Brought up 6 CPUs
[ 0.341186] SMP: Total of 6 processors activated.
[ 0.341191] CPU features: detected feature: 32-bit EL0 Support
[ 0.341933] CPU: All CPU(s) started at EL2
[ 0.341982] alternatives: patching kernel code
[ 0.344731] devtmpfs: initialized
[ 0.386065] Initilizing CustomIPI irq domain
[ 0.386276] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.386287] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.394812] pinctrl core: initialized pinctrl subsystem
[ 0.395059] OS set in device tree is not L4T.
[ 0.395270] regulator-dummy: no parameters
[ 0.395410] Initializing plugin-manager
[ 0.395470] Plugin module not found
[ 0.395508] Plugin-manager status disabled
[ 0.397566] NET: Registered protocol family 16
[ 0.398400] pstore: using zlib compression
[ 0.398413] console [pstore-1] enabled
[ 0.398416] pstore: Registered ramoops as persistent store backend
[ 0.398419] ramoops: attached 0x200000@0x235880000, ecc: 0/0
[ 0.416702] cpuidle: using governor menu
[ 0.418371] bpmp: waiting for handshake
[ 0.418375] bpmp: handshake completed
[ 0.418386] bpmp: synchronizing channels
[ 0.418407] bpmp: channels synchronized
[ 0.418411] bpmp: mail init ok
[ 0.420586] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.420591] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.420595] arm-smmu 12000000.iommu: stage 1 translation
[ 0.420598] arm-smmu 12000000.iommu: stage 2 translation
[ 0.420601] arm-smmu 12000000.iommu: nested translation
[ 0.420607] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.420613] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.420617] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.420621] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.420625] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.422982] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e64000)
[ 0.422995] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.424982] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.427192] Registering BPMP clocks…
[ 0.427288] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.428310] Serial: AMBA PL011 UART driver
[ 0.429420] tegra_powergate_init: DONE
[ 0.429428] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-1000-a00-00-base.dts
[ 0.429432] DTB Build time:
[ 0.431688] Tegra reboot handler registered.
[ 0.433256] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.433327] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.433339] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.433342] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.433344] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.433505] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.433515] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.433852] iommu: Adding device 3460000.sdhci to group 0
[ 0.434330] iommu: Adding device 3440000.sdhci to group 1
[ 0.434786] iommu: Adding device 3400000.sdhci to group 2
[ 0.435880] iommu: Adding device 3507000.ahci-sata to group 3
[ 0.435893] arm-smmu: forcing sodev map for 3507000.ahci-sata
[ 0.436352] iommu: Adding device 3160000.i2c to group 4
[ 0.436837] iommu: Adding device c240000.i2c to group 5
[ 0.437198] iommu: Adding device 3180000.i2c to group 6
[ 0.437541] iommu: Adding device 3190000.i2c to group 7
[ 0.437961] iommu: Adding device 31b0000.i2c to group 8
[ 0.438297] iommu: Adding device 31c0000.i2c to group 9
[ 0.438631] iommu: Adding device c250000.i2c to group 10
[ 0.438965] iommu: Adding device 31e0000.i2c to group 11
[ 0.440461] iommu: Adding device 3210000.spi to group 12
[ 0.440839] iommu: Adding device c260000.spi to group 13
[ 0.441183] iommu: Adding device 3240000.spi to group 14
[ 0.441885] iommu: Adding device 3100000.serial to group 15
[ 0.442225] iommu: Adding device 3110000.serial to group 16
[ 0.442553] iommu: Adding device c280000.serial to group 17
[ 0.442884] iommu: Adding device 3130000.serial to group 18
[ 0.444256] iommu: Adding device 2490000.ether_qos to group 19
[ 0.444267] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.445215] iommu: Adding device b000000.rtcpu to group 20
[ 0.447451] iommu: Adding device 13e10000.host1x to group 21
[ 0.447775] iommu: Adding device 13e10000.host1x:ctx0 to group 22
[ 0.448096] iommu: Adding device 13e10000.host1x:ctx1 to group 23
[ 0.448409] iommu: Adding device 13e10000.host1x:ctx2 to group 24
[ 0.448750] iommu: Adding device 13e10000.host1x:ctx3 to group 25
[ 0.449074] iommu: Adding device 13e10000.host1x:ctx4 to group 26
[ 0.449414] iommu: Adding device 13e10000.host1x:ctx5 to group 27
[ 0.449748] iommu: Adding device 13e10000.host1x:ctx6 to group 28
[ 0.450067] iommu: Adding device 13e10000.host1x:ctx7 to group 29
[ 0.450572] iommu: Adding device 150c0000.nvcsi to group 30
[ 0.451240] iommu: Adding device 15700000.vi to group 31
[ 0.451603] iommu: Adding device 15600000.isp to group 32
[ 0.452070] iommu: Adding device 15210000.nvdisplay to group 33
[ 0.452185] platform 15210000.nvdisplay: OF IOVA linear map 0x96081000 size (0x800000)
[ 0.452221] platform 15210000.nvdisplay: OF IOVA linear map 0x9607e000 size (0x2008)
[ 0.452778] iommu: Adding device 15340000.vic to group 34
[ 0.453010] iommu: Adding device 154c0000.nvenc to group 35
[ 0.453247] iommu: Adding device 15480000.nvdec to group 36
[ 0.453607] iommu: Adding device 15380000.nvjpg to group 37
[ 0.453833] iommu: Adding device 15500000.tsec to group 38
[ 0.454056] iommu: Adding device 15100000.tsecb to group 39
[ 0.454763] iommu: Adding device 15810000.se to group 40
[ 0.454989] iommu: Adding device 15820000.se to group 41
[ 0.455207] iommu: Adding device 15830000.se to group 42
[ 0.455439] iommu: Adding device 15840000.se to group 43
[ 0.456361] iommu: Adding device smmu_test to group 44
[ 0.457014] mc: mapped MMIO address: 0xffffff800a6c0000 → 0x2c10000
[ 0.457025] mc: mapped MMIO address: 0xffffff800a6e0000 → 0x2c20000
[ 0.457036] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c30000
[ 0.457046] mc: mapped MMIO address: 0xffffff800a7d0000 → 0x2c40000
[ 0.457055] mc: mapped MMIO address: 0xffffff800b110000 → 0x2c50000
[ 0.457063] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.457073] mc-err: mcerr ops are set to t18x
[ 0.457248] dram-ecc: DRAM ECC enabled-MC_ECC_CONTROL:0x0000000d
[ 0.457274] dram-ecc: SCE-R5 is booted with Camera FW
[ 0.457277] dram-ecc: DRAM ECC interrupts handled in Camera FW
[ 0.458487] iommu: Adding device 3530000.xhci to group 45
[ 0.458500] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.458972] iommu: Adding device 3550000.xudc to group 46
[ 0.458983] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.459730] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[ 0.459736] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.459741] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.460390] iommu: Adding device 17000000.gp10b to group 47
[ 0.461538] tegra-reset 5000000.clock: registered 193 resets.
[ 0.463758] iommu: Adding device d000000.bpmp to group 48
[ 0.463973] bpmp: ping status is 0
[ 0.464071] bpmp d000000.bpmp: firmware tag is 91572a54614f84d0fd0c270beec2c56f
[ 0.466680] bpmp d000000.bpmp: probe ok
[ 0.469899] iommu: Adding device 2600000.dma to group 49
[ 0.471081] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[ 0.471108] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[ 0.471139] GPIO line 461 (camera-control-output-low) hogged as output/low
[ 0.471164] GPIO line 456 (camera-control-output-low) hogged as output/low
[ 0.471189] GPIO line 457 (camera-control-output-low) hogged as output/low
[ 0.471211] GPIO line 426 (camera-control-output-low) hogged as output/low
[ 0.471370] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.475181] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.476748] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.476763] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.477120] iommu: Adding device sound to group 51
[ 0.477488] iommu: Adding device 3510000.hda to group 52
[ 0.485226] iommu: Adding device c1a0000.aon to group 53
[ 0.485684] vdd-ac-bat: 5000 mV
[ 0.487437] vdd-1v8-ap: 1800 mV
[ 0.501356] random: fast init done
[ 0.513104] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.516414] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.516613] SCSI subsystem initialized
[ 0.516761] libata version 3.00 loaded.
[ 0.516919] usbcore: registered new interface driver usbfs
[ 0.516951] usbcore: registered new interface driver hub
[ 0.517012] usbcore: registered new device driver usb
[ 0.520156] GPIO line 241 (touch-rails) hogged as output/high
[ 0.520563] GPIO line 242 (touch-rails) hogged as output/high
[ 0.520752] gpiochip_setup_dev: registered GPIOs 240 to 255 on device: gpiochip2 (tca9539)
[ 0.522075] GPIO line 228 (lcd-bias-rails) hogged as output/high
[ 0.522210] gpiochip_setup_dev: registered GPIOs 224 to 239 on device: gpiochip3 (tca9539)
[ 0.532002] max77620 4-003c: PMIC Version OTP:0x4D and ES:0x1
[ 0.536903] vddio-ddr: at 1125 mV
[ 0.540701] avdd_dsi_csi: 1200 mV
[ 0.544694] vdd-1v8: 1800 mV
[ 0.548700] vdd-3v3-sys: 3300 mV
[ 0.549248] max77620-sd4: at 600 mV
[ 0.550176] spmic-ldo0: at 1800 mV
[ 0.550860] spmic-ldo1: at 800 mV
[ 0.552697] vddio-3v3: 3300 mV
[ 0.553267] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.556717] vdd-rtc: at 800 mV
[ 0.557428] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.560696] spmic-ldo6: at 1500 mV
[ 0.564722] vdd-pex-1v00: 1000 mV
[ 0.565344] dvdd-pex: 1000 mV
[ 0.567494] GPIO line 221 (spmic_gpio_input) hogged as input
[ 0.567642] GPIO line 222 (spmic_gpio_input) hogged as input
[ 0.567795] gpiochip_setup_dev: registered GPIOs 216 to 223 on device: gpiochip4 (max77620-gpio)
[ 0.567971] max77620 4-003c: max77620 probe successful
[ 0.568366] media: Linux media interface: v0.10
[ 0.568395] Linux video capture interface: v2.00
[ 0.570910] pps_core: LinuxPPS API ver. 1 registered
[ 0.570913] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.570927] PTP clock support registered
[ 0.571116] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[ 0.571322] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.571339] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.572756] trusty trusty: trusty version: Built: 08:40:58 Feb 19 2021
[ 0.572771] trusty trusty: selected api version: 3 (requested 3)
[ 0.573625] Advanced Linux Sound Architecture Driver Initialized.
[ 0.573950] Bluetooth: Core ver 2.22
[ 0.573976] NET: Registered protocol family 31
[ 0.573978] Bluetooth: HCI device and connection manager initialized
[ 0.573985] Bluetooth: HCI socket layer initialized
[ 0.573989] Bluetooth: L2CAP socket layer initialized
[ 0.574003] Bluetooth: SCO socket layer initialized
[ 0.574752] en-vdd-sd: 3300 mV
[ 0.575429] en-vdd-cam: 1800 mV
[ 0.577154] vdd-hdmi: 5000 mV
[ 0.577487] vdd-usb0-5v: 5000 mV
[ 0.577774] vdd-usb1-5v: 5000 mV
[ 0.581156] en-vdd-ts-1v8: 1800 mV
[ 0.585140] en-vdd-ts-hv-3v3: 3300 mV
[ 0.585787] en-vdd-disp-3v3: 3300 mV
[ 0.586444] en-mdm-pwr-3v7: 3700 mV
[ 0.587094] en-vdd-disp-1v8: 1800 mV
[ 0.587745] en-vdd-cam-hv-2v8: 2800 mV
[ 0.588406] en-vdd-cam-1v2: 1200 mV
[ 0.589083] vdd-fan: 5000 mV
[ 0.589392] vdd-3v3: 3300 mV
[ 0.590301] dis-vdd-1v2: 1200 mV
[ 0.590557] en-vdd-vcm-2v8: 2800 mV
[ 0.591242] vdd-usb2-5v: 5000 mV
[ 0.591509] vdd-sys-bl: 3300 mV
[ 0.592206] en-vdd-sys: 1200 mV
[ 0.594364] camchar: rtcpu character device driver loaded
[ 0.594970] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.596611] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:2
[ 0.597545] clocksource: Switched to clocksource arch_sys_counter
[ 0.620143] VFS: Disk quotas dquot_6.6.0
[ 0.620218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.620464] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.621042] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[ 0.621182] cma: enabled page replacement for spfn=c6000, epfn=f0000
[ 0.621187] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.621195] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.621199] nvmap_page_pool_init: Total RAM pages: 1747779
[ 0.621203] nvmap_page_pool_init: nvmap page pool size: 218472 pages (853 MB)
[ 0.621248] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.621745] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[ 0.623780] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.630033] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.630261] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.630704] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.630782] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.630892] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.630995] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.631153] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.631307] la/ptsa driver initialized.
[ 0.631317] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.631319] pre_t19x_iso_plat_init(): max_iso_bw=7680000KB
[ 0.631627] NET: Registered protocol family 2
[ 0.632302] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.632619] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.633231] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.633282] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.633400] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.633833] NET: Registered protocol family 1
[ 0.634213] RPC: Registered named UNIX socket transport module.
[ 0.634216] RPC: Registered udp transport module.
[ 0.634218] RPC: Registered tcp transport module.
[ 0.634220] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.634227] PCI: CLS 0 bytes, default 64
[ 0.634344] Trying to unpack rootfs image as initramfs…
[ 0.845440] Freeing initrd memory: 7064K
[ 0.861478] host1x 13e10000.host1x: initialized
[ 0.862864] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.865095] audit: initializing netlink subsys (disabled)
[ 0.865123] audit: type=2000 audit(0.756:1): initialized
[ 0.865606] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.872151] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.873159] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.873713] 9p: Installing v9fs 9p2000 file system support
[ 0.875913] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.875995] io scheduler noop registered
[ 0.876200] io scheduler cfq registered (default)
[ 0.879494] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 0.980410] iommu: Adding device aconnect@2a41000:adsp_audio to group 54
[ 1.013691] iommu: Adding device 2993000.adsp to group 55
[ 1.014725] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 1.017375] tegra-xusb-padctl 3520000.xusb_padctl: VBUS over-current detection enabled
[ 1.021016] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 1.022159] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 1.023229] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 1.024289] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 1.026787] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 1.027746] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 1.028078] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 1.028166] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 1.028280] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 1.028285] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=2000000, max_bw=4687500
[ 1.030629] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 1.031850] tsec 15500000.tsec: initialized
[ 1.032787] tsec 15100000.tsecb: initialized
[ 1.036360] nvdec 15480000.nvdec: initialized
[ 1.042480] falcon 15340000.vic: initialized
[ 1.043688] falcon 154c0000.nvenc: initialized
[ 1.044760] falcon 15380000.nvjpg: initialized
[ 1.046707] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 1.048133] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 1.049574] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 1.051004] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 1.052424] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 1.053869] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 1.055289] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 1.056711] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 1.060129] tegradccommon 15200000.dc_common: host1x channel mapped
[ 1.060137] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 1.060177] tegradccommon 15200000.dc_common: dma mapping done
[ 1.060354] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=391
[ 1.060436] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[ 1.060657] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[ 1.060675] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[ 1.060839] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[ 1.060843] tegra_cec 3960000.tegra_cec: probed
[ 1.060909] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[ 1.060958] generic_infoframe_type: 0x87
[ 1.061057] tegradc 15210000.nvdisplay: DT parsed successfully
[ 1.061083] tegradc 15210000.nvdisplay: Display dc.ffffff800b650000 registered with id=0
[ 1.068892] pre_t19x_iso_plat_register(): iso bandwidth 5924200KB is not available, client disp_0
[ 1.068913] pre_t19x_iso_plat_register(): iso bandwidth 3136300KB is not available, client disp_0
[ 1.069006] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 2787800 KB/s
[ 1.069010] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 102000000 Hz
[ 1.069012] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 49070000 Hz
[ 1.069183] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[ 1.069189] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[ 1.070482] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 1.073294] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 1.073298] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 1.075394] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 1.075881] tegradc 15210000.nvdisplay: probed
[ 1.076014] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[ 1.076064] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 1.076734] kfuse 3830000.kfuse: initialized
[ 1.078387] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 1.081891] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.084318] console [ttyS0] disabled
[ 1.084363] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[ 1.102184] console [ttyS0] enabled
[ 1.102549] Console: switching to colour frame buffer device 240x67
[ 1.102636] tegradc 15210000.nvdisplay: fb registered
[ 1.102851] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 1.103392] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.103448] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.103527] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 1.109298] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[ 1.110012] Parent Clock set for DC plld2
[ 1.110386] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 1.110560] serial-tegra 3130000.serial: RX in PIO mode
[ 1.111434] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 1.112502] [drm] Initialized
[ 1.119502] brd: module loaded
[ 1.123337] loop: module loaded
[ 1.123409] tegra_profiler: version: 1.143, samples/io: 48/28
[ 1.123481] tegra_profiler: auth: init
[ 1.123843] nct1008_nct72 7-004c: starting parse dt
[ 1.123940] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[ 1.123945] nct1008_nct72 7-004c: success parsing dt
[ 1.124054] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 1.124430] THERMAL EST: found 3 subdevs
[ 1.124434] THERMAL EST num_resources: 0
[ 1.124438] [THERMAL EST subdev 0]
[ 1.124442] [THERMAL EST subdev 1]
[ 1.124446] [THERMAL EST subdev 2]
[ 1.124705] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 1.124707] THERMAL EST: thz register success.
[ 1.124797] THERMAL EST: end of probe, return err: 0
[ 1.125409] sd: No Scsi addr parsed to reserve index
[ 1.125431] hisi_sas: driver version v1.6
[ 1.132959] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 1.132966] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 1.133784] scsi host0: tegra_ahci
[ 1.138190] scsi host1: tegra_ahci
[ 1.138338] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[ 1.138341] ata2: DUMMY
[ 1.143496] libphy: Fixed MDIO Bus: probed
[ 1.144025] tun: Universal TUN/TAP device driver, 1.6
[ 1.144028] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 1.144717] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.144720] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.144756] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.144758] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.144787] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.144789] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.144822] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.144824] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.156497] nct1008_nct72 7-004c: LOC shutdown limit 110
[ 1.156972] nct1008_nct72 7-004c: EXT shutdown limit 110
[ 1.157639] eqos 2490000.ether_qos: can’t get pllrefe_vcoout clk (-2)
[ 1.159985] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[ 1.160457] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b c7 92 5
[ 1.160556] libphy: dwc_phy: probed
[ 1.160862] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 1.162371] tegradc 15210000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[ 1.163665] PPP generic driver version 2.4.2
[ 1.163782] PPP BSD Compression module registered
[ 1.163785] PPP Deflate Compression module registered
[ 1.163798] PPP MPPE Compression module registered
[ 1.163802] NET: Registered protocol family 24
[ 1.163843] usbcore: registered new interface driver r8152
[ 1.163870] usbcore: registered new interface driver asix
[ 1.163899] usbcore: registered new interface driver ax88179_178a
[ 1.163924] usbcore: registered new interface driver cdc_ether
[ 1.163952] usbcore: registered new interface driver net1080
[ 1.163960] tegradc 15210000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[ 1.163968] tegradc 15210000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[ 1.163976] usbcore: registered new interface driver cdc_subset
[ 1.164005] usbcore: registered new interface driver zaurus
[ 1.164041] usbcore: registered new interface driver cdc_ncm
[ 1.164167] VFIO - User Level meta-driver version: 0.3
[ 1.165065] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.165077] ehci-pci: EHCI PCI platform driver
[ 1.165109] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.165125] ohci-pci: OHCI PCI platform driver
[ 1.165156] ohci-platform: OHCI generic platform driver
[ 1.170210] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP
[ 1.171840] tegra-xusb 3530000.xhci: extcon 0: ffffffc1ac081000 id
[ 1.172579] usbcore: registered new interface driver uas
[ 1.172618] usbcore: registered new interface driver usb-storage
[ 1.172684] usbcore: registered new interface driver usbserial
[ 1.173572] tegra-xusb 3530000.xhci: Firmware timestamp: 2019-10-31 05:52:15 UTC, Version: 55.17 release
[ 1.177293] tegra-xudc-new 3550000.xudc: device count: 1
[ 1.178371] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 1.178841] mousedev: PS/2 mouse device common for all mice
[ 1.178889] usbcore: registered new interface driver xpad
[ 1.181666] tegra-xudc-new 3550000.xudc: entering ELPG
[ 1.183060] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 1.188992] nct1008_nct72 7-004c: initial LOC temp: 32000
[ 1.189284] nct1008_nct72 7-004c: initial EXT temp: 45500
[ 1.189860] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[ 1.190149] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 1.190334] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 1.190747] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1.190751] Extcon AUX1(HDMI) enable
[ 1.193767] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 1.201870] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.201888] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[ 1.202573] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[ 1.202601] tegra-xusb 3530000.xhci: irq 71, io mem 0x03530000
[ 1.202740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.202745] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.202749] usb usb1: Product: xHCI Host Controller
[ 1.202753] usb usb1: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[ 1.202756] usb usb1: SerialNumber: 3530000.xhci
[ 1.203089] hub 1-0:1.0: USB hub found
[ 1.203116] hub 1-0:1.0: 4 ports detected
[ 1.203448] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.203456] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[ 1.203583] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.203588] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.203591] usb usb2: Product: xHCI Host Controller
[ 1.203595] usb usb2: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[ 1.203598] usb usb2: SerialNumber: 3530000.xhci
[ 1.203879] hub 2-0:1.0: USB hub found
[ 1.203904] hub 2-0:1.0: 3 ports detected
[ 1.204356] Wake76 for irq=199
[ 1.204358] Wake77 for irq=199
[ 1.204360] Wake78 for irq=199
[ 1.204362] Wake79 for irq=199
[ 1.204364] Wake80 for irq=199
[ 1.204366] Wake81 for irq=199
[ 1.204368] Wake82 for irq=199
[ 1.204392] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[ 1.204396] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[ 1.291661] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.292788] Wake73 for irq=42
[ 1.294041] rtc rtc1: alarm rtc device
[ 1.294053] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 1.294069] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 1.294271] i2c /dev entries driver
[ 1.297596] max77620-power max20024-power: Event recorder REG_NVERC : 0x0
[ 1.302507] parse_throttle_dt_data: Num cap clks = 4
[ 1.302511] parse_throttle_dt_data: clk=mcpu type=1
[ 1.302514] parse_throttle_dt_data: clk=bcpu type=2
[ 1.302522] parse_throttle_dt_data: clk=gpu type=4
[ 1.302524] parse_throttle_dt_data: clk=emc type=3
[ 1.303504] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.304087] FAN dev name: pwm-fan
[ 1.304152] FAN:gpio request success.
[ 1.304160] FAN: can’t find tach_gpio
[ 1.304184] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 1.304373] pwm_fan_driver pwm-fan: got pwm for fan. polarity is inversed
[ 1.304378] pwm_fan_driver pwm-fan: tach period: 1000
[ 1.304941] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 1.304945] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 1.304950] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 1.304954] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 1.304958] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 1.304962] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 1.304965] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 1.304969] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 1.304973] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 1.304977] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 1.305514] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[ 1.305762] usb usb1: usb_suspend_both: status 0
[ 1.306518] device-mapper: uevent: version 1.0.3
[ 1.306857] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.307127] CPU EMC frequency mapping table: default setting
[ 1.309213] cpufreq: platform driver Initialization: pass
[ 1.309891] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 1.310013] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 1.311018] sdhci: Secure Digital Host Controller Interface driver
[ 1.311020] sdhci: Copyright(c) Pierre Ossman
[ 1.311021] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.312224] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 1.315078] CMDQ: cmdq_platfm_init successful
[ 1.316078] CQE: CMD_TIMING bit set for R1B DCMD
[ 1.318605] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 1.321720] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 1.321771] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 1.322381] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 1.324187] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 258
[ 1.326209] tegradc 15210000.nvdisplay: blank - powerdown
[ 1.327608] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 1.328496] tegra-se-nvhost 15810000.se: initialized
[ 1.329684] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 1.330293] tegra-se-nvhost 15820000.se: initialized
[ 1.331296] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 1.331864] tegra-se-nvhost 15830000.se: initialized
[ 1.332724] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 1.333283] tegra-se-nvhost 15840000.se: initialized
[ 1.334336] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 1.334602] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.335553] usbcore: registered new interface driver usbhid
[ 1.335554] usbhid: USB HID core driver
[ 1.342843] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 1.345023] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 1.345276] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 1.345425] tegra-ivc ivc-b000000.rtcpu:i2c@480: i2c: ver=0 grp=1 RX[8x128]=0x1900-0x1d80 TX[8x128]=0x1d80-0x2200
[ 1.345675] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x2200-0x4280 TX[64x128]=0x4280-0x6300
[ 1.346651] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x6300-0x63c0 TX[1x64]=0x63c0-0x6480
[ 1.346752] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x6480-0x7900 TX[16x320]=0x7900-0x8d80
[ 1.346843] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8d80-0x9200 TX[16x64]=0x9200-0x9680
[ 1.346894] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x9680-0x9880 TX[1x384]=0x9880-0x9a80
[ 1.346998] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9a80-0xbb00 TX[1x8192]=0xbb00-0xdb80
[ 1.347376] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 1.347379] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 1.347891] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[ 1.349726] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 1.350202] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 1.350370] register_ari_mca_banks: Registered MCA ROC:IOB
[ 1.350444] register_ari_mca_banks: Registered MCA ROC:CCE
[ 1.350808] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.350810] tegra18-bridge 2390000.axi2apb: enabled timeout = 16684000
[ 1.350812] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 1.350868] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.350870] tegra18-bridge 23a0000.axi2apb: enabled timeout = 16684000
[ 1.350872] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 1.350923] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.350925] tegra18-bridge 23b0000.axi2apb: enabled timeout = 16684000
[ 1.350926] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 1.350976] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.350978] tegra18-bridge 23c0000.axi2apb: enabled timeout = 16684000
[ 1.350979] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 1.351028] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351029] tegra18-bridge 23d0000.axi2apb: enabled timeout = 16684000
[ 1.351031] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 1.351078] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351081] tegra18-bridge 2100000.axip2p: enabled timeout = 16684000
[ 1.351083] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 1.351132] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351135] tegra18-bridge 2110000.axip2p: enabled timeout = 16684000
[ 1.351137] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 1.351184] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351187] tegra18-bridge 2120000.axip2p: enabled timeout = 16684000
[ 1.351189] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 1.351245] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351249] tegra18-bridge 2130000.axip2p: enabled timeout = 16684000
[ 1.351250] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 1.351311] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351313] tegra18-bridge 2140000.axip2p: enabled timeout = 16684000
[ 1.351315] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 1.351364] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351368] tegra18-bridge 2150000.axip2p: enabled timeout = 16684000
[ 1.351370] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 1.351416] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351420] tegra18-bridge 2160000.axip2p: enabled timeout = 16684000
[ 1.351421] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 1.351470] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351474] tegra18-bridge 2170000.axip2p: enabled timeout = 16684000
[ 1.351475] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 1.351526] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351530] tegra18-bridge 2180000.axip2p: enabled timeout = 16684000
[ 1.351531] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 1.351578] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.351581] tegra18-bridge 2190000.axip2p: enabled timeout = 16684000
[ 1.351582] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 1.351640] **** A57 ECC: Enabled
[ 1.351642] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 1.351707] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 1.352155] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 1.352629] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 1.352760] denver_knobs_init:MTS_VERSION:47926945
[ 1.354809] nvpmodel: initialized successfully
[ 1.355781] trusty-virtio trusty:virtio: initializing
[ 1.355891] trusty_ipc virtio0: vring0: va¶ ffffffc1a76fc000(0) qsz 32 notifyid 1
[ 1.355898] trusty_ipc virtio0: vring1: va¶ ffffffc1a76fe000(0) qsz 32 notifyid 2
[ 1.355970] trusty-virtio trusty:virtio: initializing done
[ 1.356109] trusty_ipc virtio0: is online
[ 1.357569] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.357680] usbcore: registered new interface driver snd-usb-audio
[ 1.361565] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.362679] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 1.362680] Extcon AUX1(HDMI) disable
[ 1.374158] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 1.374208] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.377453] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 1.377642] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 1.385327] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 1.385730] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 1.386454] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 1.391493] OPE platform probe
[ 1.391568] OPE platform probe successful
[ 1.392952] tegradc 15210000.nvdisplay: unblank
[ 1.393790] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.393919] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.394205] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 1.396296] Parent Clock set for DC plld2
[ 1.399833] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 1.401182] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 1.426942] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 1.437172] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1.437174] Extcon AUX1(HDMI) enable
[ 1.439856] mmc0: periodic cache flush enabled
[ 1.439864] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 1.440220] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 1.440335] mmcblk0boot0: mmc0:0001 032G34 partition 1 8.00 MiB
[ 1.444478] mmcblk0boot1: mmc0:0001 032G34 partition 2 8.00 MiB
[ 1.444588] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 1.447959] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.448044] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.448115] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.448190] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.448260] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.448331] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.448405] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.448475] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.448547] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.448618] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.448690] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 1.448762] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 1.448836] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 1.448838] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33
[ 1.448856] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.448915] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 1.448999] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 1.449082] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 1.449166] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 1.449245] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 1.449323] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 1.449399] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 1.451340] tegradc 15210000.nvdisplay: sync windows ret = 246
[ 1.451946] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.474234] u32 classifier
[ 1.474236] Actions configured
[ 1.474300] Initializing XFRM netlink socket
[ 1.474477] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 1.474479] Extcon HDMI: HPD enabled
[ 1.474498] tegradc 15210000.nvdisplay: hdmi: plugged
[ 1.474916] NET: Registered protocol family 10
[ 1.475584] NET: Registered protocol family 17
[ 1.475596] NET: Registered protocol family 15
[ 1.475660] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.475703] Bluetooth: RFCOMM socket layer initialized
[ 1.475713] Bluetooth: RFCOMM ver 1.11
[ 1.475717] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.475721] Bluetooth: HIDP socket layer initialized
[ 1.475737] 9pnet: Installing 9P2000 support
[ 1.475773] Key type dns_resolver registered
[ 1.476084] Registered cp15_barrier emulation handler
[ 1.476097] Registered setend emulation handler
[ 1.477032] registered taskstats version 1
[ 1.481515] isp 15600000.isp: initialized
[ 1.486338] nvcsi 150c0000.nvcsi: initialized
[ 1.488191] tegra-vi4 15700000.vi: using default number of vi channels,15
[ 1.491080] Wake83 for irq=51
[ 1.491154] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 1.491223] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 1.491293] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 1.491427] input: gpio-keys as /devices/gpio-keys/input/input2
[ 1.492745] tegra-vi4 15700000.vi: initialized
[ 1.493594] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[ 1.493599] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@1/endpoint.
[ 1.522239] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:00:10 UTC (946688410)
[ 1.523674] mmcblk mmc0:0001: Card claimed for testing.
[ 1.529925] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 1.546377] bpmp: mounted debugfs mirror
[ 1.547692] bwmgr: missing cdev-type property
[ 1.552682] ALSA device list:
[ 1.552687] #0: tegra-hda at 0x3518000 irq 384
[ 1.552689] #1: tegra-snd-t186ref-mobile-rt565x
[ 1.554671] usb 2-1: New USB device found, idVendor=05e3, idProduct=0626
[ 1.554676] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.554679] usb 2-1: Product: USB3.1 Hub
[ 1.554682] usb 2-1: Manufacturer: GenesysLogic
[ 1.555279] Freeing unused kernel memory: 8576K
[ 1.557799] hub 2-1:1.0: USB hub found
[ 1.558140] hub 2-1:1.0: 4 ports detected
[ 1.578935] Root device found: mmcblk0p1
[ 1.580091] Found dev node: /dev/mmcblk0p1
[ 1.669567] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 1.692413] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610
[ 1.692418] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.692421] usb 1-2: Product: USB2.1 Hub
[ 1.692423] usb 1-2: Manufacturer: GenesysLogic
[ 1.693278] hub 1-2:1.0: USB hub found
[ 1.693558] hub 1-2:1.0: 4 ports detected
[ 1.713562] usb 2-1: usb_suspend_both: status 0
[ 1.713679] usb usb2: usb_suspend_both: status 0
[ 1.823896] EXT4-fs (mmcblk0p1): recovery complete
[ 1.824456] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.826447] Rootfs mounted over mmcblk0p1
[ 1.851568] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.853521] Switching from initrd to actual rootfs
[ 1.975940] systemd[1]: System time before build time, advancing clock.
[ 1.997643] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.005570] usb 1-2.2: new low-speed USB device number 3 using tegra-xusb
[ 2.007027] cgroup: cgroup2: unknown option “nsdelegate”
[ 2.023659] systemd[1]: systemd 237 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)
[ 2.024437] systemd[1]: Detected architecture arm64.
[ 2.031174] usb 1-2.2: New USB device found, idVendor=c0f4, idProduct=04c0
[ 2.031178] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.031181] usb 1-2.2: Product: usb keyboard
[ 2.031184] usb 1-2.2: Manufacturer: SZH
[ 2.034414] input: SZH usb keyboard as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.0/0003:C0F4:04C0.0001/input/input3
[ 2.048408] systemd[1]: Set hostname to .
[ 2.085604] tegra_cec 3960000.tegra_cec: physical address: 10:00.
[ 2.093974] hid-generic 0003:C0F4:04C0.0001: input,hidraw0: USB HID v1.10 Keyboard [SZH usb keyboard] on usb-3530000.xhci-2.2/input0
[ 2.097298] input: SZH usb keyboard as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.1/0003:C0F4:04C0.0002/input/input4
[ 2.150123] tegra_cec 3960000.tegra_cec: Sent res: -113.
[ 2.150128] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[ 2.153429] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 2.153436] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 2.153806] hid-generic 0003:C0F4:04C0.0002: input,hidraw1: USB HID v1.10 Device [SZH usb keyboard] on usb-3530000.xhci-2.2/input1
[ 2.257565] usb 1-2.3: new low-speed USB device number 4 using tegra-xusb
[ 2.259649] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 2.261665] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 2.276667] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.278217] systemd[1]: Created slice System Slice.
[ 2.278523] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.278635] systemd[1]: Listening on Journal Audit Socket.
[ 2.278675] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.278748] systemd[1]: Listening on udev Kernel Socket.
[ 2.278874] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.279794] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 2.282966] usb 1-2.3: New USB device found, idVendor=1c4f, idProduct=0034
[ 2.282971] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.282973] usb 1-2.3: Product: Usb Mouse
[ 2.282976] usb 1-2.3: Manufacturer: SIGMACHIP
[ 2.286265] input: SIGMACHIP Usb Mouse as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3:1.0/0003:1C4F:0034.0003/input/input5
[ 2.286519] hid-generic 0003:1C4F:0034.0003: input,hidraw2: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-3530000.xhci-2.3/input0
[ 2.303596] random: crng init done
[ 2.303600] random: 7 urandom warning(s) missed due to ratelimiting
[ 2.342118] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 2.389597] usb 1-2.4: new full-speed USB device number 5 using tegra-xusb
[ 2.424621] usb 1-2.4: New USB device found, idVendor=0403, idProduct=6001
[ 2.424627] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.424630] usb 1-2.4: Product: FT232R USB UART
[ 2.424633] usb 1-2.4: Manufacturer: FTDI
[ 2.424636] usb 1-2.4: SerialNumber: AR0JVBQD
[ 2.448988] bcpu-throttle-alert cooling device registered.
[ 2.449150] mcpu-throttle-alert cooling device registered.
[ 2.449314] gpu-throttle-alert cooling device registered.
[ 2.652451] systemd-journald[2294]: Received request to flush runtime journal from PID 1
[ 2.667591] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.077589] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.312338] using random self ethernet address
[ 3.331039] using random host ethernet address
[ 3.384673] usbcore: registered new interface driver ftdi_sio
[ 3.384715] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 3.384829] ftdi_sio 1-2.4:1.0: FTDI USB Serial Device converter detected
[ 3.401945] usb 1-2.4: Detected FT232RL
[ 3.404473] usb 1-2.4: FTDI USB Serial Device converter now attached to ttyUSB0
[ 3.510811] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.512862] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 3.716181] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 3.716675] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 3.856197] Mass Storage Function, version: 2009/09/11
[ 3.856203] LUN: removable file: (no medium)
[ 3.868970] using random self ethernet address
[ 3.905524] using random host ethernet address
[ 3.940599] rndis0: HOST MAC 42:24:f3:35:b9:08
[ 3.941111] rndis0: MAC 42:24:f3:35:b9:09
[ 3.941644] usb0: HOST MAC 42:24:f3:35:b9:0a
[ 3.941681] usb0: MAC 42:24:f3:35:b9:0b
[ 3.941704] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 3.943778] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 3.943801] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 3.943833] tegra-xudc-new 3550000.xudc: entering ELPG
[ 3.945143] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 3.945162] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 3.947044] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 3.947059] tegra-xudc-new 3550000.xudc: entering ELPG
[ 3.948300] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 3.954868] l4tbr0: port 1(rndis0) entered blocking state
[ 3.954874] l4tbr0: port 1(rndis0) entered disabled state
[ 3.955501] device rndis0 entered promiscuous mode
[ 3.961763] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 3.972799] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 3.977732] l4tbr0: port 2(usb0) entered blocking state
[ 3.977737] l4tbr0: port 2(usb0) entered disabled state
[ 3.977899] device usb0 entered promiscuous mode
[ 4.001040] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 4.240620] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.319699] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 4.324310] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.358613] zram: Added device: zram0
[ 4.363950] zram: Added device: zram1
[ 4.364377] zram: Added device: zram2
[ 4.364783] zram: Added device: zram3
[ 4.365195] zram: Added device: zram4
[ 4.366366] zram: Added device: zram5
[ 4.416089] zram0: detected capacity change from 0 to 597909504
[ 4.469388] Adding 583892k swap on /dev/zram0. Priority:5 extents:1 across:583892k SS
[ 4.473120] zram1: detected capacity change from 0 to 597909504
[ 4.493395] Adding 583892k swap on /dev/zram1. Priority:5 extents:1 across:583892k SS
[ 4.502771] zram2: detected capacity change from 0 to 597909504
[ 4.521358] Adding 583892k swap on /dev/zram2. Priority:5 extents:1 across:583892k SS
[ 4.531336] zram3: detected capacity change from 0 to 597909504
[ 4.553431] Adding 583892k swap on /dev/zram3. Priority:5 extents:1 across:583892k SS
[ 4.565120] zram4: detected capacity change from 0 to 597909504
[ 4.593931] Adding 583892k swap on /dev/zram4. Priority:5 extents:1 across:583892k SS
[ 4.597120] zram5: detected capacity change from 0 to 597909504
[ 4.616940] Adding 583892k swap on /dev/zram5. Priority:5 extents:1 across:583892k SS
[ 5.439928] tegradc 15210000.nvdisplay: unblank
[ 6.171098] fuse init (API version 7.26)
[ 7.364528] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.365230] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.899260] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8.899272] Bluetooth: BNEP socket layer initialized
[ 10.025738] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 31.814368] spmic-ldo0: disabling
[ 31.814610] spmic-ldo1: disabling
[ 31.814797] en-vdd-sd: disabling
[ 31.814808] en-vdd-cam: disabling
[ 31.814820] vdd-usb0-5v: disabling
[ 31.814829] vdd-usb1-5v: disabling
[ 31.814841] en-vdd-disp-3v3: disabling
[ 31.814850] en-mdm-pwr-3v7: disabling
[ 31.814859] en-vdd-disp-1v8: disabling
[ 31.814868] en-vdd-cam-hv-2v8: disabling
[ 31.814877] en-vdd-cam-1v2: disabling
[ 31.814887] vdd-fan: disabling
[ 31.814896] vdd-3v3: disabling
[ 31.814906] en-vdd-vcm-2v8: disabling
[ 31.814917] vdd-sys-bl: disabling
[ 31.814927] en-vdd-sys: disabling
[ 47.145994] tegradc 15210000.nvdisplay: blank - powerdown
[ 47.201813] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 47.201817] Extcon AUX1(HDMI) disable
[ 47.223379] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 47.223468] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 47.223970] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 47.354562] tegradc 15210000.nvdisplay: blank - powerdown
[ 47.354573] tegradc 15210000.nvdisplay: unblank
[ 47.355175] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 47.355264] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 47.355345] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 47.356669] Parent Clock set for DC plld2
[ 47.360145] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 47.361358] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 47.399068] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 47.399071] Extcon AUX1(HDMI) enable
[ 47.399286] tegradc 15210000.nvdisplay: unblank
[ 50.733751] tegradc 15210000.nvdisplay: unblank
[ 164.603287] usb 1-2-port2: disabled by hub (EMI?), re-enabling…
[ 164.609881] usb 1-2.2: USB disconnect, device number 3
[ 164.703212] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:1
[ 164.703311] tegra-xudc-new 3550000.xudc: vbus state: 1
[ 164.719608] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:2
[ 164.871087] tegra-usb-cd usb_cd: notification status (0x0, 0x1)
[ 164.871093] tegra-usb-cd usb_cd: connected to SDP
[ 164.871106] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 164.872912] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 164.872920] tegra-xudc-new 3550000.xudc: device mode on: 0
[ 164.872932] tegra-xudc-new 3550000.xudc: active: 0 => 1
[ 164.872937] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 164.872942] tegra-xudc-new 3550000.xudc: device mode off: 0
[ 164.873077] tegra-usb-cd usb_cd: notification status (0x1, 0x0)
[ 164.873082] tegra-usb-cd usb_cd: disconnected USB cable/charger
[ 164.873092] tegra-xudc-new 3550000.xudc: active: 1 => 0
[ 164.873137] tegra-xudc-new 3550000.xudc: entering ELPG
[ 164.879115] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 164.887232] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:2
[ 165.019128] usb 1-2.2: new low-speed USB device number 6 using tegra-xusb
[ 165.045670] usb 1-2.2: New USB device found, idVendor=c0f4, idProduct=04c0
[ 165.045699] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 165.045718] usb 1-2.2: Product: usb keyboard
[ 165.045732] usb 1-2.2: Manufacturer: SZH
[ 165.051415] input: SZH usb keyboard as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.0/0003:C0F4:04C0.0004/input/input6
[ 165.112720] hid-generic 0003:C0F4:04C0.0004: input,hidraw0: USB HID v1.10 Keyboard [SZH usb keyboard] on usb-3530000.xhci-2.2/input0
[ 165.116814] input: SZH usb keyboard as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.1/0003:C0F4:04C0.0005/input/input7
[ 165.176007] hid-generic 0003:C0F4:04C0.0005: input,hidraw1: USB HID v1.10 Device [SZH usb keyboard] on usb-3530000.xhci-2.2/input1
[ 165.176803] usb 1-2-port3: disabled by hub (EMI?), re-enabling…
[ 165.183788] usb 1-2.3: USB disconnect, device number 4
[ 165.479053] usb 1-2.3: new low-speed USB device number 7 using tegra-xusb
[ 165.505029] usb 1-2.3: New USB device found, idVendor=1c4f, idProduct=0034
[ 165.505060] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 165.505077] usb 1-2.3: Product: Usb Mouse
[ 165.505091] usb 1-2.3: Manufacturer: SIGMACHIP
[ 165.513057] input: SIGMACHIP Usb Mouse as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3:1.0/0003:1C4F:0034.0006/input/input8
[ 165.513371] hid-generic 0003:1C4F:0034.0006: input,hidraw2: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-3530000.xhci-2.3/input0
[ 498.122306] tegradc 15210000.nvdisplay: blank - powerdown
[ 498.177992] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 498.177995] Extcon AUX1(HDMI) disable
[ 498.199790] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 498.199887] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 498.200405] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 498.779616] extcon-disp-state external-connection:disp-state: cable 51 state 0
[ 498.779620] Extcon HDMI: HPD disabled
[ 498.779644] tegradc 15210000.nvdisplay: hdmi: unplugged
[ 498.795369] tegradc 15210000.nvdisplay: blank - powerdown
[ 498.795380] tegradc 15210000.nvdisplay: unblank
[ 498.795394] tegradc 15210000.nvdisplay: unblank
[ 500.424124] tegradc 15210000.nvdisplay: blank - powerdown
[ 500.424143] tegradc 15210000.nvdisplay: unblank
[ 500.424853] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 500.424937] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 500.425018] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 500.427069] Parent Clock set for DC plld2
[ 500.431802] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 500.432983] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 500.469110] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 500.469113] Extcon AUX1(HDMI) enable
[ 500.469408] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 500.469412] Extcon HDMI: HPD enabled
[ 500.469442] tegradc 15210000.nvdisplay: hdmi: plugged
[ 500.474792] tegradc 15210000.nvdisplay: unblank
[ 500.495496] tegradc 15210000.nvdisplay: unblank
[ 1009.565442] tegradc 15210000.nvdisplay: blank - powerdown
[ 1009.616122] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 1009.616133] Extcon AUX1(HDMI) disable
[ 1009.638074] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 1009.638172] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 1009.638698] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 1010.219702] extcon-disp-state external-connection:disp-state: cable 51 state 0
[ 1010.219717] Extcon HDMI: HPD disabled
[ 1010.219922] tegradc 15210000.nvdisplay: hdmi: unplugged
[ 1010.229196] tegradc 15210000.nvdisplay: blank - powerdown
[ 1010.229217] tegradc 15210000.nvdisplay: unblank
[ 1010.229230] tegradc 15210000.nvdisplay: unblank
[ 1011.863880] tegradc 15210000.nvdisplay: blank - powerdown
[ 1011.863925] tegradc 15210000.nvdisplay: unblank
[ 1011.864684] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1011.864803] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1011.864913] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 1011.867314] Parent Clock set for DC plld2
[ 1011.872314] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 1011.873825] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 1011.909891] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1011.909899] Extcon AUX1(HDMI) enable
[ 1011.916020] tegradc 15210000.nvdisplay: unblank
[ 1011.920851] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 1011.920856] Extcon HDMI: HPD enabled
[ 1011.920923] tegradc 15210000.nvdisplay: hdmi: plugged
[ 1011.939048] tegradc 15210000.nvdisplay: unblank
[ 2078.951827] tegradc 15210000.nvdisplay: blank - powerdown
[ 2079.006295] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 2079.006301] Extcon AUX1(HDMI) disable
[ 2079.027910] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 2079.027995] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 2079.028502] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 2079.597200] extcon-disp-state external-connection:disp-state: cable 51 state 0
[ 2079.597218] Extcon HDMI: HPD disabled
[ 2079.597351] tegradc 15210000.nvdisplay: hdmi: unplugged
[ 2079.613516] tegradc 15210000.nvdisplay: blank - powerdown
[ 2079.613536] tegradc 15210000.nvdisplay: unblank
[ 2079.613550] tegradc 15210000.nvdisplay: unblank
[ 2081.242365] tegradc 15210000.nvdisplay: blank - powerdown
[ 2081.242454] tegradc 15210000.nvdisplay: unblank
[ 2081.243743] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 2081.243997] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 2081.244187] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 2081.249743] Parent Clock set for DC plld2
[ 2081.254673] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 2081.256186] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 2081.292230] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 2081.292239] Extcon AUX1(HDMI) enable
[ 2081.292456] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 2081.292460] Extcon HDMI: HPD enabled
[ 2081.292537] tegradc 15210000.nvdisplay: hdmi: plugged
[ 2081.300650] tegradc 15210000.nvdisplay: unblank
[ 2081.320295] tegradc 15210000.nvdisplay: unblank
[ 2222.055895] tegra-xusb 3530000.xhci: port 1 over-current detected
[ 2222.062276] tegra-xusb-padctl 3520000.xusb_padctl: tegra186_phy_xusb_handle_overcurrent: clear port 1 pin 1 OC
[ 2222.382896] usb 2-1: USB disconnect, device number 2
[ 2222.385592] usb usb2: usb_suspend_both: status 0
[ 2232.745499] tegra-xusb 3530000.xhci: port 1 over-current detected
[ 2232.751891] tegra-xusb-padctl 3520000.xusb_padctl: tegra186_phy_xusb_handle_overcurrent: clear port 1 pin 1 OC
[ 2233.175332] usb usb2: usb_suspend_both: status 0
[ 2436.617954] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 2455.743300] tegra-xusb 3530000.xhci: port 1 over-current detected
[ 2455.749643] tegra-xusb-padctl 3520000.xusb_padctl: tegra186_phy_xusb_handle_overcurrent: clear port 1 pin 1 OC
[ 2456.173927] usb usb2: usb_suspend_both: status 0
[ 5036.721728] FAN rising trip_level:1 cur_temp:51000 trip_temps[2]:61000
[ 5166.688446] nvgpu: 17000000.gp10b railgate_enable_store:297 [INFO] railgate is disabled.
[ 5176.506688] nvgpu: 17000000.gp10b railgate_enable_store:297 [INFO] railgate is disabled.
[ 5451.294082] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 5456.778120] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:2
wenjie@awaicamera:~$ dmesg | grep -i usb0
[ 0.577487] vdd-usb0-5v: 5000 mV
[ 3.404473] usb 1-2.4: FTDI USB Serial Device converter now attached to ttyUSB0
[ 3.941644] usb0: HOST MAC 42:24:f3:35:b9:0a
[ 3.941681] usb0: MAC 42:24:f3:35:b9:0b
[ 3.977732] l4tbr0: port 2(usb0) entered blocking state
[ 3.977737] l4tbr0: port 2(usb0) entered disabled state
[ 3.977899] device usb0 entered promiscuous mode
[ 4.001040] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 31.814820] vdd-usb0-5v: disabling

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Do you have the knowledge about the usb hardware design for the usb otg mode?